For versioned artefacts (Code lists, Concept schemes, DSDs) It is important to remember that each version is made available for download via the API.
This is the SDMX 2.1 REST request for structural metadata:
https://<api_base_uri>/sdmx/2.1/<resource>/<agencyID>/<resourceID>/<version>?<parameters> |
In SDMX, a maintainable structure can be uniquely identified by a combination of:
resource (i.e codelist, data structure, dataflow, …),
agencyID,
resourceID, and
version.
Parameter | Description |
---|---|
api_base_uri | |
resource | Following resources are supported: |
agencyID | |
resourceID | The identifier of the resource |
Optional | Description |
---|---|
version | Used to specify the version of the resourceID. |
parameters | Multiple parameters can be combined by means of '&' character. |
References resolution | |
Format | |
Language | |
Compression |
SDMX 2.1 endpoint - REST - SDMX-ML 2.1 Dataflow
Retrieving a Eurostat dataflow in SDMX-ML 2.1 format using REST from the SDMX 2.1 endpoint.
SDMX 2.1 endpoint - REST - SDMX-ML 2.1 Data Structure
Retrieving a Eurostat data structure in SDMX-ML 2.1 format using REST from the SDMX 2.1 endpoint.
SDMX 2.1 endpoint - REST - SDMX-ML 2.1 Codelist
Retrieving a Eurostat codelist in SDMX-ML 2.1 format using REST from the SDMX 2.1 endpoint.
SDMX 2.1 endpoint - REST - JSON-stat Codelist
It is mandatory to specify the language when requesting JSON-stat format for a codelist
Retrieving a Eurostat codelist in JSON-stat in English format using REST from the SDMX 2.1 endpoint.
Example |
SDMX 2.1 endpoint - REST - TSV Codelist
It is mandatory to specify the language when requesting TSV format for a codelist
Retrieving a Eurostat codelist in TSV format in English using REST from the SDMX 2.1 endpoint.
Example |
SDMX 2.1 endpoint - REST - SDMX-ML 2.1 Concept Scheme
Retrieving a Eurostat concept scheme in SDMX-ML 2.1 format using REST from the SDMX 2.1 endpoint.
SDMX 2.1 endpoint - REST - SDMX-ML 2.1 Content Constraint
Retrieving a Eurostat content constraint in SDMX-ML 2.1 format using REST from the SDMX 2.1 endpoint.