From f011f9e01f009bde678dd06e196985180ad26e1d Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Wed, 18 Mar 2026 10:01:21 +0800 Subject: [PATCH] feat: add Austria Statistics (Statistik Austria) and Denmark Statistics (Danmarks Statistik) - austria-statistik: Official national statistics of Austria covering population, economics, employment, prices, and social indicators. API available via api.statistik.at/stat/rest/v1/ - denmark-dst: Statistics Denmark (Danmarks Statistik) covering population, GDP, trade, labor market, and social conditions. Full API access via StatBank (api.statbank.dk/v1/) Both sources verified accessible as of 2026-03-18. --- .../europe/at/austria-statistik.json | 47 +++++++++++++++++++ .../countries/europe/dk/denmark-dst.json | 47 +++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 firstdata/sources/countries/europe/at/austria-statistik.json create mode 100644 firstdata/sources/countries/europe/dk/denmark-dst.json diff --git a/firstdata/sources/countries/europe/at/austria-statistik.json b/firstdata/sources/countries/europe/at/austria-statistik.json new file mode 100644 index 0000000..f2f1419 --- /dev/null +++ b/firstdata/sources/countries/europe/at/austria-statistik.json @@ -0,0 +1,47 @@ +{ + "id": "austria-statistik", + "name": { + "en": "Statistics Austria", + "zh": "奥地利统计局", + "native": "Statistik Austria" + }, + "description": { + "en": "Statistics Austria is the national statistical office of Austria, providing official statistics on population, economy, society, environment, and regional development. It serves as the primary source for national accounts, demographic data, labor market statistics, and social indicators.", + "zh": "奥地利统计局是奥地利官方国家统计机构,提供人口、经济、社会、环境和区域发展等方面的官方统计数据,是国民账户、人口统计、劳动力市场统计和社会指标的主要来源。" + }, + "website": "https://www.statistik.at", + "data_url": "https://www.statistik.at/statistiken", + "api_url": "https://api.statistik.at/stat/rest/v1/", + "authority_level": "government", + "country": "AT", + "domains": ["demographics", "economics", "social", "employment", "prices"], + "geographic_scope": "national", + "update_frequency": "annual", + "tags": [ + "austria", "statistik austria", "official statistics", "population", "census", + "GDP", "national accounts", "labor market", "inflation", "social statistics", + "奥地利", "奥地利统计局", "人口统计", "经济统计", "就业", "国民账户", "通货膨胀" + ], + "data_content": { + "en": [ + "Population and census data", + "GDP and national accounts", + "Employment and unemployment statistics", + "Consumer price index and inflation", + "Housing and construction statistics", + "Education and training indicators", + "Health and social welfare data", + "Regional and municipal statistics" + ], + "zh": [ + "人口与普查数据", + "GDP与国民账户", + "就业与失业统计", + "消费者价格指数与通货膨胀", + "住房与建筑统计", + "教育与培训指标", + "卫生与社会福利数据", + "区域与市政统计" + ] + } +} diff --git a/firstdata/sources/countries/europe/dk/denmark-dst.json b/firstdata/sources/countries/europe/dk/denmark-dst.json new file mode 100644 index 0000000..39301b1 --- /dev/null +++ b/firstdata/sources/countries/europe/dk/denmark-dst.json @@ -0,0 +1,47 @@ +{ + "id": "denmark-dst", + "name": { + "en": "Statistics Denmark", + "zh": "丹麦统计局", + "native": "Danmarks Statistik" + }, + "description": { + "en": "Statistics Denmark (Danmarks Statistik) is the national statistical institute of Denmark, responsible for collecting, compiling, and publishing official statistics on Danish society. It covers a wide range of topics including population, economy, business, trade, and social conditions, and provides open access via its StatBank API.", + "zh": "丹麦统计局(Danmarks Statistik)是丹麦官方国家统计机构,负责收集、整理和发布丹麦社会各方面的官方统计数据,涵盖人口、经济、商业、贸易和社会状况,并通过StatBank API提供开放数据访问。" + }, + "website": "https://www.dst.dk", + "data_url": "https://www.dst.dk/en/Statistik", + "api_url": "https://api.statbank.dk/v1/", + "authority_level": "government", + "country": "DK", + "domains": ["demographics", "economics", "trade", "social", "employment", "prices"], + "geographic_scope": "national", + "update_frequency": "monthly", + "tags": [ + "denmark", "danmarks statistik", "statistics denmark", "StatBank", "official statistics", + "population", "GDP", "national accounts", "trade", "labor market", "CPI", + "丹麦", "丹麦统计局", "人口统计", "经济统计", "贸易", "就业", "国民账户", "统计银行" + ], + "data_content": { + "en": [ + "Population and vital statistics", + "GDP and national accounts", + "Foreign trade and balance of payments", + "Employment and labor market indicators", + "Consumer price index and inflation", + "Business and enterprise statistics", + "Social conditions and welfare", + "Environmental accounts and energy statistics" + ], + "zh": [ + "人口与生命统计", + "GDP与国民账户", + "对外贸易与国际收支", + "就业与劳动力市场指标", + "消费者价格指数与通货膨胀", + "企业与工商统计", + "社会状况与福利", + "环境账户与能源统计" + ] + } +}