ExtendsClass JSON Storage
A simple JSON store API
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Development
- Documentation / URL
- https://extendsclass.com/json-storage.html
Overview
ExtendsClass JSON Storage is a free key-value JSON store — create a “bin”, read/write JSON with simple HTTP calls. No auth for basic use.
Note (verified 2026-08): the root and some documented paths return 403/404 (host hardening) — create a bin from the web UI first, then use its URL. The service itself is alive.
Quick Start
- Create a bin at extendsclass.com/json-storage (web UI) → get a URL like
https://json.extendsclass.com/bin/{id}. - Write:
curl -X POST "https://json.extendsclass.com/bin/{id}" \
-H "Content-Type: application/json" \
-d '{"hello": "world"}'
- Read:
curl "https://json.extendsclass.com/bin/{id}"
Authentication
None for basic use (an API key exists for higher limits).
Rate Limits & Notes
- Free; storage limits apply (check the docs).
- Ideal for quick prototypes, webhooks, and demos.
FAQ
Is ExtendsClass JSON Storage free? Yes — free with storage limits.
Why 403/404 on some paths? Host hardening (verified) — create a bin first, then use its URL.
What’s it for? Lightweight JSON persistence for demos and prototypes.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |