Get article
GET/twitter/article5 credits
Return the full content of a long-form X article. The sample response below is captured from the live API. List endpoints paginate with `has_next_page` and `next_cursor`.
Authentication required
Send your key in the
x-api-key header. Requests without a valid key return 401.Query parameters
tweet_id
stringrequired
The numeric ID of the article tweet.
Response fields
articleobject
The X article: title, author, content blocks and engagement.
statusstring
Request status: "success" or "error".
msgstring
Status message from the upstream.
article.titlestring
Article title.
article.preview_textstring
Short preview text.
article.cover_media_img_urlstring
Cover image URL.
Request
Response200 OK
base url · https://v2.xapis.dev
Ready to call Get article?
Get an API key or explore the full interactive reference.
