Verified Followers
GET
/tw-v2/user/verified-followersDescription
Get a paginated list of users following the specified account. Returns user objects with complete profile information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| userId | string | required | Unique platform user ID (e.g., '10017528') |
| cursor | string | optional | Pagination cursor for fetching next page of results. Obtained from previous response. |
Code Examples
const params = new URLSearchParams({
userId: '10017528'
});
const response = await fetch(`https://api.tweetapi.com/tw-v2/user/verified-followers?${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": "1001713320106723297",
"username": "sample_user_21518",
"name": "Sample User 21518",
"bio": "Sample profile bio for Sample User 21518.",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-21518.jpg",
"banner": "https://example.com/images/sample-banner-21518.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 4900,
"followingCount": 384,
"tweetCount": 107,
"listedCount": 1,
"mediaCount": 0,
"favoritesCount": 11080,
"createdAt": "2025-02-12T19:37:11.000Z"
},
{
"id": "1005541600",
"username": "sample_user_05058",
"name": "Sample User 05058",
"bio": "",
"location": "Sample City 389",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-05058.jpg",
"banner": "https://example.com/images/sample-banner-05058.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 17,
"tweetCount": 17,
"listedCount": 1,
"mediaCount": 6,
"favoritesCount": 4,
"createdAt": "2014-12-09T13:15:59.000Z"
},
{
"id": "1001159653076102305",
"username": "sample_user_46070",
"name": "Sample User 46070",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-46070.jpg",
"banner": "https://example.com/images/sample-banner-46070.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 4,
"followingCount": 70,
"tweetCount": 5,
"listedCount": 0,
"mediaCount": 1,
"favoritesCount": 755,
"createdAt": "2025-07-09T02:34:22.000Z"
},
{
"id": "1006431666924098552",
"username": "sample_user_98121",
"name": "Sample User 98121",
"bio": "Sample profile bio for Sample User 98121.",
"location": "Sample City 810",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-98121.jpg",
"banner": "https://example.com/images/sample-banner-98121.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 154,
"followingCount": 517,
"tweetCount": 829,
"listedCount": 1,
"mediaCount": 241,
"favoritesCount": 4253,
"createdAt": "2024-06-29T16:07:39.000Z"
},
{
"id": "1008112084157992525",
"username": "sample_user_87597",
"name": "Sample User 87597",
"bio": "Sample profile bio for Sample User 87597.",
"location": "Sample City 764",
"website": "https://example.com/link-94089/profile-87597",
"pinnedTweetIds": [
"2006744983960340592"
],
"avatar": "https://example.com/images/sample-avatar-87597.jpg",
"banner": "https://example.com/images/sample-banner-87597.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": 15,
"name": "Entertainment & Recreation",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9003845886837926035"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 2025,
"followingCount": 7504,
"tweetCount": 488,
"listedCount": 0,
"mediaCount": 71,
"favoritesCount": 124,
"createdAt": "2024-10-26T14:16:17.000Z"
},
{
"id": "1007437453187209954",
"username": "sample_user_44704",
"name": "Sample User 44704",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-44704.jpg",
"banner": "https://example.com/images/sample-banner-44704.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 4,
"followingCount": 21,
"tweetCount": 8,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 66,
"createdAt": "2025-05-22T10:50:16.000Z"
},
{
"id": "1003504435597926134",
"username": "sample_user_71017",
"name": "Sample User 71017",
"bio": "Sample profile bio for Sample User 71017.",
"location": "Sample City 295",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-71017.jpg",
"banner": null,
"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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 3,
"followingCount": 32,
"tweetCount": 34,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 56,
"createdAt": "2024-12-22T02:27:51.000Z"
},
{
"id": "100114970",
"username": "sample_user_41921",
"name": "Sample User 41921",
"bio": "Sample profile bio for Sample User 41921.",
"location": "Sample City 298",
"website": "https://example.com/link-94089/profile-41921",
"pinnedTweetIds": [
"2003693104053158328"
],
"avatar": "https://example.com/images/sample-avatar-41921.jpg",
"banner": "https://example.com/images/sample-banner-41921.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": 220,
"followingCount": 61,
"tweetCount": 883,
"listedCount": 0,
"mediaCount": 274,
"favoritesCount": 305,
"createdAt": "2012-02-14T05:48:26.000Z"
},
{
"id": "1001512754161316710",
"username": "sample_user_07457",
"name": "Sample User 07457",
"bio": "Sample profile bio for Sample User 07457.",
"location": "Sample City 306",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-07457.jpg",
"banner": "https://example.com/images/sample-banner-07457.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 17,
"followingCount": 15,
"tweetCount": 329,
"listedCount": 0,
"mediaCount": 7,
"favoritesCount": 2173,
"createdAt": "2024-01-31T04:50:20.000Z"
},
{
"id": "1009005475322848232",
"username": "sample_user_27016",
"name": "Sample User 27016",
"bio": "Sample profile bio for Sample User 27016.",
"location": "Sample City 520",
"website": null,
"pinnedTweetIds": [
"2004358803948291087"
],
"avatar": "https://example.com/images/sample-avatar-27016.jpg",
"banner": "https://example.com/images/sample-banner-27016.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": 760,
"followingCount": 494,
"tweetCount": 5620,
"listedCount": 1,
"mediaCount": 362,
"favoritesCount": 12591,
"createdAt": "2022-10-05T04:08:18.000Z"
},
{
"id": "1001004664",
"username": "sample_user_67013",
"name": "Sample User 67013",
"bio": "Sample profile bio for Sample User 67013.",
"location": null,
"website": null,
"pinnedTweetIds": [
"2001415854033023957"
],
"avatar": "https://example.com/images/sample-avatar-67013.jpg",
"banner": "https://example.com/images/sample-banner-67013.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": true,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [],
"restId": "9001019078689295634"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 4022,
"followingCount": 4786,
"tweetCount": 9063,
"listedCount": 1,
"mediaCount": 2068,
"favoritesCount": 3743,
"createdAt": "2014-12-19T16:53:55.000Z"
},
{
"id": "1001431559329076444",
"username": "sample_user_01550",
"name": "Sample User 01550",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-01550.jpg",
"banner": null,
"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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-09-18T22:29:59.000Z"
},
{
"id": "1001848158580427622",
"username": "sample_user_82436",
"name": "Sample User 82436",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-82436.jpg",
"banner": null,
"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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 3,
"followingCount": 65,
"tweetCount": 46,
"listedCount": 0,
"mediaCount": 2,
"favoritesCount": 36,
"createdAt": "2022-12-01T19:37:11.000Z"
},
{
"id": "1009866220216062559",
"username": "sample_user_08860",
"name": "Sample User 08860",
"bio": "Sample profile bio for Sample User 08860.",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-08860.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": true,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [
{
"id": 958,
"name": "Entrepreneur",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9005377951609635487"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 12,
"followingCount": 367,
"tweetCount": 5,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 11295,
"createdAt": "2022-04-25T23:42:15.000Z"
},
{
"id": "1005476130358153018",
"username": "sample_user_76007",
"name": "Sample User 76007",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-76007.jpg",
"banner": "https://example.com/images/sample-banner-76007.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-01T22:47:35.000Z"
},
{
"id": "1005954664164441903",
"username": "sample_user_28845",
"name": "Sample User 28845",
"bio": "Sample profile bio for Sample User 28845.",
"location": "Sample City 701",
"website": "https://example.com/link-94089/profile-28845",
"pinnedTweetIds": [
"2001741681963383019"
],
"avatar": "https://example.com/images/sample-avatar-28845.jpg",
"banner": "https://example.com/images/sample-banner-28845.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": true,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Business",
"category": [
{
"id": 579,
"name": "Media & News",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9001778843899253183"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 242,
"followingCount": 49,
"tweetCount": 2107,
"listedCount": 0,
"mediaCount": 106,
"favoritesCount": 1956,
"createdAt": "2022-10-29T02:39:55.000Z"
},
{
"id": "1001034483566559862",
"username": "sample_user_31142",
"name": "Sample User 31142",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-31142.jpg",
"banner": "https://example.com/images/sample-banner-31142.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 307,
"followingCount": 175,
"tweetCount": 5084,
"listedCount": 0,
"mediaCount": 8,
"favoritesCount": 36,
"createdAt": "2022-06-12T20:31:06.000Z"
},
{
"id": "1003219499747609575",
"username": "sample_user_90612",
"name": "Sample User 90612",
"bio": "Sample profile bio for Sample User 90612.",
"location": null,
"website": null,
"pinnedTweetIds": [
"2001239758542508168"
],
"avatar": "https://example.com/images/sample-avatar-90612.jpg",
"banner": "https://example.com/images/sample-banner-90612.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": 189,
"followingCount": 577,
"tweetCount": 841,
"listedCount": 1,
"mediaCount": 85,
"favoritesCount": 19967,
"createdAt": "2019-07-25T12:50:21.000Z"
},
{
"id": "1001839478048852946",
"username": "sample_user_33434",
"name": "Sample User 33434",
"bio": "Sample profile bio for Sample User 33434.",
"location": "Sample City 120",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-33434.jpg",
"banner": "https://example.com/images/sample-banner-33434.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": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 55,
"followingCount": 76,
"tweetCount": 6,
"listedCount": 1,
"mediaCount": 2,
"favoritesCount": 10,
"createdAt": "2025-10-01T20:15:59.000Z"
},
{
"id": "100335586",
"username": "sample_user_03404",
"name": "Sample User 03404",
"bio": "",
"location": "Sample City 530",
"website": null,
"pinnedTweetIds": [
"2001785609217021530"
],
"avatar": "https://example.com/images/sample-avatar-03404.jpg",
"banner": "https://example.com/images/sample-banner-03404.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": false,
"defaultProfileImage": false,
"followerCount": 621,
"followingCount": 1565,
"tweetCount": 8864,
"listedCount": 7,
"mediaCount": 771,
"favoritesCount": 7320,
"createdAt": "2011-05-23T06:20:43.000Z"
}
],
"pagination": {
"nextCursor": "1844847424876541634|1973626000210132970",
"prevCursor": "-1|1973626000210132993"
}
}API Playground
GET
/tw-v2/user/verified-followersPress ⌘ + Enter to execute
curl -X GET "https://api.tweetapi.com/tw-v2/user/verified-followers" \
-H "X-API-Key: YOUR_API_KEY"Response
Click "Try It!" to see the response