zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Music/Billboard
Logo Billboard

Billboard

Top music chart data.

Endpoints
1
Requests
2
Updated
3 months ago
For LLMs
llms.txt
Endpoint health17 hours ago
  • chartslow, 1.7s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/music:billboard/chart5m cache1 paramchecking key…
Parameters
chartenum

Chart slug. Default hot-100

·
Response
EXAMPLE
{
  "ok": true,
  "chart": "hot-100",
  "count": 100,
  "items": [
    {
      "rank": 1,
      "title": "Choosin' Texas",
      "artist": "Ella Langley"
    },
    {
      "rank": 2,
      "title": "Be Her",
      "artist": "Ella Langley"
    },
    {
      "rank": 3,
      "title": "Man I Need",
      "artist": "Olivia Dean"
    }
  ]
}

Code examples

Chart
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("music:billboard", "chart", {
  "chart": "hot-100"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/music:billboard/chart?chart=hot-100" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETChart/v1/music:billboard/chartGet top music chart data.

Parameters

chartenumoptional
Chart slug. Default hot-100 Values: hot-100, billboard-200.

Request

curl -X GET "https://api.zpi.web.id/v1/music:billboard/chart?chart=hot-100" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "chart": "hot-100",
  "count": 100,
  "items": [
    {
      "rank": 1,
      "title": "Choosin' Texas",
      "artist": "Ella Langley"
    },
    {
      "rank": 2,
      "title": "Be Her",
      "artist": "Ella Langley"
    },
    {
      "rank": 3,
      "title": "Man I Need",
      "artist": "Olivia Dean"
    }
  ]
}

Related APIs

More in music

JioSaavn

music/jiosaavn

Search and fetch songs, albums, and playlists from JioSaavn with full audio download URLs at multiple bitrates.

35 calls·5m cache

SoundCloud

music/soundcloud

Search tracks, fetch metadata, and extract full audio download URLs (progressive MP3 / HLS) for public SoundCloud tracks.

26 calls·5m cache

Spotify

music/spotify

Search tracks, albums, and artists on Spotify. Returns metadata + 30s preview URLs. Full audio is DRM-protected.

32 calls·5m cache

Deezer

music/deezer

Search tracks, albums, artists, and playlists on Deezer. Returns metadata + 30s preview URLs.

10 calls·5m cache

Apple Music

music/apple-music

Search tracks, albums, and artists via the iTunes catalog. Returns metadata + 30s preview URLs.

10 calls·5m cache

Genius

music/genius

Search songs and fetch full lyrics from Genius. Returns clean text with section markers preserved.

7 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026