Retweets
GET
/tw-v2/tweet/retweetsDescription
Retrieve users who retweeted a specific tweet. Returns a paginated list of retweets with user information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| tweetId | string | required | Unique tweet/post ID |
| cursor | string | optional | Pagination cursor for fetching next page of results. Obtained from previous response. |
Code Examples
const params = new URLSearchParams({
tweetId: '1234567890'
});
const response = await fetch(`https://api.tweetapi.com/tw-v2/tweet/retweets?${params}`, {
method: 'GET',
headers: {
'X-API-Key': 'YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data);
Response
Success Response (200 OK)
200
{
"data": [
{
"id": "12225",
"username": "satya",
"name": "Satya W",
"bio": "Joined 2006, Verified 2016, Unverified 2023",
"location": "Jakarta",
"website": "http://linktr.ee/satya.w",
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1900186292589387776/cPUlTYaS_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/12225/1731234562/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 4851,
"followingCount": 1470,
"tweetCount": 15446,
"listedCount": 106,
"mediaCount": 140,
"favoritesCount": 12210,
"createdAt": "2006-11-13T08:40:54.000Z"
},
{
"id": "18680121",
"username": "abc1230",
"name": "A",
"bio": "Learn as if you will live forever, live as if you will die tomorrow. 過著非人生活的一名迷途小書僮",
"location": "iPhone: 22.278114,114.176926",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/3288091251/b3b3e2ee80690cda633a579aa146c14b_400x400.jpeg",
"banner": "https://pbs.twimg.com/profile_banners/18680121/1398391597/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [
{
"id": 477,
"name": "Professional Services",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "1457565494882365442"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 3058,
"followingCount": 4863,
"tweetCount": 126640,
"listedCount": 130,
"mediaCount": 2151,
"favoritesCount": 7393,
"createdAt": "2009-01-06T15:44:46.000Z"
},
{
"id": "71631590",
"username": "louididdy",
"name": "Louididdy🇺🇸",
"bio": "🇺🇸 Tech, Travel, Investing, Global News, Hip Hop, Sneakers, Futbol, Atheism, Science, Critical Thinking, Equality, Freedom.",
"location": "Earth",
"website": null,
"pinnedTweetIds": [
"1881725596214214767"
],
"avatar": "https://pbs.twimg.com/profile_images/1774435320/images_400x400.jpeg",
"banner": "https://pbs.twimg.com/profile_banners/71631590/1394752831/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 391,
"followingCount": 539,
"tweetCount": 31780,
"listedCount": 73,
"mediaCount": 3616,
"favoritesCount": 17982,
"createdAt": "2009-09-04T20:34:57.000Z"
},
{
"id": "21876225",
"username": "TheDarkPixel",
"name": "Olivier🚀Dassonville",
"bio": "Digital Jedi, #socialmedia manager, digital #mediastrategist, #gamer, #FPV pilot",
"location": "Pays de la LoireFR, Nantes",
"website": "https://fr.linkedin.com/in/olivierdassonville",
"pinnedTweetIds": [
"1677287454921965568"
],
"avatar": "https://pbs.twimg.com/profile_images/1052542442111725570/YbYHpXNJ_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/21876225/1529400356/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [
{
"id": 478,
"name": "Advertising & Marketing Agency",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "1464230875760295936"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 5246,
"followingCount": 4301,
"tweetCount": 193081,
"listedCount": 1689,
"mediaCount": 35288,
"favoritesCount": 7941,
"createdAt": "2009-02-25T15:29:34.000Z"
},
{
"id": "16927347",
"username": "Airben",
"name": "Benjamin Faucheux",
"bio": "Talk about video games, tech, innovation and design. Product Designer at @Crewdotwork. 👨🏻💻 Previously @Doctolib, @Talentsoft & @UbisoftFR.",
"location": "Lyon, France",
"website": "https://bento.me/airben",
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1752840875040813056/8Pv7T4x7_400x400.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 933,
"followingCount": 283,
"tweetCount": 17924,
"listedCount": 95,
"mediaCount": 1787,
"favoritesCount": 180,
"createdAt": "2008-10-23T14:26:54.000Z"
},
{
"id": "286256763",
"username": "federiko87",
"name": "Federico SocialandTech",
"bio": "IOS user i love apple developer(learning) beta tester. Lawyer for work, blogger and admin at https://t.co/xhmbJVdnOt for passion.",
"location": "carrara",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1259249844503359489/N8ZZbKNZ_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/286256763/1365111236/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 693,
"followingCount": 1522,
"tweetCount": 28501,
"listedCount": 26,
"mediaCount": 7704,
"favoritesCount": 6023,
"createdAt": "2011-04-22T16:58:36.000Z"
},
{
"id": "1091337769773756416",
"username": "hongoutwo",
"name": "ジャイアン🐽-bot",
"bio": "ブライアン・エプスタインがビートルズに指示したこと「政治と宗教の話はするな」",
"location": "#akiba",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1092781622020063232/hkBzcFDW_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/1091337769773756416/1575626344/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 1023,
"followingCount": 774,
"tweetCount": 201337,
"listedCount": 14,
"mediaCount": 5220,
"favoritesCount": 81082,
"createdAt": "2019-02-01T14:09:35.000Z"
},
{
"id": "749333070973632512",
"username": "bastiengares",
"name": "Bastien Gares",
"bio": "ML Engineer | Data Scientist @ Orange | Student @ Mines Paris PSL Executive Education & DataScientest | alumni MSc Computer Science @ Supinfo | math python rust",
"location": "Paris, France",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1889998880499998720/gZVAZblJ_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/749333070973632512/1755700788/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 2548,
"followingCount": 7502,
"tweetCount": 8568,
"listedCount": 143,
"mediaCount": 21,
"favoritesCount": 206302,
"createdAt": "2016-07-02T20:05:00.000Z"
},
{
"id": "606822661",
"username": "Gr8estIdeaEver",
"name": "Gr8estIdeaEver",
"bio": "Craig \"The Idea Man\" Shames. World famous #futurist saving the World one #idea at a time. #ideas #idea #futurist https://t.co/7ecGCbZ58d",
"location": "Scottsdale, AZ",
"website": "http://www.greatestideaever.wordpress.com",
"pinnedTweetIds": [
"1120854789485522944"
],
"avatar": "https://pbs.twimg.com/profile_images/985307786572513281/Z_TYa1u3_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/606822661/1398620422/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 501,
"followingCount": 2230,
"tweetCount": 18301,
"listedCount": 103,
"mediaCount": 31,
"favoritesCount": 7233,
"createdAt": "2012-06-13T02:21:37.000Z"
},
{
"id": "2452959178",
"username": "spyros_pappas",
"name": "Spyros Pappas ",
"bio": "Δουλεύω στην Συνεταιριστική Τράπεζα Ηπείρου (http://t.co/VWiUduqGzm). Φοιτητής στο ΤΕΙ ΗΠΕΙΡΟΥ-ΠΡΕΒΕΖΑ (http://t.co/N6BNqKdyHT).",
"location": "Ioannina, Grecce",
"website": "https://sites.google.com/site/sitespyrospappas/",
"pinnedTweetIds": [
"1054129040699863041"
],
"avatar": "https://pbs.twimg.com/profile_images/1084900835635675138/ooThWRXd_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/2452959178/1551941853/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 1148,
"followingCount": 4931,
"tweetCount": 90310,
"listedCount": 27,
"mediaCount": 340,
"favoritesCount": 109968,
"createdAt": "2014-04-01T17:58:37.000Z"
},
{
"id": "861495389756637184",
"username": "ADGArrio",
"name": "Arrio Gonsalves",
"bio": "Futuristic Tech Fan. Reposts/Likes ≠ Endorsements.",
"location": "Pittsburgh, PA",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1795119617242783744/SK-1P9g-_400x400.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 509,
"followingCount": 1296,
"tweetCount": 76364,
"listedCount": 0,
"mediaCount": 807,
"favoritesCount": 125524,
"createdAt": "2017-05-08T08:18:01.000Z"
},
{
"id": "1683170613693673473",
"username": "Will_Will_WOW",
"name": "Eat More Veggie",
"bio": "Data Scientist, AI Product Manager, Pathetic Retail investor 🤪",
"location": "New York",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1922658389974503424/dk_i9uIM_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/1683170613693673473/1746755282/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 45,
"followingCount": 172,
"tweetCount": 92,
"listedCount": 1,
"mediaCount": 0,
"favoritesCount": 531,
"createdAt": "2023-07-23T17:42:21.000Z"
},
{
"id": "1359306029301833728",
"username": "shikatana42",
"name": "しかたな",
"bio": "しかたなしにツイートしています。",
"location": "Japan",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1455522856121827330/qyr571qS_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/1359306029301833728/1635858667/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 50,
"followingCount": 180,
"tweetCount": 1219,
"listedCount": 0,
"mediaCount": 12,
"favoritesCount": 834,
"createdAt": "2021-02-10T01:00:00.000Z"
},
{
"id": "1951524984251359232",
"username": "yongwoonkang",
"name": "인포마켓 강용운",
"bio": "Semiconductors, AI, and real tech — clear analysis from a former capital markets reporter and derivatives trader, delivered through my YouTube channel.",
"location": null,
"website": "https://www.youtube.com/channel/UCprlud6NI4V5tolgLkTrwCQ",
"pinnedTweetIds": [
"1968645590801154386"
],
"avatar": "https://pbs.twimg.com/profile_images/1951526581354242049/j01QfFlY_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/1951524984251359232/1754908853/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 36,
"followingCount": 93,
"tweetCount": 1177,
"listedCount": 0,
"mediaCount": 182,
"favoritesCount": 84,
"createdAt": "2025-08-02T06:06:43.000Z"
},
{
"id": "3244350301",
"username": "abithahamed_",
"name": "Abith Ahamed",
"bio": "Founder of AbidhTech & TechXplore with Abith | Network Engineer specialized in cyber security | Tech Writer https://t.co/gFJLhrQe7p",
"location": "Sri Lanka",
"website": "http://www.abith.site",
"pinnedTweetIds": [
"1960918590032634267"
],
"avatar": "https://pbs.twimg.com/profile_images/1946189340335312896/4k2MRQaN_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/3244350301/1752510877/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": true,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [
{
"id": 713,
"name": "Science & Technology",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "1539896252535406593"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 143,
"followingCount": 427,
"tweetCount": 16804,
"listedCount": 2,
"mediaCount": 81,
"favoritesCount": 84663,
"createdAt": "2015-06-13T15:02:04.000Z"
},
{
"id": "1406338975946706946",
"username": "ZeMirch",
"name": "Pepper",
"bio": "Washed Crypto Commodities Trader",
"location": null,
"website": null,
"pinnedTweetIds": [
"1832180259040395774"
],
"avatar": "https://pbs.twimg.com/profile_images/1942896998685757440/KBaE3obb_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/1406338975946706946/1651201583/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": true,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 21882,
"followingCount": 4289,
"tweetCount": 38575,
"listedCount": 679,
"mediaCount": 3468,
"favoritesCount": 115120,
"createdAt": "2021-06-19T19:52:01.000Z"
},
{
"id": "1639088599",
"username": "EngrAli0073",
"name": "Ali Zaman",
"bio": "#Civil_Engineer, @Apple ❤️ @LahoreQalandars ♥️",
"location": null,
"website": null,
"pinnedTweetIds": [
"1668650729584697344"
],
"avatar": "https://pbs.twimg.com/profile_images/1689447886809890816/HPuCl1ay_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/1639088599/1754085588/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [],
"restId": "1479793528872091652"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 186,
"followingCount": 334,
"tweetCount": 25453,
"listedCount": 6,
"mediaCount": 479,
"favoritesCount": 49169,
"createdAt": "2013-08-01T22:58:49.000Z"
},
{
"id": "51624466",
"username": "zhuweii",
"name": "Lewis Chu",
"bio": "",
"location": "Shanghai China",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1167393312166338562/10dZ8w7p_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/51624466/1354202731/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 41,
"followingCount": 488,
"tweetCount": 879,
"listedCount": 1,
"mediaCount": 35,
"favoritesCount": 320,
"createdAt": "2009-06-28T02:19:37.000Z"
},
{
"id": "77132851",
"username": "vishkidx",
"name": "Vishwa Aluthge",
"bio": "TECH | DREAMS | SPORTS //corporate-entrepreneur by definition //RT's & likes are not endorsements, and Tweets are my personal views",
"location": "CMB/Bay Area",
"website": null,
"pinnedTweetIds": [
"1267114503092797442"
],
"avatar": "https://pbs.twimg.com/profile_images/1791720574701436929/rAGI5Oox_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/77132851/1398512547/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 463,
"followingCount": 608,
"tweetCount": 12221,
"listedCount": 9,
"mediaCount": 150,
"favoritesCount": 96404,
"createdAt": "2009-09-25T04:25:50.000Z"
},
{
"id": "934797691292405760",
"username": "pratikjkharat",
"name": "Pratik Kharat",
"bio": "gmu 22",
"location": "NoVA/DC",
"website": null,
"pinnedTweetIds": [
"1861488248796717298"
],
"avatar": "https://pbs.twimg.com/profile_images/1259152509094039555/xsUfBvWv_400x400.jpg",
"banner": "https://pbs.twimg.com/profile_banners/934797691292405760/1541524232/1500x500",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 133,
"followingCount": 907,
"tweetCount": 1614,
"listedCount": 0,
"mediaCount": 15,
"favoritesCount": 36053,
"createdAt": "2017-11-26T14:55:12.000Z"
}
],
"pagination": {
"nextCursor": "HBaAgIC30OGUmjMAAA==",
"prevCursor": "HCaAgICQhI6cmjMAAA=="
}
}API Playground
GET
/tw-v2/tweet/retweetsPress ⌘ + Enter to execute
curl -X GET "https://api.tweetapi.com/tw-v2/tweet/retweets" \
-H "X-API-Key: YOUR_API_KEY"Response
Click "Try It!" to see the response