🌐
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.
🌐
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 413K users
Forked by 44.7K users
Languages   Python 96.8% | Shell 3.2%
Discussions

jquery - How to get and display JSON API data with JavaScript - Stack Overflow
I am a beginner learning web development. I am trying to create a web app based on HTML, CSS, and JavaScript, which: Receives input from a user through an input field Retrieves JSON data through an More on stackoverflow.com
🌐 stackoverflow.com
html - How to get JSON data from API using Javascript? - Stack Overflow
I'm trying to get the JSON data from the website https://api.cryptonator.com/api/ticker/btc-usd How would I go about using Javascript to extract the JSON data? Specifically I would want the price f... More on stackoverflow.com
🌐 stackoverflow.com
November 26, 2020
Access the JSON Data from an API
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 · Beware that fetch returns a promise which has to resolve. There is an easy way to wait for a promise: .then · The arrows are simply arrow functions in case ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
0
0
June 1, 2018
What are some cool APIs you can use for free? (e.g. Weather API, Youtube API)
https://github.com/public-apis/public-apis Edit: use https://github.com/public-apis-dev/public-apis instead More on reddit.com
🌐 r/Frontend
70
249
June 9, 2024
🌐
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.
🌐
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.
🌐
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.
🌐
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
🌐
GeeksforGeeks
geeksforgeeks.org › gblog › top-javascript-api
Top 10 JavaScript APIs For Frontend and Backend Developers - GeeksforGeeks
July 23, 2025 - The Unsplash API is a powerful ... can use it to retrieve and access images by sending requests. This JSON API returns the URLs of the photos along with their metadata and works completely royalty-free....
🌐
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.
Find elsewhere
🌐
DummyJSON
dummyjson.com › docs › products
Products - DummyJSON - Free Fake REST API for Placeholder JSON Data
Get Free Temporary & Disposable Emails. dummyinbox.com · The products endpoint provides a comprehensive dataset of sample product information, including details like names, prices, descriptions, images, and categories, ideal for testing and prototyping e-commerce applications. ... By default you will get 30 items, use Limit and skip to paginate through all items. fetch('https://dummyjson.com/products') .then(res => res.json()) .then(console.log); Show Output
🌐
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.
🌐
RapidAPI
rapidapi.com › collection › javascript-apis
JavaScript APIs
Nokia today announced that it has acquired Rapid’s technology assets, including the world’s largest API marketplace, and its highly skilled team.
🌐
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
1 month ago - 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%
🌐
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
DummyJSON is your go-to free online REST API for instantly generating placeholder data without the hassle of setting up a server.
Starred by 2.7K users
Forked by 284 users
Languages   EJS 46.4% | JavaScript 43.6% | SCSS 9.8% | Dockerfile 0.2%
🌐
Apipheny
apipheny.io › free-api
Free API – 90+ Public APIs For Testing [No Key] – Apipheny
Get daily betting tips and a collection of the best bets for free. Get FIFA World Cup data, including teams, rounds, and matches in JSON format.
🌐
Free APIs
free-apis.github.io
Free APIs
An open-source collection of free APIs for web developers.
🌐
Coursera
coursera.org › browse › computer science › software development
API Basics 1: Build a Bot (Fetch, JSON & Async JavaScript) | Coursera
Fetch and display data from external sources using asynchronous JavaScript. ... When you enroll in this course, you'll also be asked to select a specific program. ... This course is your gateway to mastering APIs!
Rating: 4.8 ​ - ​ 14 votes
🌐
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.