Skip to content
bothness edited this page Oct 8, 2025 · 13 revisions

These pages describe the design for the Explore Local Statistics (ELS) internal/private API that is currently in development.

The API is structured into the following endpoints:

Name Endpoint Purpose
Data /api/v1/data Requesting and filtering data at an observation level
Metadata /api/v1/metadata Requesting taxonomy (topic hierarchy) and metadata for datasets
Geography /api/v1/geo Requesting geographic metadata, hierarchies and boundaries

The data formats available from the data endpoint are described on this page.

Clone this wiki locally