API · /billboard-api

Billboard API

healthy 4,080 Subscribers

Read the Billboard charts in real time — no key needed. Pull any chart ranked entry-by-entry: The Hot 100, The Billboard 200 (albums), Artist 100, the Billboard Global 200 and Global Excl. U.S., Streaming Songs, Radio Songs, Digital Song Sales, the TikTok Billboard Top 50 and the major genre charts (Country, Rock & Alternative, R&B/Hip-Hop, Rap, Dance/Electronic, Latin, Christian, Pop Airplay). Every entry carries its rank, title, artist, cover image, last-week position, peak position and weeks-on-chart. Pass ?date=YYYY-MM-DD to fetch any historical week going back decades (default: the latest published chart), and ?chart=<slug> to read any Billboard chart by its slug. Live data parsed from the public Billboard chart pages — no cache. 7 endpoints. Built for music dashboards, trend tracking, artist analytics, radio and label tooling. No upstream key, no cache.

api.oanor.com/billboard-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/billboard-api/openapi.json
/api/billboard-api/llms.txt

Discovery: GET /api/index.json lists every API.

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
640 ms
Server probes · 24h
Subscribers
4,080
active
Total calls
105
last 7 days
status Full status page → · 35 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 2,200 calls / month
  • 2 requests / second
  • Hard cap (429 above quota, no overage)
  • 2,200 calls/month
  • 2 req/sec
  • All charts + historical weeks
  • No credit card
Sign in to subscribe

Starter

€9.90 /month

  • 52,000 calls / month
  • 8 requests / second
  • Hard cap (429 above quota, no overage)
  • 52k calls/month
  • 8 req/sec
  • Hot 100, Billboard 200, genre charts
  • Email support
Sign in to subscribe

Pro

€27.90 /month

  • 255,000 calls / month
  • 20 requests / second
  • Hard cap (429 above quota, no overage)
  • 255k calls/month
  • 20 req/sec
  • Chart-tracking pipelines
  • Priority support
Sign in to subscribe

Mega

€63.00 /month

  • 1,230,000 calls / month
  • 50 requests / second
  • Hard cap (429 above quota, no overage)
  • 1.23M calls/month
  • 50 req/sec
  • Music-analytics scale
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Guitar Luthier API

Guitar and luthier maths as an API, computed locally and deterministically — the string-tension and fret numbers a player, builder or tech sets an instrument up with. The string-tension endpoint gives the tension a string pulls at pitch from the physics, tension = unit weight × (2 × scale length × frequency)² ÷ 386.4, where the unit weight (lb/in) comes from the string maker's chart — a .010 plain-steel high E on a 25.5-inch scale tuned to 329.6 Hz pulls about 16 lb. The fret-position endpoint gives the distance from the nut to any fret in equal temperament, scale × (1 − 2^(−fret/12)), so the 12th fret sits exactly halfway and the first fret of a 25.5-inch scale is 1.43 inches down — the maths behind every fretboard slot. The set-tension endpoint sums a whole string set into the total load on the neck (a typical six-string runs ~95–120 lb), the number that decides whether a gauge or tuning change needs a truss-rod re-setup. Everything is computed locally and deterministically, so it is instant and private. Ideal for luthier and guitar-tech apps, string-tension and fret-slotting calculators, setup and re-string tools, and music-gear sites. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 compute endpoints. Get unit weights from the string maker's chart. For note↔frequency conversion use a music-theory API.

api.oanor.com/guitar-api

SoundCloud API

Read SoundCloud in real time — no login or key needed. Full-text search across everything or specifically tracks, users and playlists; resolve any soundcloud.com URL to its object; and fetch a track's detail and comments, a user's profile, their tracks, playlists, likes, followers and following, a playlist's detail, and the trending charts by genre. Tracks, users and playlists are addressed by numeric id (from search/resolve). The public web client_id is resolved automatically and refreshed on expiry; every call is live (no cache) and returns the upstream SoundCloud shape, paginated with limit + offset. 16 endpoints. Built for music discovery, artist and audience analytics and audio content aggregation. A SoundCloud (creator audio) data API — distinct from the Music API (Deezer commercial catalog). No upstream key, no cache.

api.oanor.com/soundcloud-api

Classical Music API

The classical-music repertoire as an API — powered by Open Opus, an open catalogue of classical composers and their works. Search composers by name or browse them by musical epoch (Medieval, Renaissance, Baroque, Classical, Romantic and beyond), getting each composer's full name, epoch and birth/death years; then list a composer's works, optionally filtered by genre — orchestral, chamber, keyboard, stage, vocal or opera. From Bach and Mozart to Beethoven's 44 orchestral works, it turns the canon of classical music into a clean search-and-browse API. A classical-music repertoire reference — distinct from commercial music catalogues of tracks, artists and albums. Ideal for classical-music, education, concert-programming, streaming and media applications. Open data from Open Opus (CC-BY-SA / CC0).

api.oanor.com/classical-api

Radio API

Search and explore over 50,000 internet and FM radio stations worldwide — a fast, clean wrapper over Radio Browser with automatic mirror failover. Find stations by name, country, language, genre tag or codec, sort by votes or popularity, fetch a single station by UUID with its stream URL, favicon and metadata, list the most-voted stations, browse all countries with station counts and discover the most popular genre/format tags. Every endpoint accepts input via the query string or the request body and returns lean, predictable JSON with the playable stream URL, bitrate, codec, tags and geo where available. Ideal for radio players, music and media apps, smart-speaker skills and directory features.

api.oanor.com/radio-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Billboard API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Billboard API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Billboard API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Billboard API cost?
Billboard API has a free tier with 100 calls / month. Paid plans start at €9.90 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Billboard API GDPR-compliant?
All requests to Billboard API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

Pick an endpoint from the list on the left to see its details and try it.

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/billboard-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/billboard-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/billboard-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/billboard-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Ratings

Sign in to rate.

No reviews yet.

Discussion

Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.

Sign in to start a thread or reply.

Sign in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 This thread is locked — no new replies.

  • No threads yet — start the discussion.

Support

Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.

Sign in to open a support ticket.

Sign in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.