Mockend
Demo Docs Pricing

Backend not ready?
Get a fake API online in seconds!

Mockend is the N°1 App on GitHub Marketplace dedicated to API mocking.
Get an API for prototyping today and get started with your UI šŸš€!

Install on GitHub - 14-days free trial

Trusted and loved by 13K+ developers and teams worldwide

No local install āˆ™ Fully hosted āˆ™ Time saving āˆ™ Easy to use

Simple as a commit

Describe your Data

Create a config file on your repository.

Commit and push.

Use branches to have per-feature fake API.

github.com /org/repo/ .mockend.json
{
  "User": {
    "_": {
      // Define how many items you need 
      "items": 50,
      // Optionally set custom values
      "data": [
	{ "name": "John Doe", "online": true, "picture": "https://…" }
      ]
    },
    // Use random generators to fill your data
    "name": { "string": {} },
    "online": { "boolean": {} },
    "picture": { "regexp": "https://…" },
    "posts": { "hasMany": "Post" }
  }
}
Meaningful data

Get your API

Everything you need: REST, GraphQL, CRUD, paginate, filter, sort, …

Use it with your favorite tools and frameworks.

Nothing to install locally, nothing to deploy.

mockend.com /org/repo/ users


Try Mockend for free with our 14-days trial

Describe your data, get a fake API and start real work.
No strings attached, try and see if Mockend fits your needs.

Install on GitHub - 14-days free trial