Select a REST method
Choose GET, POST, PUT, PATCH or DELETE for your endpoint.
Mock REST API
Build a mock REST API that follows the routes and HTTP methods planned for your production backend. Forge API lets you return custom JSON from hosted endpoints without setting up a server.
No backend server setup required.
Support common REST API methods.
Create resource-style routes such as /products and /users.
Return JSON shaped like your future production API.
Connect from web, mobile and desktop applications.
How it works
Choose GET, POST, PUT, PATCH or DELETE for your endpoint.
Add a resource path that matches your planned REST API design.
Paste valid JSON and use the generated URL from your application.
Use cases
Build create, read, update and delete interfaces before backend operations are ready.
Connect iOS, Android, React Native or Flutter applications to hosted test endpoints.
Experiment with routes, methods and JSON response structures.
Frequently asked questions
Forge API supports GET, POST, PUT, PATCH and DELETE endpoints.
Yes. You can create multiple endpoints within your Forge API projects, subject to your plan limits.
Mock endpoints return the responses you configure. They are not a replacement for a production database and backend business logic.
Create custom mock endpoints, return your own JSON and connect your application to a working API URL in seconds.