Skip to main content
GET
/
analytics
/
x
/
{profileId}
/
followers
X follower growth
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"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

profileId
string<uuid>
required

X profile ID (UUID)

Query Parameters

startDate
string<date>

Start date for analytics (defaults to 30 days ago)

endDate
string<date>

End date for analytics (defaults to today)

Response

X follower growth data

followerCount
integer
required
recordedAt
string<date-time>
required