Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions firstdata/sources/countries/europe/at/austria-statistik.json
Original file line number Diff line number Diff line change
@@ -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与国民账户",
"就业与失业统计",
"消费者价格指数与通货膨胀",
"住房与建筑统计",
"教育与培训指标",
"卫生与社会福利数据",
"区域与市政统计"
]
}
}
47 changes: 47 additions & 0 deletions firstdata/sources/countries/europe/dk/denmark-dst.json
Original file line number Diff line number Diff line change
@@ -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与国民账户",
"对外贸易与国际收支",
"就业与劳动力市场指标",
"消费者价格指数与通货膨胀",
"企业与工商统计",
"社会状况与福利",
"环境账户与能源统计"
]
}
}
Loading