Introduction

Stations

With our Stations API, you can request a list of all the stations set up in an instance. Beware, the user sets these, so you may at times have digital stations as well as terrestrial ones. When setting up a station, the user must enter the call letters and band for the station. You can use these fields to add or link a station within your application. Be aware that the coreDescription attribute is entered by the user. Relying on this attribute for anything other then displaying it to the user is not recommended. The coreId is the id to be used in the dubbedOn attribute in an instruction line.

{
  "status": 200,
  "data": [
    {
      "coreId": 585,
      "coreDescription": "Z 95.3",
      "callLetters": "CKZZ",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 587,
      "coreDescription": "LG104.3",
      "callLetters": "CHLG",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 590,
      "coreDescription": "LiVE88.5 FM",
      "callLetters": "CILV",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 591,
      "coreDescription": "HOT 89.9 FM",
      "callLetters": "CIHT",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 623,
      "coreDescription": "97.5 K-Rock - 975 Krock",
      "callLetters": "VOCM",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 624,
      "coreDescription": "590 VOCM - VOCM",
      "callLetters": "VOCM",
      "bandDescriptor": "AM"
    },
    {
      "coreId": 625,
      "coreDescription": "103.9 FM Kixx Country - CHVO",
      "callLetters": "CHVO",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 626,
      "coreDescription": "97.1 Kixx Country - CKLN",
      "callLetters": "CKLN",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 627,
      "coreDescription": "Big Land - CFLN",
      "callLetters": "CFLN",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 628,
      "coreDescription": "930 Kixx Country - CJYQ",
      "callLetters": null,
      "bandDescriptor": ""
    },
    {
      "coreId": 629,
      "coreDescription": "740 VOCM - CHCM",
      "callLetters": "CHCM",
      "bandDescriptor": "AM"
    },
    {
      "coreId": 630,
      "coreDescription": "710 VOCM - CKVO",
      "callLetters": "CKVO",
      "bandDescriptor": "AM"
    },
    {
      "coreId": 631,
      "coreDescription": "650 VOCM - CKGA",
      "callLetters": "CKGA",
      "bandDescriptor": "AM"
    },
    {
      "coreId": 632,
      "coreDescription": "98.7 K-Rock - CKXD",
      "callLetters": "CKXD",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 633,
      "coreDescription": "620 VOCM - CKCM",
      "callLetters": "CKCM",
      "bandDescriptor": "AM"
    },
    {
      "coreId": 634,
      "coreDescription": "102.3 K-Rock - CKXG",
      "callLetters": "CKXG",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 635,
      "coreDescription": "570 VOCM - CFCB",
      "callLetters": "CFCB",
      "bandDescriptor": "AM"
    },
    {
      "coreId": 682,
      "coreDescription": "New Country 100.7",
      "callLetters": "CJKC",
      "bandDescriptor": "FM"
    },
    {
      "coreId": 698,
      "coreDescription": "K97.5",
      "callLetters": "CKRV",
      "bandDescriptor": "FM"
    }
  ]
}