X

Fetch Twitter/X tweet details

Fetches details for a single tweet by its numeric ID. Returns full text, engagement metrics (likes, retweets, replies, views), and metadata.

<span><strong>Rate limit:</strong> 300 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per request <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

post/v1/twitter/tweet-details

Request body

apiKeystring required

Your Fiber API key

tweetIdstring required

Numeric tweet ID to fetch (e.g. '1234567890123456789'). Must contain only digits.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.

Changes

Changed in 1 of the 12 revisions of this API.21

  • 4002aa81d4fb21See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became optional for the status

      response-property-became-optional

    • the response's property default value was removed for the status

      response-property-default-value-removed