Created
August 5, 2013 12:40
-
-
Save rsslldnphy/6155625 to your computer and use it in GitHub Desktop.
Example Tweet JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"created_at": "Sun Aug 04 20:08:59 +0000 2013", | |
"id": 364115772693430300, | |
"id_str": "364115772693430272", | |
"text": "@jamescotterill Congratulations, Tintin!", | |
"source": "<a href=\"http://tapbots.com/software/tweetbot/mac\" rel=\"nofollow\">Tweetbot for Mac</a>", | |
"truncated": false, | |
"in_reply_to_status_id": 364104514800222200, | |
"in_reply_to_status_id_str": "364104514800222208", | |
"in_reply_to_user_id": 14436601, | |
"in_reply_to_user_id_str": "14436601", | |
"in_reply_to_screen_name": "jamescotterill", | |
"user": { | |
"id": 226322191, | |
"id_str": "226322191", | |
"name": "Russell Dunphy", | |
"screen_name": "rsslldnphy", | |
"location": "Here", | |
"description": "Coder (Ruby, FP etc), feminist/ally (white knight), apostate and moderate (I'd kill all Tories but not prolong their suffering) leftist. I am not a pipe.", | |
"url": "http://t.co/SwFd8aslDW", | |
"entities": { | |
"url": { | |
"urls": [ | |
{ | |
"url": "http://t.co/SwFd8aslDW", | |
"expanded_url": "http://rsslldnphy.com", | |
"display_url": "rsslldnphy.com", | |
"indices": [ | |
0, | |
22 | |
] | |
} | |
] | |
}, | |
"description": { | |
"urls": [] | |
} | |
}, | |
"protected": false, | |
"followers_count": 183, | |
"friends_count": 414, | |
"listed_count": 4, | |
"created_at": "Mon Dec 13 22:02:41 +0000 2010", | |
"favourites_count": 451, | |
"utc_offset": null, | |
"time_zone": null, | |
"geo_enabled": true, | |
"verified": false, | |
"statuses_count": 5794, | |
"lang": "en", | |
"contributors_enabled": false, | |
"is_translator": false, | |
"profile_background_color": "022330", | |
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme15/bg.png", | |
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme15/bg.png", | |
"profile_background_tile": false, | |
"profile_image_url": "http://a0.twimg.com/profile_images/378800000038978841/0cc936e3a294c94a40e928a4a8b5d5b7_normal.jpeg", | |
"profile_image_url_https": "https://si0.twimg.com/profile_images/378800000038978841/0cc936e3a294c94a40e928a4a8b5d5b7_normal.jpeg", | |
"profile_banner_url": "https://pbs.twimg.com/profile_banners/226322191/1354662243", | |
"profile_link_color": "0084B4", | |
"profile_sidebar_border_color": "A8C7F7", | |
"profile_sidebar_fill_color": "C0DFEC", | |
"profile_text_color": "333333", | |
"profile_use_background_image": true, | |
"default_profile": false, | |
"default_profile_image": false, | |
"following": false, | |
"follow_request_sent": false, | |
"notifications": false | |
}, | |
"geo": null, | |
"coordinates": null, | |
"place": null, | |
"contributors": null, | |
"retweet_count": 0, | |
"favorite_count": 0, | |
"entities": { | |
"hashtags": [], | |
"symbols": [], | |
"urls": [], | |
"user_mentions": [ | |
{ | |
"screen_name": "jamescotterill", | |
"name": "James Cotterill", | |
"id": 14436601, | |
"id_str": "14436601", | |
"indices": [ | |
0, | |
15 | |
] | |
} | |
] | |
}, | |
"favorited": false, | |
"retweeted": false, | |
"lang": "en" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment