Skip to content

Instantly share code, notes, and snippets.

@seanredmond
Created August 20, 2012 03:11
Show Gist options
  • Save seanredmond/3399995 to your computer and use it in GitHub Desktop.
Save seanredmond/3399995 to your computer and use it in GitHub Desktop.
Twitter API response example
[
{
"created_at":"Tue Aug 14 01:49:07 +0000 2012",
"id":235191289455448064,
"id_str":"235191289455448064",
"text":"The Twitter Political Index details the rise (and the end) of the #veepstakes over the past few days: http:\/\/t.co\/Uh8rbtqq via @gov",
"source":"web",
"truncated":false,
"in_reply_to_status_id":null,
"in_reply_to_status_id_str":null,
"in_reply_to_user_id":null,
"in_reply_to_user_id_str":null,
"in_reply_to_screen_name":null,
"user":{
"id":783214,
"id_str":"783214",
"name":"Twitter",
"screen_name":"twitter",
"location":"San Francisco, CA",
"url":"http:\/\/blog.twitter.com\/",
"description":"Always wondering what's happening. ",
"protected":false,
"followers_count":12699933,
"friends_count":1188,
"listed_count":72493,
"created_at":"Tue Feb 20 14:35:54 +0000 2007",
"favourites_count":17,
"utc_offset":-28800,
"time_zone":"Pacific Time (US & Canada)",
"geo_enabled":true,
"verified":true,
"statuses_count":1376,
"lang":"en",
"contributors_enabled":true,
"is_translator":false,
"profile_background_color":"ACDED6",
"profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/378245879\/Twitter_1544x2000.png",
"profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/378245879\/Twitter_1544x2000.png",
"profile_background_tile":true,
"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2284174758\/v65oai7fxn47qv9nectx_normal.png",
"profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2284174758\/v65oai7fxn47qv9nectx_normal.png",
"profile_banner_url":"https:\/\/si0.twimg.com\/brand_banners\/twitter\/1323368512\/live",
"profile_link_color":"038543",
"profile_sidebar_border_color":"EEEEEE",
"profile_sidebar_fill_color":"F6F6F6",
"profile_text_color":"333333",
"profile_use_background_image":true,
"show_all_inline_media":true,
"default_profile":false,
"default_profile_image":false,
"following":null,
"follow_request_sent":null,
"notifications":null
},
"geo":null,
"coordinates":null,
"place":null,
"contributors":[
14192329
],
"retweet_count":179,
"favorited":false,
"retweeted":false,
"possibly_sensitive":false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment