Match a name to taxonomy
API · /biodiversity-api
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 salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 392 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,129
- attiva
- Chiamate totali
- 76
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 4,000 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 5k calls/month
- 5 req/sec
- Match + search + species + occurrences
- No credit card
Basic
€8.00 /mese
- 80,000 chiamate/mese
- 6 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 75k calls/month
- 15 req/sec
- Email support
Pro
€24.00 /mese
- 450,000 chiamate/mese
- 18 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 400k calls/month
- 30 req/sec
- Priority support
Mega
€69.00 /mese
- 2,000,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1.5M calls/month
- 50 req/sec
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
IUCN Red List API
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
iNaturalist API
iNaturalist als API – die weltweit größte Citizen-Science-Naturplattform, zurückgegeben als sauberes JSON, kein Key. Durchsuchen Sie Hunderte Millionen Wildtierbeobachtungen nach Artname, Ort oder Qualitätsstufe und erhalten Sie jede mit ihren Fotos, identifizierten Arten, Standort, Datum und Beobachter. Öffnen Sie eine einzelne Beobachtung, durchsuchen Sie Taxa (Arten) und öffnen Sie ein Taxon für seinen gebräuchlichen Namen, Rang, vollständige Abstammung, Fotos, Wikipedia-Link, Schutzstatus und Beobachtungsanzahl. Entdecken Sie die am häufigsten beobachteten Arten an einem beliebigen Ort (nach Orts-ID oder Breitengrad/Längengrad), vervollständigen Sie Orte automatisch und listen Sie die Top-Beobachter auf. Live-Daten direkt von iNaturalist. Abgrenzung zu taxonomischen Registern: Dies sind echte Community-Beobachtungen mit Fotos und Standorten – ideal für Natur-, Vogel- und Artbestimmungs-Apps, Biodiversitäts-Dashboards und Bildung. 7 Datenendpunkte. Authentifiziert mit einem x-oanor-key; faire Nutzungsraten pro Plan.
api.oanor.com/inaturalist-api
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
Open Tree of Life API
The tree of life as an API — powered by the Open Tree of Life, the project that unifies published phylogenetic trees and taxonomies into a single synthetic tree spanning about 2.3 million named species. Resolve any scientific name to its canonical taxon and Open Tree Taxonomy (OTT) id (cross-referenced to NCBI, GBIF and other sources); read a taxon's classification and full lineage of ancestors up the tree (genus, family, order, class, …); and compute the most recent common ancestor (MRCA) of any set of species — the heart of comparative biology and "how related are these organisms?" questions. From Homo sapiens and the great apes to any branch of plants, fungi, animals and microbes, it is ideal for biology, evolution, ecology, education and bioinformatics tools. An evolutionary-tree / phylogenetics reference — distinct from species-occurrence data (biodiversity / GBIF), marine taxonomy (WoRMS) and sequence databases. Open data from the Open Tree of Life project (CC0).
api.oanor.com/opentol-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Biodiversity API?
Qual è il limite di velocità di Biodiversity API?
Quanto costa Biodiversity API?
Posso cancellare l'abbonamento in qualsiasi momento?
Biodiversity API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/biodiversity-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/biodiversity-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/biodiversity-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/biodiversity-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.