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 š!
Trusted and loved by 13K+ developers and teams worldwide
No local install ā Fully hosted ā Time saving ā Easy to use
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" }
}
}
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.