Skip to main content

Mock Data APIs

Mock Data Generation

Mockaroo https://mockaroo.com/

You can create mock data and export to JSON, CVS, etc and in turn create an api that can generate responses based on a schema you define within the site.

trip-approvals: https://my.api.mockaroo.com/trip-approvals.json?key=9b4957d0

JSON Placeholder

https://jsonplaceholder.typicode.com/

Has sample mock API endpoints that you can call to get data like users, news feed, to-dos, etc

My JSON Server

https://my-json-server.typicode.com/

Place JSON data in GitHub and point this site to it to create a REST API endpoint that sample apps can point to.