Pantry website screenshot

Pantry

Pantry is a free data storage service for developers that focuses on your development time, letting you build awesome things fast. It provides a simple cloud-based JSON data storage API.

1 APIs 0 Features
Data StorageDeveloper ToolsJSON

APIs

Pantry API

Free cloud-based JSON data storage API for developers. Create a pantry, then store, retrieve, update, and delete JSON baskets within it.

Collections

Pantry API

OPEN

Pricing Plans

Pantry Plans Pricing

3 plans

PLANS

Rate Limits

Pantry Rate Limits

5 limits

RATE LIMITS

FinOps

Pantry Finops

FINOPS

Semantic Vocabularies

Pantry Context

8 classes · 1 properties

JSON-LD

Press

Training Gets Real with Artificial Intelligence

2026-05-25

Artificial Intelligence in Food Bank and Pantry Services

2026-05-25

Future-Proofing Your Pantry: How AI Synthesizes Food ...

2026-05-25

Montgomery County Launches Advisory Council on ...

2026-05-25

Purdue professor uses AI technology to help food pantries

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💻
SourceCode
SourceCode

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Pantry API
  version: 1.0.0
items:
- info:
    name: Pantry
    type: folder
  items:
  - info:
      name: Create a new pantry
      type: http
    http:
      method: POST
      url: https://getpantry.cloud/apiv1/pantry/create
      body:
        type: json
        data: '{}'
    docs: Create a new pantry account, returning a pantry ID used for all subsequent calls.
  - info:
      name: Get pantry details
      type: http
    http:
      method: GET
      url: https://getpantry.cloud/apiv1/pantry/:pantryID
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
    docs: Get pantry details
  - info:
      name: Update pantry details
      type: http
    http:
      method: PUT
      url: https://getpantry.cloud/apiv1/pantry/:pantryID
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
      body:
        type: json
        data: '{}'
    docs: Update pantry details
  - info:
      name: Delete a pantry
      type: http
    http:
      method: DELETE
      url: https://getpantry.cloud/apiv1/pantry/:pantryID
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
    docs: Delete a pantry
- info:
    name: Basket
    type: folder
  items:
  - info:
      name: Get basket contents
      type: http
    http:
      method: GET
      url: https://getpantry.cloud/apiv1/pantry/:pantryID/basket/:basketName
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
      - name: basketName
        value: ''
        type: path
        description: The name of the basket within the pantry.
    docs: Get basket contents
  - info:
      name: Create a basket
      type: http
    http:
      method: POST
      url: https://getpantry.cloud/apiv1/pantry/:pantryID/basket/:basketName
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
      - name: basketName
        value: ''
        type: path
        description: The name of the basket within the pantry.
      body:
        type: json
        data: '{}'
    docs: Create a new basket within the pantry containing a JSON payload.
  - info:
      name: Update basket contents
      type: http
    http:
      method: PUT
      url: https://getpantry.cloud/apiv1/pantry/:pantryID/basket/:basketName
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
      - name: basketName
        value: ''
        type: path
        description: The name of the basket within the pantry.
      body:
        type: json
        data: '{}'
    docs: Merges the supplied JSON object into the existing basket contents.
  - info:
      name: Delete a basket
      type: http
    http:
      method: DELETE
      url: https://getpantry.cloud/apiv1/pantry/:pantryID/basket/:basketName
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
      - name: basketName
        value: ''
        type: path
        description: The name of the basket within the pantry.
    docs: Delete a basket
  - info:
      name: Create a public basket link
      type: http
    http:
      method: GET
      url: https://getpantry.cloud/apiv1/pantry/:pantryID/basket/:basketName/public
      params:
      - name: pantryID
        value: ''
        type: path
        description: The unique pantry identifier returned from create.
      - name: basketName
        value: ''
        type: path
        description: The name of the basket within the pantry.
    docs: Generate a public, shareable identifier for an existing basket.
bundled: true