---
title: "Get local streaming audience"
method: GET
path: "/api/v2/artist/{uuid}/streaming/{platform}"
tags: ["Artist"]
---

# Get local streaming audience

`GET /api/v2/artist/{uuid}/streaming/{platform}`

## Path parameters

- `uuid` string, required
- `platform` string, required

## Query parameters

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

## Response `200`

A Local Streaming Audience

- StreamingPlotCollectionResponse
  - `related` SocialAccount
    - `artist` ArtistLight
      - `uuid` string
      - `slug` string
      - `name` string
      - `appUrl` string
      - `imageUrl` string
    - `platform` string
    - `lastCrawlDate` string, date-time
  - `items` StreamingPlot[]
    - `date` string, date-time
    - `value` integer
    - `cityPlots` CityPlot[]
      - `date` string, date-time
      - `value` integer
      - `countryName` string
      - `countryCode` string
      - `region` string
      - `cityName` string
    - `countryPlots` CountryPlot[]
      - `date` string, date-time
      - `value` integer
      - `countryName` string
      - `countryCode` string
  - `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

## Other responses

- `400` — Invalid date provided
- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Artist not found

---

[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)
