v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Tweets

Get article by ID

Get a Twitter Article (long-form post) by its unique ID. Returns the full article content including title, body text, cover image, and author information. Twitter Articles are long-form content published directly on the platform.

get/v1/twitter/tweets/article/{article_id}

Path parameters

article_idstring required
Example:1234567890123456789

The unique ID of the article.

Response

Successfully retrieved article.

idstring required

Unique article identifier.

titlestring nullable

Title of the article.

textstring nullable

Full body text of the article.

cover_image_urlstring nullable

URL of the article's cover image.

author_idstring nullable

Numeric ID of the article author.

author_usernamestring nullable

Username of the article author.

author_namestring nullable

Display name of the article author.

created_atstring nullable

Timestamp when the article was published.