A collection of ready-to-use JSON datasets for testing, seeding, or building web and mobile applications. Built and maintained with ❤️ in Nigeria 🇳🇬
-
🛒
products.json
50+ realistic product entries across categories like electronics, fashion, and groceries. -
👤
users.json
50+ user profiles with diverse nationalities, including Nigerians. -
✍️
blogs.json
Blog posts with author details and profile info. -
💬
quotes.json
A variety of quotes: inspirational, toxic, gangster, Biblical, and Nigerian pidgin. -
🌍
countries.json
Countries with states, population, languages, tribes, flags, and what they’re known for. -
📚
books.json
— Coming Soon -
🏘️
estates.json
— Coming Soon
All data is handcrafted for realism and includes extras like images, author/user info, and more.
Fetch any file directly using raw.githubusercontent.com
. Example:
fetch("https://raw.githubusercontent.com/opeyemi2007/JSON-dataset/main/data/users.json")
.then(res => res.json())
.then(data => console.log(data));