INDEX / DEVELOPMENT / EXTENDSCLASS JSON STORAGE
№ APD-00413
UNCLAIMED
LISTING

This entry was filed by our crawler. Is it yours?

Claim it to edit the listing, publish your OpenAPI spec as a full reference, see traffic analytics — and optionally sell access right here.

№ APD-00413 · FIRST INDEXED 2022-12-11

ExtendsClass JSON Storage

A simple JSON store API
SOURCE: SEED-2022
DOMAIN: extendsclass.com
REGISTRY RECORD
AS OBSERVED — UNVERIFIED
AUTHapi-key
PRICINGunknown
CATEGORIESdevelopment
STATUSunclaimed
DOCS STATUSreachable
LAST CRAWL2026-08-27 03:11
ABOUT
FROM EXTENDSCLASS.COM
A simple free JSON storage, it allows you to get, create, update and delete JSON data over HTTP API (And over a GUI). You can secure your JSON data with a secret key.
ENDPOINTS
STRUCTURED FROM OPENAPI 3.0
GET
/bin/{id}
Return a json bin
PUT
/bin/{id}
Update a json bin
PATCH
/bin/{id}
Partially update a json bin with JSON Merge Patch
DELETE
/bin/{id}
Delete a json bin
POST
/bin
Create a json bin