SDMX Metadata
Use Eurostat SDMX 3.0 endpoints to discover dataflows, structures, codelists, concepts, and CSV exports.
Eurostat's SDMX endpoints are useful when you need provider metadata or pipeline-friendly CSV output.
Dataflows
Use listDataflows() when you want a compact list of IDs and names. Use the raw SDMX response methods when you need full fidelity.
Structures, codelists, and concepts
Eurostat SDMX JSON can contain deeply nested artefacts, so the schemas are intentionally tolerant where the official structure is broad.
SDMX CSV
Use getSdmxCsvData() when a downstream job expects CSV instead of JSON-stat.
The method requests SDMX-CSV 2.0 from the official SDMX 3.0 data endpoint.