cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/analytics/x/{profileId}/followers \ --header 'Authorization: Bearer <token>'
[ { "followerCount": 12450, "recordedAt": "2024-12-01T00:00:00.000Z" }, { "followerCount": 12523, "recordedAt": "2024-12-02T00:00:00.000Z" }, { "followerCount": 12601, "recordedAt": "2024-12-03T00:00:00.000Z" } ]
Retrieve follower count history for an X profile
API key authentication. Generate an API key from your workspace settings.
X profile ID (UUID)
Start date for analytics (defaults to 30 days ago)
End date for analytics (defaults to today)
X follower growth data
Was this page helpful?