# Pantry API **Provider:** Pantry **Category:** storage **Base URL:** `https://getpantry.cloud` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://getpantry.cloud/ ## Description Pantry is a free, API based JSON storage solution for small projects. We help developers build projects quickly ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://getpantry.cloud/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://getpantry.cloud' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/pantry/) — CC BY 4.0*