

API Reference
Changelog
Version: 1.5
Updated: 14th September 2025
Updated: 14th September 2025
2025-09-14
- Renamed the
timeFrame
field on resources totimeframe
. - Altered the structure of
timeframe
:- Previously:
{ "gte": "2020-01", "lte": "2024-11" }
- Now:
{ "from": "2020-01", "to": "2024-11" }
- Previously:
- Added
timeframe
as an optional field in the Python client.
2025-08-27
- Added Python client library.
2025-08-26
2025-08-26
- Added large file uploads API.
2025-08-21
Semantic migration of /api/
endpoints to /api/v3/
.
- Redirected
/api/dataset
to/api/v3/dataset
. - Redirected
/api/site
to/api/v3/site
. - Redirected GET
/api/team
to/api/v3/teams
. - Redirected POST, PATCH and DELETE
/api/team
to/api/v3/team
.