Members
GET
/tw-v2/list/membersDescription
Get a paginated list of members in a list.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| listId | string | required | Unique list ID |
| cursor | string | optional | Pagination cursor for fetching next page of results. Obtained from previous response. |
Code Examples
const params = new URLSearchParams({
listId: '1234567890'
});
const response = await fetch(`https://api.tweetapi.com/tw-v2/list/members?${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": "1001377066190895470",
"username": "sample_user_48642",
"name": "Sample User 48642",
"bio": "Sample profile bio for Sample User 48642.",
"location": "Sample City 542",
"website": "https://example.com/link-94089/profile-48642",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-48642.jpg",
"banner": "https://example.com/images/sample-banner-48642.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Business",
"category": [
{
"id": 713,
"name": "Science & Technology",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9007345758374466923"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 37853,
"followingCount": 87,
"tweetCount": 1656,
"listedCount": 147,
"mediaCount": 992,
"favoritesCount": 393,
"createdAt": "2020-12-06T09:16:03.000Z"
},
{
"id": "1001195967100888949",
"username": "sample_user_49704",
"name": "Sample User 49704",
"bio": "Sample profile bio for Sample User 49704.",
"location": "Sample City 607",
"website": "https://example.com/link-94089/profile-49704",
"pinnedTweetIds": [
"2001153472998808038"
],
"avatar": "https://example.com/images/sample-avatar-49704.jpg",
"banner": "https://example.com/images/sample-banner-49704.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": "9001676952187062752"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 124948,
"followingCount": 641,
"tweetCount": 34363,
"listedCount": 450,
"mediaCount": 3455,
"favoritesCount": 28085,
"createdAt": "2020-11-16T18:47:49.000Z"
},
{
"id": "1006019540063597456",
"username": "sample_user_45996",
"name": "Sample User 45996",
"bio": "Sample profile bio for Sample User 45996.",
"location": "Sample City 571",
"website": "https://example.com/link-94089/profile-45996",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-45996.jpg",
"banner": "https://example.com/images/sample-banner-45996.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": "9008748692919896982"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 357943,
"followingCount": 69,
"tweetCount": 3066,
"listedCount": 1312,
"mediaCount": 2601,
"favoritesCount": 302,
"createdAt": "2020-05-17T03:26:36.000Z"
},
{
"id": "1008624169743411771",
"username": "sample_user_83388",
"name": "Sample User 83388",
"bio": "Sample profile bio for Sample User 83388.",
"location": "Sample City 977",
"website": null,
"pinnedTweetIds": [
"2001608834125699716"
],
"avatar": "https://example.com/images/sample-avatar-83388.jpg",
"banner": "https://example.com/images/sample-banner-83388.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": 213,
"followingCount": 421,
"tweetCount": 1099,
"listedCount": 6,
"mediaCount": 9,
"favoritesCount": 37851,
"createdAt": "2020-05-05T01:06:08.000Z"
},
{
"id": "1001414382728409110",
"username": "sample_user_63977",
"name": "Sample User 63977",
"bio": "Sample profile bio for Sample User 63977.",
"location": "Sample City 571",
"website": "https://example.com/link-94089/profile-63977",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-63977.jpg",
"banner": "https://example.com/images/sample-banner-63977.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Business",
"category": [
{
"id": 713,
"name": "Science & Technology",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9001307381843710349"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 39545,
"followingCount": 772,
"tweetCount": 5216,
"listedCount": 410,
"mediaCount": 2215,
"favoritesCount": 11413,
"createdAt": "2020-02-11T09:20:34.000Z"
},
{
"id": "1003355534716832658",
"username": "sample_user_42484",
"name": "Sample User 42484",
"bio": "Sample profile bio for Sample User 42484.",
"location": "Sample City 770",
"website": "https://example.com/link-94089/profile-42484",
"pinnedTweetIds": [
"2001386327694894592"
],
"avatar": "https://example.com/images/sample-avatar-42484.jpg",
"banner": "https://example.com/images/sample-banner-42484.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": 1042,
"name": "Content Creator",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9004530849146898679"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 389720,
"followingCount": 67,
"tweetCount": 28241,
"listedCount": 1454,
"mediaCount": 7195,
"favoritesCount": 26228,
"createdAt": "2020-02-06T16:54:28.000Z"
},
{
"id": "1009397119424885118",
"username": "sample_user_18208",
"name": "Sample User 18208",
"bio": "Sample profile bio for Sample User 18208.",
"location": "Sample City 761",
"website": "https://example.com/link-94089/profile-18208",
"pinnedTweetIds": [
"2001321190359525009"
],
"avatar": "https://example.com/images/sample-avatar-18208.jpg",
"banner": "https://example.com/images/sample-banner-18208.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": "9001474610074185194"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 15016,
"followingCount": 121,
"tweetCount": 4222,
"listedCount": 148,
"mediaCount": 794,
"favoritesCount": 27471,
"createdAt": "2019-11-02T10:17:49.000Z"
},
{
"id": "1007900999325565169",
"username": "sample_user_67143",
"name": "Sample User 67143",
"bio": "Sample profile bio for Sample User 67143.",
"location": null,
"website": "https://example.com/link-94089/profile-67143",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-67143.jpg",
"banner": "https://example.com/images/sample-banner-67143.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": "9001142318554816452"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 38885,
"followingCount": 6,
"tweetCount": 1750,
"listedCount": 77,
"mediaCount": 1500,
"favoritesCount": 465,
"createdAt": "2018-11-21T12:30:37.000Z"
},
{
"id": "1001608161914478950",
"username": "sample_user_75075",
"name": "Sample User 75075",
"bio": "Sample profile bio for Sample User 75075.",
"location": null,
"website": "https://example.com/link-94089/profile-75075",
"pinnedTweetIds": [
"2001719622190642711"
],
"avatar": "https://example.com/images/sample-avatar-75075.jpg",
"banner": "https://example.com/images/sample-banner-75075.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": "9004855988032100659"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 24451,
"followingCount": 54,
"tweetCount": 3393,
"listedCount": 139,
"mediaCount": 1706,
"favoritesCount": 2272,
"createdAt": "2018-05-28T08:14:14.000Z"
},
{
"id": "100170382866418244",
"username": "sample_user_04500",
"name": "Sample User 04500",
"bio": "Sample profile bio for Sample User 04500.",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-04500.jpg",
"banner": "https://example.com/images/sample-banner-04500.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": 11016,
"followingCount": 11,
"tweetCount": 1890,
"listedCount": 85,
"mediaCount": 1642,
"favoritesCount": 124,
"createdAt": "2016-12-31T10:56:50.000Z"
},
{
"id": "100104769408295386",
"username": "sample_user_82076",
"name": "Sample User 82076",
"bio": "Sample profile bio for Sample User 82076.",
"location": "Sample City 935",
"website": "https://example.com/link-94089/profile-82076",
"pinnedTweetIds": [
"2001720936737188630"
],
"avatar": "https://example.com/images/sample-avatar-82076.jpg",
"banner": "https://example.com/images/sample-banner-82076.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": "9002034422326052721"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 82064,
"followingCount": 658,
"tweetCount": 6079,
"listedCount": 420,
"mediaCount": 2257,
"favoritesCount": 56324,
"createdAt": "2016-12-15T18:15:29.000Z"
},
{
"id": "100164517631371878",
"username": "sample_user_60815",
"name": "Sample User 60815",
"bio": "Sample profile bio for Sample User 60815.",
"location": "Sample City 864",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-60815.jpg",
"banner": "https://example.com/images/sample-banner-60815.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Business",
"category": [
{
"id": 477,
"name": "Professional Services",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9001291493768653713"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 44463,
"followingCount": 688,
"tweetCount": 5565,
"listedCount": 399,
"mediaCount": 381,
"favoritesCount": 10382,
"createdAt": "2016-06-15T17:32:50.000Z"
},
{
"id": "100120800761164587",
"username": "sample_user_74958",
"name": "Sample User 74958",
"bio": "Sample profile bio for Sample User 74958.",
"location": "Sample City 713",
"website": "https://example.com/link-94089/profile-74958",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-74958.jpg",
"banner": "https://example.com/images/sample-banner-74958.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": 580,
"name": "Media & News Company",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9001096154588409175"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 3526,
"followingCount": 108,
"tweetCount": 11743,
"listedCount": 99,
"mediaCount": 4120,
"favoritesCount": 4007,
"createdAt": "2016-03-17T03:19:52.000Z"
},
{
"id": "1008598533",
"username": "sample_user_72834",
"name": "Sample User 72834",
"bio": "Sample profile bio for Sample User 72834.",
"location": "Sample City 666",
"website": null,
"pinnedTweetIds": [
"2001191049600156204"
],
"avatar": "https://example.com/images/sample-avatar-72834.jpg",
"banner": "https://example.com/images/sample-banner-72834.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": 579,
"name": "Media & News",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9008386314877386263"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 55730,
"followingCount": 35,
"tweetCount": 13978,
"listedCount": 406,
"mediaCount": 3738,
"favoritesCount": 3253,
"createdAt": "2015-08-25T09:09:13.000Z"
},
{
"id": "1001376668",
"username": "sample_user_91513",
"name": "Sample User 91513",
"bio": "Sample profile bio for Sample User 91513.",
"location": "Sample City 461",
"website": "https://example.com/link-94089/profile-91513",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-91513.jpg",
"banner": "https://example.com/images/sample-banner-91513.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": 934,
"name": "Social Media Influencer",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9009110950052746016"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 74561,
"followingCount": 281,
"tweetCount": 11492,
"listedCount": 426,
"mediaCount": 2446,
"favoritesCount": 10928,
"createdAt": "2015-08-21T13:38:44.000Z"
},
{
"id": "1001189248",
"username": "sample_user_56334",
"name": "Sample User 56334",
"bio": "Sample profile bio for Sample User 56334.",
"location": "Sample City 571",
"website": "https://example.com/link-94089/profile-56334",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-56334.jpg",
"banner": "https://example.com/images/sample-banner-56334.jpg",
"profileImageShape": "Square",
"verified": false,
"isBlueVerified": true,
"verifiedType": "Business",
"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": 1661116,
"followingCount": 32,
"tweetCount": 1586809,
"listedCount": 6176,
"mediaCount": 2347,
"favoritesCount": 12,
"createdAt": "2015-06-05T16:05:20.000Z"
},
{
"id": "1005700248",
"username": "sample_user_45135",
"name": "Sample User 45135",
"bio": "Sample profile bio for Sample User 45135.",
"location": "Sample City 406",
"website": "https://example.com/link-94089/profile-45135",
"pinnedTweetIds": [
"2002605252296781749"
],
"avatar": "https://example.com/images/sample-avatar-45135.jpg",
"banner": "https://example.com/images/sample-banner-45135.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": 1017,
"name": "Artist",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9007767866564839760"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 34088,
"followingCount": 2786,
"tweetCount": 13098,
"listedCount": 256,
"mediaCount": 3053,
"favoritesCount": 29228,
"createdAt": "2015-04-10T04:29:30.000Z"
},
{
"id": "1004362531",
"username": "sample_user_92170",
"name": "Sample User 92170",
"bio": "Sample profile bio for Sample User 92170.",
"location": "Sample City 461",
"website": "https://example.com/link-94089/profile-92170",
"pinnedTweetIds": [
"2001763814391669055"
],
"avatar": "https://example.com/images/sample-avatar-92170.jpg",
"banner": "https://example.com/images/sample-banner-92170.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": 1042,
"name": "Content Creator",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9007745242166234251"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 1302339,
"followingCount": 162,
"tweetCount": 8405,
"listedCount": 2469,
"mediaCount": 5428,
"favoritesCount": 4524,
"createdAt": "2014-12-19T03:19:51.000Z"
},
{
"id": "1002551196",
"username": "sample_user_43386",
"name": "Sample User 43386",
"bio": "Sample profile bio for Sample User 43386.",
"location": "Sample City 457",
"website": "https://example.com/link-94089/profile-43386",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-43386.jpg",
"banner": "https://example.com/images/sample-banner-43386.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": "9003376833339981228"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 44695,
"followingCount": 119,
"tweetCount": 20993,
"listedCount": 346,
"mediaCount": 6810,
"favoritesCount": 3363,
"createdAt": "2014-10-28T19:12:08.000Z"
},
{
"id": "1002900576",
"username": "sample_user_19582",
"name": "Sample User 19582",
"bio": "Sample profile bio for Sample User 19582.",
"location": "Sample City 639",
"website": "https://example.com/link-94089/profile-19582",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-19582.jpg",
"banner": "https://example.com/images/sample-banner-19582.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": true,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Business",
"category": [
{
"id": 580,
"name": "Media & News Company",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9003805638829627220"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 4451,
"followingCount": 19,
"tweetCount": 2628,
"listedCount": 59,
"mediaCount": 1357,
"favoritesCount": 177,
"createdAt": "2014-09-16T04:15:26.000Z"
}
],
"pagination": {
"nextCursor": "4611686021239802754|1973626787078340586",
"prevCursor": "-1|1973626787078340609"
}
}API Playground
GET
/tw-v2/list/membersPress ⌘ + Enter to execute
curl -X GET "https://api.tweetapi.com/tw-v2/list/members" \
-H "X-API-Key: YOUR_API_KEY"Response
Click "Try It!" to see the response