Skip to main content
POST
/
twitter
/
topics
/
{topic_id}
Get Topic
curl --request POST \
  --url https://api.apitwitter.com/twitter/topics/{topic_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cookie": "<string>",
  "proxy": "<string>"
}
'
{
  "data": {
    "id": "848921413196984320",
    "name": "Space",
    "description": "All about space exploration, astronomy, and the universe",
    "following": true,
    "not_interested": false
  }
}

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

topic_id
string
required

ID of the topic

Body

application/json

Twitter auth cookie

proxy
string
required

Proxy URL to use for the request (HTTP or SOCKS5)

Response

Topic data

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data