← Back to Dashboard

JSONPlaceholder

Test DataActiveCORS ReadyFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Fake data for testing and prototyping

✨ AI Summary

JSONPlaceholder is a free, fake, and reliable REST API for testing and prototyping with common resources.

Code Example

import requests

response = requests.get('https://jsonplaceholder.typicode.com/todos/1')
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)