Develop your UI
without
a real backend
Have you ever wasted time waiting for backend to be ready?
Mockend is the N°1 GitHub App dedicated to
API mocking.
Get instantly productive!
Trusted by 12K+ developers and teams worldwide
No local install ∙ No card required ∙ Secure
Describe your Data
Create a config file on your GitHub repository and update it as your UI
requirements evolve.
Use Git branches to have dedicated per-feature fake API.
{
"User": {
"name": { "string": {} },
"online": { "boolean": {} },
"picture": { "regexp": "https://…" }
}
}
Get random Data
Provide your own values or use our simple and flexible generators to
have meaningful fake data.
The possibilities are limitless.
Focus on UI
Get a fake REST or GraphQL API in seconds.
Everything you need: list, filter, sort, search, paginate, create,
update, …
Use it with your favorite tools and frameworks. Nothing to install
locally.
// REST CRUD
GET mockend.com/org/repo/users?params…
GET mockend.com/org/repo/users/<id>
POST mockend.com/org/repo/users
PUT mockend.com/org/repo/users/<id>
PATCH mockend.com/org/repo/users/<id>
DELETE mockend.com/org/repo/users/<id>
// GraphQL endpoint
{
users(limit: 5) {
name
online
}
}
Perfect for Teams
Git branches for multiple fake API, pull requests to discuss and update
your API.
Secure, Mockend can only access the config file and not the rest of your
code.
# 1. Git push to deploy a new fake API
$ git add .mockend.json
$ git commit -m "add new Product model"
$ git push
// 2. New resource instantly available
fetch('https://mockend.com/org/repo/products')
[
{ "ref": "MCCO4", "price": 890 … },
{ "ref": "6KPQH", "price": 540 … },
{ "ref": "MVF6A", "price": 300 … },
{ … },
]
Get your free fake API today
Describe your data, automatically get a fake API and boost your productivity.
Get started — it's free