← Back to Dashboard

GBIF

Science & MathActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Global Biodiversity Information Facility

✨ AI Summary

The GBIF API provides programmatic access to global biodiversity information, allowing users to query and retrieve data on species occurrences and other related topics.

Code Example

import requests

url = "https://api.gbif.org/v1/species/search?q=puma"
response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)