JSONsilo

Pricing

One free plan to get going, two paid plans for when a project takes off. No seats, no surprises.

Simple, request-based pricing

Every plan includes the query engine, public and private silos, and edge caching. You're billed for capacity (silos, size and daily requests), not seats.

Free

Perfect for trying it out.

$0/month
Start free
  • 1 silo
  • 1 MB per silo
  • 1 region
  • 1,000 requests / day
  • Public & private silos
  • Query engine

Basic

For growing projects.

$9/month
Choose Basic
  • 6 silos
  • 5 MB per silo
  • 3 regions
  • 1M requests / day
  • API keys & manage keys
  • Request analytics
Most popular

Pro

For serious workloads.

$29/month
Choose Pro
  • 111 silos
  • 10 MB per silo
  • 3 regions
  • 10M requests / day
  • Priority edge routing
  • Everything in Basic

Need more than Pro? Talk to us.

FAQ

Questions, answered

Still stuck? The docs go deeper on every endpoint and operator.

What is a silo?

A silo is one JSON file with its own web address. You save it once, then read all of it or just the parts you need over HTTP.

Is my data public?

Only if you choose to make it public. New silos are private, so no one can read them without your key.

How do I authenticate?

You send a key with each request. There's a read key for fetching data and a separate key for creating or changing silos from your own code.

Can I query nested JSON?

Yes. You can reach a value deep inside the file, pick one item out of a list, or filter a list down to the items you want.

What are the rate limits?

Each plan has a per-minute limit and a daily limit, from 1,000 requests a day on Free up to 10 million on Pro. Every response tells you how many requests you have left.

How is this different from a database?

There's nothing to set up or connect to. You just read a file from a URL. It's made for config, content and small datasets, not for heavy transactional apps.

Which regions can I use?

Germany, Singapore and the United States. Free silos stay in one region; Basic and Pro can pick any of the three.

Do reads get cached?

Yes. Full reads are cached for about 30 minutes and query results for about 5, so busy endpoints stay fast. Saving a change clears the cache right away.

JSONsilo

Create your first silo in about two minutes

Sign up, paste some JSON, and copy the URL into your code. The Free plan is enough to ship something real.