Technology
Pantry
A free and simple JSON data storage API, perfect for small projects and mock data.
1
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('https://getpantry.cloud/apiv1/pantry/{pantry_id}/basket/{basket_name}', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'https://getpantry.cloud/apiv1/pantry/{pantry_id}/basket/{basket_name}'Pantry
0.0%
TECHNOLOGY
A free and simple JSON data storage API, perfect for small projects and mock data.
PERFORMANCE TELEMETRY
RATE LIMITSCHECK DOCS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data