Rand APIs - post anything

Store / Fetch any key-value data with a simple request.

curl -X POST \
  "https://randapis.com/data" \
  -H 'Authorization: Bearer {{TOKEN}}' \
  -H 'Content-Type: application/json' \
  -d '{
  "key": "unique_key",
  "value": {
  "k1": "v1",
  "k2": "v2"
  }
}'

curl -X GET \
  "https://randapis.com/data?key=key" \
  -H 'Authorization: Bearer {{TOKEN}}' \
  -H 'Content-Type: application/json'

---

randapis is a simple service that lets you store any random data you need to.

Some ways people use randapis:

Features

Store/Fetch/Update a key - value pair

Own your data - randapis can push your data to Github

Fetch all your data

Access to common APIs (bookmarks, financial APIs etc.)

Sign up for a free trial
No Credit Card Needed (1-month trial)