cURL
curl --request GET \ --url https://api.papercuts.ai/v1/x/followings \ --header 'X-API-Key: <api-key>'
{ "results": [ { "name": "<string>", "username": "<string>", "bio": "<string>", "isVerified": true, "profileImageUrl": "<string>" } ] }
Get the list of followings for a specified X (Twitter) username
API key required for authentication
X (Twitter) username to fetch followings for
Maximum number of results to return
Followers retrieved successfully
Show child attributes