JSONPlaceholder
jsonplaceholder.typicode.com
JSONPlaceholder - Free Fake REST API
JSONPlaceholder is a free online REST API that you can use whenever you need some fake data.
Developer APIs
developerapis.vercel.app
JSON API — Free Fake REST
... Yes! Our API is 100% free to use for development, testing, and learning purposes. No credit card required, no hidden fees, and no usage limits for reasonable development needs.
Videos
Access the JSON Data from an API - JSON APIs and Ajax ...
08:26
Get JSON with the JavaScript fetch method - JSON APIs and Ajax ...
15:39
1.1: fetch() - Working With Data & APIs in JavaScript - YouTube
16:22
1.4: JSON - Working with Data and APIs in JavaScript - YouTube
03:54
Get JSON with the Fetch API - JavaScript Tutorial - YouTube
09:17
JavaScript Tip: Using fetch to Load a JSON File - YouTube
JSON:API
jsonapi.org
JSON:API — A specification for building APIs in JSON
JSON:API covers creating and updating resources as well, not just responses.
GitHub
github.com › public-apis › public-apis
GitHub - public-apis/public-apis: A collective list of free APIs · GitHub
Another simple IP Address API · No · Yes · Unknown · jsDelivr · Package info and download stats on jsDelivr CDN · No · Yes · Yes · JSON 2 JSONP · Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript · No · Yes · Unknown · JSONbin.io · Free JSON storage service.
Starred by 410K users
Forked by 44.3K users
Languages Python 96.8% | Shell 3.2%
JSON API APP
jsonapi.co › public-api
Public Directory of 900+ Free Open Rest and GraphQL JSON APIs in 2025 | JSON API APP
Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript · Developmen... Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps · Developmen... ... Developmen... ... Developmen... ... Developmen... Retrieve vendor details and other information regarding a given MAC address or an OUI · Developmen... ... Developmen... ... Developmen... ... Developmen... Public API for javascript, css and font libraries on PageCDN
DummyJSON
dummyjson.com
DummyJSON - Free Fake REST API for Placeholder JSON Data
DummyJSON provides a free fake REST API with placeholder JSON data for development, testing, and prototyping. Access realistic data quickly for your projects.
JSON:API
jsonapi.org › implementations
JSON:API — Implementations
Sarala JSON API data formatter is a simple and fluent framework agnostic javascript library to transform standard JSON:API responses to simple JSON objects and vice versa.
DEV Community
dev.to › ruppysuppy › 7-free-public-apis-you-will-love-as-a-developer-166p
7 Free Public APIs you will love as a developer💖 - DEV Community
February 23, 2025 - #javascript #webdev #api #programming · JSON Placeholder is a service that provides you with fake online REST APIs for testing and prototyping. This is a go-to API for every developer. Google has a plethora of APIs, but most of them are paid. Thankfully, the Translate API provides free translations for 100+ languages, up to 500k characters per month.
Json Data API
jsondata.reactbd.com
Json Data API - Free Fake JSON Data & Mock API for E-commerce Development
JsonData API provides free fake JSON data and mock API endpoints for e-commerce development. Use dummy products, users, carts, and orders for testing, prototyping, and learning. No authentication needed—free REST API for developers.
freeCodeCamp
forum.freecodecamp.org › javascript
Access the JSON Data from an API - JavaScript - The freeCodeCamp Forum
June 1, 2018 - Tell us what’s happening: Your code so far document.addEventListener('DOMContentLoaded',function(){ document.getElementById('getMessage').onclick=function(){ req=new XMLHttpRequest(); req.open("GET",'/json/cats.json',true); req.send(); req.onload=function(){ json=JSON.parse(req.responseText); document.getElementsByClassName('message')[0].innerHTML=JSON.stringify(json); // Add your code below this line console.log(json[2].a...
GitHub
github.com › Ovi › DummyJSON
GitHub - Ovi/DummyJSON: DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend. · GitHub
Cross-framework Compatibility: Seamlessly integrate with React, Angular, Vue, Ember, or vanilla JavaScript. Dynamic Image Generation: Generate placeholder images with customizable options. Identicon: Generate customizable identicon on the go. ... Use any method you prefer - fetch API, Axios, jQuery AJAX - it all works seamlessly. fetch('https://dummyjson.com/products') .then(res => res.json()) .then(json => console.log(json));
Starred by 2.7K users
Forked by 282 users
Languages EJS 46.4% | JavaScript 43.6% | SCSS 9.8% | Dockerfile 0.2%
Beeceptor
beeceptor.com › mock-api
JSON & XML Mock Server - Free
Beeceptor gives no-code dummy APIs and JSON data hosting for your apps. Integrate your web/mobile app with the hosted mock API contracts. The best part? Parallel development, ship faster! Simulate delays and API timeouts. Manage multiple API routes. Use FakerJs for realistic data generation. Extract request parameters and send in response. 50 requests/day for free.
Stack Overflow
stackoverflow.com › questions › 46103042 › how-to-get-and-display-json-api-data-with-javascript
jquery - How to get and display JSON API data with JavaScript - Stack Overflow
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <h5>Type in a number here and click the button to see a console log message appear.</h5> <input id="api-input-field" type="text"> <button id="check-api">Check API</button> For the second part, have you tried anything yet with JSON data? Do you know how to iterate over things, in javascript? I'm absolutely happy to help you there, too, but I think it's good to try a few things first on your own first just to see how far you can get. Do you have any examples of ways you've gone about it so far? ... Thank you for the informative reply. I started with some tutorials on Codeacademy/FreeCodeCamp, but many advised to just start building stuff.
GitHub
github.com › burningtree › awesome-json
GitHub - burningtree/awesome-json: A curated list of awesome JSON libraries and resources. · GitHub
FakeJSON - Web API to quickly generate fake data for your application. JSON to CSV - A free, in-browser JSON to CSV converter. CSV to JSON - Easy, privacy-friendly and offline-first online csv to json converter · json2csharp - Generate c# classes from a json string or url. JSON Utils - Site for generating C#, VB.Net, and Javascript classes from JSON.
Starred by 1.5K users
Forked by 188 users
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › API › Response › json
Response: json() method - Web APIs | MDN
The json() method of the Response interface takes a Response stream and reads it to completion. It returns a promise which resolves with the result of parsing the body text as JSON.
GitHub
github.com › typicode › json-server
GitHub - typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously) · GitHub
Get a full fake REST API with zero coding in less than 30 seconds (seriously) - typicode/json-server
Starred by 75.7K users
Forked by 7.3K users
Languages JavaScript 91.7% | HTML 8.3%