---
title: "Get live feed"
method: GET
path: "/api/v2/radio/{slug}/live-feed"
tags: ["Radio"]
---

# Get live feed

`GET /api/v2/radio/{slug}/live-feed`

## Path parameters

- `slug` string, required

## Query parameters

- `startDate` string
- `endDate` string
- `offset` integer
- `limit` integer
- `sort` string

## Response `200`

A live feed collection response

- LiveFeedCollectionResponse
  - `related` RadioLight
    - `name` string — Radio name
    - `slug` string — Radio slug. Used as radio identifier
    - `countryCode` string — Radio country code, 2 letters ISO 3166-2
    - `countryName` string — Radio country name
    - `cityName` string — Radio city name
    - `timeZone` string — Radio timezone
    - `imageUrl` string
  - `items` SongBroadcast[]
    - `song` SongLight
      - `uuid` string
      - `name` string
      - `creditName` string
      - `imageUrl` string
    - `airedAt` string, date-time
    - `duration` integer
  - `page` OffsetPage
    - `offset` integer — The offset of the items returned (as set in the request or by default). Default is 0
    - `limit` integer — The maximum number of items in the response (as set in the request or by default).
    - `next` string — URL to the next page of items. (null if none)
    - `previous` string — URL to the previous page of items. (null if none)
    - `total` integer — The maximum number of items available to return.
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/versions/3c3527dd7996/schema)
