X/Twitter API

5 endpoints for publicly available X/Twitter data — clean JSON in seconds, transparent credit costs, one API key across all five platforms. From $5/month.

/v1/twitter/transcript 7 credits / video

Transcript

Full transcript of a video attached to a post on X.

{
  "data": {
    "platform": "twitter",
    "entity_id": "1861122334455667788",
    "language": "en",
    "source": "audio",
    "text": "Today I want to show you the three settings everyone ignores when they set this up for the first time...",
    "segments": [
      {
  …
Full docs & sample response →
/v1/twitter/summary 9 credits / video

Summary

Short AI summary of a video posted on X, built on its transcript.

{
  "data": {
    "platform": "twitter",
    "entity_id": "1861122334455667788",
    "language": "en",
    "summary": "A quick tutorial covering three commonly missed configuration steps, with a before/after comparison and a call to check the pinned comment for the full guide."
  },
  "request_id": "req_01JZX4M8Q2TE9W"
}
Full docs & sample response →
/v1/twitter/stats 1 credit / tweet

Stats

Views, likes, reposts and replies for a single post on X.

{
  "data": {
    "platform": "twitter",
    "entity_id": "1861122334455667788",
    "url": "https://x.com/XDevelopers/status/1861122334455667788",
    "author": {
      "handle": "XDevelopers",
      "name": "Example Creator"
    },
  …
Full docs & sample response →
/v1/twitter/profile 5 credits / lookup

Profile

Follower counts, bio and profile metadata for an account on X.

{
  "data": {
    "platform": "twitter",
    "handle": "XDevelopers",
    "name": "Example Creator",
    "bio": "Tutorials and behind-the-scenes. New video every Tuesday.",
    "verified": true,
    "metrics": {
      "followers": 2450318,
  …
Full docs & sample response →
/v1/twitter/tweets 1 credit / tweet

Tweets

Latest posts from an account on X with per-post metrics.

{
  "data": [
    {
      "id": "1861122334455667788",
      "url": "https://x.com/XDevelopers/status/1861122334455667788",
      "text": "Shipping notes: cursor pagination is now live on all list endpoints.",
      "posted_at": "2026-07-06T08:15:00Z",
      "metrics": {
        "views": 90211,
  …
Full docs & sample response →

First X/Twitter call in under five minutes

100 free trial credits, no card. Paste a URL, get JSON back.

Get your free API key