💮 EasyDB - Documentation
The super-simple database for utility tasks, one time stuff or anything you need to store for later usage.
EasyDB is a simple db when you need limited or one-time storage for your scripts or applications. Simply store and query data through our flexible REST api. The idea is more of a post-it system Start by making a call to our Register api with your email and you will be up and running in no time.
Note that this DB is rate limited both on number of
Commands
User commands
A general note - all apis will return a
Register
POST to easydb.org/register
Required elements:
Returns:
Forgotten credentials
If you have forgotten or lost your access you can reset your account by sending your email address to this API. Note that there is a rate limiting active on this, so you can't call it too often.
POST to easydb.org/forgotRequired elements:
Returns:
Reset & verify account
This will reset your account and issue new credentials. This is the only API-end point that will accept a
parameter or a body element.This can be called both through the API or by using the link sent to your email
in the forgotten credentials API
POST to easydb.org/reset or GET to easydb.org/reset/{secret_id}
Required elements:
Returns:
Delete me
This will delete all your data, including your user. Use delete item below if you just want to delete some of
your content.
POST to easydb.org/delete_me
Required elements:
Returns:
Data commands
Save
This will save some content with the
POST to easydb.org/save
Required elements:
Returns:
List
GET to easydb.org/list
Required elements:
Must be included in body of request
Returns:
Get
GET to easydb.org/get
Required elements:
Must be included in body of request
Returns:
Delete
POST to easydb.org/delete
Required elements:
Must be included in body of request
Returns: