JSONsilo

Pricing

A 2-day trial with everything unlocked, 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. Start with a full-access trial, then pay for capacity (silos, size and daily requests) — not seats.

Trial

Every feature unlocked, no card required.

Freefor 2 days
Start free trial
  • 6 silos
  • 5 MB per silo
  • 3 regions
  • 1,000 requests total
  • Public & private silos
  • Query engine
  • Request analytics

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.

$25/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 burst limit. The trial is capped at 1,000 requests total over its 2 days; paid plans get a daily limit instead, from 1 million a day on Basic 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. The trial and every paid plan can route through 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 trial is enough to ship something real.