diff --git a/firstdata/sources/countries/europe/belgium/belgium-statbel.json b/firstdata/sources/countries/europe/belgium/belgium-statbel.json new file mode 100644 index 0000000..f2a66eb --- /dev/null +++ b/firstdata/sources/countries/europe/belgium/belgium-statbel.json @@ -0,0 +1,39 @@ +{ + "id": "belgium-statbel", + "name": { + "en": "Statbel – Belgian Statistical Office", + "zh": "比利时统计局(Statbel)", + "native": "Statbel – Belgisch Statistisch Bureau" + }, + "description": { + "en": "Statbel is the Belgian statistical office, responsible for collecting, processing, and publishing official statistics on the Belgian economy, population, labour market, agriculture, and society. It publishes open data covering census, price indices, employment, trade, and more.", + "zh": "Statbel 是比利时官方统计机构,负责收集、处理和发布比利时经济、人口、劳动力市场、农业和社会领域的官方统计数据,提供人口普查、价格指数、就业、贸易等多类开放数据集。" + }, + "website": "https://statbel.fgov.be/en", + "data_url": "https://statbel.fgov.be/en/open-data", + "api_url": null, + "authority_level": "government", + "country": "BE", + "domains": ["economics", "demographics", "employment", "agriculture", "social", "trade"], + "geographic_scope": "national", + "update_frequency": "annual", + "tags": ["belgium", "statbel", "比利时", "统计局", "人口", "经济", "就业", "census", "population", "labour market", "prix", "open data"], + "data_content": { + "en": [ + "Population and census statistics", + "Consumer price index and inflation", + "Labour market and employment data", + "Agricultural production statistics", + "Trade and industry statistics", + "Social and welfare indicators" + ], + "zh": [ + "人口与人口普查统计", + "消费者价格指数与通货膨胀", + "劳动力市场与就业数据", + "农业生产统计", + "贸易与工业统计", + "社会与福利指标" + ] + } +} diff --git a/firstdata/sources/countries/europe/portugal/portugal-ine.json b/firstdata/sources/countries/europe/portugal/portugal-ine.json new file mode 100644 index 0000000..a4d3655 --- /dev/null +++ b/firstdata/sources/countries/europe/portugal/portugal-ine.json @@ -0,0 +1,41 @@ +{ + "id": "portugal-ine", + "name": { + "en": "Statistics Portugal (INE)", + "zh": "葡萄牙国家统计局(INE)", + "native": "Instituto Nacional de Estatística (INE Portugal)" + }, + "description": { + "en": "Statistics Portugal (INE – Instituto Nacional de Estatística) is the official national statistical authority of Portugal. It produces and disseminates official statistics on the Portuguese economy, society, population, labour market, prices, and regional development, providing open access to databases and microdata.", + "zh": "葡萄牙国家统计局(INE)是葡萄牙官方统计机构,负责生产和发布有关葡萄牙经济、社会、人口、劳动力市场、价格和区域发展的官方统计数据,并提供对数据库和微数据的开放访问。" + }, + "website": "https://www.ine.pt", + "data_url": "https://www.ine.pt/xportal/xmain?xpid=INE&xpgid=ine_base_dados", + "api_url": "https://www.ine.pt/ine/json_indicador/paginaTab.action", + "authority_level": "government", + "country": "PT", + "domains": ["economics", "demographics", "employment", "social", "trade", "housing"], + "geographic_scope": "national", + "update_frequency": "annual", + "tags": ["portugal", "INE", "葡萄牙", "统计局", "人口", "经济", "就业", "GDP", "census", "population", "employment", "prices", "regional statistics"], + "data_content": { + "en": [ + "Population census and demographic statistics", + "GDP and national accounts", + "Employment and unemployment statistics", + "Consumer prices and inflation", + "International trade data", + "Housing and construction statistics", + "Regional and municipal statistics" + ], + "zh": [ + "人口普查与人口统计", + "GDP与国民账户", + "就业与失业统计", + "消费者价格与通货膨胀", + "国际贸易数据", + "住房与建筑统计", + "区域与市政统计" + ] + } +}