Skip to main content
GET
Community Tweets
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Community URL

Example:

"https://x.com/i/communities/1926186499399139650"

Response

Successful response

Key Response Fields:

  • tweets[0].id: Tweet ID string
  • tweets[0].full_text: Full tweet text content
  • tweets[0].created_at: Tweet creation timestamp
  • tweets[0].favorite_count: Like count
  • tweets[0].view_count: Total view count
  • tweets[0].bookmark_count: Bookmark count
  • tweets[0].entities.media: Attached photos/videos
  • tweets[0].entities.user_mentions: @mentions in the tweet
  • tweets[0].entities.urls: Expanded URLs in the tweet