Skip to main content
GET
Get Article
Get the full body of an X Article (long-form post) by its tweet ID. Use this when a tweet links to or is an Article and the 280-character preview is not enough — this returns the complete text rather than the truncated tweet. Returns the article under article. For ordinary tweets use get_twitter_tweets.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tweet_id
string
required

The tweet ID of the article.

Response

200 - application/json

Successful response

article
object | null
status
enum<string>
Available options:
success,
failed
msg
string