---
title: "Get Artist Activities"
method: GET
path: "/artists/activities"
tags: ["Artists"]
---

# Get Artist Activities

`GET /artists/activities`

Returns the latest activities of an artist filtered by source.

## Query parameters

- `source` string, required
- `songstats_artist_id` string
- `spotify_artist_id` string
- `apple_music_artist_id` integer
- `limit` integer
- `offset` integer
- `milestones` boolean
- `albums` boolean
- `editorial` boolean
- `recent` boolean
- `tier` integer
- `comments` boolean

## 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
  - `data` object[]
    - `source` string
    - `activity_text` string
    - `activity_type` string
    - `activity_date` string
    - `activity_url` string, nullable
    - `activity_avatar` string, nullable
    - `activity_tier` integer
    - `track_info` object
      - `songstats_track_id` string
      - `avatar` string
      - `title` string
      - `release_date` string
      - `site_url` string
      - `artists` object[]
        - `name` string
        - `songstats_artist_id` 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)
