Game Of Thrones API
An API providing structured data from the universe of Ice And Fire books and the Game of Thrones TV series.
import requests
url = "https://anapioficeandfire.com/api/characters/583"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)