JSONPlaceholder - Free Fake REST API

PHOTO EMBED

Sun Apr 09 2023 07:59:46 GMT+0000 (Coordinated Universal Time)

Saved by @zuhaib #javascript

fetch('https://jsonplaceholder.typicode.com/todos/1')
      .then(response => response.json())
      .then(json => console.log(json))
content_copyCOPY

https://jsonplaceholder.typicode.com/