
ExtendsClass JSON Storage is a public API providing a simple json store api.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://extendsclass.com/json-storage.html | Primary API endpoint. |
curl -X GET "https://extendsclass.com/json-storage.html" \ -H "Accept: application/json"