

API Reference
Changelog
Version: 1.5
Updated: 14th September 2025
Updated: 14th September 2025
2025-09-14
- Renamed the
timeFramefield on resources totimeframe. - Altered the structure of
timeframe:- Previously:
{ "gte": "2020-01", "lte": "2024-11" } - Now:
{ "from": "2020-01", "to": "2024-11" }
- Previously:
- Added
timeframeas 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/datasetto/api/v3/dataset. - Redirected
/api/siteto/api/v3/site. - Redirected GET
/api/teamto/api/v3/teams. - Redirected POST, PATCH and DELETE
/api/teamto/api/v3/team.