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

Developing
GET
https://api.narrativ.tech/functions/v1/youtube/videos/{id}
Retrieves information about a specific video using its unique id.
Optionally include stats (views, likes, comments) and channel details.
Use channel_fields to selectively return only the channel 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/youtube/videos/?include_stats&include_channel_details&channel_fields' \
--header 'api-key: <api-key>'
Response Response Example
200 - Success - Video Details
{
    "data": {
        "video": {
            "id": "38",
            "uploadedBy": "dolore",
            "publishedDate": "2024-01-11 09:52:57",
            "title": "playfully considering oh vanish lobster anenst incidentally vice chatter",
            "description": "Cursim caput dolore absconditus autem. Thesis nostrum terebro utique. Adfero surculus verto titulus thorax amaritudo addo creptio. Adaugeo aestas aeger ipsum cupiditate recusandae verbum attollo clarus.",
            "link": "https://second-hand-transom.info/",
            "tags": "in",
            "localizedTitle": "zowie lively opera generously within",
            "localizedDescription": "Illo bellicus curis verbum calcar chirographum. Sub esse nostrum. Debeo deputo conspergo quasi.",
            "defaultAudioLanguage": null,
            "defaultLanguage": null,
            "definition": "hd",
            "licensedContent": true,
            "privacyStatus": "unlisted",
            "embeddable": true,
            "thumbnailUrl": "https://bruised-allegation.com/",
            "isStream": false,
            "iframe": null,
            "duration": "00:00:14",
            "hasCaptions": true,
            "isUnavailable": true,
            "regionRestriction": [
                "aliqua pariatur proident do"
            ],
            "paidProductPlacement": false
        }
    }
}
Previous
Get Trending Videos By Country
Next
Get Live Streamers
Built with