X

X / Twitter

Replies / Quotes / Retweeters

per_call

Expands the conversation around a single post: threaded replies with their own metrics, quote posts with commentary, and the list of accounts that reposted. Essential for measuring true reach and mapping who amplifies a message.

Endpoint

GET /v1/x/replies-quotes-retweeters

Price

$0.30

per 1,000 calls · $0.0003 per call

Cost per call

0.2 credits

Failed calls never charged

Parameters

target
required
string

The X / Twitter handle, URL or identifier to resolve.

limit
optional
integer

Items to return for list responses. Default 10, max 100.

cursor
optional
string

Pagination cursor returned by a previous response.

Example request

Sandbox calls return deterministic sample data in the live payload shape.

curl
curl "https://api.fastfetchz.com/v1/x/replies-quotes-retweeters?target=nasa" \
  -H "X-API-Key: $FASTFETCHZ_KEY"

Example response

200 application/json
{
  "success": true,
  "service": {
    "platform": "X / Twitter",
    "name": "Replies / Quotes / Retweeters",
    "slug": "replies-quotes-retweeters"
  },
  "credits_charged": 0.2,
  "credits_remaining": 99.8,
  "latency_ms": 214,
  "data": {
    "comments": [
      {
        "id": "4000039347",
        "author": {
          "username": "commenter_9350",
          "verified": false
        },
        "text": "Great post — sandbox comment text.",
        "like_count": 347,
        "reply_count": 11,
        "created_at": "2026-08-25T10:37:54.606Z"
      },
      {
        "id": "4000016966",
        "author": {
          "username": "commenter_6967",
          "verified": false
        },
        "text": "Great post — sandbox comment text.",
        "like_count": 466,
        "reply_count": 10,
        "created_at": "2026-08-24T10:37:54.606Z"
      }
    ],
    "paging": {
      "has_more": false,
      "next_cursor": null
    }
  }
}

Error codes

401invalid_api_keyMissing or unrecognized X-API-Key header. No credits are charged.
402insufficient_creditsYour balance is below the cost of the call. Top up to continue.
403account_suspended / key_revokedThe account is suspended or the key was revoked.
429rate_limitedThe key exceeded its monthly cap or the burst limit. Retry later.
500upstream_errorUnexpected failure while fulfilling the request. Not charged.