Developer preview
Jukes API
Build with Jukes. The API exposes public music, profile, and list data, plus authenticated write endpoints for creating reviews and managing lists.
Base URL
https://api.jukes.net
Authentication
Public endpoints require an API key passed as Authorization: Bearer YOUR_KEY. Write endpoints require user OAuth.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/songs/:spotifyId | Fetch a song with aggregate Jukes ratings and review count. |
| GET | /v1/albums/:spotifyId | Fetch an album with aggregate ratings, tracklist, and recent reviews. |
| GET | /v1/members/:username | Public profile data: top four, stats, and recent activity. |
| GET | /v1/members/:username/reviews | Paginated list of a member's reviews. |
| GET | /v1/lists/:slug | Fetch a public list with its entries and author. |
| POST | /v1/reviews | Create a review on behalf of an authenticated user. Requires OAuth. |
Rate limits
1,000 requests per hour for free keys. Higher limits available on request.
Request access
The Jukes API is currently in private preview. Email support@jukes.net with a short description of what you'd like to build.