curl --request GET \
--url 'https://api.keyapi.ai/v1/twitter/Subscriptions?id=44196397&count=20' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"data": {
"user": {
"result": {
"__typename": "User",
"timeline": {}
}
}
}
},
"requestId": "da567eb8-2e2f-44b7-964e-65f6763264df"
}curl --request GET \
--url 'https://api.keyapi.ai/v1/twitter/Subscriptions?id=44196397&count=20' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"data": {
"user": {
"result": {
"__typename": "User",
"timeline": {}
}
}
}
},
"requestId": "da567eb8-2e2f-44b7-964e-65f6763264df"
}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.
π€ 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.
User ID
Use the User By Screen Name endpoint to find the ID from a username.
"44196397"
Number of results
Cursor for other results
The response is of type object.