Back to catalog
🐾

IUCN

API Key

IUCN Red List of Threatened Species

🐾Animals

No items to display.

Sample Response

response.json
1{
2 "category_filter": "Endangered",
3 "total_species": 16306,
4 "species": [
5 {
6 "scientific_name": "Panthera tigris",
7 "common_name": "Tiger",
8 "category": "Endangered",
9 "population_trend": "Increasing",
10 "region": "Asia"
11 },
12 {
13 "scientific_name": "Gorilla beringei",
14 "common_name": "Eastern Gorilla",
15 "category": "Endangered",

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "http://apiv3.iucnredlist.org/api/v3/docs" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs