Read content at the speed of static
The delivery API is the read path your front end talks to. It returns clean JSON, served from a CDN, with the same shape every time so you can build against it with confidence.
Query what you need
Ask for content by type, filter by locale, and choose whether you want published entries or drafts for preview. The API returns just the entries that match, in a structure that mirrors your content model. There is no guesswork about what comes back — the response follows the schema you designed.
- Filter by content type and field values
- Select published or draft status for preview
- Request a specific locale in the same call
CDN-backed delivery
Responses are served from a content delivery network, so reads are fast wherever your audience is. Your site stays quick under load without you operating caching infrastructure of your own. The result is low-latency content that scales with your traffic rather than against it.
Predictable responses
Because content is typed and validated at the source, the JSON you receive is stable and well shaped. Fields are where you expect them, in the types you expect, every request. That predictability is what makes the delivery API pleasant to build a front end on top of.