Global Biodiversity Information Facility
The GBIF API provides programmatic access to global biodiversity information, allowing users to query and retrieve data on species occurrences and other related topics.
import requests
url = "https://api.gbif.org/v1/species/search?q=puma"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)