

DataPress' API is an interface for reading and updating the data catalogue using JSON.
For read-only use, refer to the Export API. No API key authentication is required.
This provides a full overview of datasets and uploaded files as:
If you're an editor on your site, you'll need an API key to authorise requests. Log in to your site and go to the My Account page:
Authorization header.Bearer prefix is accepted. Do not use other prefixes such as "Token".Internally, all datasets are stored as JSON documents. They can be queried and updated using standard GET, POST, PATCH and DELETE semantics.