Child pages
  • API - Getting started with SDMX3.0 API

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scope

Details on the series-keys filterLink

Single time-series

fully specified


DimensionVersionValue
FREQA
INDIC_ISH_IPC
UNITPC_HH_IACC
HHTYPTOTAL
GEOEA
https://ec.europa.eu/eurostat/api/dissemination/sdmx/3.0/data/dataflow/ESTAT/ISOC_CI_ID_H/1.0/A.H_IPC.PC_HH_IACC.TOTAL.EA?compress=false  

Single indicator

+ Single Unit

All Type and countries


DimensionVersionValue
FREQA
INDIC_ISH_IPC
UNITPC_HH_IACC
HHTYP*
GEO*

https://ec.europa.eu/eurostat/api/dissemination/sdmx/3.0/data/dataflow/ESTAT/ISOC_CI_ID_H/1.0/A.H_IPC.PC_HH_IACC.*.*?compress=false


(lightbulb) Using partial key support means that the remaining dimension .*.* can be omitted from the URL so it would be equivalent to 

https://ec.europa.eu/eurostat/api/dissemination/sdmx/3.0/data/dataflow/ESTAT/ISOC_CI_ID_H/1.0/A.H_IPC.PC_HH_IACC?compress=false

This can prove useful on FREQ dimension, in dataset holding data for multiple frequency , to ensure to retrieve a single type of data (annual, quarterly, monthly...) per request as FREQ is usually the first dimension of a dataset.

Single GEO data  

As the GEO dimension is the last, previous dimension must be wildcarded

Code Block
*.*.*.*.EU27_2020

https://ec.europa.eu/eurostat/api/dissemination/sdmx/3.0/data/dataflow/ESTAT/ISOC_CI_ID_H/1.0/*.*.*.*.EU27_2020?compress=false


...