Last active
December 19, 2017 17:36
-
-
Save david-guzman/1174cf2904f040c36ea5ecc0cc9eeb1f to your computer and use it in GitHub Desktop.
Example response from Twitter Streaming API Resource URL https://stream.twitter.com/1.1/statuses/filter.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
{ | |
"contributors": null, | |
"coordinates": null, | |
"created_at": "Tue Dec 19 14:00:06 +0000 2017", | |
"display_text_range": [ | |
21, | |
77 | |
], | |
"entities": { | |
"hashtags": [ | |
], | |
"symbols": [ | |
], | |
"urls": [ | |
], | |
"user_mentions": [ | |
{ | |
"id": 3993879857, | |
"id_str": "3993879857", | |
"indices": [ | |
0, | |
11 | |
], | |
"name": "Just me by the sea", | |
"screen_name": "creoscribe" | |
}, | |
{ | |
"id": 17470629, | |
"id_str": "17470629", | |
"indices": [ | |
12, | |
20 | |
], | |
"name": "ideapod", | |
"screen_name": "ideapod" | |
} | |
] | |
}, | |
"favorite_count": 0, | |
"favorited": false, | |
"filter_level": "low", | |
"geo": null, | |
"id": 943118750131413000, | |
"id_str": "943118750131412993", | |
"in_reply_to_screen_name": "creoscribe", | |
"in_reply_to_status_id": 943113740190437400, | |
"in_reply_to_status_id_str": "943113740190437376", | |
"in_reply_to_user_id": 3993879857, | |
"in_reply_to_user_id_str": "3993879857", | |
"is_quote_status": false, | |
"lang": "en", | |
"place": { | |
"attributes": { | |
}, | |
"bounding_box": { | |
"coordinates": [ | |
[ | |
[ | |
-1.556856, | |
52.870587 | |
], | |
[ | |
-1.556856, | |
52.960473 | |
], | |
[ | |
-1.384701, | |
52.960473 | |
], | |
[ | |
-1.384701, | |
52.870587 | |
] | |
] | |
], | |
"type": "Polygon" | |
}, | |
"country": "United Kingdom", | |
"country_code": "GB", | |
"full_name": "Derby, England", | |
"id": "1f592b82aea688ff", | |
"name": "Derby", | |
"place_type": "city", | |
"url": "https://api.twitter.com/1.1/geo/id/1f592b82aea688ff.json" | |
}, | |
"quote_count": 0, | |
"reply_count": 0, | |
"retweet_count": 0, | |
"retweeted": false, | |
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", | |
"text": "@creoscribe @ideapod After 3 bottles of red wine crows feet become a blur πππ", | |
"timestamp_ms": "1513692006987", | |
"truncated": false, | |
"user": { | |
"contributors_enabled": false, | |
"created_at": "Fri Mar 13 16:52:06 +0000 2009", | |
"default_profile": false, | |
"default_profile_image": false, | |
"description": "Tall Chap who gets more than 5 a day. Eats well and gyms well. Big on Spain, Music and Cold Beers. And a good bop on the dance floor.", | |
"favourites_count": 38051, | |
"follow_request_sent": null, | |
"followers_count": 1157, | |
"following": null, | |
"friends_count": 791, | |
"geo_enabled": true, | |
"id": 24203853, | |
"id_str": "24203853", | |
"is_translator": false, | |
"lang": "en", | |
"listed_count": 48, | |
"location": "East Midlands, England", | |
"name": "Chris ξ", | |
"notifications": null, | |
"profile_background_color": "0099B9", | |
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", | |
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", | |
"profile_background_tile": true, | |
"profile_banner_url": "https://pbs.twimg.com/profile_banners/24203853/1513346025", | |
"profile_image_url": "http://pbs.twimg.com/profile_images/933051247858503680/40M640j__normal.jpg", | |
"profile_image_url_https": "https://pbs.twimg.com/profile_images/933051247858503680/40M640j__normal.jpg", | |
"profile_link_color": "0099B9", | |
"profile_sidebar_border_color": "FFFFFF", | |
"profile_sidebar_fill_color": "95E8EC", | |
"profile_text_color": "3C3940", | |
"profile_use_background_image": true, | |
"protected": false, | |
"screen_name": "Chris_Alex", | |
"statuses_count": 82295, | |
"time_zone": "London", | |
"translator_type": "none", | |
"url": null, | |
"utc_offset": 0, | |
"verified": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment