Developers

◆ SoundSphere for developers

An open API is on its way. Build apps on top of SoundSphere.

API in development
The public API ships with version 2.0. Leave your email — we'll notify you first.

What's coming

REST API

Full access to the catalog, playlists and analytics.

WebSocket API

Real-time events: likes, plays, notifications.

OAuth 2.0

User authorization via a SoundSphere account.

Webhooks

Receive platform events right on your server.

API preview

// GET /api/v1/songs/trending
{
  "data": [
    {
      "id": "3fa85f64...",
      "title": "Air on G String",
      "artist": "Bach",
      "plays": 142857
    }
  ],
  "total": 1
}

Notify me about the API launch