Created
August 2, 2018 19:25
-
-
Save scripting/71debfb607c8bbfd6b639b5bea9bed44 to your computer and use it in GitHub Desktop.
An example of the data that Twitter gives an app about a user (me)
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
{ | |
"id": 3839, | |
"id_str": "3839", | |
"name": "scripting.com", | |
"screen_name": "davewiner", | |
"location": "New York", | |
"profile_location": null, | |
"description": "American software developer, blogger, inventor of new media types.", | |
"url": "https://t.co/ztgzDGiyOj", | |
"entities": { | |
"url": { | |
"urls": [ | |
{ | |
"url": "https://t.co/ztgzDGiyOj", | |
"expanded_url": "http://scripting.com/", | |
"display_url": "scripting.com", | |
"indices": [ | |
0, | |
23 | |
] | |
} | |
] | |
}, | |
"description": { | |
"urls": [] | |
} | |
}, | |
"protected": false, | |
"followers_count": 67372, | |
"friends_count": 3947, | |
"listed_count": 5606, | |
"created_at": "Sat Aug 05 23:04:08 +0000 2006", | |
"favourites_count": 9705, | |
"utc_offset": null, | |
"time_zone": null, | |
"geo_enabled": true, | |
"verified": true, | |
"statuses_count": 149144, | |
"lang": "en", | |
"status": { | |
"created_at": "Thu Aug 02 17:22:57 +0000 2018", | |
"id": 1025069452503797800, | |
"id_str": "1025069452503797760", | |
"text": "They say: \"Facebook Is The World's Biggest Right-Wing Media Company.\" https://t.co/RvO8Cz6Ck6", | |
"truncated": false, | |
"entities": { | |
"hashtags": [], | |
"symbols": [], | |
"user_mentions": [], | |
"urls": [ | |
{ | |
"url": "https://t.co/RvO8Cz6Ck6", | |
"expanded_url": "https://crooked.com/article/facebook-right-wing-media/", | |
"display_url": "crooked.com/article/facebo…", | |
"indices": [ | |
70, | |
93 | |
] | |
} | |
] | |
}, | |
"source": "<a href=\"http://radio3.io/\" rel=\"nofollow\">radio3.io</a>", | |
"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, | |
"geo": null, | |
"coordinates": null, | |
"place": null, | |
"contributors": null, | |
"is_quote_status": false, | |
"retweet_count": 4, | |
"favorite_count": 3, | |
"favorited": false, | |
"retweeted": false, | |
"possibly_sensitive": false, | |
"lang": "en" | |
}, | |
"contributors_enabled": false, | |
"is_translator": false, | |
"is_translation_enabled": false, | |
"profile_background_color": "9AE4E8", | |
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", | |
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", | |
"profile_background_tile": true, | |
"profile_image_url": "http://pbs.twimg.com/profile_images/923372777670938625/Wjzo_hWE_normal.jpg", | |
"profile_image_url_https": "https://pbs.twimg.com/profile_images/923372777670938625/Wjzo_hWE_normal.jpg", | |
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3839/1485462576", | |
"profile_link_color": "7F7F90", | |
"profile_sidebar_border_color": "FFFFFF", | |
"profile_sidebar_fill_color": "E1E1DF", | |
"profile_text_color": "000000", | |
"profile_use_background_image": true, | |
"has_extended_profile": false, | |
"default_profile": false, | |
"default_profile_image": false, | |
"following": false, | |
"follow_request_sent": false, | |
"notifications": false, | |
"translator_type": "none", | |
"suspended": false, | |
"needs_phone_verification": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment