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
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "netherlands-cbs",
"name": {
"en": "Statistics Netherlands (CBS)",
"zh": "荷兰统计局"
},
"description": {
"en": "The Dutch national statistical office providing comprehensive statistics on population, economy, trade, and society.",
"zh": "荷兰国家统计机构,提供人口、经济、贸易和社会的综合统计数据。"
},
"website": "https://www.cbs.nl",
"data_url": "https://opendata.cbs.nl/statline/",
"api_url": "https://odata4.cbs.nl/CBS/Datasets",
"data_content": {
"en": ["GDP and national accounts", "Population demographics", "International trade", "Labor market statistics", "Consumer price index", "Housing and construction", "Environment and energy"],
"zh": ["GDP与国民账户", "人口统计", "国际贸易", "劳动力市场", "消费者价格指数", "住房与建设", "环境与能源"]
},
"authority_level": "government",
"update_frequency": "monthly",
"coverage": "national",
"country_code": "NL",
"domains": ["economics", "demographics", "trade", "employment", "environment", "housing", "energy"],
"tags": ["netherlands", "statistics", "cbs", "odata", "gdp"],
"license": "open"
}
25 changes: 25 additions & 0 deletions firstdata/sources/countries/europe/sweden/sweden-scb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "sweden-scb",
"name": {
"en": "Statistics Sweden (SCB)",
"zh": "瑞典统计局"
},
"description": {
"en": "Sweden's central government authority for official statistics covering population, economy, labor market, and living conditions.",
"zh": "瑞典中央统计局,提供人口、经济、劳动力市场和生活条件的官方统计数据。"
},
"website": "https://www.scb.se",
"data_url": "https://www.statistikdatabasen.scb.se",
"api_url": "https://api.scb.se/OV0104/v1/doris/en",
"data_content": {
"en": ["Population statistics", "GDP and economic indicators", "Labor force surveys", "Foreign trade", "Consumer price index", "Education statistics", "Environmental accounts"],
"zh": ["人口统计", "GDP与经济指标", "劳动力调查", "对外贸易", "消费者价格指数", "教育统计", "环境账户"]
},
"authority_level": "government",
"update_frequency": "monthly",
"coverage": "national",
"country_code": "SE",
"domains": ["economics", "demographics", "trade", "employment", "education", "environment", "energy"],
"tags": ["sweden", "statistics", "scb", "gdp", "population"],
"license": "open"
}
Loading