Overview
Getting started with GetXAPI
API Reference
Base URL
https://api.getxapi.comNo authentication required for self-hosted instances.
Pagination
All list endpoints support cursor-based pagination:
- Omit
cursorfor the first page - Pass
next_cursorfrom 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_moreisfalse