Mock APIs in 60 Seconds 🚀
(No terminal, no backend, just four clicks)
- Register / Log in at https://mock-api.net – the dashboard opens instantly.
- In the sidebar click “➕ Add API”.
- Fill the form:
Field | Example |
---|---|
Request name | Todos list |
Relative path | /todos |
Folder |
demo (or type a new folder to group your APIs)
|
Response body |
[
{ "id": 1, "title": "Write blog" },
{ "id": 2, "title": "Drink coffee" }
]
|
- Click Save – you land on the API profile page.
- Hit the copy icon to grab the live URL:
https://mock-api.net/api/demo/todos
- Drop that URL into Postman, fetch from your React/Vue app, or share it with a teammate. Done in under a minute.
Why this crushes “waiting-for-backend” blues
- Parallel velocity – front-end keeps shipping while the server is still a Trello card.
- QA automation – deterministic responses beat flaky staging DBs.
- Demo power – stakeholders see real flows on demo day, not static mocks.
Questions, feature ideas, or war stories?
💬 Join the Discord → https://discord.gg/nyVkqnBk
Follow my #buildinpublic journey → https://x.com/samircs
Every bit of feedback shapes the roadmap—thanks for reading! ✨