jsonbox.io

jsonbox.io

A free HTTP based JSON Storage.

5 followers

jsonbox.io lets you store, read & modify JSON data over HTTP APIs for free. Ideal of small projects, prototypes or hackathons, where you don't have to spin up your own data store.
jsonbox.io gallery image
jsonbox.io gallery image
Launch tags:
Developer Tools
Launch Team

What do you think? …

Volkan Kaya
interesting product @vsnthv What features do you plan on adding?
Vasanth
@volkandkaya Thank you. The first in the list is authentication.
Volkan Kaya
@vsnthv Great. The ability to only post, only read etc would be great. I currently use https://sheetdb.io/ and it is a little expensive for what I need. I just need to be able to post email addresses and then read them with an API key. Also having order_by would be a great addition.
Vasanth
@volkandkaya I agree on the API key & READONLY part. Will surely consider it. BTW 'sort' is already supported.
Jeiman Jeya
Thank you so much for making this @vsnthv . I make web applications for a living and I usually need mocking data over HTTP. This solves all of the problems! Kudos to you! It would be cool if we could add more than 100KB of data to the box :)
Ron Harlev
Created a simple Python wrapper at https://pypi.org/project/jsonbox/
Vasanth
@ron_harlev Thats so cool. Will add this to my Readme.