Narrativ - Public Data API
  1. Telegram
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. Telegram

Get Post Details

Developing
GET
https://api.narrativ.tech/functions/v1/telegram/posts/{id}
Retrieves details of a specific Post by its ID.
Optionally include stats (impressions, reactions) and channel details.
Use channel_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
🟠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/telegram/posts/?channel_id&include_stats&include_channel_details&channel_fields' \
--header 'api-key: <api-key>'
Response Response Example
200 - Success - Post Details
{
    "data": {
        "post": {
            "id": 282323097,
            "channelId": "9",
            "repliedToId": 2061143093,
            "userId": "95",
            "createdAt": "2025-11-07T21:12:44.840Z",
            "authorSignature": "Kristina Murphy",
            "link": "https://pretty-harp.info/",
            "hasMedia": true,
            "isDeleted": false,
            "content": "Aegrus adopto talis volva. Solus tredecim clamo pecus barba. Uter aveho mollitia cognatus.",
            "postType": "reply",
            "hashtags": [
                "#W3zEaF"
            ],
            "cashtags": [
                "$nIiv",
                "$TZPy",
                "$vemr6yF"
            ],
            "contentLinks": [
                "https://snarling-silk.net/",
                "https://numb-bid.biz/",
                "https://white-interior.biz/"
            ],
            "noforwards": false,
            "fromScheduled": false,
            "editDate": "2026-02-24",
            "fwdFrom": null,
            "viaBot": false
        }
    }
}
Previous
Get Followers Chart
Next
Get Channel Cashtags
Built with