Narrativ - Public Data API
  1. X
Narrativ - Public Data API
  • Overview
  • YouTube
    • Get Channel Details
      GET
    • Get Followers Chart
      GET
    • Get Channels by Country
      GET
    • Get Social Volume
      GET
    • Get Channel Hashtags
      GET
    • Get Channel Cashtags
      GET
    • Get Trending Hashtags
      GET
    • Get Trending Cashtags
      GET
    • Get Trending Videos By Country
      GET
    • Get Video Details
      GET
    • Get Live Streamers
      GET
    • Get Video Comments
      GET
  • Telegram
    • Get Channel Details
      GET
    • Get Social Volume
      GET
    • Get Followers Chart
      GET
    • Get Post Details
      GET
    • Get Channel Cashtags
      GET
    • Get Channel Hashtags
      GET
  • X
    • Get Profile Details
      GET
    • Get Followers Chart
      GET
    • Get Social Volume
      GET
    • Get Post Details
      GET
    • Get Profile Cashtags
      GET
    • Get Profile Hashtags
      GET
    • Get Trends by Country
      GET
    • Get Top Tweets
      GET
  • Universal
  1. X

Get Post Details

Developing
GET
https://api.narrativ.tech/functions/v1/x/posts/{id}
Retrieves details of a specific Post by its ID.
Optionally include stats (impressions, likes, replies) and author details.
Use author_fields to selectively return only the profile fields you need.

Request

Authorization
Add parameter in header
api-key
Example:
api-key: ********************
Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠400Wrong Params
🟠401Unauthorized - Missing Auth Token
🟠401Unauthorized - Invalid Key
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.narrativ.tech/functions/v1/x/posts/?include_stats&include_author_details&author_fields' \
--header 'api-key: <api-key>'
Response Response Example
200 - Success - Post Details
{
    "data": {
        "post": {
            "id": "063507619911219",
            "publishedBy": "05231953074518237",
            "content": "Supellex curriculum infit adeptio clam abundans cubo denuo accusamus constans. Comparo vereor amissio. Atqui avarus ipsa reiciendis umbra decipio.",
            "link": "http://x.com/Ulf4Xl9fcI/status/517078407604810/",
            "conversationId": "854089446882800",
            "inReplyToUserId": "163331281594477",
            "mediaUrl": "https://well-off-devil.info/",
            "inReplyToTweetId": "49503069848107802648",
            "retweetOrQuoteTweetId": "1096853830161931451",
            "createdAt": "2025-11-07T21:23:10.388Z",
            "isDeleted": false,
            "language": null,
            "textLength": 18996507,
            "hashtags": [
                "#EGcxt92py"
            ],
            "cashtags": [
                "$qE5jzUZEzg",
                "$UMkb1gzPOt"
            ],
            "contentLinks": [
                "https://subtle-entry.net/"
            ],
            "mentions": [
                "@UnO"
            ],
            "tweetType": [
                "Reply",
                "Quote"
            ],
            "mediaType": [
                "GIF"
            ]
        }
    }
}
Previous
Get Social Volume
Next
Get Profile Cashtags
Built with