zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Music/Billboard
Logo Billboard

Billboard

Top music chart data.

1 endpoint1 endpoint on this scraper2 calls2 calls so farupdated 4 months agoLast updated 5/27/2026, 1:27:15 PMllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Chart

Get top music chart data.

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

Chart
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Chart/v1/music:billboard/chart
1 param

Parameters

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

Request

curl -X GET "https://api.zapi.ink/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

musicjiosaavn

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

3535 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

SoundCloud

musicsoundcloud

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

2626 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Spotify

musicspotify

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

3333 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Apple Music

musicapple-music

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

1010 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Deezer

musicdeezer

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

1010 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Genius

musicgenius

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

77 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.