SoundSprout
en nl
Sign in Plan an intro call
API & webhooks v1.4

Build on top of SoundSprout.

REST API + webhooks. OAuth 2.0. Rate limit 1,000 req/min. SDKs for JavaScript, Python, Ruby and Go. 99.97% uptime.

Get an API key See endpoints

Quickstart · 2 minutes

Your first call

Replace YOUR_API_KEY with the key from your dashboard (Settings → API).

GET /v1/artists/me curl
curl https://api.soundsprout.nl/v1/artists/me \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"

# Response
{
  "id": "art_2bX7nQ",
  "name": "Aurora Vance",
  "genre": "Dream pop",
  "monthly_listeners": 184620,
  "created_at": "2025-09-12T14:22:18Z"
}

Most-used endpoints

What artists and agencies build

PILLAR / 01

Stream data

GET /v1/streams

Real-time stream counts per platform, country, and playlist. Filter by date, track, or release.

See schema
PILLAR / 02

Audience matching

POST /v1/audiences

Build a look-alike audience from your existing listeners. Push directly to Meta Ads.

See schema
PILLAR / 03

Webhooks

POST to your URL

Subscribe to events: new-listener, milestone-reached, campaign-stopped. JSON payload, signed with HMAC.

See events

Webhook example

Notification on stream milestone

POST https://your-app.io/webhook json
{
  "event": "milestone.stream_count",
  "created_at": "2026-04-30T16:42:11Z",
  "artist_id": "art_2bX7nQ",
  "data": {
    "track_id": "trk_9aZ12k",
    "track_name": "Midnight Reverie",
    "milestone": 100000,
    "current_streams": 100247,
    "reached_at": "2026-04-30T16:42:08Z"
  }
}

Plan een vrijblijvende kennismaking

Geen verkooppraatje. We bellen je terug, kijken of het past, en geven eerlijk advies. Mediane reactietijd: 4 uur.