Changelog

New updates and improvements to GetXAPI.

May 20, 2026

Launch

Auto-recharge is live

Never run out of credits mid-job. Save a card on file and we'll top up your balance automatically when it drops below a threshold you set. Configure the threshold, recharge amount, and monthly cap from the dashboard.

  • -Saved payment method — store a card via Stripe and manage it from the dashboard
  • -Threshold trigger — auto-recharge fires when your balance drops below the amount you set (default $5)
  • -Recharge amount — choose how much to top up each time (default $10)
  • -Monthly cap — recharging pauses automatically once this calendar-month limit is hit (default $40)
  • -Powered by your saved card on Stripe — no recurring subscription, only triggered charges when your balance is low
  • -Manage or disable any time from the dashboard

May 17, 2026

New Endpoint

Article endpoints are live

Seven endpoints for the full lifecycle of long-form X articles — read, draft, publish, update, list, unpublish, and delete. Get Article is $0.001 per call; Create Article is $0.01; Update/List/Publish/Unpublish/Delete are $0.005 each. Publishing requires X Premium on the auth_token account.

  • -GET /twitter/article/get — fetch full article/note content by tweet ID ($0.001)
  • -POST /twitter/article/create — create a draft (or publish in one call when `publish: true`, Premium-only) ($0.01)
  • -POST /twitter/article/update — partial-update title, body markdown, or cover image ($0.005)
  • -POST /twitter/article/list — paginated list of your drafts or published articles ($0.005)
  • -POST /twitter/article/publish — publish an existing draft, Premium-only ($0.005)
  • -POST /twitter/article/unpublish — move a published article back to draft ($0.005)
  • -POST /twitter/article/delete — permanently delete an article entity ($0.005)
  • -Legacy GET /twitter/tweet/article has been retired — use /twitter/article/get

May 10, 2026

New Endpoint

Bookmarks endpoints are live

Three new endpoints to manage and query a user's Twitter bookmarks via API, plus proxy support added to bookmark search. $0.001 per call (~20 results per page where applicable).

  • -POST /twitter/user/bookmarks — list all bookmarks for the authenticated user, newest first
  • -POST /twitter/tweet/bookmark — bookmark a tweet (idempotent)
  • -POST /twitter/tweet/unbookmark — remove a tweet from bookmarks
  • -POST /twitter/user/bookmark_search — now accepts an optional `proxy` field

May 6, 2026

Launch

Referral program is live

Earn 20% lifetime commission on every payment from anyone you refer. Open to every GetXAPI user — your unique referral link is generated automatically.

  • -20% of gross on every payment from referred customers, lifetime
  • -$5,000 / calendar year cap per affiliate
  • -30-day pending holdback before commission becomes available
  • -Convert available earnings to API credits with a +15% bonus
  • -Find your link and balance at /dashboard/referrals

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