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": "10093216",
"username": "sample_user_09342",
"name": "Sample User 09342",
"bio": "Sample profile bio for Sample User 09342.",
"location": "Sample City 720",
"website": "https://example.com/link-94089/profile-09342",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-09342.jpg",
"banner": "https://example.com/images/sample-banner-09342.jpg",
"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": "10045557",
"username": "sample_user_74384",
"name": "Sample User 74384",
"bio": "Sample profile bio for Sample User 74384.",
"location": "Sample City 512",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-74384.jpg",
"banner": "https://example.com/images/sample-banner-74384.jpg",
"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": "9001013405075590242"
},
"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": "10051504",
"username": "sample_user_92236",
"name": "Sample User 92236",
"bio": "Sample profile bio for Sample User 92236.",
"location": "Sample City 250",
"website": null,
"pinnedTweetIds": [
"2006692596798995984"
],
"avatar": "https://example.com/images/sample-avatar-92236.jpg",
"banner": "https://example.com/images/sample-banner-92236.jpg",
"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": "10088729",
"username": "sample_user_89720",
"name": "Sample User 89720",
"bio": "Sample profile bio for Sample User 89720.",
"location": "Sample City 259",
"website": "https://example.com/link-94089/profile-89720",
"pinnedTweetIds": [
"2002667272287177618"
],
"avatar": "https://example.com/images/sample-avatar-89720.jpg",
"banner": "https://example.com/images/sample-banner-89720.jpg",
"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": "9001129213133864918"
},
"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": "10011152",
"username": "sample_user_90113",
"name": "Sample User 90113",
"bio": "Sample profile bio for Sample User 90113.",
"location": "Sample City 682",
"website": "https://example.com/link-94089/profile-90113",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-90113.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": "100128868",
"username": "sample_user_67728",
"name": "Sample User 67728",
"bio": "Sample profile bio for Sample User 67728.",
"location": "Sample City 887",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-67728.jpg",
"banner": "https://example.com/images/sample-banner-67728.jpg",
"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": "1005028186827600614",
"username": "sample_user_03622",
"name": "Sample User 03622",
"bio": "Sample profile bio for Sample User 03622.",
"location": "Sample City 881",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-03622.jpg",
"banner": "https://example.com/images/sample-banner-03622.jpg",
"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": "100132845634597247",
"username": "sample_user_91312",
"name": "Sample User 91312",
"bio": "Sample profile bio for Sample User 91312.",
"location": "Sample City 571",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-91312.jpg",
"banner": "https://example.com/images/sample-banner-91312.jpg",
"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": "100557264",
"username": "sample_user_04361",
"name": "Sample User 04361",
"bio": "Sample profile bio for Sample User 04361.",
"location": "Sample City 044",
"website": "https://example.com/link-94089/profile-04361",
"pinnedTweetIds": [
"2007248895840774133"
],
"avatar": "https://example.com/images/sample-avatar-04361.jpg",
"banner": "https://example.com/images/sample-banner-04361.jpg",
"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": "1002008390",
"username": "sample_user_17502",
"name": "Sample User 17502",
"bio": "Sample profile bio for Sample User 17502.",
"location": "Sample City 626",
"website": "https://example.com/link-94089/profile-17502",
"pinnedTweetIds": [
"2001580378303814492"
],
"avatar": "https://example.com/images/sample-avatar-17502.jpg",
"banner": "https://example.com/images/sample-banner-17502.jpg",
"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": "100168146599440073",
"username": "sample_user_23436",
"name": "Sample User 23436",
"bio": "Sample profile bio for Sample User 23436.",
"location": "Sample City 638",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-23436.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": "1001521053666080984",
"username": "sample_user_02393",
"name": "Sample User 02393",
"bio": "Sample profile bio for Sample User 02393.",
"location": "Sample City 982",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-02393.jpg",
"banner": "https://example.com/images/sample-banner-02393.jpg",
"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": "1001740750257430172",
"username": "sample_user_83032",
"name": "Sample User 83032",
"bio": "Sample profile bio for Sample User 83032.",
"location": "Sample City 697",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-83032.jpg",
"banner": "https://example.com/images/sample-banner-83032.jpg",
"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": "1001576990414266307",
"username": "sample_user_08867",
"name": "Sample User 08867",
"bio": "Sample profile bio for Sample User 08867.",
"location": null,
"website": "https://example.com/link-94089/profile-08867",
"pinnedTweetIds": [
"2002676710633174867"
],
"avatar": "https://example.com/images/sample-avatar-08867.jpg",
"banner": "https://example.com/images/sample-banner-08867.jpg",
"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": "1001745830",
"username": "sample_user_24630",
"name": "Sample User 24630",
"bio": "Sample profile bio for Sample User 24630.",
"location": "Sample City 620",
"website": "https://example.com/link-94089/profile-24630",
"pinnedTweetIds": [
"2004222017291246401"
],
"avatar": "https://example.com/images/sample-avatar-24630.jpg",
"banner": "https://example.com/images/sample-banner-24630.jpg",
"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": "9001009161334537419"
},
"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": "1001784659478135229",
"username": "sample_user_44833",
"name": "Sample User 44833",
"bio": "Sample profile bio for Sample User 44833.",
"location": null,
"website": null,
"pinnedTweetIds": [
"2001252907673839380"
],
"avatar": "https://example.com/images/sample-avatar-44833.jpg",
"banner": "https://example.com/images/sample-banner-44833.jpg",
"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": "1001696112",
"username": "sample_user_62633",
"name": "Sample User 62633",
"bio": "Sample profile bio for Sample User 62633.",
"location": null,
"website": null,
"pinnedTweetIds": [
"2001662313639878558"
],
"avatar": "https://example.com/images/sample-avatar-62633.jpg",
"banner": "https://example.com/images/sample-banner-62633.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [],
"restId": "9001471171028736386"
},
"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": "10016902",
"username": "sample_user_24354",
"name": "Sample User 24354",
"bio": "",
"location": "Sample City 136",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-24354.jpg",
"banner": "https://example.com/images/sample-banner-24354.jpg",
"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": "10024117",
"username": "sample_user_49713",
"name": "Sample User 49713",
"bio": "Sample profile bio for Sample User 49713.",
"location": "Sample City 834",
"website": null,
"pinnedTweetIds": [
"2006252507189316081"
],
"avatar": "https://example.com/images/sample-avatar-49713.jpg",
"banner": "https://example.com/images/sample-banner-49713.jpg",
"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": "100751789522214038",
"username": "sample_user_18508",
"name": "Sample User 18508",
"bio": "Sample profile bio for Sample User 18508.",
"location": "Sample City 192",
"website": null,
"pinnedTweetIds": [
"2001069024727021701"
],
"avatar": "https://example.com/images/sample-avatar-18508.jpg",
"banner": "https://example.com/images/sample-banner-18508.jpg",
"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