/channels

Get all the channels availeble

GET /channels/<iso_a2>/all

Headers

Name
Value

Content-Type

application/json

OQ-API-Key

<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
}

Last updated