---
title: "Get Collaborator Current Stats"
method: GET
path: "/collaborators/stats"
tags: ["Collaborators"]
---

# Get Collaborator Current Stats

`GET /collaborators/stats`

Returns summary and detailed information of a collaborator filtered by source.

## Query parameters

- `source` string, required
- `songstats_collaborator_id` string
- `tidal_artist_id` string

## Headers

- `Accept-Encoding` string

## Response `200`

OK: The request has succeeded. The client can read the result of the response.

- object
  - `result` string
  - `message` string
  - `stats` object[]
    - `source` string
    - `data` object
      - `monthly_listeners_current` integer
      - `followers_total` integer
      - `popularity_current` integer
      - `streams_total` integer
      - `playlists_current` integer
      - `playlists_total` integer
      - `playlists_editorial_current` integer
      - `playlists_editorial_total` integer
      - `playlist_reach_current` integer
      - `playlist_reach_total` integer
      - `charts_current` integer
      - `charts_total` integer
      - `charted_tracks_current` integer
      - `charted_tracks_total` integer
      - `charted_cities_total` integer
      - `charted_countries_total` integer
      - `dj_charts_total` integer
      - `overall_top_100_charted_tracks_total` integer
  - `collaborator_info` object
    - `songstats_collaborator_id` string
    - `avatar` string
    - `site_url` string
    - `name` string
  - `source_ids` string[]

## Other responses

- `400` — Bad Request: The request could not be understood due to malformed syntax.
- `401` — Unauthorized: The request requires valid user authentication.
- `403` — Forbidden: The server understood the request, but is refusing to fulfill it.
- `404` — Not Found: The requested resource could not be found.
- `429` — Too Many Requests: Rate limiting has been applied.
- `500` — Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us.
- `502` — Bad Gateway: The server received an invalid response from the upstream server.
- `503` — Service Unavailable: The server is temporarily unable to handle the request.

---

[API](https://skmtc.dev/songstats/apis/songstats-api.md) · [All operations](https://skmtc.dev/songstats/apis/songstats-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/songstats/songstats-api/revisions/f9c79d4ec6f5/schema)
