X (Twitter) Geolocation & User Data API
## X (Twitter) Data API Access real-time and historical X (Twitter) data through clean, fast REST endpoints — no Twitter API key required. ### Endpoints **User Data** - **Followers / Following** — Paginated lists of a user's followers and accounts they follow, by user ID. - **Verified Followers** — Filter to only blue-check / verified followers. - **User by Username** — Look up full user profile…
X (Twitter) Geolocation & User Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
/health /health |
|
| Users | ||
| GET |
/users/followers/{userId} /users/followers/{userId} |
Get Followers of a user |
| GET |
/users/verified-followers/{userId} /users/verified-followers/{userId} |
Get verified followers of a user |
| GET |
/users/username-changes/{username} /users/username-changes/{username} |
|
| GET |
/users/user-by-username/{username} /users/user-by-username/{username} |
|
| GET |
/users/following/{userId} /users/following/{userId} |
Get following of a user |
| GET |
/users/geolocation/{username} /users/geolocation/{username} |
|
| Tweets | ||
| GET |
/tweets/user-tweets-and-replies/{userId} /tweets/user-tweets-and-replies/{userId} |
|
| GET |
/tweets/community-tweets/{communityId} /tweets/community-tweets/{communityId} |
|
| GET |
/tweets/user-tweets/{userId} /tweets/user-tweets/{userId} |
|
| GET |
/tweets/lookup /tweets/lookup |
Get tweet details |
| GET |
/tweets/search /tweets/search |
|
X (Twitter) Geolocation & User Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | 50 / minute |
|
| ULTRA Recommended | $69 / month | 50 / minute |
|
| MEGA | $499 / month | 50 / minute |
|