GetXAPI

Overview

Getting started with GetXAPI

API Reference

Base URL

https://api.getxapi.com

No authentication required for self-hosted instances.

Pagination

All list endpoints support cursor-based pagination:

  • Omit cursor for the first page
  • Pass next_cursor from the response for subsequent pages
  • Each page typically returns ~20 items
  • Some endpoints (followers/following) return up to 200 per page
  • Keep paginating until has_more is false

On this page