Skip to content

The JSON Mock Data API is a free online REST API designed to simplify the process of generating and managing mock data for developers. Whether you're creating a new application, conducting tests, or need placeholder data, this API has you covered.

Notifications You must be signed in to change notification settings

PrVille/json-mock-data-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Mock Data API

The JSON Mock Data API is a free online REST API designed to simplify the process of generating and managing mock data for developers. Whether you're creating a new application, conducting tests, or need placeholder data, this API has you covered.

Table of contents

Screenshots

home docs users create-user account

Resources

...and more coming soon!

Try it out

Try it out by fetching some mock users!

https://json-mock-data.vercel.app/api/users
fetch('https://json-mock-data.vercel.app/api/users?take=3&sortBy=lastName')
  .then(response => response.json())
  .then(json => console.log(json))

See more: https://json-mock-data.vercel.app/docs/

Links

Built with

Author

me linkedin codewars frontend-mentor

About

The JSON Mock Data API is a free online REST API designed to simplify the process of generating and managing mock data for developers. Whether you're creating a new application, conducting tests, or need placeholder data, this API has you covered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages