JSONPlaceholder
JSON} Placeholder Powered by JSON Server + LowDB. Tested with XV. As of Oct 2022, serving ~1.7 billion requests each month. JSONPlaceholder is supported by the following companies and Sponsors on GitHub, check them out 💖 Your company logo here Run this code here, in a console or from any site: fetch('https://jsonplaceholder.typicode.com/todos/1') .then(response => response.json()) .then(json => console.log(json)) Run script {} Congrats you've made your first call to JSONPlaceholder!
https://jsonplaceholder.typicode.com/