
Pantry is a public API providing free json storage for small projects.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://getpantry.cloud/ | Primary API endpoint. |
curl -X GET "https://getpantry.cloud/" \ -H "Accept: application/json"