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 Live Streamers

Developing
GET
https://api.narrativ.tech/functions/v1/youtube/channels/live-streamers
Retrieve a paginated list of YouTube channels that conduct live streams on a regular basis.

Request

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

Responses

🟢200Success
application/json
Body

🟠400Wrong Params
🟠401Unauthorized - Missing Auth Token
🟠401Unauthorized - Invalid Key
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.narrativ.tech/functions/v1/youtube/channels/live-streamers?minimum_monthly_streams&minimum_streams_last_month&page_offset&page_limit&sort_by&asc' \
--header 'api-key: <api-key>'
Response Response Example
200 - Success - Streamers List
{
    "data": [
        {
            "channel": {
                "id": "26",
                "name": "Shirley Glover",
                "handle": "dolor sed consectetur dolore",
                "description": "Timidus eligendi tabgo sui sperno. Tendo venustas cogito capillus inventore capto addo amor. Veritatis conicio vitium. Subnecto aiunt vacuus aequitas benigne varietas. Cunae terebro celer vix. Bis nihil auditor deinde temeritas apparatus temeritas adeptio vinculum at.",
                "channelUrl": "https://beloved-sandbar.org/",
                "defaultLanguage": null
            },
            "streamingStats": {
                "allTime": {
                    "totalStreams": 90,
                    "avgMonthlyStreams": 6,
                    "avgDuration": "01:12:42",
                    "avgViews": 190
                },
                "lastMonth": {
                    "totalStreams": 41739260,
                    "avgDuration": "00:45:34",
                    "avgViews": 180
                }
            }
        },
        {
            "channel": {
                "id": "26",
                "name": "Sheila Ruecker",
                "handle": "magna est dolore",
                "description": "Aptus amicitia hic nobis arto ventito trucido claustrum ademptio adsuesco. Adstringo arcesso tondeo audax tui cohors cedo. Solio stipes autus viridis aetas cornu vos cognatus. Peccatus audentia amiculum statua desidero denuo decens. Vulariter vix atrox demo quod suasoria patrocinor. Corrumpo creo conitor veniam cultellus coniuratio utique defluo. Surculus quos vinum nesciunt ambitus adeptio trepide ars. Carus verto cubo at arceo supra doloremque abutor.",
                "channelUrl": "https://aged-illusion.name/",
                "defaultLanguage": null
            },
            "streamingStats": {
                "allTime": {
                    "totalStreams": 64,
                    "avgMonthlyStreams": 4,
                    "avgDuration": "00:15:48",
                    "avgViews": 18
                },
                "lastMonth": {
                    "totalStreams": 12,
                    "avgDuration": "00:12:34",
                    "avgViews": 20
                }
            }
        },
        {
            "channel": {
                "id": "29",
                "name": "Grant Hartmann",
                "handle": "incididunt veniam reprehenderit",
                "description": "Adicio maiores veritas aegre. Aegrus trans agnitio deleo capio. Tabesco delectatio credo argentum vicissitudo comis incidunt vobis solutio decor. Cruentus aro desidero demum terebro adamo suggero villa ultio cilicium. Communis sophismata vae coerceo varius. Decumbo absorbeo eius alveus.",
                "channelUrl": "https://glossy-bonfire.biz/",
                "defaultLanguage": null
            },
            "streamingStats": {
                "allTime": {
                    "totalStreams": 80,
                    "avgMonthlyStreams": 20,
                    "avgDuration": "00:20:45",
                    "avgViews": 501
                },
                "lastMonth": {
                    "totalStreams": 11,
                    "avgDuration": "00:40:34",
                    "avgViews": 304
                }
            }
        }
    ]
}
Previous
Get Video Details
Next
Get Video Comments
Built with