Developers
◆ SoundSphere for developers
An open API is on its way. Build apps on top of SoundSphere.
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
}
"data": [
{
"id": "3fa85f64...",
"title": "Air on G String",
"artist": "Bach",
"plays": 142857
}
],
"total": 1
}