# KKBOX API **Provider:** KKBOX **Category:** entertainment **Base URL:** `https://developer.kkbox.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 4,000 API calls/min (authenticated) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://developer.kkbox.com ## Description Get music libraries, playlists, charts, and perform out of KKBOX's platform ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.kkbox.com/` | See documentation for endpoint reference | ## Authentication OAuth 2.0 or JWT (Server Authentication) for machine-to-machine ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl 'https://developer.kkbox.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/kkbox/) — CC BY 4.0*