Create API with fake JSON data

What it is.

so I found this site which allows u to give a json data structure and returns u a URL. when u make a request to that URL it returns the JSON data.

Where can be used

I imagine , if u are making a full stack app and working on the front-end first. u can use this to imitate communication with the server. and later once the server is done, u can simply change the user in
fetch()
.
Screenshot_2024-11-13_02.52.43.png
Screenshot_2024-11-13_02.52.58.png
Access ready to use fake and dummy APIs with JSON data such as users and todos. Create your own fake API using Mockis interactive API editor.
Was this page helpful?