Skip to main content
GET
/
v1
/
twitter
/
community_info
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/community_info?community_id=1493290339532222469' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "id": "1493290339532222469",
    "created_at": 1644863135598,
    "name": "XRP",
    "description": "XRP community",
    "default_banner_media": "https://pbs.twimg.com/media/FECS7TfVcAcCrj2.jpg",
    "custom_banner_media": "https://pbs.twimg.com/media/FECS7TfVcAcCrj2.jpg",
    "is_nsfw": false,
    "primary_topic": null,
    "member_count": 122361,
    "rules": [
      {
        "description": "You should be respectful towards others.",
        "name": "Be Respectful"
      },
      {
        "description": "To make sure everybody has a good time, keep the tweets about topics within the community.",
        "name": "Make sure the tweets are on subject"
      },
      {
        "description": "Don’t post a BOOOOM announcement with fake news",
        "name": "Don’t spread fake news"
      }
    ],
    "status": "failed",
    "last_cursor": ""
  },
  "requestId": "ac4e6367-0236-402f-b71a-059631824280"
}

Documentation Index

Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

🪙1 creditper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

community_id
string
required
Example:

"1493290339532222469"

Response

The response is of type object.