APIHub
Back to Explore

ExtendsClass JSON Storage

A simple JSON store API

Development
No auth required
HTTPS
CORS: Yes
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/bin

Create a json bin

DELETE

/bin/{id}

Delete a json bin

GET

/bin/{id}

Return a json bin

PATCH

/bin/{id}

Partially update a json bin with JSON Merge Patch

PUT

/bin/{id}

Update a json bin

5 endpoints auto-detected

curl -X POST \
  "https://extendsclass.com/json-storage.html/bin"

extendsclass.com · HTTPS only