Laureate by id
API · /nobel-api
Nobel Prize API
Browse Nobel Prizes by year and category — physics, chemistry, medicine, literature, peace and economics — with laureates and their official citations, and look up laureate profiles by name or id with birth details and every prize won. Great for education, trivia, research and history apps.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 407 ms
- Server probes · 24h
- Subscribers
- 3,444
- active
- Total calls
- 52
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 2,000 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 2,000 calls/month at 2 rps
- No credit card
- Prizes by year & category + laureate lookup
- Personal & evaluation use
Basic
€6.00 /month
- 80,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 80,000 calls/month at 8 rps
- All prize & laureate endpoints
- Commercial use allowed
- Email support
Pro
€19.00 /month
- 450,000 calls / month
- 25 requests / second
- Hard cap (429 above quota, no overage)
- 450,000 calls/month at 25 rps
- Full laureate profiles with every prize won
- Citations & birth-detail fields
- Priority email support
Mega
€49.00 /month
- 2,000,000 calls / month
- 80 requests / second
- Hard cap (429 above quota, no overage)
- 2,000,000 calls/month at 80 rps
- Highest throughput for bulk/data-viz
- 99.9% uptime SLA
- Priority support & onboarding
Built by
Related APIs
Other APIs with overlapping tags.
Planets API
Physical and orbital data for the solar system and beyond: every planet, dwarf planet, major moon and the Sun with NASA fact-sheet values (mass, radius, surface gravity, density, escape velocity, mean temperature, orbital and rotation period, semi-major axis, moon count and rings), plus a searchable catalogue of more than 6,000 confirmed exoplanets from the NASA Exoplanet Archive (radius, mass, orbital period, equilibrium temperature, distance in light-years, host star, discovery year and method). Filter exoplanets by host star, discovery method, year, size or distance, compare solar-system bodies side by side, and look up any single body or exoplanet by name. Every endpoint accepts input via the query string or the request body and returns lean JSON. Pure server-side data (no third-party upstream), so responses are instant and always available. Ideal for education, EdTech, astronomy apps, data visualisation and science tools.
api.oanor.com/planets-api
Astronomy API
A fast, fully-local astronomy and ephemeris engine: compute the equatorial (right-ascension/declination) and horizontal (azimuth/altitude) positions of the Sun, Moon and all planets for any observer and moment, get precise rise, set and transit (culmination) times for any body, read detailed lunar state (phase angle, named phase, illuminated fraction, apparent magnitude, geocentric distance, age since the last new moon and the dates of the next new/first-quarter/full/last-quarter moons), and list the exact equinoxes and solstices of any year. Every endpoint accepts input via the query string or the request body. Pure server-side computation (no third-party upstream), so responses are instant and always available. Ideal for weather and tide apps, astrophotography planners, calendars, solar/energy tools, Islamic and lunar calendars, and education.
api.oanor.com/astronomy-api
NASA Images API
Search the NASA Image and Video Library — Apollo, Hubble, Mars rovers, the ISS and decades of mission imagery — and fetch the asset file URLs in every resolution for any item. Great for space, education, media, wallpaper and museum apps. All NASA media is public domain.
api.oanor.com/nasa-api
SpaceX API
Latest, next and recent SpaceX launches with mission details, success status, mission patches, webcasts and articles, a single-launch lookup by id, and the full rocket fleet with specs, success rates and imagery. Great for space dashboards, trackers, education and hobby projects.
api.oanor.com/spacex-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Nobel Prize API?
What's the rate limit for Nobel Prize API?
How much does Nobel Prize API cost?
Can I cancel my subscription anytime?
Is Nobel Prize API GDPR-compliant?
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/nobel-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/nobel-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/nobel-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/nobel-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 inNew thread
·
-
Provider answer
🔒 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 inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.