cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/analytics/twitter/{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 a Twitter profile
API key authentication. Generate an API key from your workspace settings.
Twitter profile ID (UUID)
Start date for analytics (defaults to 30 days ago)
End date for analytics (defaults to today)
Twitter follower growth data
Was this page helpful?