Back to Collection Items
' This example assumes the Chilkat API to have been previously unlocked.
' See Global Unlock Sample for sample code.
Dim http As New ChilkatHttp
Dim success As Long
Dim queryParams As New ChilkatJsonObject
success = queryParams.UpdateString("ids","")
' Adds the "Authorization: Bearer <access_token>" header.
http.AuthToken = "<access_token>"
Dim resp As ChilkatHttpResponse
Set resp = http.QuickRequestParams("GET","https://api.twitter.com/2/tweets",queryParams)
If (http.LastMethodSuccess = 0) Then
Debug.Print http.LastErrorText
Exit Sub
End If
Dim sbResponseBody As New ChilkatStringBuilder
success = resp.GetBodySb(sbResponseBody)
Dim jResp As New ChilkatJsonObject
success = jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = 0
Debug.Print "Response Body:"
Debug.Print jResp.Emit()
Dim respStatusCode As Long
respStatusCode = resp.StatusCode
Debug.Print "Response Status Code = " & respStatusCode
If (respStatusCode >= 400) Then
Debug.Print "Response Header:"
Debug.Print resp.Header
Debug.Print "Failed."
Exit Sub
End If
Curl Command
curl -G -d "ids="
-H "Authorization: Bearer <access_token>"
https://api.twitter.com/2/tweets
Postman Collection Item JSON
{
"name": "Multiple Tweets",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/tweets?ids=",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"tweets"
],
"query": [
{
"key": "ids",
"value": "",
"description": "Required. Enter up to 100 comma-separated Tweet IDs."
},
{
"key": "tweet.fields",
"value": "",
"description": "Comma-separated list of fields for the Tweet object.\n\nAllowed values:\nattachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,reply_settings,source,text,withheld\n\nDefault values:\nid,text\n\nOAuth1.0a User Context authorization required if any of the following fields are included in the request:\nnon_public_metrics,organic_metrics,promoted_metrics\n",
"disabled": true
},
{
"key": "expansions",
"value": "",
"description": "Comma-separated list of fields to expand. Expansions enable requests to expand an ID into a full object in the includes response object.\n\nAllowed values: attachments.poll_ids,attachments.media_keys,author_id,geo.place_id,in_reply_to_user_id,referenced_tweets.id,entities.mentions.username,referenced_tweets.id.author_id\n\nDefault values: none",
"disabled": true
},
{
"key": "media.fields",
"value": "",
"description": "Comma-separated list of fields for the media object. Expansion required.\n\nAllowed values:\nduration_ms,height,media_key,non_public_metrics,organic_metrics,preview_image_url,promoted_metrics,public_metrics,type,url,width\n\nDefault values:\nmedia_key,type\n\nOAuth1.0a User Context authorization required if any of the following fields are included in the request:\nnon_public_metrics,organic_metrics,promoted_metrics",
"disabled": true
},
{
"key": "place.fields",
"value": "",
"description": "Comma-separated list of fields for the place object. Expansion required.\n\nAllowed values:\ncontained_within,country,country_code,full_name,geo,id,name,place_type\n\nDefault values:\nid,full_name",
"disabled": true
},
{
"key": "poll.fields",
"value": "",
"description": "Comma-separated list of fields for the poll object. Expansion required.\n\nAllowed values:\nduration_minutes,end_datetime,id,options,voting_status\n\nDefault values:\nid, options",
"disabled": true
},
{
"key": "user.fields",
"value": "",
"description": "Comma-separated list of fields for the user object. Expansion required.\n\nAllowed values:\ncreated_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld\n\nDefault values:\nid,name,username",
"disabled": true
}
]
},
"description": "This endpoint returns details about up to 100 Tweets specified by the requested IDs.\n\nFor full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-reference/get-tweets) for this endpoint.\n\n[Sign up](https://t.co/signup) for the Twitter API"
},
"response": [
{
"name": "200 Success - Multiple Tweets with Tweet Fields",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/tweets?ids=20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825&tweet.fields=author_id,entities,attachments,conversation_id,created_at,referenced_tweets",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"tweets"
],
"query": [
{
"key": "ids",
"value": "20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825"
},
{
"key": "tweet.fields",
"value": "author_id,entities,attachments,conversation_id,created_at,referenced_tweets",
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld"
},
{
"key": "expansions",
"value": "",
"description": "Comma-separated list of fields to expand. Expansions enable requests to expand an ID into a full object in the includes response object.\nAllowed values: attachments.poll_ids,attachments.media_keys,author_id,geo.place_id,in_reply_to_user_id,referenced_tweets.id\nDefault values: none",
"disabled": true
},
{
"key": "media.fields",
"value": "",
"description": "duration_ms,height,media_key,non_public_metrics,organic_metrics,preview_image_url,promoted_metrics,public_metrics,type,url,width",
"disabled": true
},
{
"key": "poll.fields",
"value": "",
"description": "duration_minutes,end_datetime,id,options,voting_status",
"disabled": true
},
{
"key": "place.fields",
"value": "",
"description": "contained_within,country,country_code,full_name,geo,id,name,place_type",
"disabled": true
},
{
"key": "user.fields",
"value": "",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld",
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "6305"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Fri, 26 Jun 2020 15:01:52 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "61335280ba9cb7845500465db4fa22ab"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "10"
},
{
"key": "x-rate-limit-reset",
"value": "1593183846"
},
{
"key": "x-response-time",
"value": "173"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"author_id\": \"12\",\n \"conversation_id\": \"20\",\n \"created_at\": \"2006-03-21T20:50:14.000Z\",\n \"id\": \"20\",\n \"text\": \"just setting up my twttr\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"16_1276500934466703361\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1276501058211262464\",\n \"created_at\": \"2020-06-26T13:02:23.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 143,\n \"end\": 166,\n \"url\": \"https://t.co/BabQnqOX4r\",\n \"expanded_url\": \"https://twitter.com/i/lists/suggested\",\n \"display_url\": \"twitter.com/i/lists/sugges…\"\n },\n {\n \"start\": 167,\n \"end\": 190,\n \"url\": \"https://t.co/ATG2vi3Dxf\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1276501058211262464/photo/1\",\n \"display_url\": \"pic.twitter.com/ATG2vi3Dxf\"\n }\n ]\n },\n \"id\": \"1276501058211262464\",\n \"text\": \"Add new voices and conversations to your Timeline using Lists.\\n\\nYou can now:\\n👉 make a List\\n👉 discover new Lists\\n👉 follow a List\\n👉 Tweet a List\\nhttps://t.co/BabQnqOX4r https://t.co/ATG2vi3Dxf\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"16_1275244079673155585\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1275244210439028736\",\n \"created_at\": \"2020-06-23T01:48:07.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 112,\n \"end\": 135,\n \"url\": \"https://t.co/dpI2lRmj9F\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1275244210439028736/photo/1\",\n \"display_url\": \"pic.twitter.com/dpI2lRmj9F\"\n }\n ]\n },\n \"id\": \"1275244210439028736\",\n \"text\": \"Need to follow what’s happening in real time? Change your timeline to show latest Tweets instead of top Tweets. https://t.co/dpI2lRmj9F\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274087263073255425\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:32.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 13,\n \"end\": 22,\n \"username\": \"YoliZama\"\n }\n ],\n \"urls\": [\n {\n \"start\": 23,\n \"end\": 46,\n \"url\": \"https://t.co/lcGDLzAJIn\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087695145332736/photo/1\",\n \"display_url\": \"pic.twitter.com/lcGDLzAJIn\"\n }\n ]\n },\n \"id\": \"1274087695145332736\",\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"1274087694105075714\"\n }\n ],\n \"text\": \"📍 Oakland\\n🗣️ @YoliZama https://t.co/lcGDLzAJIn\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274086977952833536\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:32.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 19,\n \"end\": 31,\n \"username\": \"Afrikkana95\"\n }\n ],\n \"urls\": [\n {\n \"start\": 32,\n \"end\": 55,\n \"url\": \"https://t.co/tEfs27p7xu\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087694105075714/photo/1\",\n \"display_url\": \"pic.twitter.com/tEfs27p7xu\"\n }\n ]\n },\n \"id\": \"1274087694105075714\",\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"1274087692003770368\"\n }\n ],\n \"text\": \"📍 New York City\\n🗣️ @Afrikkana95 https://t.co/tEfs27p7xu\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274086862907305984\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:31.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 13,\n \"end\": 25,\n \"username\": \"JoshuaKissi\"\n }\n ],\n \"urls\": [\n {\n \"start\": 26,\n \"end\": 49,\n \"url\": \"https://t.co/ZeD3XvJUbX\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087692003770368/photo/1\",\n \"display_url\": \"pic.twitter.com/ZeD3XvJUbX\"\n }\n ]\n },\n \"id\": \"1274087692003770368\",\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"1274087690758090752\"\n }\n ],\n \"text\": \"📍 Chicago\\n🗣️ @JoshuaKissi https://t.co/ZeD3XvJUbX\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274086703272038401\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:31.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 18,\n \"end\": 33,\n \"username\": \"Imani_Barbarin\"\n }\n ],\n \"urls\": [\n {\n \"start\": 34,\n \"end\": 57,\n \"url\": \"https://t.co/ZRDUipsu38\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087690758090752/photo/1\",\n \"display_url\": \"pic.twitter.com/ZRDUipsu38\"\n }\n ]\n },\n \"id\": \"1274087690758090752\",\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"1274087689487134720\"\n }\n ],\n \"text\": \"📍 Philadelphia\\n🗣️ @Imani_Barbarin https://t.co/ZRDUipsu38\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274086530919718917\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:31.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 16,\n \"end\": 29,\n \"username\": \"itsbarrrrett\"\n }\n ],\n \"urls\": [\n {\n \"start\": 30,\n \"end\": 53,\n \"url\": \"https://t.co/Vk4vDeuAqb\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087689487134720/photo/1\",\n \"display_url\": \"pic.twitter.com/Vk4vDeuAqb\"\n }\n ]\n },\n \"id\": \"1274087689487134720\",\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"1274087688321200128\"\n }\n ],\n \"text\": \"📍 Louisville\\n🗣️ @itsbarrrrett https://t.co/Vk4vDeuAqb\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274086294507778048\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:30.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 13,\n \"end\": 25,\n \"username\": \"BerniceKing\"\n }\n ],\n \"urls\": [\n {\n \"start\": 26,\n \"end\": 49,\n \"url\": \"https://t.co/83upyVnwIS\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087688321200128/photo/1\",\n \"display_url\": \"pic.twitter.com/83upyVnwIS\"\n }\n ]\n },\n \"id\": \"1274087688321200128\",\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"1274087687469715457\"\n }\n ],\n \"text\": \"📍 Atlanta\\n🗣️ @BerniceKing https://t.co/83upyVnwIS\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1274086027544498176\"\n ]\n },\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274087687469715457\",\n \"created_at\": \"2020-06-19T21:12:30.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 17,\n \"end\": 29,\n \"username\": \"FredTJoseph\"\n }\n ],\n \"urls\": [\n {\n \"start\": 30,\n \"end\": 53,\n \"url\": \"https://t.co/lNTOkyguG1\",\n \"expanded_url\": \"https://twitter.com/Twitter/status/1274087687469715457/photo/1\",\n \"display_url\": \"pic.twitter.com/lNTOkyguG1\"\n }\n ]\n },\n \"id\": \"1274087687469715457\",\n \"text\": \"📍 Minneapolis\\n🗣️ @FredTJoseph https://t.co/lNTOkyguG1\"\n },\n {\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274034244700930049\",\n \"created_at\": \"2020-06-19T17:40:09.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 106,\n \"end\": 115,\n \"tag\": \"BlackJoy\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 14,\n \"username\": \"Blackbirds\"\n }\n ]\n },\n \"id\": \"1274034244700930049\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1274014870707437570\"\n }\n ],\n \"text\": \"RT @Blackbirds: Juneteenth is a celebration. It’s about our freedom. And within that freedom is our joy.\\n\\n#BlackJoy is a form of resistance…\"\n },\n {\n \"author_id\": \"783214\",\n \"conversation_id\": \"1274025734990897152\",\n \"created_at\": \"2020-06-19T17:06:20.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 96,\n \"end\": 107,\n \"tag\": \"Juneteenth\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 19,\n \"username\": \"TwitterTogether\"\n }\n ]\n },\n \"id\": \"1274025734990897152\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1273964707884433409\"\n }\n ],\n \"text\": \"RT @TwitterTogether: Juneteenth represents freedom, emancipation, and liberation.\\n\\nTo celebrate #Juneteenth is to know Black history. It's…\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276440670631124993\",\n \"created_at\": \"2020-06-26T09:02:25.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 33,\n \"end\": 49,\n \"tag\": \"TwitterBlueroom\"\n },\n {\n \"start\": 96,\n \"end\": 111,\n \"tag\": \"AskYubinHyelim\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 16,\n \"username\": \"TwitterKorea\"\n },\n {\n \"start\": 68,\n \"end\": 82,\n \"username\": \"yubinofficial\"\n },\n {\n \"start\": 87,\n \"end\": 94,\n \"username\": \"WG_Lim\"\n }\n ],\n \"urls\": [\n {\n \"start\": 114,\n \"end\": 137,\n \"url\": \"https://t.co/GFh8TWNHK2\",\n \"expanded_url\": \"https://www.pscp.tv/w/ccRfMzQ4ODU4MzN8MVJEeGxyanZ6dk5HTN69VjOiGYM4DmFWlDj4GHelqxqBK9J_FIbiGviVL0oL\",\n \"display_url\": \"pscp.tv/w/ccRfMzQ4ODU4…\"\n }\n ]\n },\n \"id\": \"1276440670631124993\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1276440465550610438\"\n }\n ],\n \"text\": \"RT @TwitterKorea: Come and enjoy #TwitterBlueroom LIVE Q&A with @yubinofficial and @WG_Lim \\n#AskYubinHyelim \\n\\nhttps://t.co/GFh8TWNHK2\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276426779796750338\",\n \"created_at\": \"2020-06-26T08:07:13.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 18,\n \"end\": 27,\n \"tag\": \"StayHome\"\n },\n {\n \"start\": 38,\n \"end\": 48,\n \"tag\": \"MusicBank\"\n },\n {\n \"start\": 79,\n \"end\": 95,\n \"tag\": \"SafeWithTwitter\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 16,\n \"username\": \"TwitterKorea\"\n },\n {\n \"start\": 67,\n \"end\": 78,\n \"username\": \"KBSWorldTV\"\n }\n ],\n \"urls\": [\n {\n \"start\": 96,\n \"end\": 119,\n \"url\": \"https://t.co/GNqEFNhTaC\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1OwxWLBkoBmKQ\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276426779796750338\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1276426187607175169\"\n }\n ],\n \"text\": \"RT @TwitterKorea: #StayHome and Enjoy #MusicBank LIVE 6/26 5PM KST @KBSWorldTV #SafeWithTwitter\\nhttps://t.co/GNqEFNhTaC\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276420300641406976\",\n \"created_at\": \"2020-06-26T07:41:29.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/vwWwOBgn3M\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1vAxRrPWLrPxl\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276420300641406976\",\n \"text\": \"https://t.co/vwWwOBgn3M\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276346768490328064\",\n \"created_at\": \"2020-06-26T02:49:17.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/dTn7FwgQFg\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1lPKqLQnZpAxb\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276346768490328064\",\n \"text\": \"https://t.co/dTn7FwgQFg\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276301871515222017\",\n \"created_at\": \"2020-06-25T23:50:53.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/FWAdDJaWFu\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1YpKkNrLpoMxj\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\",\n \"images\": [\n {\n \"url\": \"https://pbs.twimg.com/news_img/1276301872756736000/6FQ7EJ4m?format=jpg&name=orig\",\n \"width\": 1280,\n \"height\": 720\n },\n {\n \"url\": \"https://pbs.twimg.com/news_img/1276301872756736000/6FQ7EJ4m?format=jpg&name=150x150\",\n \"width\": 150,\n \"height\": 150\n }\n ],\n \"status\": 200,\n \"title\": \"IGN\",\n \"description\": \"IGN Expo Day 6\",\n \"unwound_url\": \"https://twitter.com/i/broadcasts/1YpKkNrLpoMxj\"\n }\n ]\n },\n \"id\": \"1276301871515222017\",\n \"text\": \"https://t.co/FWAdDJaWFu\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276175944105865216\",\n \"created_at\": \"2020-06-25T15:30:29.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/TUvMWuMn9y\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1yoJMXdpmbDGQ\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276175944105865216\",\n \"text\": \"https://t.co/TUvMWuMn9y\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276172826764926976\",\n \"created_at\": \"2020-06-25T15:18:06.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/YCbDKj3Tej\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1OyKAgaaMNyJb\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276172826764926976\",\n \"text\": \"https://t.co/YCbDKj3Tej\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276172649299763200\",\n \"created_at\": \"2020-06-25T15:17:24.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/VsaGUixN0t\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1OyKAgamjgzJb\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276172649299763200\",\n \"text\": \"https://t.co/VsaGUixN0t\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276171938449121280\",\n \"created_at\": \"2020-06-25T15:14:34.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/rENggwsoIZ\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1ynKOprmYjkGR\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276171938449121280\",\n \"text\": \"https://t.co/rENggwsoIZ\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276171724111765504\",\n \"created_at\": \"2020-06-25T15:13:43.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/5nmkyBSWuL\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1yNGaBamWVNJj\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276171724111765504\",\n \"text\": \"https://t.co/5nmkyBSWuL\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276171627386957824\",\n \"created_at\": \"2020-06-25T15:13:20.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/CUJAivshzU\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1YqKDpPweZvKV\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276171627386957824\",\n \"text\": \"https://t.co/CUJAivshzU\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276170528387035136\",\n \"created_at\": \"2020-06-25T15:08:58.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 61,\n \"end\": 67,\n \"tag\": \"Pride\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 15,\n \"username\": \"TwitterNews\"\n },\n {\n \"start\": 43,\n \"end\": 55,\n \"username\": \"karaswisher\"\n }\n ]\n },\n \"id\": \"1276170528387035136\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1276168522134102017\"\n }\n ],\n \"text\": \"RT @TwitterNews: Go behind the byline with @KaraSwisher this #Pride month to hear about her storied journalism career, tri-coastal lifestyl…\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276168667517071361\",\n \"created_at\": \"2020-06-25T15:01:35.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/ibZN9aauZT\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1DXxyABgmEnxM\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276168667517071361\",\n \"text\": \"https://t.co/ibZN9aauZT\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276048583557394432\",\n \"created_at\": \"2020-06-25T07:04:24.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/mCv7iZsUA8\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1PlJQNBEejWxE\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1276048583557394432\",\n \"text\": \"https://t.co/mCv7iZsUA8\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276035881992740864\",\n \"created_at\": \"2020-06-25T06:13:56.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/T9pwAL4ezo\",\n \"expanded_url\": \"https://twitter.com/ONEEsports/status/1276027533973020673\",\n \"display_url\": \"twitter.com/ONEEsports/sta…\"\n }\n ]\n },\n \"id\": \"1276035881992740864\",\n \"referenced_tweets\": [\n {\n \"type\": \"quoted\",\n \"id\": \"1276027533973020673\"\n }\n ],\n \"text\": \"https://t.co/T9pwAL4ezo\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276009123876749312\",\n \"created_at\": \"2020-06-25T04:27:36.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 46,\n \"end\": 55,\n \"tag\": \"OnStream\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 15,\n \"username\": \"TwitterMENA\"\n }\n ],\n \"urls\": [\n {\n \"start\": 56,\n \"end\": 79,\n \"url\": \"https://t.co/THBICnDwwY\",\n \"expanded_url\": \"https://www.pscp.tv/w/ccImtTIzMDExMTJ8MWt2S3BlWWx2UG1HRVLvrUtuJOLEvnccK1AI61DAprfFexBE6TqWAMbyPd0j\",\n \"display_url\": \"pscp.tv/w/ccImtTIzMDEx…\"\n }\n ]\n },\n \"id\": \"1276009123876749312\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1276007683980693504\"\n }\n ],\n \"text\": \"RT @TwitterMENA: شاهدوا حلقة جديدة من برنامح #OnStream https://t.co/THBICnDwwY\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"7_1247845530035580928\"\n ]\n },\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1276009123620851712\",\n \"created_at\": \"2020-06-25T04:27:36.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 15,\n \"username\": \"TwitterMENA\"\n }\n ],\n \"urls\": [\n {\n \"start\": 17,\n \"end\": 40,\n \"url\": \"https://t.co/Z12uictjZD\",\n \"expanded_url\": \"https://twitter.com/TwitterMENA/status/1247845683522154498/video/1\",\n \"display_url\": \"pic.twitter.com/Z12uictjZD\"\n }\n ]\n },\n \"id\": \"1276009123620851712\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1247845683522154498\"\n }\n ],\n \"text\": \"RT @TwitterMENA: https://t.co/Z12uictjZD\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275981562811527170\",\n \"created_at\": \"2020-06-25T02:38:05.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/hG0ovCwgMS\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1yoKMXdDvnYxQ\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275981562811527170\",\n \"text\": \"https://t.co/hG0ovCwgMS\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275930077927141376\",\n \"created_at\": \"2020-06-24T23:13:30.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/5ZxW1tDKVR\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1ypKdwzodVdxW\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275930077927141376\",\n \"text\": \"https://t.co/5ZxW1tDKVR\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275832645574733824\",\n \"created_at\": \"2020-06-24T16:46:21.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/Bx8oI3Vawr\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1mnxelBnBwLJX\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275832645574733824\",\n \"text\": \"https://t.co/Bx8oI3Vawr\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275817073755611136\",\n \"created_at\": \"2020-06-24T15:44:28.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/vTjlgN24JS\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1lDxLyYYveaKm\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275817073755611136\",\n \"text\": \"https://t.co/vTjlgN24JS\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275816972459012101\",\n \"created_at\": \"2020-06-24T15:44:04.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/ZwTlhydfWN\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1MnxndVqPLOGO\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275816972459012101\",\n \"text\": \"https://t.co/ZwTlhydfWN\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275806248525389824\",\n \"created_at\": \"2020-06-24T15:01:27.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/b6phJzClfR\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1dRKZQkDgqzxB\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275806248525389824\",\n \"text\": \"https://t.co/b6phJzClfR\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275806002307231744\",\n \"created_at\": \"2020-06-24T15:00:28.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/But99uyYHV\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1mrxmEomapnxy\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275806002307231744\",\n \"text\": \"https://t.co/But99uyYHV\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275805935659700225\",\n \"created_at\": \"2020-06-24T15:00:13.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SV3IZDoipf\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1LyxBaMBdWoJN\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\",\n \"status\": 200,\n \"title\": \"People Magazine\",\n \"description\": \"We're breaking down the biggest stories and what's trending today. Watch #PeopleNow with @JeremyParsonsTV and @andreaboehlke streaming now.\",\n \"unwound_url\": \"https://twitter.com/i/broadcasts/1LyxBaMBdWoJN\"\n }\n ]\n },\n \"id\": \"1275805935659700225\",\n \"text\": \"https://t.co/SV3IZDoipf\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275805533690138630\",\n \"created_at\": \"2020-06-24T14:58:37.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/3k0J6vJVyL\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1BRJjYzyBbvGw\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275805533690138630\",\n \"text\": \"https://t.co/3k0J6vJVyL\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275628222818877440\",\n \"created_at\": \"2020-06-24T03:14:03.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/P0Bg8JTcmZ\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1nAJEAXjqQkJL\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275628222818877440\",\n \"text\": \"https://t.co/P0Bg8JTcmZ\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275506262327918599\",\n \"created_at\": \"2020-06-23T19:09:25.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/eIUT3T5s2U\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1ZkKzmBBzbyxv\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275506262327918599\",\n \"text\": \"https://t.co/eIUT3T5s2U\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275490500108259329\",\n \"created_at\": \"2020-06-23T18:06:47.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/TCzAnu83Tt\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1djxXojjeQeJZ\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275490500108259329\",\n \"text\": \"https://t.co/TCzAnu83Tt\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275451488102256645\",\n \"created_at\": \"2020-06-23T15:31:46.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/wqPmepT4PU\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1dRKZQkDgDwxB\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275451488102256645\",\n \"text\": \"https://t.co/wqPmepT4PU\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275451397459243009\",\n \"created_at\": \"2020-06-23T15:31:24.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/VaWXJ1jJmd\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1YpKkNynZrExj\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275451397459243009\",\n \"text\": \"https://t.co/VaWXJ1jJmd\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275332886015520768\",\n \"created_at\": \"2020-06-23T07:40:29.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/0jcsarw5OI\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1OdJrWlOLoAxX\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275332886015520768\",\n \"text\": \"https://t.co/0jcsarw5OI\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275327412616617984\",\n \"created_at\": \"2020-06-23T07:18:44.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 38,\n \"end\": 50,\n \"tag\": \"تأقلم_وتعلم\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 15,\n \"username\": \"TwitterMENA\"\n }\n ],\n \"urls\": [\n {\n \"start\": 51,\n \"end\": 74,\n \"url\": \"https://t.co/0f4F0C9pAS\",\n \"expanded_url\": \"https://www.pscp.tv/w/1ypKdwVkWgRxW\",\n \"display_url\": \"pscp.tv/w/1ypKdwVkWgRxW\"\n }\n ]\n },\n \"id\": \"1275327412616617984\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1275327107716046848\"\n }\n ],\n \"text\": \"RT @TwitterMENA: اليكم حلقة جديدة من #تأقلم_وتعلم https://t.co/0f4F0C9pAS\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275128589244157958\",\n \"created_at\": \"2020-06-22T18:08:41.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/NbAiUfUpic\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1vAGRrowLyrGl\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275128589244157958\",\n \"text\": \"https://t.co/NbAiUfUpic\"\n },\n {\n \"author_id\": \"130649891\",\n \"conversation_id\": \"1275089113742336000\",\n \"created_at\": \"2020-06-22T15:31:49.000Z\",\n \"entities\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/oigT4Ux4GP\",\n \"expanded_url\": \"https://twitter.com/i/broadcasts/1vOxwoBDVBPxB\",\n \"display_url\": \"twitter.com/i/broadcasts/1…\"\n }\n ]\n },\n \"id\": \"1275089113742336000\",\n \"text\": \"https://t.co/oigT4Ux4GP\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"3_1276312144007450624\"\n ]\n },\n \"author_id\": \"1884191208\",\n \"conversation_id\": \"1276312753393680384\",\n \"created_at\": \"2020-06-26T00:34:07.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 256,\n \"end\": 276,\n \"tag\": \"ScalingSocialImpact\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 28,\n \"end\": 40,\n \"username\": \"d_lux_brand\"\n },\n {\n \"start\": 45,\n \"end\": 52,\n \"username\": \"sfciti\"\n }\n ],\n \"urls\": [\n {\n \"start\": 277,\n \"end\": 300,\n \"url\": \"https://t.co/rFWhUIiryq\",\n \"expanded_url\": \"https://twitter.com/TwitterForGood/status/1276312753393680384/photo/1\",\n \"display_url\": \"pic.twitter.com/rFWhUIiryq\"\n }\n ]\n },\n \"id\": \"1276312753393680384\",\n \"text\": \"Inspiring conversation with @d_lux_brand and @sfciti on combatting racial inequality.\\n\\n“In order for a company to be successful at inclusion and diversity, the work has to be embedded in all aspects. In pay equity, in procurement, in supplier diversity.”\\n\\n#ScalingSocialImpact https://t.co/rFWhUIiryq\"\n },\n {\n \"author_id\": \"1884191208\",\n \"conversation_id\": \"1275556031876087808\",\n \"created_at\": \"2020-06-23T22:27:11.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 23,\n \"end\": 35,\n \"username\": \"d_lux_brand\"\n }\n ],\n \"urls\": [\n {\n \"start\": 88,\n \"end\": 111,\n \"url\": \"https://t.co/OlqqqIZzVJ\",\n \"expanded_url\": \"https://twitter.com/sfciti/status/1275541973705711621\",\n \"display_url\": \"twitter.com/sfciti/status/…\"\n }\n ]\n },\n \"id\": \"1275556031876087808\",\n \"referenced_tweets\": [\n {\n \"type\": \"quoted\",\n \"id\": \"1275541973705711621\"\n }\n ],\n \"text\": \"Hear from our very own @d_lux_brand on fighting racism and promoting equity. Register 👇 https://t.co/OlqqqIZzVJ\"\n },\n {\n \"author_id\": \"1884191208\",\n \"conversation_id\": \"1274094606498459651\",\n \"created_at\": \"2020-06-19T21:40:00.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 104,\n \"end\": 113,\n \"tag\": \"BlackJoy\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 18,\n \"username\": \"codetenderloin\"\n }\n ]\n },\n \"id\": \"1274094606498459651\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1274074179772354560\"\n }\n ],\n \"text\": \"RT @codetenderloin: Three graduates of our S.O.A.R.(SURMOUNT OBSTACLES, ACHIEVE RESULTS) Sales Program. #BlackJoy Giving opportunities to f…\"\n },\n {\n \"author_id\": \"1884191208\",\n \"conversation_id\": \"1274018381662793729\",\n \"created_at\": \"2020-06-19T16:37:06.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 106,\n \"end\": 115,\n \"tag\": \"BlackJoy\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 14,\n \"username\": \"Blackbirds\"\n }\n ]\n },\n \"id\": \"1274018381662793729\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1274014870707437570\"\n }\n ],\n \"text\": \"RT @Blackbirds: Juneteenth is a celebration. It’s about our freedom. And within that freedom is our joy.\\n\\n#BlackJoy is a form of resistance…\"\n },\n {\n \"author_id\": \"1884191208\",\n \"conversation_id\": \"1274013886178418688\",\n \"created_at\": \"2020-06-19T16:19:15.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 96,\n \"end\": 107,\n \"tag\": \"Juneteenth\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 19,\n \"username\": \"TwitterTogether\"\n }\n ]\n },\n \"id\": \"1274013886178418688\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1273964707884433409\"\n }\n ],\n \"text\": \"RT @TwitterTogether: Juneteenth represents freedom, emancipation, and liberation.\\n\\nTo celebrate #Juneteenth is to know Black history. It's…\"\n },\n {\n \"author_id\": \"773578328498372608\",\n \"conversation_id\": \"1276163304541618180\",\n \"created_at\": \"2020-06-25T14:40:16.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 13,\n \"end\": 36,\n \"tag\": \"DeafblindAwarenessWeek\"\n }\n ],\n \"urls\": [\n {\n \"start\": 207,\n \"end\": 230,\n \"url\": \"https://t.co/DPvOvpFKsh\",\n \"expanded_url\": \"https://twitter.com/HabenGirma/status/1275898382758768645\",\n \"display_url\": \"twitter.com/HabenGirma/sta…\"\n }\n ]\n },\n \"id\": \"1276163304541618180\",\n \"referenced_tweets\": [\n {\n \"type\": \"quoted\",\n \"id\": \"1275898382758768645\"\n }\n ],\n \"text\": \"This week is #DeafblindAwarenessWeek.\\n\\nIt’s important to recognize the challenges this community faces, even more so during this time.\\n\\nConnect with, learn from, and be inspired by the deaf-blind community. https://t.co/DPvOvpFKsh\"\n },\n {\n \"attachments\": {\n \"media_keys\": [\n \"13_1275873077109362688\"\n ]\n },\n \"author_id\": \"773578328498372608\",\n \"conversation_id\": \"1275875669600202753\",\n \"created_at\": \"2020-06-24T19:37:18.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 74,\n \"end\": 86,\n \"tag\": \"AlwaysProud\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 15,\n \"username\": \"TwitterOpen\"\n }\n ],\n \"urls\": [\n {\n \"start\": 87,\n \"end\": 110,\n \"url\": \"https://t.co/jmRg5fVgVf\",\n \"expanded_url\": \"https://twitter.com/TwitterOpen/status/1275873415472320512/video/1\",\n \"display_url\": \"pic.twitter.com/jmRg5fVgVf\"\n }\n ]\n },\n \"id\": \"1275875669600202753\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1275874506607919109\"\n }\n ],\n \"text\": \"RT @TwitterOpen: What's one thing you'd like to tell the queer community? #AlwaysProud https://t.co/jmRg5fVgVf\"\n },\n {\n \"author_id\": \"773578328498372608\",\n \"conversation_id\": \"1275856634837897223\",\n \"created_at\": \"2020-06-24T18:21:40.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 18,\n \"username\": \"TwitterSupport\"\n }\n ]\n },\n \"id\": \"1275856634837897223\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1275856180569612289\"\n }\n ],\n \"text\": \"RT @TwitterSupport: Video autoplay can be turned off in three steps:\\n\\n1️⃣ Select \\\"Settings and privacy\\\" from the main menu\\n2️⃣ Tap \\\"Data us…\"\n },\n {\n \"author_id\": \"773578328498372608\",\n \"conversation_id\": \"1275561823471718401\",\n \"created_at\": \"2020-06-23T22:50:12.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 18,\n \"username\": \"TwitterForGood\"\n },\n {\n \"start\": 43,\n \"end\": 55,\n \"username\": \"d_lux_brand\"\n }\n ],\n \"urls\": [\n {\n \"start\": 108,\n \"end\": 131,\n \"url\": \"https://t.co/OlqqqIZzVJ\",\n \"expanded_url\": \"https://twitter.com/sfciti/status/1275541973705711621\",\n \"display_url\": \"twitter.com/sfciti/status/…\"\n }\n ]\n },\n \"id\": \"1275561823471718401\",\n \"referenced_tweets\": [\n {\n \"type\": \"quoted\",\n \"id\": \"1275541973705711621\"\n },\n {\n \"type\": \"retweeted\",\n \"id\": \"1275556031876087808\"\n }\n ],\n \"text\": \"RT @TwitterForGood: Hear from our very own @d_lux_brand on fighting racism and promoting equity. Register 👇 https://t.co/OlqqqIZzVJ\"\n },\n {\n \"author_id\": \"773578328498372608\",\n \"conversation_id\": \"1275518378271141890\",\n \"created_at\": \"2020-06-23T19:57:34.000Z\",\n \"entities\": {\n \"hashtags\": [\n {\n \"start\": 19,\n \"end\": 27,\n \"tag\": \"COVID19\"\n },\n {\n \"start\": 131,\n \"end\": 143,\n \"tag\": \"ThereIsHelp\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 10,\n \"username\": \"Policy\"\n },\n {\n \"start\": 68,\n \"end\": 80,\n \"username\": \"unwomenasia\"\n }\n ]\n },\n \"id\": \"1275518378271141890\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1273667366497521666\"\n }\n ],\n \"text\": \"RT @Policy: During #COVID19, gender-based violence has risen.\\n\\nWith @unwomenasia & other critical partners, we've expanded our #ThereIsHelp…\"\n },\n {\n \"author_id\": \"773578328498372608\",\n \"conversation_id\": \"1275473478779469825\",\n \"created_at\": \"2020-06-23T16:59:09.000Z\",\n \"entities\": {\n \"mentions\": [\n {\n \"start\": 3,\n \"end\": 10,\n \"username\": \"Policy\"\n }\n ]\n },\n \"id\": \"1275473478779469825\",\n \"referenced_tweets\": [\n {\n \"type\": \"retweeted\",\n \"id\": \"1275192966953476100\"\n }\n ],\n \"text\": \"RT @Policy: Statement on US high-skilled immigration proclamation: \\n\\n\\\"This proclamation undermines America’s greatest economic asset: its d…\"\n }\n ],\n \"errors\": [\n {\n \"detail\": \"Could not find tweet with ids: [1276230436478386177].\",\n \"title\": \"Not Found Error\",\n \"resource_type\": \"tweet\",\n \"parameter\": \"ids\",\n \"value\": \"1276230436478386177\",\n \"type\": \"https://api.twitter.com/2/problems/resource-not-found\"\n }\n ]\n}"
},
{
"name": "200 Success - Multiple Tweets Default Payload",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/tweets?ids=20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"tweets"
],
"query": [
{
"key": "ids",
"value": "20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825"
},
{
"key": "tweet.fields",
"value": "author_id,entities,attachments,conversation_id,created_at,referenced_tweets",
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld",
"disabled": true
},
{
"key": "expansions",
"value": "",
"description": "Comma-separated list of fields to expand. Expansions enable requests to expand an ID into a full object in the includes response object.\nAllowed values: attachments.poll_ids,attachments.media_keys,author_id,geo.place_id,in_reply_to_user_id,referenced_tweets.id\nDefault values: none",
"disabled": true
},
{
"key": "media.fields",
"value": "",
"description": "duration_ms,height,media_key,non_public_metrics,organic_metrics,preview_image_url,promoted_metrics,public_metrics,type,url,width",
"disabled": true
},
{
"key": "poll.fields",
"value": "",
"description": "duration_minutes,end_datetime,id,options,voting_status",
"disabled": true
},
{
"key": "place.fields",
"value": "",
"description": "contained_within,country,country_code,full_name,geo,id,name,place_type",
"disabled": true
},
{
"key": "user.fields",
"value": "",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld",
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "3016"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Fri, 26 Jun 2020 15:03:25 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "61335280ba9cb7845500465db4fa22ab"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "8"
},
{
"key": "x-rate-limit-reset",
"value": "1593183846"
},
{
"key": "x-response-time",
"value": "162"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"id\": \"20\",\n \"text\": \"just setting up my twttr\"\n },\n {\n \"id\": \"1276501058211262464\",\n \"text\": \"Add new voices and conversations to your Timeline using Lists.\\n\\nYou can now:\\n👉 make a List\\n👉 discover new Lists\\n👉 follow a List\\n👉 Tweet a List\\nhttps://t.co/BabQnqOX4r https://t.co/ATG2vi3Dxf\"\n },\n {\n \"id\": \"1275244210439028736\",\n \"text\": \"Need to follow what’s happening in real time? Change your timeline to show latest Tweets instead of top Tweets. https://t.co/dpI2lRmj9F\"\n },\n {\n \"id\": \"1274087695145332736\",\n \"text\": \"📍 Oakland\\n🗣️ @YoliZama https://t.co/lcGDLzAJIn\"\n },\n {\n \"id\": \"1274087694105075714\",\n \"text\": \"📍 New York City\\n🗣️ @Afrikkana95 https://t.co/tEfs27p7xu\"\n },\n {\n \"id\": \"1274087692003770368\",\n \"text\": \"📍 Chicago\\n🗣️ @JoshuaKissi https://t.co/ZeD3XvJUbX\"\n },\n {\n \"id\": \"1274087690758090752\",\n \"text\": \"📍 Philadelphia\\n🗣️ @Imani_Barbarin https://t.co/ZRDUipsu38\"\n },\n {\n \"id\": \"1274087689487134720\",\n \"text\": \"📍 Louisville\\n🗣️ @itsbarrrrett https://t.co/Vk4vDeuAqb\"\n },\n {\n \"id\": \"1274087688321200128\",\n \"text\": \"📍 Atlanta\\n🗣️ @BerniceKing https://t.co/83upyVnwIS\"\n },\n {\n \"id\": \"1274087687469715457\",\n \"text\": \"📍 Minneapolis\\n🗣️ @FredTJoseph https://t.co/lNTOkyguG1\"\n },\n {\n \"id\": \"1274034244700930049\",\n \"text\": \"RT @Blackbirds: Juneteenth is a celebration. It’s about our freedom. And within that freedom is our joy.\\n\\n#BlackJoy is a form of resistance…\"\n },\n {\n \"id\": \"1274025734990897152\",\n \"text\": \"RT @TwitterTogether: Juneteenth represents freedom, emancipation, and liberation.\\n\\nTo celebrate #Juneteenth is to know Black history. It's…\"\n },\n {\n \"id\": \"1276440670631124993\",\n \"text\": \"RT @TwitterKorea: Come and enjoy #TwitterBlueroom LIVE Q&A with @yubinofficial and @WG_Lim \\n#AskYubinHyelim \\n\\nhttps://t.co/GFh8TWNHK2\"\n },\n {\n \"id\": \"1276426779796750338\",\n \"text\": \"RT @TwitterKorea: #StayHome and Enjoy #MusicBank LIVE 6/26 5PM KST @KBSWorldTV #SafeWithTwitter\\nhttps://t.co/GNqEFNhTaC\"\n },\n {\n \"id\": \"1276420300641406976\",\n \"text\": \"https://t.co/vwWwOBgn3M\"\n },\n {\n \"id\": \"1276346768490328064\",\n \"text\": \"https://t.co/dTn7FwgQFg\"\n },\n {\n \"id\": \"1276301871515222017\",\n \"text\": \"https://t.co/FWAdDJaWFu\"\n },\n {\n \"id\": \"1276175944105865216\",\n \"text\": \"https://t.co/TUvMWuMn9y\"\n },\n {\n \"id\": \"1276172826764926976\",\n \"text\": \"https://t.co/YCbDKj3Tej\"\n },\n {\n \"id\": \"1276172649299763200\",\n \"text\": \"https://t.co/VsaGUixN0t\"\n },\n {\n \"id\": \"1276171938449121280\",\n \"text\": \"https://t.co/rENggwsoIZ\"\n },\n {\n \"id\": \"1276171724111765504\",\n \"text\": \"https://t.co/5nmkyBSWuL\"\n },\n {\n \"id\": \"1276171627386957824\",\n \"text\": \"https://t.co/CUJAivshzU\"\n },\n {\n \"id\": \"1276170528387035136\",\n \"text\": \"RT @TwitterNews: Go behind the byline with @KaraSwisher this #Pride month to hear about her storied journalism career, tri-coastal lifestyl…\"\n },\n {\n \"id\": \"1276168667517071361\",\n \"text\": \"https://t.co/ibZN9aauZT\"\n },\n {\n \"id\": \"1276048583557394432\",\n \"text\": \"https://t.co/mCv7iZsUA8\"\n },\n {\n \"id\": \"1276035881992740864\",\n \"text\": \"https://t.co/T9pwAL4ezo\"\n },\n {\n \"id\": \"1276009123876749312\",\n \"text\": \"RT @TwitterMENA: شاهدوا حلقة جديدة من برنامح #OnStream https://t.co/THBICnDwwY\"\n },\n {\n \"id\": \"1276009123620851712\",\n \"text\": \"RT @TwitterMENA: https://t.co/Z12uictjZD\"\n },\n {\n \"id\": \"1275981562811527170\",\n \"text\": \"https://t.co/hG0ovCwgMS\"\n },\n {\n \"id\": \"1275930077927141376\",\n \"text\": \"https://t.co/5ZxW1tDKVR\"\n },\n {\n \"id\": \"1275832645574733824\",\n \"text\": \"https://t.co/Bx8oI3Vawr\"\n },\n {\n \"id\": \"1275817073755611136\",\n \"text\": \"https://t.co/vTjlgN24JS\"\n },\n {\n \"id\": \"1275816972459012101\",\n \"text\": \"https://t.co/ZwTlhydfWN\"\n },\n {\n \"id\": \"1275806248525389824\",\n \"text\": \"https://t.co/b6phJzClfR\"\n },\n {\n \"id\": \"1275806002307231744\",\n \"text\": \"https://t.co/But99uyYHV\"\n },\n {\n \"id\": \"1275805935659700225\",\n \"text\": \"https://t.co/SV3IZDoipf\"\n },\n {\n \"id\": \"1275805533690138630\",\n \"text\": \"https://t.co/3k0J6vJVyL\"\n },\n {\n \"id\": \"1275628222818877440\",\n \"text\": \"https://t.co/P0Bg8JTcmZ\"\n },\n {\n \"id\": \"1275506262327918599\",\n \"text\": \"https://t.co/eIUT3T5s2U\"\n },\n {\n \"id\": \"1275490500108259329\",\n \"text\": \"https://t.co/TCzAnu83Tt\"\n },\n {\n \"id\": \"1275451488102256645\",\n \"text\": \"https://t.co/wqPmepT4PU\"\n },\n {\n \"id\": \"1275451397459243009\",\n \"text\": \"https://t.co/VaWXJ1jJmd\"\n },\n {\n \"id\": \"1275332886015520768\",\n \"text\": \"https://t.co/0jcsarw5OI\"\n },\n {\n \"id\": \"1275327412616617984\",\n \"text\": \"RT @TwitterMENA: اليكم حلقة جديدة من #تأقلم_وتعلم https://t.co/0f4F0C9pAS\"\n },\n {\n \"id\": \"1275128589244157958\",\n \"text\": \"https://t.co/NbAiUfUpic\"\n },\n {\n \"id\": \"1275089113742336000\",\n \"text\": \"https://t.co/oigT4Ux4GP\"\n },\n {\n \"id\": \"1276312753393680384\",\n \"text\": \"Inspiring conversation with @d_lux_brand and @sfciti on combatting racial inequality.\\n\\n“In order for a company to be successful at inclusion and diversity, the work has to be embedded in all aspects. In pay equity, in procurement, in supplier diversity.”\\n\\n#ScalingSocialImpact https://t.co/rFWhUIiryq\"\n },\n {\n \"id\": \"1275556031876087808\",\n \"text\": \"Hear from our very own @d_lux_brand on fighting racism and promoting equity. Register 👇 https://t.co/OlqqqIZzVJ\"\n },\n {\n \"id\": \"1274094606498459651\",\n \"text\": \"RT @codetenderloin: Three graduates of our S.O.A.R.(SURMOUNT OBSTACLES, ACHIEVE RESULTS) Sales Program. #BlackJoy Giving opportunities to f…\"\n },\n {\n \"id\": \"1274018381662793729\",\n \"text\": \"RT @Blackbirds: Juneteenth is a celebration. It’s about our freedom. And within that freedom is our joy.\\n\\n#BlackJoy is a form of resistance…\"\n },\n {\n \"id\": \"1274013886178418688\",\n \"text\": \"RT @TwitterTogether: Juneteenth represents freedom, emancipation, and liberation.\\n\\nTo celebrate #Juneteenth is to know Black history. It's…\"\n },\n {\n \"id\": \"1276163304541618180\",\n \"text\": \"This week is #DeafblindAwarenessWeek.\\n\\nIt’s important to recognize the challenges this community faces, even more so during this time.\\n\\nConnect with, learn from, and be inspired by the deaf-blind community. https://t.co/DPvOvpFKsh\"\n },\n {\n \"id\": \"1275875669600202753\",\n \"text\": \"RT @TwitterOpen: What's one thing you'd like to tell the queer community? #AlwaysProud https://t.co/jmRg5fVgVf\"\n },\n {\n \"id\": \"1275856634837897223\",\n \"text\": \"RT @TwitterSupport: Video autoplay can be turned off in three steps:\\n\\n1️⃣ Select \\\"Settings and privacy\\\" from the main menu\\n2️⃣ Tap \\\"Data us…\"\n },\n {\n \"id\": \"1275561823471718401\",\n \"text\": \"RT @TwitterForGood: Hear from our very own @d_lux_brand on fighting racism and promoting equity. Register 👇 https://t.co/OlqqqIZzVJ\"\n },\n {\n \"id\": \"1275518378271141890\",\n \"text\": \"RT @Policy: During #COVID19, gender-based violence has risen.\\n\\nWith @unwomenasia & other critical partners, we've expanded our #ThereIsHelp…\"\n },\n {\n \"id\": \"1275473478779469825\",\n \"text\": \"RT @Policy: Statement on US high-skilled immigration proclamation: \\n\\n\\\"This proclamation undermines America’s greatest economic asset: its d…\"\n }\n ],\n \"errors\": [\n {\n \"detail\": \"Could not find tweet with ids: [1276230436478386177].\",\n \"title\": \"Not Found Error\",\n \"resource_type\": \"tweet\",\n \"parameter\": \"ids\",\n \"value\": \"1276230436478386177\",\n \"type\": \"https://api.twitter.com/2/problems/resource-not-found\"\n }\n ]\n}"
},
{
"name": "429 Rate Limit Exceeded - Multiple Tweets",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/tweets?ids=20,100",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"tweets"
],
"query": [
{
"key": "ids",
"value": "20,100"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "plain",
"header": [
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "46"
},
{
"key": "content-type",
"value": "text/plain;charset=utf-8"
},
{
"key": "date",
"value": "Wed, 24 Jun 2020 17:13:28 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-connection-hash",
"value": "86a90a7aa13fde1840d52be0d1faf5c4"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "0"
},
{
"key": "x-rate-limit-reset",
"value": "1593019345"
},
{
"key": "x-response-time",
"value": "6"
}
],
"cookie": [
],
"body": "Rate limit exceeded\n"
},
{
"name": "200 Success - 1 Deleted, 1 Valid Tweet",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/tweets?ids=20,1276230436478386177",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"tweets"
],
"query": [
{
"key": "ids",
"value": "20,1276230436478386177"
},
{
"key": "tweet.fields",
"value": "",
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld",
"disabled": true
},
{
"key": "expansions",
"value": "",
"description": "Comma-separated list of fields to expand. Expansions enable requests to expand an ID into a full object in the includes response object.\nAllowed values: attachments.poll_ids,attachments.media_keys,author_id,geo.place_id,in_reply_to_user_id,referenced_tweets.id\nDefault values: none",
"disabled": true
},
{
"key": "media.fields",
"value": "",
"description": "duration_ms,height,media_key,non_public_metrics,organic_metrics,preview_image_url,promoted_metrics,public_metrics,type,url,width",
"disabled": true
},
{
"key": "poll.fields",
"value": "",
"description": "duration_minutes,end_datetime,id,options,voting_status",
"disabled": true
},
{
"key": "place.fields",
"value": "",
"description": "contained_within,country,country_code,full_name,geo,id,name,place_type",
"disabled": true
},
{
"key": "user.fields",
"value": "",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld",
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "233"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Fri, 26 Jun 2020 14:49:06 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "61335280ba9cb7845500465db4fa22ab"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "14"
},
{
"key": "x-rate-limit-reset",
"value": "1593183846"
},
{
"key": "x-response-time",
"value": "104"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"id\": \"20\",\n \"text\": \"just setting up my twttr\"\n }\n ],\n \"errors\": [\n {\n \"detail\": \"Could not find tweet with ids: [1276230436478386177].\",\n \"title\": \"Not Found Error\",\n \"resource_type\": \"tweet\",\n \"parameter\": \"ids\",\n \"value\": \"1276230436478386177\",\n \"type\": \"https://api.twitter.com/2/problems/resource-not-found\"\n }\n ]\n}"
},
{
"name": "400 Bad Request - Too Many Tweets",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/tweets?ids=20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825,20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825&tweet.fields=author_id,entities,attachments,conversation_id,created_at,referenced_tweets",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"tweets"
],
"query": [
{
"key": "ids",
"value": "20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825,20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825"
},
{
"key": "tweet.fields",
"value": "author_id,entities,attachments,conversation_id,created_at,referenced_tweets",
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld"
},
{
"key": "expansions",
"value": "",
"description": "Comma-separated list of fields to expand. Expansions enable requests to expand an ID into a full object in the includes response object.\nAllowed values: attachments.poll_ids,attachments.media_keys,author_id,geo.place_id,in_reply_to_user_id,referenced_tweets.id\nDefault values: none",
"disabled": true
},
{
"key": "media.fields",
"value": "",
"description": "duration_ms,height,media_key,non_public_metrics,organic_metrics,preview_image_url,promoted_metrics,public_metrics,type,url,width",
"disabled": true
},
{
"key": "poll.fields",
"value": "",
"description": "duration_minutes,end_datetime,id,options,voting_status",
"disabled": true
},
{
"key": "place.fields",
"value": "",
"description": "contained_within,country,country_code,full_name,geo,id,name,place_type",
"disabled": true
},
{
"key": "user.fields",
"value": "",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld",
"disabled": true
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "766"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Fri, 26 Jun 2020 15:02:37 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "61335280ba9cb7845500465db4fa22ab"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "9"
},
{
"key": "x-rate-limit-reset",
"value": "1593183846"
},
{
"key": "x-response-time",
"value": "22"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"parameters\": {\n \"ids\": [\n \"20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825,20,1276230436478386177,1276501058211262464,1275244210439028736,1274087695145332736,1274087694105075714,1274087692003770368,1274087690758090752,1274087689487134720,1274087688321200128,1274087687469715457,1274034244700930049,1274025734990897152,1276440670631124993,1276426779796750338,1276420300641406976,1276346768490328064,1276301871515222017,1276175944105865216,1276172826764926976,1276172649299763200,1276171938449121280,1276171724111765504,1276171627386957824,1276170528387035136,1276168667517071361,1276048583557394432,1276035881992740864,1276009123876749312,1276009123620851712,1275981562811527170,1275930077927141376,1275832645574733824,1275817073755611136,1275816972459012101,1275806248525389824,1275806002307231744,1275805935659700225,1275805533690138630,1275628222818877440,1275506262327918599,1275490500108259329,1275451488102256645,1275451397459243009,1275332886015520768,1275327412616617984,1275128589244157958,1275089113742336000,1276312753393680384,1275556031876087808,1274094606498459651,1274018381662793729,1274013886178418688,1276163304541618180,1275875669600202753,1275856634837897223,1275561823471718401,1275518378271141890,1275473478779469825\"\n ]\n },\n \"message\": \"size [118] is not between 1 and 100\"\n }\n ],\n \"title\": \"Invalid Request\",\n \"detail\": \"One or more parameters to your request was invalid.\",\n \"type\": \"https://api.twitter.com/2/problems/invalid-request\"\n}"
}
]
}