API · /redlist-api

IUCN Red List API

healthy 3,842 Subscribers

The conservation status of assessed species from the IUCN Red List as an API — the reference a wildlife, conservation, education or research application needs. For each of 150,000+ assessed species the API returns its scientific name, common name, taxonomy (kingdom, class, family), the IUCN Red List category (CR critically endangered, EN endangered, VU vulnerable, NT near threatened, LC least concern, DD data deficient, EW extinct in the wild, EX extinct) and the IUCN taxon id. Look a species up by scientific name, search by scientific or common name, list every species in a Red List category (e.g. all critically endangered) or in a taxonomic class (e.g. all assessed mammals), and read a full category breakdown. Distinct from worms-api (the marine-species taxonomy register) — this is the conservation-status reference. Served from memory — always fast.

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

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

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

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

IUCN Red List API — live data on the oanor API marketplace

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
82 ms
Server probes · 24h
Subscribers
3,842
active
Total calls
95
last 7 days
status Full status page → · 10 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 14,000 calls / month
  • 3 requests / second
  • Hard cap (429 above quota, no overage)
  • 14k calls/month
  • 3 req/sec
  • All endpoints
  • No credit card
Sign in to subscribe

Starter

€6.00 /month

  • 150,000 calls / month
  • 10 requests / second
  • Hard cap (429 above quota, no overage)
  • 150k calls/month
  • 10 req/sec
  • Email support
Sign in to subscribe

Pro

€18.00 /month

  • 750,000 calls / month
  • 25 requests / second
  • Hard cap (429 above quota, no overage)
  • 750k calls/month
  • 25 req/sec
  • Priority support
Sign in to subscribe

Mega

€42.00 /month

  • 3,800,000 calls / month
  • 60 requests / second
  • Hard cap (429 above quota, no overage)
  • 3.8M calls/month
  • 60 req/sec
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

iNaturalist API — oanor API marketplace

iNaturalist API

iNaturalist as an API — the world's largest citizen-science nature platform, returned as clean JSON, no key. Search hundreds of millions of wildlife observations by species name, place or quality grade and get each one with its photos, identified species, location, date and observer. Open a single observation, search taxa (species) and open a taxon for its common name, rank, full ancestry, photos, Wikipedia link, conservation status and observation count. Discover the most-observed species in any place (by place id or latitude/longitude), autocomplete places, and rank the top observers. Live data straight from iNaturalist. Distinct from taxonomic registries: this is real community observations with photos and locations — ideal for nature, birding and species-identification apps, biodiversity dashboards and education. 7 data endpoints. Authenticated with an x-oanor-key; fair-use rate limits per plan.

api.oanor.com/inaturalist-api

Biodiversity API — oanor API marketplace

Biodiversity API

Match scientific or common species names to the GBIF taxonomic backbone (kingdom to species), search the global species catalogue, fetch full taxon records with vernacular names, and retrieve geo-located occurrence observations. Ideal for nature, education, research, conservation and citizen-science apps.

api.oanor.com/biodiversity-api

National Parks API — oanor API marketplace

National Parks API

National parks around the world as an API — 2,400+ national parks from 160+ countries, from Wikidata, each with its country, exact coordinates, the year it was established and its official website. Search and filter parks by name, country and establishment-year range, or find every national park near any coordinate by great-circle distance (great for "national parks near me" and trip planning). From Yellowstone and the Grand Canyon to Kruger, Banff, Torres del Paine and Kakadu, it is ideal for travel, tourism, maps, outdoor, education and nature apps. Open data from Wikidata.

api.oanor.com/nationalparks-api

WoRMS Marine Species API — oanor API marketplace

WoRMS Marine Species API

The World Register of Marine Species (WoRMS) as an API — the authoritative, expert-curated taxonomic register of the world's marine life, maintained by a global network of taxonomists. WoRMS provides the accepted scientific names, naming authorities, taxonomic status and synonymy, full classification and vernacular (common) names for marine species. /v1/search?name=Orcinus orca searches species by scientific name (set fuzzy=true for partial matching, marine_only=true to restrict to marine taxa), returning each match's AphiaID (WoRMS' stable identifier), accepted name, authority, rank, taxonomic status, valid name and higher classification. /v1/species?id=137102 returns a species' full record by AphiaID — name and authority, status, the kingdom-to-genus classification, marine and brackish flags, and citation. /v1/classification?id=137102 returns the complete taxonomic tree from Biota down to the taxon, rank by rank. /v1/vernaculars?id=137102 returns the common names with their language. Get an AphiaID from /v1/search, then look up its details, tree or common names. Ideal for marine biology, fisheries science, ecology, aquaculture and biodiversity-data harmonisation. Data from WoRMS (CC BY). This is authoritative marine taxonomy and nomenclature — distinct from species-occurrence/biodiversity databases (such as GBIF) and from sequence or genome databases.

api.oanor.com/worms-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

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