Pokémon Information
An open, free, and RESTful API providing comprehensive Pokémon data, serving billions of calls monthly.
import requests
url = "https://pokeapi.co/api/v2/pokemon/ditto"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)