Jukes

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

MethodPathDescription
GET/v1/songs/:spotifyIdFetch a song with aggregate Jukes ratings and review count.
GET/v1/albums/:spotifyIdFetch an album with aggregate ratings, tracklist, and recent reviews.
GET/v1/members/:usernamePublic profile data: top four, stats, and recent activity.
GET/v1/members/:username/reviewsPaginated list of a member's reviews.
GET/v1/lists/:slugFetch a public list with its entries and author.
POST/v1/reviewsCreate 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.