Skip to main content

Welcome

Explore the full ApiTwitter API. Each endpoint page includes an interactive playground where you can test requests directly from the documentation.

Authentication

All API endpoints require an X-API-Key header for authentication.
"securitySchemes": {
  "apiKeyAuth": {
    "type": "apiKey",
    "in": "header",
    "name": "X-API-Key"
  }
}

Base URL

https://api.apitwitter.com

Endpoints Overview

Users

Retrieve user profiles, followers, following, and manage relationships.

Tweets

Get, create, delete, retweet, and pin tweets.

Search

Search tweets with advanced filtering options.

Timelines

Access the For You and Following home timelines.

Engagement

Like, unlike, follow, and unfollow users.

Direct Messages

Send DMs and manage DM blocking.

Bookmarks

Add, remove, and list bookmarked tweets.

Lists

Create, manage, and browse Twitter lists.

Communities

Get community info, join/leave, and browse content.

Topics

Get topic details and follow/unfollow topics.