Changelog

New updates and improvements to GetXAPI.

April 1, 2026

New Endpoint

Account Info & Payment History endpoints

Two new free endpoints to check your GetXAPI account details and payment history. No credits deducted — rate limited to 30 requests per minute.

  • -GET /account/me — credit balance, usage summary, account details
  • -GET /account/payments — payment/top-up history
  • -Free to use — no credits consumed
  • -Rate limited: 30 requests/min per API key

March 31, 2026

New Endpoint

User Affiliates endpoint is live

Get affiliated accounts of verified organizations (companies, brands, nonprofits). Returns ~20 users per page with cursor pagination. $0.001 per call (~20 tweets).

  • -GET /twitter/user/affiliates
  • -Returns affiliated accounts of verified organizations
  • -Cursor-based pagination (~20 users per page)
  • -Includes full profile data for each affiliate

March 27, 2026

New Endpoint

Get Article endpoint is live

Fetch full Twitter/X article and note content by tweet ID. Returns rich text blocks, images, author data, and engagement metrics. $0.001 per call.

  • -GET /twitter/tweet/article
  • -Rich text content with headings, images, blockquotes, and lists
  • -Full author profile and engagement stats
  • -Supports Twitter Articles and Notes

March 16, 2026

New Endpoint

Search Users endpoint is live

Search for Twitter/X users by keyword, username, or topic. Equivalent to the "People" tab in Twitter search. $0.001 per call (~20 tweets).

  • -GET /twitter/user/search
  • -Search by keyword, username, or topic
  • -Returns up to 20 users per page with full profile data
  • -Cursor-based pagination support

March 14, 2026

Launch

Blog is live

GetXAPI now has a blog. Read guides, tutorials, and comparisons to get the most out of the Twitter API.

  • -SEO-optimized blog pages with structured data
  • -Syntax-highlighted code snippets with copy button

March 3, 2026

New Endpoint

Create Tweet endpoint is live

Post tweets with text, images, and videos via API. Supports media uploads from URLs, base64 data, or pre-uploaded media IDs. $0.002 per call.

  • -POST /twitter/tweet/create
  • -Attach up to 4 images, 1 GIF, or 1 video per tweet
  • -3 media input modes: media_urls, media (base64), media_ids
  • -Reply to existing tweets with reply_to_tweet_id

February 22, 2026

New Endpoint

Followers v2 & Following v2 endpoints

Two new endpoints. $0.001 per call (~50 tweets).

  • -GET /twitter/user/followers_v2
  • -GET /twitter/user/following_v2

February 11, 2026

Launch

Payment integration is live

You can now purchase API credits directly from the dashboard via Stripe. Two credit packs are available — $10 and $50. No subscriptions, no recurring charges. Credits are added instantly and never expire.

  • -Secure one-time payments powered by Stripe
  • -$10 Starter pack (~10,000 API calls) and $50 Pro pack (~50,000 API calls)
  • -Credits added to your account instantly after payment
  • -Payment history visible in your dashboard under Credit History

February 9, 2026

Launch

GetXAPI public launch

GetXAPI launched publicly with the cheapest Twitter/X API pricing on the market. $0.001 per call (~20 tweets) for standard endpoints, $0.002 for DM endpoints, and $0.1 in free credits for every new account.

  • -29 API endpoints covering tweets, users, search, lists, and DMs
  • -Pay-per-call pricing with no subscriptions or monthly fees
  • -99.9% uptime SLA with sub-2-second response times
  • -Full API documentation at docs.getxapi.com