Introduction
This page is a guide on how to manage a public silo, how to use it in your project, and some basic use cases that you can do with it.
Use Case
- API mockups / Frontend data mockups.
- Sharing JSON files (e.g., JSON configuration files, assets, raw data).
Base URL
Default Base URL
https://api.jsonsilo.com/
Region-Base URL
https://[region-code].jsonsilo.com/
| Region | Code | Example | Free Plan | Paid Plan |
| Germany (Dusseldorf) | api | https://api.jsonsilo.com/ | ✅ | ✅ |
| Singapore | sg-01-api | https://sg-01-api.jsonsilo.com/ | ❌ | ✅ |
| United States (Central) | usc-01-api | https://usc-01-api.jsonsilo.com/ | ❌ | ✅ |
Basic usage
Please ensure that /public/ is included; otherwise, it will assume a private silo.
curl -X GET \
-H 'Content-Type: application/json' \
https://api.jsonsilo.com/public/4df8d9d5-38cc-49e5-9f08-15d2819742fb
Supported HTTP method
Access Key
An access key is NOT required for a public silo
Request Limit
There is no request limit.