API · /classical-api

Classical Music API

healthy 3,611 Subscribers

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
Get an API key Try in playground → Contact provider

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

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

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

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
393 ms
Server probes · 24h
Subscribers
3,611
active
Total calls
3
last 7 days
status Full status page → · 6 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 2,230 calls / month
  • 2 requests / second
  • Hard cap (429 above quota, no overage)
  • 2,230 calls/month
  • 2 req/sec
  • Composers + works
  • No credit card
Sign in to subscribe

Starter

€6.25 /month

  • 44,500 calls / month
  • 8 requests / second
  • Hard cap (429 above quota, no overage)
  • 44.5k calls/month
  • 8 req/sec
  • Browse by epoch & genre
  • Email support
Sign in to subscribe

Pro

€20.60 /month

  • 223,000 calls / month
  • 20 requests / second
  • Hard cap (429 above quota, no overage)
  • 223k calls/month
  • 20 req/sec
  • Music & education apps
  • Priority support
Sign in to subscribe

Mega

€56.30 /month

  • 820,000 calls / month
  • 50 requests / second
  • Hard cap (429 above quota, no overage)
  • 820k calls/month
  • 50 req/sec
  • Music-catalogue platform
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

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

Lyrics API

Fetch full song lyrics by artist and title, and search across millions of songs to find the right track. Returns the lyrics as text and as an array of lines, ready to display or process.

api.oanor.com/lyrics-api

Music API

Search millions of tracks, artists and albums and fetch their details — including 30-second audio previews, cover art, durations, fan counts and full tracklists. Powered by Deezer.

api.oanor.com/music-api

Jewish Calendar API

The Jewish calendar as an API — powered by Hebcal. Convert any date between the Gregorian and Hebrew calendars (with the formatted Hebrew date and the Jewish events falling on that day), list the Jewish holidays of any year — major and minor festivals, Rosh Chodesh and special Shabbatot — each with its English and Hebrew name, date and category, and get this week's Shabbat candle-lighting time, Torah portion (parashah) and Havdalah time for any location by GeoNames id or coordinates. From Rosh Hashanah and Yom Kippur to Passover, Shavuot and Hanukkah, with Hebrew dates rendered in Hebrew script, it is ideal for calendar, scheduling, event, religious and cultural applications. A Jewish-calendar resource — distinct from secular public-holiday and Islamic prayer-time APIs. Open data from Hebcal (CC-BY 4.0 / GPL).

api.oanor.com/hebcal-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Classical Music API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Classical Music API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Classical Music 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 Classical Music API cost?
Classical Music API has a free tier with 100 calls / month. Paid plans start at €6.25 / 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 Classical Music API GDPR-compliant?
All requests to Classical Music 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/classical-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/classical-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/classical-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/classical-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.