Created
December 19, 2017 17:45
-
-
Save david-guzman/522aa123de5cf52618fb0fa0a95f3659 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
{ | |
"quote_count":0, | |
"contributors":null, | |
"truncated":false, | |
"text":"Wind 6.7 m/s WNW. Barometer 1018.6 hPa, Rising. Temperature -2.3 °C. Rain today 0.0 mm. Humidity 76%", | |
"is_quote_status":false, | |
"in_reply_to_status_id":null, | |
"reply_count":0, | |
"id":943164049121878021, | |
"favorite_count":0, | |
"source":"<a href=\"http://sandaysoft.com/\" rel=\"nofollow\">Sandaysoft Cumulus</a>", | |
"retweeted":false, | |
"coordinates":null, | |
"timestamp_ms":"1513702807108", | |
"entities":{ | |
"user_mentions":[ | |
], | |
"symbols":[ | |
], | |
"hashtags":[ | |
], | |
"urls":[ | |
] | |
}, | |
"in_reply_to_screen_name":null, | |
"id_str":"943164049121878021", | |
"retweet_count":0, | |
"in_reply_to_user_id":null, | |
"favorited":false, | |
"user":{ | |
"follow_request_sent":null, | |
"profile_use_background_image":true, | |
"default_profile_image":false, | |
"id":402423773, | |
"default_profile":true, | |
"verified":false, | |
"profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000162520151/8cb2b7dca0ae043bb6b5e5151d751123_normal.jpeg", | |
"profile_sidebar_fill_color":"DDEEF6", | |
"profile_text_color":"333333", | |
"followers_count":25, | |
"profile_sidebar_border_color":"C0DEED", | |
"id_str":"402423773", | |
"profile_background_color":"C0DEED", | |
"listed_count":0, | |
"profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png", | |
"utc_offset":null, | |
"statuses_count":21240, | |
"description":null, | |
"friends_count":42, | |
"location":null, | |
"profile_link_color":"1DA1F2", | |
"profile_image_url":"http://pbs.twimg.com/profile_images/378800000162520151/8cb2b7dca0ae043bb6b5e5151d751123_normal.jpeg", | |
"following":null, | |
"geo_enabled":false, | |
"profile_banner_url":"https://pbs.twimg.com/profile_banners/402423773/1440326709", | |
"profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png", | |
"name":"\u85e4\u7530\u667a\u7d00", | |
"lang":"ja", | |
"profile_background_tile":false, | |
"favourites_count":92, | |
"screen_name":"jh7uax", | |
"notifications":null, | |
"url":null, | |
"created_at":"Tue Nov 01 01:47:17 +0000 2011", | |
"contributors_enabled":false, | |
"time_zone":null, | |
"protected":false, | |
"translator_type":"none", | |
"is_translator":false | |
}, | |
"geo":null, | |
"in_reply_to_user_id_str":null, | |
"lang":"en", | |
"created_at":"Tue Dec 19 17:00:07 +0000 2017", | |
"filter_level":"low", | |
"in_reply_to_status_id_str":null, | |
"place":null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment