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

Get Channel Details

GET
https://api.narrativ.tech/functions/v1/youtube/channel/details
Retrieves detailed information about a specific channel using either its ID or channel name.
Similar Endpoints:
https://docs.narrativ.tech/get-channel-details-23268122e0
https://docs.narrativ.tech/get-profile-details-23267970e0

Request

Authorization
Add parameter in header
api-key
Example:
api-key: ********************
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/youtube/channel/details?account_id=UC0aRGlWxBDkEZXS5IPOBhXw' \
--header 'api-key: <api-key>'
Response Response Example
200 - Success - Channel Data
{
    "data": {
        "details": {
            "id": "UC0aRGlWxBDkEZXS5IPOBhXw",
            "name": "Joshua Henslee",
            "handle": "@joshuahenslee",
            "country": null,
            "description": "I publish Bitcoin JavaScript coding tutorials as well as general discussions on various topics within the Bitcoin and cryptocurrency space.\n",
            "avatarUrl": "https://yt3.ggpht.com/2vtQ7ocAytKmhjgrYDVPLPebee3F4PTTx7t0rvH5Jgs1yK5ipuF3RycOqz5Ag7Un7lQGlxrbzQ=s800-c-k-c0x00ffffff-no-rj",
            "channelUrl": "https://youtube.com/@joshuahenslee",
            "createdAt": "2011-08-05",
            "defaultLanguage": null,
            "keywords": null,
            "localized": {
                "title": "Joshua Henslee",
                "description": "I publish Bitcoin JavaScript coding tutorials as well as general discussions on various topics within the Bitcoin and cryptocurrency space.\n"
            }
        },
        "statistics": {}
    }
}
Previous
Overview
Next
Get Followers Chart
Built with