---
title: "X follower growth"
method: GET
path: "/analytics/x/{profileId}/followers"
tags: ["Analytics"]
---

# X follower growth

`GET /analytics/x/{profileId}/followers`

Retrieve follower count history for an X profile

## Path parameters

- `profileId` string, uuid, required

## Query parameters

- `startDate` string, date
- `endDate` string, date

## Response `200`

X follower growth data

- FollowerDataPoint[]
  - `followerCount` integer, required
  - `recordedAt` string, date-time, required

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `403` — Forbidden - Insufficient permissions
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.dev/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.dev/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
