A simple API service to store and retrieve strings up to 255 char using GET or POST requests.
How it Works
- Sign up to get a token that you can include in your calls
- Post any data up to 255 characters
- Retrieve the data using a GET request
Persistent Data
Posted data that is never removed but gets written over every time you post
Non-Persistent Data
Posted data that gets deleted after it's retrieved using the GET request
Rate Limiting
We have to rate limit the data unfortunately to avoid abuse. The rate limit is 30 times per minute only.
Why Do We Do This?
- When training new developers, they always battle to understand how to do GET and POST queries without having to set up a whole backend first.
- We trust you won't abuse the system and hold no responsibility for the data or the retention of the data.
- We backend developers.... Dont hate on the look and feel of the site.(Offer help)
- This is a self-funded service and we will do our best to keep the system up and running.