Sunday, February 10, 2019

web API tool: JSONPlaceholder

JSONPlaceholder - Fake online REST API for developers

Fake Online REST API for Testing and Prototyping
Serving ~200M requests per month
Powered by JSON Server + LowDB

fetch('https://jsonplaceholder.typicode.com/todos/1') .then(response => response.json()) .then(json => console.log(json))

typicode/jsonplaceholder: A simple online fake REST API server @ GitHub

typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously) @ GitHub


convenient module for testing from JavaScript client
axios/axios: Promise based HTTP client for the browser and node.js

No comments: