Skip to content

Instantly share code, notes, and snippets.

@selcukcihan
Created November 27, 2019 12:22
Show Gist options
  • Save selcukcihan/56c36a72ac001490e139f7e92d364159 to your computer and use it in GitHub Desktop.
Save selcukcihan/56c36a72ac001490e139f7e92d364159 to your computer and use it in GitHub Desktop.
Twitter GET friends/list API response
{
"users":[
{
"id":134182720,
"id_str":"134182720",
"name":"Ömer Selçuk Cihan",
"screen_name":"scihan",
"location":"Turkey",
"description":"Engineering, training",
"url":"https://t.co/WTvwzNT0WI",
"entities":{
"url":{
"urls":[
{
"url":"https://t.co/WTvwzNT0WI",
"expanded_url":"http://www.selcukcihan.com",
"display_url":"selcukcihan.com",
"indices":[
0,
23
]
}
]
},
"description":{
"urls":[
]
}
},
"protected":false,
"followers_count":57,
"friends_count":255,
"listed_count":0,
"created_at":"Sat Apr 17 17:38:31 +0000 2010",
"favourites_count":4544,
"utc_offset":null,
"time_zone":null,
"geo_enabled":false,
"verified":false,
"statuses_count":824,
"lang":null,
"contributors_enabled":false,
"is_translator":false,
"is_translation_enabled":false,
"profile_background_color":"000000",
"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":false,
"profile_image_url":"http://pbs.twimg.com/profile_images/1181516422930939906/h0tGtdMs_normal.jpg",
"profile_image_url_https":"https://pbs.twimg.com/profile_images/1181516422930939906/h0tGtdMs_normal.jpg",
"profile_banner_url":"https://pbs.twimg.com/profile_banners/134182720/1523101944",
"profile_link_color":"555555",
"profile_sidebar_border_color":"000000",
"profile_sidebar_fill_color":"000000",
"profile_text_color":"000000",
"profile_use_background_image":false,
"has_extended_profile":false,
"default_profile":false,
"default_profile_image":false,
"can_media_tag":false,
"followed_by":false,
"following":true,
"live_following":false,
"follow_request_sent":false,
"notifications":false,
"muting":false,
"blocking":false,
"blocked_by":false,
"translator_type":"none"
}
],
"next_cursor":0,
"next_cursor_str":"0",
"previous_cursor":0,
"previous_cursor_str":"0",
"total_count":null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment