Real Data API

Curated real-world datasets served as static JSON

github.com/zaferayan/real-data-api

Endpoints

Usage

fetch("https://zaferayan.github.io/real-data-api/api/movies.json")
  .then(res => res.json())
  .then(data => console.log(data));