Query JSON-stat Data
Fetch Eurostat JSON-stat datasets with filters and inspect dimension metadata.
Eurostat's Statistics API returns JSON-stat 2.0. Use getStatisticsData() when you know the dataset code and filter dimensions.
Describe a dataset
describeDataset() converts JSON-stat dimensions into a compact summary. This is useful when building search, planner, or natural-language query flows.
Filtering
Filters are provider-native Eurostat dimension codes. Values can be a single primitive or an array:
When you do not know valid dimension values, use describeDataset(), SDMX metadata, or a bounded graph metadata call before querying a large slice.