X Media Data API
X Media Data API gives developers a direct way to collect public X data for dashboards, content research, creator analytics, moderation tools, and automation pipelines. This API focuses on three high-value use cases: 1) Resolve a username into profile information. 2) Browse a user media timeline with cursor-based pagination. 3) Retrieve full tweet-level details from either a tweet ID or a full X…
X Media Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get User Profile Info /user/info |
Use this endpoint to resolve a public X handle into profile information that can power account cards, identity lookups, creator dashboards, and enrichment pipelines. This… |
| GET |
Get User Media Timeline /user/media |
Use this endpoint to fetch media-focused timeline data for a specific X user. It is suitable for feed ingestion, trend monitoring, archive jobs, and historical crawling… |
| GET |
Get Tweet Details /tweet/details |
Use this endpoint to normalize tweet lookups from mixed inputs. Your client can submit either a tweet ID directly or a complete X post URL, and the API resolves the internal… |
X Media Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | — |
|
| ULTRA Recommended | $49.99 / month | — |
|
| MEGA | $89.99 / month | — |
|