Members
GET
/tw-v2/community/membersDescription
Get a paginated list of members in a Twitter/X community.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| communityId | string | required | Unique Twitter community ID |
| cursor | string | optional | Pagination cursor for fetching next page of results. Obtained from previous response. |
Code Examples
const params = new URLSearchParams({
communityId: '1234567890'
});
const response = await fetch(`https://api.tweetapi.com/tw-v2/community/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": [
{
"user": {
"id": "1546497037117579264",
"username": "messedupfoods",
"name": "i like food",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1585611313107066880/Q3VEf0bc_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "admin"
},
{
"user": {
"id": "1048337569665175562",
"username": "_quI3N",
"name": "?WH0¿",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1527079385244876800/g-7_XMsb_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "4175203032",
"username": "_kellmade",
"name": "name:",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1942397982957035520/6UahQNSK_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "1534299750484221952",
"username": "LemonSharkss",
"name": "Dre🎗",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1601112804412780544/gPoxVMVm_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "1102981777226981382",
"username": "Hodius_",
"name": "Hodius",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1938082910474514432/_UXg893__400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "547845735",
"username": "YemeKopter",
"name": "Yemekov",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1966138957005029376/KnCGSv8U_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "2321894534",
"username": "squeebploozer",
"name": "ungrilled cheese",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1715277330753388544/aP-vB7i7_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "294532386",
"username": "aazuart",
"name": "Ambre / Aazuart ☀️",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1864401972360622080/4ntBam4w_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "917993397796958209",
"username": "MouchoV",
"name": "Grmb0tv10.52.exe",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1853073426677891072/36wrTeOS_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "1529438120273641472",
"username": "geronimoaaan",
"name": "GERRY",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1586192400489189376/L85z4Yqy_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "1629304228496949248",
"username": "3spoods3",
"name": "spoods",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1669782590457257992/k9Yg4kal_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "1664742311971151873",
"username": "klint0n_KB",
"name": "KLVNTON",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1670929886947549186/bggzbw7L_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "309283132",
"username": "flamewave7",
"name": "Flamewave7",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1863038877/XANA_symbol_lyoko_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "2241661",
"username": "nisti2",
"name": "Jose Rodriguez Nuñez",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1310703958755815427/o1bBv6TS_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
},
{
"user": {
"id": "715453683220086784",
"username": "DeathByNyvz",
"name": "DeathbyNyvz",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1886497015015858179/KRC2NrhS_400x400.jpg",
"banner": null,
"profileImageShape": null,
"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": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": null
},
"role": "member"
}
],
"pagination": {
"nextCursor": "CycRAAAAAAwABAwKmwzBVQo+vQntzVWRlAABCm07AAABiO6fNA4ADJorCj69f/////////8KbTt//////////wAIP8AAAAACAAAA",
"prevCursor": null
}
}API Playground
GET
/tw-v2/community/membersPress ⌘ + Enter to execute
curl -X GET "https://api.tweetapi.com/tw-v2/community/members" \
-H "X-API-Key: YOUR_API_KEY"Response
Click "Try It!" to see the response