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()
.Fake API - Dummy User and Todo API - Create Your Own
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.
4 Replies
FakerJS
Generate massive amounts of fake (but reasonable) data for testing and development.
Thunder Client - Rest API Client Extension for VS Code
Thunder Client is a hand-crafted lightweight Rest API Client extension for Visual Studio Code
These are the two I'd probably recommend. ThunderClient is great for VSC users 👍
Fake JSON data is great if all you are doing is consuming. That is not a Rest API though.
makes the json endpoint joke
lol
Ya they look great as well
Thunder client looks like insomnia