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 Channel Details

GET
https://api.narrativ.tech/functions/v1/telegram/channel/details
Retrieves detailed information about a specific channel using either their unique ID or channel url.

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Query Params

Responses

🟢200Success
application/json
Body

🟠400Missing Query Parameter
🟠400Wrong Params
🟠401Unauthorized - Missing Auth Token
🟠401Unauthorized - Invalid Key
🟠404Invalid Identifier
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.narrativ.tech/functions/v1/telegram/channel/details?handle=cointelegraph' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success - Telegram Channel
{
    "data": {
        "details": {
            "id": "-1001072723547",
            "channelUrl": "https://t.me/cointelegraph",
            "name": "Cointelegraph",
            "language": "English",
            "description": "Cointelegraph covers fintech, blockchain and Bitcoin, bringing you the latest news and analyses on the future of money.\n\nhttps://cointelegraph.com\n\nFor advertising inquiries, please contact advertise@cointelegraph.com\n\nMarket updates:\n@CTMarkets",
            "avatarUrl": null,
            "visibility": "Public",
            "type": "broadcast",
            "location": null,
            "isFake": false,
            "isRestricted": false,
            "isScam": false,
            "isVerified": true,
            "participantsHidden": false,
            "reactionsLimit": null,
            "translationsDisabled": false
        },
        "statistics": {
            "members": 444158,
            "messages": 61148
        }
    }
}
Previous
Get Video Comments
Next
Get Social Volume
Built with