DataPress logo
API Reference

Changelog

Version:  1.5
Updated:  14th September 2025

2025-09-14

  • Renamed the timeFrame field on resources to timeframe.
  • Altered the structure of timeframe:
    • Previously: { "gte": "2020-01", "lte": "2024-11" }
    • Now: { "from": "2020-01", "to": "2024-11" }
  • Added timeframe as an optional field in the Python client.

2025-08-27

2025-08-26

  • Added whoami endpoint.
  • Renamed admin to manager in teams API.

2025-08-26

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.