💻HTTP Interface
How to use the HTTP interface
Endpoints
The HTTP interface is composed of only two routes.
Caching
Various parameters of the query influence the caching behavior of the query endpoint. We try to stay as close to standard HTTP caching as possible and implement custom extensions only when needed. Cache-related parameters must be passed through the standard Cache-Control
header (or cache-control
query param).
We support some custom request headers related to the caching behavior of the HTTP interface.
Some cache-related headers are set on the response.
Last updated