Fake data for testing and prototyping
JSONPlaceholder is a free, fake, and reliable REST API for testing and prototyping with common resources.
import requests
response = requests.get('https://jsonplaceholder.typicode.com/todos/1')
print(response.json())Last 50 checks (10 min intervals)