Skip to content

Instantly share code, notes, and snippets.

@masimplo
Created May 14, 2018 06:59
Show Gist options
  • Save masimplo/1039c0416d8e1c1a58f31dc80be26905 to your computer and use it in GitHub Desktop.
Save masimplo/1039c0416d8e1c1a58f31dc80be26905 to your computer and use it in GitHub Desktop.
Twitter /users/lookup response example
{
"created_at": "Mon Mar 05 19:27:40 +0000 2018",
"id": 970742659059986432,
"id_str": "970742659059986432",
"text": "Last week, we saw a safe return for three crew from @Space_Station​, a new weather satellite launched into orbit, a… https://t.co/m3XyUdAaJk",
"truncated": true,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "Space_Station",
"name": "Intl. Space Station",
"id": 1451773004,
"id_str": "1451773004",
"indices": [
52,
66
]
}
],
"urls": [
{
"url": "https://t.co/m3XyUdAaJk",
"expanded_url": "https://twitter.com/i/web/status/970742659059986432",
"display_url": "twitter.com/i/web/status/9…",
"indices": [
117,
140
]
}
]
},
"source": "<a href="https://www.sprinklr.com" rel="nofollow">Sprinklr</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,
"user": {
"id": 11348282,
"id_str": "11348282",
"name": "NASA",
"screen_name": "NASA",
"location": "",
"description": "Explore the universe and discover our home planet with @NASA. We usually post in EST (UTC-5)",
"url": "https://t.co/TcEE6NS8nD",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/TcEE6NS8nD",
"expanded_url": "http://www.nasa.gov",
"display_url": "nasa.gov",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 28677827,
"friends_count": 269,
"listed_count": 90706,
"created_at": "Wed Dec 19 20:20:32 +0000 2007",
"favourites_count": 2958,
"utc_offset": -18000,
"time_zone": "Eastern Time (US & Canada)",
"geo_enabled": false,
"verified": true,
"statuses_count": 50797,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "000000",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/590922434682880000/3byPYvqe.jpg",
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/590922434682880000/3byPYvqe.jpg",
"profile_background_tile": false,
"profile_image_url": "http://pbs.twimg.com/profile_images/188302352/nasalogo_twitter_normal.jpg",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/188302352/nasalogo_twitter_normal.jpg",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/11348282/1518798395",
"profile_link_color": "205BA7",
"profile_sidebar_border_color": "000000",
"profile_sidebar_fill_color": "F3F2F2",
"profile_text_color": "000000",
"profile_use_background_image": true,
"has_extended_profile": true,
"default_profile": false,
"default_profile_image": false,
"following": null,
"follow_request_sent": null,
"notifications": null,
"translator_type": "regular"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 318,
"favorite_count": 1391,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"possibly_sensitive_appealable": false,
"lang": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment