OLOQIQI API documentation
  • Welcome!
  • Quick Start
  • Reference
    • 📺tv-api.oloqiqi.com
      • /kpis
      • /broadcasts
      • /channels
      • /markets
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. tv-api.oloqiqi.com

/channels

Get all the channels availeble

GET /channels/<iso_a2>/all

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <Your API key>

Response

{
  "data": [
    {
      "channel": "ARD DAS ERSTE",
      "country_en": "Austria",
      "iso_a2": "AT"
    },
    {
      "channel": "ARD Das Erste",
      "country_en": "Germany",
      "iso_a2": "DE"
    }
  ],
  "message": "Matching content found",
  "success": true
}
{
    "error":"Unauthorized"
}
Previous/broadcastsNext/markets

Last updated 4 months ago

Was this helpful?

📺