Curated real-world datasets served as static JSON
github.com/zaferayan/real-data-api
fetch("https://zaferayan.github.io/real-data-api/api/movies.json") .then(res => res.json()) .then(data => console.log(data));