From 7e57b5b1640c892f393b56db9d150952db36037f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BC=80=E5=85=83?= Date: Mon, 2 Mar 2026 15:13:47 +0800 Subject: [PATCH 1/6] feat(sources): add 19 new data sources and update metadata schema - add new international economic data sources (ADB, CEIC, BIS statistics) - add Brazil agricultural data sources (CECAFE, CONAB) - add China demographic data sources (CEIC urbanization, CNKI census) - add financial data sources (AKShare, Bloomberg IPO data) - update 75 existing source files with improved metadata and domains - remove deprecated schema files (DOMAINS.md, suggested-standard-domains.json) - reorganize sports data sources (consolidate tennis data) - update all index files (all-sources, by-authority, by-domain, by-region, statistics) - revise README documentation for academic, international, countries, and sectors categories - increase total sources from 134 to 150 --- firstdata/indexes/all-sources.json | 13928 ++++++-------- firstdata/indexes/by-authority.json | 2211 ++- firstdata/indexes/by-domain.json | 15218 ++++++++-------- firstdata/indexes/by-region.json | 1795 +- firstdata/indexes/statistics.json | 929 +- firstdata/schemas/DOMAINS.md | 149 - .../schemas/suggested-standard-domains.json | 522 - firstdata/sources/README.md | 65 +- firstdata/sources/academic/README.md | 66 +- .../academic/biology/1000-genomes.json | 108 +- .../academic/biology/alphafold-db.json | 14 +- firstdata/sources/academic/biology/ena.json | 20 +- .../sources/academic/biology/genbank.json | 10 +- firstdata/sources/academic/biology/pdb.json | 16 +- .../sources/academic/chemistry/chembl.json | 24 +- .../academic/chemistry/chemspider.json | 18 +- .../sources/academic/chemistry/drugbank.json | 22 +- .../sources/academic/chemistry/pubchem.json | 14 +- .../academic/economics/bis-statistics.json | 76 + .../academic/economics/conference-board.json | 14 +- .../academic/physics/cern-open-data.json | 16 +- .../crystallography-open-database.json | 12 +- .../academic/social/afrobarometer.json | 32 +- .../academic/social/asian-barometer.json | 16 +- firstdata/sources/china/README.md | 320 +- .../national/ceic-china-urbanization.json | 63 + .../national/cnki-population-census.json | 73 + firstdata/sources/countries/README.md | 174 +- .../countries/asia/india/india-dgcis.json | 22 +- .../countries/asia/japan/boj-statistics.json | 20 +- .../countries/europe/uk/bank-of-england.json | 20 +- .../countries/europe/uk/uk-data-gov.json | 28 +- .../countries/north-america/canada/aafc.json | 20 +- .../canada/canada-energy-regulator.json | 18 +- .../countries/north-america/usa/us-bea.json | 98 +- .../countries/north-america/usa/us-bls.json | 44 +- .../countries/north-america/usa/us-cdc.json | 128 +- .../north-america/usa/us-data-gov.json | 36 +- .../countries/oceania/australia/aihw.json | 28 +- .../south-america/brazil-cecafe.json | 73 + .../countries/south-america/brazil-conab.json | 91 + .../south-america/brazil/brazil-bcb.json | 22 +- firstdata/sources/international/README.md | 216 +- .../agriculture/cgiar-research-data.json | 30 +- .../international/agriculture/faostat.json | 30 +- .../development/adb-data-library.json | 113 + .../development/adb-key-indicators.json | 83 + .../development/afdb-statistics.json | 84 + .../international/development/afdb.json | 22 +- .../international/development/caf.json | 36 +- .../caribbean-development-bank.json | 22 +- .../international/development/idb.json | 24 +- .../earth-science/copernicus-data-space.json | 20 +- .../international/economics/adb-ado.json | 98 + .../economics/adb-data-library.json | 74 + .../international/economics/adb-vietnam.json | 91 + .../sources/international/economics/bis.json | 24 +- .../economics/ceic-global-database.json | 73 + .../international/economics/ceic-vietnam.json | 84 + .../international/economics/ecb-sdw.json | 22 +- .../international/education/oecd-pisa.json | 18 +- .../environment/basel-convention.json | 12 +- .../international/environment/cdiac.json | 77 + .../environment/cites-trade-database.json | 12 +- .../international/finance/bis-reserves.json | 67 + .../international/finance/bis-statistics.json | 111 + .../health/ecdc-surveillance.json | 22 +- .../standards-metrology/bipm-kcdb.json | 26 +- .../codex-alimentarius.json | 26 +- .../trade/bea-international-trade.json | 67 + .../sources/sectors/A-agriculture/amis.json | 16 +- .../china-rare-earth-association.json | 12 +- ...china-additive-manufacturing-alliance.json | 14 +- .../automotive/china-auto-association.json | 10 +- .../china-petroleum-chemical-federation.json | 16 +- .../china-robot-industry-alliance.json | 10 +- .../D-energy/bp-statistical-review.json | 22 +- .../bookscorpus.json | 12 +- .../J-information-communication/cifar.json | 14 +- .../common-crawl.json | 20 +- .../conll-shared-tasks.json | 14 +- .../J-information-communication/imagenet.json | 14 +- .../sectors/K-finance-insurance/akshare.json | 91 + .../K-finance-insurance/alpha-vantage.json | 14 +- .../bloomberg-terminal-ipo.json | 82 + .../bloomberg-terminal.json | 20 +- .../sectors/K-finance-insurance/crsp.json | 14 +- .../cryptocurrency-data.json | 16 +- .../cambridge-structural-database.json | 26 +- .../derwent-innovation-index.json | 32 +- .../sources/sectors/P-education/arwu.json | 12 +- .../british-museum-collection.json | 14 +- .../tennis-atp-wta-data.json | 10 +- firstdata/sources/sectors/README.md | 150 +- .../aws-open-data-registry.json | 101 - .../sports/tennis-abstract-atp-wta.json | 81 - .../sectors/sports/tennis-sackmann.json | 68 - 97 files changed, 19669 insertions(+), 19393 deletions(-) delete mode 100644 firstdata/schemas/DOMAINS.md delete mode 100644 firstdata/schemas/suggested-standard-domains.json create mode 100644 firstdata/sources/academic/economics/bis-statistics.json create mode 100644 firstdata/sources/china/national/ceic-china-urbanization.json create mode 100644 firstdata/sources/china/national/cnki-population-census.json create mode 100644 firstdata/sources/countries/south-america/brazil-cecafe.json create mode 100644 firstdata/sources/countries/south-america/brazil-conab.json create mode 100644 firstdata/sources/international/development/adb-data-library.json create mode 100644 firstdata/sources/international/development/adb-key-indicators.json create mode 100644 firstdata/sources/international/development/afdb-statistics.json create mode 100644 firstdata/sources/international/economics/adb-ado.json create mode 100644 firstdata/sources/international/economics/adb-data-library.json create mode 100644 firstdata/sources/international/economics/adb-vietnam.json create mode 100644 firstdata/sources/international/economics/ceic-global-database.json create mode 100644 firstdata/sources/international/economics/ceic-vietnam.json create mode 100644 firstdata/sources/international/environment/cdiac.json create mode 100644 firstdata/sources/international/finance/bis-reserves.json create mode 100644 firstdata/sources/international/finance/bis-statistics.json create mode 100644 firstdata/sources/international/trade/bea-international-trade.json create mode 100644 firstdata/sources/sectors/K-finance-insurance/akshare.json create mode 100644 firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal-ipo.json delete mode 100644 firstdata/sources/sectors/computer_science_ai/aws-open-data-registry.json delete mode 100644 firstdata/sources/sectors/sports/tennis-abstract-atp-wta.json delete mode 100644 firstdata/sources/sectors/sports/tennis-sackmann.json diff --git a/firstdata/indexes/all-sources.json b/firstdata/indexes/all-sources.json index 1187ff0..21c0d13 100644 --- a/firstdata/indexes/all-sources.json +++ b/firstdata/indexes/all-sources.json @@ -1,3747 +1,2833 @@ { "metadata": { - "generated_at": "2026-02-26T08:42:39.543315+00:00", - "total_sources": 134, + "generated_at": "2026-03-02T13:59:27.914104", + "total_sources": 150, "version": "2.0", "schema_version": "v2.0.0" }, "sources": [ { - "id": "1000-genomes-project", + "id": "1000-genomes", "name": { "en": "1000 Genomes Project", "zh": "千人基因组计划" }, "description": { - "en": "The 1000 Genomes Project was an international research collaboration that created the most detailed catalogue of human genetic variation. The project sequenced the genomes of 2,504 individuals from 26 populations across Africa, East Asia, Europe, South Asia, and the Americas. It characterized over 88 million variants including 84.7 million SNPs, 3.6 million indels, and 60,000 structural variants, all phased onto high-quality haplotypes. Now maintained as the International Genome Sample Resource (IGSR) by the European Bioinformatics Institute (EBI), it continues to provide one of the most comprehensive publicly available resources for human genetic variation research, supporting studies in population genetics, disease association, and methods development.", - "zh": "千人基因组计划是一个国际研究合作项目,创建了最详细的人类遗传变异目录。该项目对来自非洲、东亚、欧洲、南亚和美洲26个人群的2,504个个体的基因组进行了测序。它表征了超过8800万个变异,包括8470万个SNP、360万个插入缺失和6万个结构变异,所有变异都定相到高质量的单倍型上。现在由欧洲生物信息学研究所(EBI)作为国际基因组样本资源(IGSR)进行维护,继续提供最全面的人类遗传变异公开研究资源之一,支持群体遗传学、疾病关联和方法开发等研究。" + "en": "The 1000 Genomes Project created the largest publicly available catalogue of human genetic variation, providing a comprehensive resource for background human genomic variation. The International Genome Sample Resource (IGSR) now maintains and extends this resource. The project sequenced 2,504 individuals from 26 populations across five continents to create a reference for human genetic variation with frequencies of at least 1% in the populations studied. IGSR continues to update the resources to GRCh38 assembly, adds high-coverage sequence data, and incorporates new samples with open consent to increase population diversity. The resource includes low coverage, exome, and high coverage whole genome sequencing data.", + "zh": "千人基因组计划创建了最大的公开可用的人类基因变异目录,为人类基因组背景变异提供了全面的资源。国际基因组样本资源库(IGSR)现在维护并扩展该资源。该项目对来自五大洲26个人群的2,504个个体进行了测序,创建了研究人群中频率至少为1%的人类基因变异参考。IGSR继续将资源更新到GRCh38组装版本,添加高覆盖度测序数据,并纳入具有开放知情同意的新样本以增加人群多样性。该资源包括低覆盖度、外显子组和高覆盖度全基因组测序数据。" }, "website": "https://www.internationalgenome.org/", - "data_url": "https://www.internationalgenome.org/data-portal/", + "data_url": "https://www.internationalgenome.org/", "api_url": null, + "authority_level": "research", "country": null, "domains": [ "genomics", - "human genetics", + "genetics", + "human genetic variation", "population genetics", - "genetic variation", - "biology", + "evolutionary biology", "bioinformatics" ], "geographic_scope": "global", "update_frequency": "irregular", + "has_api": false, "tags": [ "genomics", - "human-genome", - "genetic-variation", - "population-genetics", - "snp", - "indel", - "structural-variants", - "haplotypes", - "igsr", - "international-genome-sample-resource", - "whole-genome-sequencing", - "exome-sequencing", - "vcf", - "bam", - "cram", - "基因组学", - "人类基因组", - "遗传变异", - "群体遗传学", - "单核苷酸多态性", - "千人基因组", - "生物信息学", - "academic-research", - "open-data", - "fort-lauderdale", - "ebi", - "nhgri", - "sanger-institute" - ], - "data_content": { - "en": [ - "Genome Sequences - Complete genome sequences from 2,504 individuals across 26 populations from 5 continental regions", - "Single Nucleotide Polymorphisms (SNPs) - 84.7 million characterized SNPs with population-specific allele frequencies", - "Insertions and Deletions (Indels) - 3.6 million short insertions and deletions", - "Structural Variants - 60,000 structural variants including large deletions, duplications, and complex rearrangements", - "Phased Haplotypes - High-quality chromosome-scale phased haplotype data for all variants", - "Population Data - Samples from Africa (AFR), East Asia (EAS), Europe (EUR), South Asia (SAS), and Americas (AMR)", - "Low-Coverage Whole Genome Sequencing - Genome-wide variation data at 4-6x coverage", - "Deep Exome Sequencing - Detailed coding region variation data", - "High-Coverage Sequencing - 30x coverage whole genome sequences for the full cohort", - "Dense Microarray Genotyping - Additional genotype data for variant validation", - "Sample Metadata - Demographic, population, and relationship information for all samples", - "VCF Files - Variant Call Format files for genomic variants", - "BAM/CRAM Files - Sequence alignment files in BAM and CRAM formats", - "GRCh38 Alignments - Data aligned to the latest human reference genome assembly", - "Phase 3 Data - Final release dataset with comprehensive variant calls" - ], - "zh": [ - "基因组序列 - 来自5个大陆地区26个人群2,504个个体的完整基因组序列", - "单核苷酸多态性(SNPs) - 8470万个已表征的SNP,包含群体特异性等位基因频率", - "插入和缺失(Indels) - 360万个短插入和缺失", - "结构变异 - 6万个结构变异,包括大片段缺失、重复和复杂重排", - "定相单倍型 - 所有变异的高质量染色体规模定相单倍型数据", - "人群数据 - 来自非洲、东亚、欧洲、南亚和美洲的样本", - "低覆盖度全基因组测序 - 4-6倍覆盖度的全基因组范围变异数据", - "深度外显子组测序 - 详细的编码区变异数据", - "高覆盖度测序 - 完整队列的30倍覆盖度全基因组序列", - "高密度芯片基因分型 - 用于变异验证的额外基因型数据", - "样本元数据 - 所有样本的人口统计、群体和亲缘关系信息", - "VCF文件 - 变异调用格式的基因组变异文件", - "BAM/CRAM文件 - BAM和CRAM格式的序列比对文件", - "GRCh38比对 - 比对到最新人类参考基因组组装版本的数据", - "第三阶段数据 - 包含全面变异调用的最终发布数据集" - ] - }, - "authority_level": "research", - "has_api": false, + "genetics", + "whole genome sequencing", + "human genetics", + "population genetics", + "genetic variation", + "SNP", + "variant calling", + "reference genome", + "allele frequency", + "haplotype", + "VCF", + "BAM", + "open data", + "international collaboration", + "evolutionary biology", + "bioinformatics", + "precision medicine" + ], "file_path": "academic/biology/1000-genomes.json" }, { - "id": "alphafold-db", + "id": "adb-data-library", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, "description": { - "en": "AlphaFold Protein Structure Database provides open access to over 200 million protein structure predictions powered by AlphaFold AI system. Developed by Google DeepMind in partnership with EMBL's European Bioinformatics Institute (EMBL-EBI), it offers nearly all catalogued proteins known to science with unprecedented accuracy and speed. The database enables scientists to understand protein structures computationally, dramatically accelerating biological research, drug discovery, and our understanding of life itself.", - "zh": "AlphaFold蛋白质结构数据库提供超过2亿个由AlphaFold人工智能系统预测的蛋白质结构的开放访问。由Google DeepMind与EMBL欧洲生物信息学研究所(EMBL-EBI)合作开发,涵盖几乎所有已知科学的蛋白质,具有前所未有的准确性和速度。该数据库使科学家能够通过计算理解蛋白质结构,极大地加速生物学研究、药物发现以及对生命本身的理解。" + "en": "The central repository for all of ADB's public data, providing free and open access to macro-economic and social data from the Asian Development Bank's flagship publications. Covers data from the Asian Development Outlook (ADO), Key Indicators for Asia and the Pacific, and other authoritative sources. Includes economic indicators, financial data, and project-level information for the Asia-Pacific region.", + "zh": "亚洲开发银行所有公开数据的中央存储库,提供来自亚洲开发银行旗舰出版物的宏观经济和社会数据的免费开放访问。涵盖《亚洲发展展望》(ADO)、《亚太地区关键指标》等权威来源的数据。包括亚太地区的经济指标、金融数据和项目级信息。" }, - "website": "https://www.ebi.ac.uk", - "data_url": "https://alphafold.com", - "api_url": "https://alphafold.com/api-docs", + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://data.adb.org", + "authority_level": "international", "country": null, "domains": [ - "structural biology", - "proteomics", - "drug discovery", - "molecular biology", - "biotechnology", - "bioinformatics" + "economics", + "finance", + "social", + "development" ], - "geographic_scope": "global", - "update_frequency": "irregular", + "geographic_scope": "regional", + "update_frequency": "annual", + "has_api": true, "tags": [ - "protein structure", - "structural biology", - "AI prediction", - "machine learning", - "proteomics", - "drug discovery", - "bioinformatics", - "AlphaFold", - "DeepMind", - "EMBL-EBI", - "computational biology", - "3D structure", - "protein folding" + "asian-development-bank", + "亚洲开发银行", + "adb", + "asia-pacific", + "亚太地区", + "economic-indicators", + "经济指标", + "gdp", + "国内生产总值", + "poverty", + "贫困", + "development-data", + "发展数据", + "infrastructure", + "基础设施", + "vietnam", + "越南", + "quarterly-data", + "季度数据", + "open-data", + "开放数据", + "api" ], - "data_content": { - "en": [ - "Protein structure predictions for over 200 million proteins", - "Human proteome (23,586 structures)", - "Model organism proteomes (48 organisms)", - "Global health proteomes (30 organisms)", - "Swiss-Prot curated proteins (550,122 structures)", - "Predicted Aligned Error (PAE) data", - "Per-residue confidence scores (pLDDT)", - "AlphaMissense pathogenicity predictions", - "3D structural coordinates", - "Sequence annotations", - "UniProt cross-references" - ], - "zh": [ - "超过2亿个蛋白质的结构预测", - "人类蛋白质组(23,586个结构)", - "模式生物蛋白质组(48种生物)", - "全球健康蛋白质组(30种生物)", - "Swiss-Prot精选蛋白质(550,122个结构)", - "预测对齐误差(PAE)数据", - "每残基置信度评分(pLDDT)", - "AlphaMissense致病性预测", - "3D结构坐标", - "序列注释", - "UniProt交叉引用" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "academic/biology/alphafold-db.json" + "file_path": "international/economics/adb-data-library.json" }, { - "id": "ena", + "id": "akshare", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, "description": { - "en": "The European Nucleotide Archive (ENA) provides a comprehensive record of the world's nucleotide sequencing information, covering raw sequencing data, sequence assembly information and functional annotation. As part of the International Nucleotide Sequence Database Collaboration (INSDC) alongside NCBI GenBank and DDBJ, ENA serves as a globally comprehensive data resource preserving the world's public-domain output of sequence data. It offers an open, supported platform for the management, sharing, integration, archiving and dissemination of sequence data to support the global life sciences community.", - "zh": "欧洲核苷酸档案库(ENA)提供世界核苷酸测序信息的综合记录,涵盖原始测序数据、序列组装信息和功能注释。作为国际核苷酸序列数据库协作组织(INSDC)的成员之一(与NCBI GenBank和DDBJ并列),ENA是保存全球公共领域序列数据输出的全球综合数据资源。它为全球生命科学界提供开放、支持的序列数据管理、共享、整合、归档和传播平台。" + "en": "AKShare is an elegant and simple financial data interface library for Python, built for human beings. It provides comprehensive access to financial data including stocks, futures, options, funds, forex, bonds, indices, and cryptocurrencies. The library aggregates data from authoritative financial websites and is designed for academic research and quantitative analysis. Emphasizing the philosophy of 'Write less, get more!', it enables users to obtain complex financial data with simple one-line commands.", + "zh": "AKShare 是一个优雅简洁的 Python 财经数据接口库,专为人类设计。它提供对股票、期货、期权、基金、外汇、债券、指数和加密货币等金融数据的全面访问。该库聚合了来自权威财经网站的数据,专为学术研究和量化分析设计。秉承'代码更少,数据更多'的理念,用户可以用简单的单行命令获取复杂的财经数据。" }, - "website": "https://www.ebi.ac.uk", - "data_url": "https://www.ebi.ac.uk/ena/browser/", - "api_url": "https://www.ebi.ac.uk/ena/browser/api/swagger-ui/index.html", + "website": "https://akshare.akfamily.xyz/", + "data_url": "https://github.com/akfamily/akshare", + "api_url": "https://akshare.akfamily.xyz/", + "authority_level": "other", "country": null, "domains": [ - "genomics", - "transcriptomics", - "metagenomics", - "molecular biology", - "bioinformatics", - "biodiversity", - "environmental sciences", - "healthcare", - "pathogen surveillance" + "Finance", + "Financial Markets", + "Stock Market", + "Futures", + "Options", + "Funds", + "Foreign Exchange", + "Bonds", + "Indices", + "Cryptocurrency", + "Macroeconomic Data", + "Quantitative Finance" ], "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "nucleotide sequences", - "DNA", - "RNA", - "genomics", - "sequencing", - "bioinformatics", - "INSDC", - "EMBL-EBI", - "genome assembly", - "metagenomics", - "transcriptomics", - "biodiversity", - "pathogen surveillance", - "open data", - "life sciences" + "akshare", + "python", + "financial-data", + "stock-data", + "futures", + "options", + "funds", + "forex", + "bonds", + "cryptocurrency", + "quantitative-finance", + "open-source", + "数据接口", + "财经数据", + "股票数据", + "期货", + "基金", + "外汇", + "债券", + "加密货币", + "量化金融", + "开源库", + "金融API", + "数据聚合", + "financial-api", + "data-aggregation", + "market-data", + "东方财富", + "新浪财经" ], - "data_content": { - "en": [ - "Raw nucleotide sequencing reads", - "Genome assemblies", - "Transcriptome assemblies", - "Annotated sequences", - "Coding sequences (CDS)", - "Non-coding RNA sequences", - "Metagenomics data", - "Whole genome shotgun sequences", - "Environmental samples", - "Pathogen genome sequences", - "Functional annotations", - "Sequence metadata", - "Taxonomy classifications", - "Cross-references to related databases" - ], - "zh": [ - "原始核苷酸测序读数", - "基因组组装", - "转录组组装", - "注释序列", - "编码序列(CDS)", - "非编码RNA序列", - "宏基因组数据", - "全基因组散弹枪测序", - "环境样本", - "病原体基因组序列", - "功能注释", - "序列元数据", - "分类学分类", - "相关数据库交叉引用" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "sectors/K-finance-insurance/akshare.json" }, { - "id": "us-ncbi-genbank", + "id": "tennis-atp-wta-data", "name": { - "en": "GenBank", - "zh": "基因库" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, "description": { - "en": "GenBank is the NIH genetic sequence database, an annotated collection of all publicly available DNA sequences. It is part of the International Nucleotide Sequence Database Collaboration (INSDC), which comprises the DNA DataBank of Japan (DDBJ), the European Nucleotide Archive (ENA), and GenBank at NCBI. These three organizations exchange data on a daily basis, providing comprehensive global coverage of nucleotide sequence data.", - "zh": "GenBank是美国国立卫生研究院的基因序列数据库,是所有公开可用DNA序列的注释集合。它是国际核苷酸序列数据库合作组织(INSDC)的一部分,该组织包括日本DNA数据库(DDBJ)、欧洲核苷酸档案馆(ENA)和NCBI的GenBank。这三个组织每天交换数据,提供全球核苷酸序列数据的全面覆盖。" + "en": "Comprehensive open-source databases containing historical tennis rankings, match results, and statistics for both men's (ATP) and women's (WTA) professional tennis. Includes match-level data from 1968 to present, player biographical information, and detailed match statistics. The datasets cover tour-level, challenger, futures, and qualifying matches with extensive historical coverage.", + "zh": "全面的开源数据库,包含男子(ATP)和女子(WTA)职业网球的历史排名、比赛结果和统计数据。包括从1968年至今的比赛级别数据、球员传记信息和详细的比赛统计。数据集涵盖巡回赛级别、挑战赛、未来赛和资格赛,具有广泛的历史覆盖范围。" }, - "website": "https://www.ncbi.nlm.nih.gov/", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", - "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", + "website": "https://www.tennisabstract.com/", + "data_url": "https://github.com/JeffSackmann/tennis_atp", + "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "genomics", - "molecular biology", - "genetics", - "bioinformatics" + "Sports Statistics", + "Tennis", + "Professional Sports Data", + "Player Performance Analytics" ], "geographic_scope": "global", - "update_frequency": "daily", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "genomics", - "DNA sequences", - "nucleotide database", - "molecular biology", - "genetics", - "bioinformatics", - "genome assembly", - "NCBI", - "NIH", - "INSDC", - "sequence database" + "sports", + "tennis", + "atp", + "wta", + "rankings", + "match-results", + "player-statistics", + "open-source", + "historical-data", + "professional-sports" ], - "data_content": { - "en": [ - "DNA sequences from all organisms", - "Nucleotide sequences (mRNA, rRNA, tRNA, genomic DNA)", - "Genome assemblies", - "Whole Genome Shotgun (WGS) sequences", - "Transcriptome Shotgun Assembly (TSA) sequences", - "Third Party Annotation (TPA) sequences", - "Metagenome sequences", - "Sequence annotations and features", - "Organism taxonomy information", - "Gene and protein cross-references" - ], - "zh": [ - "所有生物的DNA序列", - "核苷酸序列(mRNA、rRNA、tRNA、基因组DNA)", - "基因组组装", - "全基因组鸟枪法(WGS)序列", - "转录组鸟枪法组装(TSA)序列", - "第三方注释(TPA)序列", - "宏基因组序列", - "序列注释和特征", - "生物分类信息", - "基因和蛋白质交叉引用" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "academic/biology/genbank.json" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" }, { - "id": "intl-rcsb-pdb", + "id": "arwu", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, "description": { - "en": "The Protein Data Bank (PDB) is the global archive for 3D structural data of large biological molecules including proteins, DNA, and RNA. As the first open access digital data resource in all of biology and medicine, PDB provides experimentally-determined structures, integrative structures, and computed structure models essential for research and education in fundamental biology, biomedicine, energy sciences, and biotechnology. RCSB PDB operates the US data center for the worldwide PDB archive and provides open access to over 246,000 experimental structures and 1 million computed structure models.", - "zh": "蛋白质数据银行(PDB)是全球大型生物分子(包括蛋白质、DNA 和 RNA)三维结构数据的档案库。作为生物学和医学领域第一个开放获取的数字数据资源,PDB 提供实验测定的结构、整合结构和计算结构模型,对基础生物学、生物医学、能源科学和生物技术的研究和教育至关重要。RCSB PDB 运营全球 PDB 档案库的美国数据中心,提供超过 24.6 万个实验结构和 100 万个计算结构模型的开放访问。" + "en": "The Academic Ranking of World Universities (ARWU), also known as Shanghai Ranking, is recognized as the precursor of global university rankings and one of the most trustworthy rankings worldwide. First published in 2003 by Shanghai Jiao Tong University and since 2009 by ShanghaiRanking Consultancy, ARWU presents the world's top 1000 research universities annually based on transparent methodology and objective third-party data. It uses six objective indicators including Nobel Prizes and Fields Medals won by alumni and staff, highly cited researchers, publications in Nature and Science, papers indexed in major citation indices, and per capita academic performance.", + "zh": "世界大学学术排名(ARWU),也称为上海排名,被公认为全球大学排名的先驱和最值得信赖的排名之一。首次发布于2003年由上海交通大学发起,自2009年起由软科教育信息咨询有限公司(ShanghaiRanking Consultancy)发布。ARWU基于透明的方法论和客观的第三方数据,每年发布全球前1000所研究型大学排名。排名使用六项客观指标,包括校友和教职工获得的诺贝尔奖和菲尔兹奖、高被引学者数量、在Nature和Science上发表的论文、被主要引文索引收录的论文以及师均学术表现。" }, - "website": "https://www.rcsb.org", - "data_url": "https://www.rcsb.org", - "api_url": "https://data.rcsb.org", + "website": "https://www.shanghairanking.com", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "structural biology", - "biochemistry", - "molecular biology", - "computational biology", - "drug discovery", - "biotechnology", - "protein science" + "Higher Education", + "University Rankings", + "Research Performance", + "Academic Excellence", + "Education Assessment" ], "geographic_scope": "global", - "update_frequency": "weekly", + "update_frequency": "annual", + "has_api": false, "tags": [ - "protein structures", - "structural biology", - "3D structures", - "molecular biology", - "drug discovery", - "biotechnology", - "open science", - "bioinformatics", - "crystallography", - "cryo-EM", - "NMR", - "PDB", - "macromolecular structures" + "university-ranking", + "higher-education", + "research-assessment", + "academic-excellence", + "global-ranking", + "education-evaluation", + "nobel-prize", + "citation-analysis", + "research-performance", + "shanghai-ranking" ], - "data_content": { - "en": [ - "Experimentally-determined 3D protein structures (X-ray crystallography, NMR, cryo-EM)", - "DNA and RNA 3D structures", - "Protein-ligand complexes", - "Integrative/hybrid structures", - "Computed structure models (AlphaFold DB, ModelArchive)", - "Protein sequences and annotations", - "Chemical components and ligands", - "Structural validation reports", - "Electron density maps", - "Biological assemblies", - "Structure determination metadata" - ], - "zh": [ - "实验测定的蛋白质三维结构(X射线晶体学、核磁共振、冷冻电镜)", - "DNA 和 RNA 三维结构", - "蛋白质-配体复合物", - "整合/混合结构", - "计算结构模型(AlphaFold DB、ModelArchive)", - "蛋白质序列和注释", - "化学成分和配体", - "结构验证报告", - "电子密度图", - "生物学组装体", - "结构测定元数据" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "sectors/P-education/arwu.json" }, { - "id": "uk-biobank", + "id": "africa-cdc", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, "description": { - "en": "UK Biobank is the world's most detailed, long-term prospective health research study and the largest biomedical database resource. It follows 500,000 volunteers (aged 40-69 at recruitment during 2006-2010) to understand who falls ill and why, enabling scientists globally to create better ways to diagnose, prevent and treat diseases. The database contains genetic, lifestyle, and health information including whole genome sequences, imaging data, biomarker data, healthcare records, and questionnaire data. Over 22,000 researchers from more than 60 countries have used UK Biobank data, resulting in over 18,000 peer-reviewed scientific publications.", - "zh": "英国生物样本库是世界上最详细、最长期的前瞻性健康研究和最大的生物医学数据库资源。它跟踪50万志愿者(2006-2010年招募时年龄40-69岁)以了解谁生病以及原因,使全球科学家能够创造更好的方法来诊断、预防和治疗疾病。该数据库包含遗传、生活方式和健康信息,包括全基因组序列、影像数据、生物标志物数据、医疗记录和问卷数据。来自60多个国家的超过22,000名研究人员使用了英国生物样本库数据,产生了超过18,000篇同行评审的科学出版物。" + "en": "Africa CDC strengthens the capacity and capability of Africa's public health institutions as well as partnerships to detect and respond quickly and effectively to disease threats and outbreaks, based on data-driven interventions and programmes. The agency provides comprehensive health surveillance data, epidemic intelligence reports, disease outbreak tracking, and public health resources across the African continent.", + "zh": "非洲疾病控制和预防中心加强非洲公共卫生机构的能力,以及合作伙伴关系,以基于数据驱动的干预措施和计划,快速有效地检测和应对疾病威胁和疫情。该机构提供全面的健康监测数据、流行病情报报告、疾病暴发跟踪和整个非洲大陆的公共卫生资源。" }, - "website": "https://www.ukbiobank.ac.uk/", - "data_url": "https://www.ukbiobank.ac.uk/", - "api_url": "https://github.com/UK-Biobank", - "country": "GB", + "website": "https://africacdc.org", + "data_url": "https://africacdc.org", + "api_url": null, + "authority_level": "international", + "country": null, "domains": [ - "health", - "genetics", - "genomics", + "public health", "epidemiology", - "biomarkers", - "medical imaging", - "demographics", - "lifestyle", - "proteomics", - "metabolomics" + "disease surveillance", + "outbreak response", + "laboratory systems", + "health security" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "regional", + "update_frequency": "weekly", + "has_api": false, "tags": [ - "biobank", - "genomics", - "genetics", - "medical imaging", - "proteomics", - "metabolomics", - "epidemiology", - "UK", - "longitudinal study", - "precision medicine", - "whole genome sequencing", - "biomarkers", - "healthcare data", - "cohort study", - "personalized medicine", - "disease prevention", - "clinical research", - "population health" + "Africa CDC", + "public health", + "disease surveillance", + "epidemic intelligence", + "outbreak response", + "health security", + "African Union", + "COVID-19", + "Mpox", + "Ebola", + "regional health", + "laboratory systems", + "pathogen genomics", + "emergency preparedness" ], - "data_content": { - "en": [ - "Imaging Data - MRI scans for 100,000 participants including brain, heart, body composition, bone density", - "Genetic Data - Whole genome and exome sequences for all 500,000 participants, SNP genotyping", - "Biomarker Data - Blood and urine biomarkers, proteomics data on 54,000 people, metabolomics on 250,000 participants", - "Healthcare Records - Linked hospital inpatient data, primary care records, cancer registry, death registry", - "Questionnaire Data - Over 2 million online health questionnaires completed covering lifestyle, diet, mental health, family history", - "Physical Measurements - Blood pressure, arterial stiffness, bone density, spirometry, ECG, hearing, vision tests", - "Demographic Data - Age, sex, ethnicity, education, employment, household composition", - "Lifestyle Data - Diet, physical activity, sleep, smoking, alcohol consumption, environmental exposures", - "Biological Samples - 15 million samples stored including blood, urine, saliva for future analysis", - "Environmental Data - Air pollution exposure, built environment, greenspace access" - ], - "zh": [ - "影像数据 - 10万名参与者的MRI扫描,包括大脑、心脏、身体成分、骨密度", - "遗传数据 - 所有50万参与者的全基因组和外显子组序列、SNP基因分型", - "生物标志物数据 - 血液和尿液生物标志物、54,000人的蛋白质组学数据、250,000人的代谢组学", - "医疗记录 - 关联的住院患者数据、初级保健记录、癌症登记、死亡登记", - "问卷数据 - 超过200万份在线健康问卷,涵盖生活方式、饮食、心理健康、家族史", - "身体测量 - 血压、动脉僵硬度、骨密度、肺功能、心电图、听力、视力检查", - "人口统计数据 - 年龄、性别、种族、教育、就业、家庭组成", - "生活方式数据 - 饮食、体育活动、睡眠、吸烟、饮酒、环境暴露", - "生物样本 - 存储的1500万份样本,包括血液、尿液、唾液供未来分析", - "环境数据 - 空气污染暴露、建筑环境、绿地可及性" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "international/health/africa-cdc.json" }, { - "id": "chembl", + "id": "afdb", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "description": { - "en": "ChEMBL is a manually curated database of bioactive molecules with drug-like properties, maintained by the European Bioinformatics Institute (EMBL-EBI) of the European Molecular Biology Laboratory (EMBL). It brings together chemical, bioactivity, and genomic data to aid the translation of genomic information into effective new drugs. The database contains over 2.8 million distinct compounds, more than 17,800 targets, and millions of bioactivity measurements. Data are manually abstracted from primary published literature, direct deposition, patents, and PhD theses, then further curated and standardized. ChEMBL is recognized as one of the Global Core Biodata Resources (GCBRs) - a collection of data resources critical to life science and biomedical research. It ranks 5th in EMBL-EBI's most used resources and serves as a fundamental platform for pharmaceutical drug discovery, agrochemical research, and academic research.", - "zh": "ChEMBL是由欧洲分子生物学实验室(EMBL)的欧洲生物信息学研究所(EMBL-EBI)维护的人工精选生物活性分子数据库,收录具有药物样特性的化合物。它整合化学、生物活性和基因组数据,帮助将基因组信息转化为有效的新药。数据库包含超过280万个不同化合物、17,800多个靶点以及数百万条生物活性测量数据。数据从发表文献、直接提交、专利和博士论文中手动提取,经过进一步整理和标准化。ChEMBL被认定为全球核心生物数据资源(GCBRs)之一,是生命科学和生物医学研究的关键数据资源。它在EMBL-EBI最常用资源中排名第5,是制药药物发现、农药研究和学术研究的基础平台。" + "en": "The African Development Bank (AfDB) provides comprehensive statistical data and development indicators for African countries. The bank's statistics department maintains the Africa Information Highway (AIH), a mega network of open data platforms covering all African countries and 16 regional organizations. It offers socio-economic data, project information, and development statistics to support evidence-based policymaking and monitor development progress across Africa.", + "zh": "非洲开发银行(AfDB)提供全面的非洲国家统计数据和发展指标。该银行统计部门维护非洲信息高速公路(AIH),这是一个覆盖所有非洲国家和16个区域组织的开放数据平台大型网络。它提供社会经济数据、项目信息和发展统计数据,以支持基于证据的政策制定并监测非洲的发展进展。" }, - "website": "https://www.ebi.ac.uk", - "data_url": "https://www.ebi.ac.uk/chembl/", - "api_url": "https://www.ebi.ac.uk/chembl/api/data/docs", + "website": "https://www.afdb.org", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "api_url": "http://dataportal.opendataforafrica.org/", + "authority_level": "international", "country": null, "domains": [ - "drug discovery", - "pharmaceutical sciences", - "medicinal chemistry", - "chemical biology", - "bioactivity", - "pharmacology", - "toxicology", - "admet", - "agrochemical research", - "genomics", - "proteomics" + "Development Finance", + "Economic Statistics", + "Social Development", + "Infrastructure", + "Agriculture", + "Energy", + "Climate Change", + "Governance", + "Health", + "Education" ], - "geographic_scope": "global", - "update_frequency": "quarterly", + "geographic_scope": "regional", + "update_frequency": "annual", + "has_api": true, "tags": [ - "bioactivity", - "drug-discovery", - "pharmaceutical", - "medicinal-chemistry", - "chemical-biology", - "pharmacology", - "toxicology", - "admet", - "small-molecules", - "drug-targets", - "protein-targets", - "bioassays", - "clinical-trials", - "approved-drugs", - "chemical-structures", - "cheminformatics", - "structure-activity-relationship", - "sar", - "lead-optimization", - "drug-development", - "embl-ebi", - "gcbr", + "development-finance", + "africa", + "economic-development", + "social-development", + "infrastructure", + "SDGs", + "multilateral-development-bank", "open-data", - "creative-commons" + "project-data", + "IATI" ], - "data_content": { - "en": [ - "Bioactive Compounds - Over 2.8 million distinct compounds with drug-like properties", - "Biological Targets - More than 17,800 protein targets, including enzymes, receptors, transporters", - "Bioactivity Measurements - Millions of bioactivity data points (Ki, Kd, IC50, EC50)", - "Drug Data - 17,500+ approved drugs and clinical development candidates", - "Assay Data - Bioassay protocols and experimental conditions", - "ADMET Data - Absorption, Distribution, Metabolism, Excretion, and Toxicity information", - "Chemical Structures - 2D structures, molecular properties, physicochemical descriptors", - "Target-Disease Associations - Protein-disease relationships", - "Literature References - Links to primary literature sources", - "Mechanism of Action - Drug mechanism and pathway information", - "Clinical Trial Data - Drug development stage information", - "Toxicity Data - Drug safety and adverse effect information" - ], - "zh": [ - "生物活性化合物 - 超过280万个具有药物样特性的不同化合物", - "生物靶点 - 17,800多个蛋白质靶点,包括酶、受体、转运体", - "生物活性测量 - 数百万条生物活性数据点(Ki、Kd、IC50、EC50)", - "药物数据 - 17,500多个已批准药物和临床开发候选药物", - "检测数据 - 生物检测协议和实验条件", - "ADMET数据 - 吸收、分布、代谢、排泄和毒性信息", - "化学结构 - 2D结构、分子性质、物理化学描述符", - "靶点-疾病关联 - 蛋白质-疾病关系", - "文献引用 - 主要文献来源链接", - "作用机制 - 药物机制和通路信息", - "临床试验数据 - 药物开发阶段信息", - "毒性数据 - 药物安全性和不良反应信息" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "international/development/afdb.json" }, { - "id": "intl-chemspider", + "id": "afdb-statistics", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "description": { - "en": "ChemSpider is a free chemical structure database providing fast access to over 120 million structures, along with properties and associated information. Owned by the Royal Society of Chemistry since 2009, ChemSpider integrates and links compounds from hundreds of high quality data sources, enabling researchers to discover the most comprehensive view of freely available chemical data from a single online search. The database has received multiple international awards, including the ALPSP Prize for Publishing Innovation in 2010. ChemSpider builds on the collected data by adding additional properties, related information and links back to original data sources, offering text and structure searching to find compounds of interest and providing a range of services to improve this data by curation and annotation.", - "zh": "ChemSpider 是一个免费的化学结构数据库,提供快速访问超过1.2亿个化学结构及其性质和相关信息。自2009年起由英国皇家化学学会拥有,ChemSpider整合并链接来自数百个高质量数据源的化合物,使研究人员能够通过单一在线搜索发现最全面的免费化学数据视图。该数据库曾获得多项国际奖项,包括2010年ALPSP出版创新奖。ChemSpider通过添加额外的性质、相关信息和原始数据源链接来增强收集的数据,提供文本和结构搜索来查找感兴趣的化合物,并提供一系列服务通过整理和注释来改进数据。" + "en": "The African Development Bank Statistical Data Portal provides comprehensive statistical data and development indicators for African countries through the Africa Information Highway (AIH). Established in 2011, the portal is a mega network of open data platforms linking all African countries and 16 regional organizations. It offers socio-economic data spanning from 1960 to 2024, covering agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, and more. The platform supports evidence-based policymaking and monitors development progress across Africa.", + "zh": "非洲开发银行统计数据门户通过非洲信息高速公路(AIH)为非洲国家提供全面的统计数据和发展指标。该门户建立于2011年,是一个连接所有非洲国家和16个区域组织的开放数据平台大型网络。它提供1960年至2024年的社会经济数据,涵盖农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户等领域。该平台支持基于证据的政策制定并监测整个非洲的发展进展。" }, - "website": "https://www.rsc.org", - "data_url": "https://www.chemspider.com", - "api_url": null, + "website": "https://www.afdb.org", + "data_url": "https://dataportal.opendataforafrica.org", + "api_url": "https://dataportal.opendataforafrica.org/dev/explorer", + "authority_level": "international", "country": null, "domains": [ - "chemistry", - "chemical structures", - "molecular properties", - "pharmaceutical sciences", - "materials science", - "organic chemistry", - "inorganic chemistry", - "chemical information" + "economics", + "finance", + "social", + "development", + "agriculture", + "energy", + "governance", + "health", + "education", + "infrastructure" ], - "geographic_scope": "global", - "update_frequency": "daily", + "geographic_scope": "regional", + "update_frequency": "annual", + "has_api": true, "tags": [ - "chemistry", - "chemical-structures", - "molecular-properties", - "chemical-database", - "free-access", - "royal-society-chemistry", - "chemical-search", - "compound-properties", - "chemical-identifiers", - "smiles", - "inchi", - "cas-numbers", - "pharmaceutical", - "materials-science", - "organic-chemistry", - "chemical-information", - "academic-research" + "african-development-bank", + "afdb", + "非洲开发银行", + "africa", + "非洲", + "statistics", + "统计数据", + "development-data", + "发展数据", + "socio-economic", + "社会经济", + "africa-information-highway", + "aih", + "非洲信息高速公路", + "open-data", + "开放数据", + "economic-indicators", + "经济指标", + "national-accounts", + "国民账户", + "sdg", + "可持续发展目标", + "development-finance", + "发展金融", + "regional-data", + "区域数据", + "knoema", + "api" ], - "data_content": { - "en": [ - "Chemical Structures - Over 120 million unique chemical structures", - "Chemical Names - Systematic names, synonyms, trade names, common names", - "Registry Numbers - CAS Registry Numbers and other chemical identifiers", - "Molecular Properties - Molecular formula, molecular weight, physical properties", - "SMILES and InChI - Chemical structure representations", - "Data Sources - Aggregated data from hundreds of high-quality data sources", - "Chemical Identifiers - Multiple naming systems and identification codes", - "Compound Properties - Physical and chemical properties of compounds", - "Structure Search - Text-based and structure-based searching capabilities", - "Single and Multi-component Structures - Both simple and complex chemical structures", - "Isotopically Labeled Compounds - Structures with isotope labeling" - ], - "zh": [ - "化学结构 - 超过1.2亿个独特的化学结构", - "化学名称 - 系统命名、同义词、商品名、通用名", - "登记号 - CAS登记号和其他化学标识符", - "分子性质 - 分子式、分子量、物理性质", - "SMILES和InChI - 化学结构表示方法", - "数据源 - 来自数百个高质量数据源的聚合数据", - "化学标识符 - 多种命名系统和识别代码", - "化合物性质 - 化合物的物理和化学性质", - "结构搜索 - 基于文本和结构的搜索功能", - "单组分和多组分结构 - 简单和复杂的化学结构", - "同位素标记化合物 - 带有同位素标记的结构" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "international/development/afdb-statistics.json" }, { - "id": "drugbank", + "id": "afrobarometer", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, "description": { - "en": "DrugBank is a comprehensive, free-to-access, online database containing information on drugs and drug targets created and maintained by the University of Alberta and The Metabolomics Innovation Centre located in Alberta, Canada. Started in 2006 in Dr. David Wishart's lab, DrugBank combines detailed drug (chemical, pharmacological and pharmaceutical) data with comprehensive drug target (sequence, structure, and pathway) information. As both a bioinformatics and cheminformatics resource, each entry contains more than 200 data fields with half devoted to drug/chemical data and half to drug target or protein data. The latest version (5.1.13, released 2025-01-02) contains 19,774 drug entries including 3,016 approved small molecule drugs, 1,766 approved biologics (proteins, peptides, vaccines, and allergenics), 135 nutraceuticals and over 8,928 experimental (discovery-phase) drugs. Additionally, 5,467 non-redundant protein (drug target/enzyme/transporter/carrier) sequences are linked to these drug entries.", - "zh": "DrugBank 是一个全面的、免费访问的在线数据库,包含由加拿大阿尔伯塔大学和代谢组学创新中心创建和维护的药物及药物靶点信息。DrugBank 于 2006 年在 David Wishart 博士的实验室启动,将详细的药物(化学、药理学和药学)数据与全面的药物靶点(序列、结构和通路)信息相结合。作为生物信息学和化学信息学资源,每个条目包含超过 200 个数据字段,其中一半专注于药物/化学数据,另一半专注于药物靶点或蛋白质数据。最新版本(5.1.13,2025-01-02 发布)包含 19,774 个药物条目,包括 3,016 个批准的小分子药物、1,766 个批准的生物制剂(蛋白质、肽、疫苗和过敏原)、135 个营养保健品和超过 8,928 个实验(发现阶段)药物。此外,5,467 个非冗余蛋白质(药物靶点/酶/转运体/载体)序列与这些药物条目相关联。" + "en": "Afrobarometer is a pan-African, non-partisan survey research network that conducts public attitude surveys on democracy, governance, the economy, and society. The network encompasses 41 national partners responsible for data collection, analysis, and dissemination of findings across 44 African countries. With over 435,000 interviews conducted, Afrobarometer is the world's leading source of high-quality data on what Africans are thinking. Each survey round involves face-to-face interviews with nationally representative samples of 1,200-2,400 adult citizens per country, yielding country-level results with a margin of error of +/-2 to 3 percentage points at a 95% confidence level.", + "zh": "非洲晴雨表是一个泛非洲、无党派的调查研究网络,对民主、治理、经济和社会等议题进行公众态度调查。该网络包括41个国家合作伙伴,负责在44个非洲国家进行数据收集、分析和研究结果传播。已完成超过43.5万次访谈,非洲晴雨表是全球领先的非洲人民意见高质量数据来源。每轮调查通过面对面访谈,对每个国家1,200-2,400名成年公民进行全国代表性抽样,在95%置信水平下,国家层面结果的误差幅度为+/-2至3个百分点。" }, - "website": "https://www.drugbank.com", - "data_url": "https://go.drugbank.com", - "api_url": "https://docs.drugbank.com", + "website": "https://www.afrobarometer.org", + "data_url": "https://www.afrobarometer.org/data/", + "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "pharmaceutical sciences", - "drug discovery", - "drug development", - "pharmacology", - "medicinal chemistry", - "bioinformatics", - "cheminformatics", - "clinical pharmacology", - "drug metabolism", - "toxicology" + "Democracy and Governance", + "Political Participation", + "Elections and Electoral Systems", + "Economic Development", + "Social Issues", + "Public Services", + "Citizen Engagement", + "Human Rights", + "Gender Equality", + "Corruption and Accountability", + "Security and Conflict", + "Youth Development", + "Health and Education", + "Infrastructure", + "Environmental Issues" ], - "geographic_scope": "global", + "geographic_scope": "regional", "update_frequency": "irregular", + "has_api": false, "tags": [ - "pharmaceutical", - "drug-discovery", - "drug-development", - "pharmacology", - "medicinal-chemistry", - "bioinformatics", - "cheminformatics", - "drug-targets", - "proteins", - "small-molecules", - "biologics", - "admet", - "drug-interactions", - "clinical-pharmacology", - "metabolism", - "toxicology", - "fda", - "academic-research", - "commercial-research" + "africa", + "survey-research", + "democracy", + "governance", + "public-opinion", + "political-participation", + "elections", + "citizen-engagement", + "corruption", + "economic-development", + "social-issues", + "gender-equality", + "youth", + "public-services", + "accountability", + "cross-national-survey", + "panel-data", + "representative-sample" ], - "data_content": { - "en": [ - "Small Molecule Drugs - 3,016 approved small molecule drugs with chemical structures and properties", - "Biologics - 1,766 approved biologics including proteins, peptides, vaccines, and allergenics", - "Nutraceuticals - 135 nutraceutical compounds", - "Experimental Drugs - 8,928+ discovery-phase drugs under development", - "Drug Targets - 5,467 non-redundant protein sequences (targets, enzymes, transporters, carriers)", - "Chemical Data - Molecular formulas, structures, SMILES, InChI, molecular weights, chemical properties", - "Pharmacological Data - Indications, contraindications, mechanisms of action, pharmacodynamics", - "Pharmaceutical Data - Dosage forms, routes of administration, manufacturers, brand names", - "ADMET Data - Absorption, distribution, metabolism, excretion, and toxicity information", - "Drug-Drug Interactions - Comprehensive interaction data between drugs", - "Pathways - Metabolic and signaling pathways related to drug action", - "Protein Sequences - Target protein sequences, structures, and functional annotations", - "Clinical Data - FDA labels, clinical trial information, approval dates", - "External Links - Cross-references to PubChem, ChEMBL, PDB, UniProt, and other databases" - ], - "zh": [ - "小分子药物 - 3,016 个批准的小分子药物,包含化学结构和性质", - "生物制剂 - 1,766 个批准的生物制剂,包括蛋白质、肽、疫苗和过敏原", - "营养保健品 - 135 个营养保健化合物", - "实验药物 - 8,928+ 个处于发现阶段的在研药物", - "药物靶点 - 5,467 个非冗余蛋白质序列(靶点、酶、转运体、载体)", - "化学数据 - 分子式、结构、SMILES、InChI、分子量、化学性质", - "药理学数据 - 适应症、禁忌症、作用机制、药效学", - "药学数据 - 剂型、给药途径、生产商、品牌名称", - "ADMET 数据 - 吸收、分布、代谢、排泄和毒性信息", - "药物相互作用 - 药物之间的综合相互作用数据", - "通路 - 与药物作用相关的代谢和信号通路", - "蛋白质序列 - 靶点蛋白质序列、结构和功能注释", - "临床数据 - FDA 标签、临床试验信息、批准日期", - "外部链接 - 与 PubChem、ChEMBL、PDB、UniProt 等数据库的交叉引用" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/social/afrobarometer.json" }, { - "id": "pubchem", + "id": "amis", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, "description": { - "en": "PubChem is the world's largest free chemistry database, maintained by the National Institutes of Health (NIH). It provides information on chemical substances and their biological activities, launched in 2004. PubChem contains small molecules, as well as larger molecules such as nucleotides, carbohydrates, lipids, peptides, and chemically-modified macromolecules. The database collects information on chemical structures, identifiers, chemical and physical properties, biological activities, patents, health, safety, toxicity data, and much more. Data is contributed by hundreds of sources including government agencies, chemical vendors, journal publishers, and more. Each month, the website and programmatic services provide data to several million users worldwide.", - "zh": "PubChem是世界上最大的免费化学数据库,由美国国立卫生研究院(NIH)维护。它提供化学物质及其生物活性的信息,于2004年推出。PubChem包含小分子以及较大分子,如核苷酸、碳水化合物、脂质、肽和化学修饰的大分子。该数据库收集化学结构、标识符、化学和物理性质、生物活性、专利、健康、安全、毒性数据等信息。数据由数百个来源贡献,包括政府机构、化学品供应商、期刊出版商等。每月,该网站和编程服务为全球数百万用户提供数据。" + "en": "AMIS is an inter-agency platform launched in 2011 by the G20 Ministers of Agriculture to enhance food market transparency and policy response for food security. It brings together principal trading countries of agricultural commodities to assess global food supplies (focusing on wheat, maize, rice, and soybeans) and provides a platform to coordinate policy action in times of market uncertainty. AMIS participants represent 80-90% of global production, consumption, and trade volumes of targeted crops.", + "zh": "农业市场信息系统(AMIS)是由 G20 农业部长于 2011 年启动的跨机构平台,旨在提高粮食市场透明度和粮食安全政策响应能力。该系统汇集了农产品的主要贸易国,评估全球粮食供应(重点关注小麦、玉米、水稻和大豆),并提供了一个在市场不确定时期协调政策行动的平台。AMIS 参与国代表了目标作物全球产量、消费量和贸易量的 80-90%。" }, - "website": "https://www.ncbi.nlm.nih.gov/", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", - "api_url": "https://pubchem.ncbi.nlm.nih.gov/docs/programmatic-access", + "website": "https://www.amis-outlook.org", + "data_url": "https://www.amis-outlook.org", + "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "chemistry", - "biochemistry", - "pharmacology", - "toxicology", - "biology", - "medicine" + "Agriculture", + "Food Security", + "Commodity Markets", + "Agricultural Trade", + "Food Prices", + "Market Transparency", + "Policy Coordination" ], "geographic_scope": "global", - "update_frequency": "daily", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "chemistry", - "biochemistry", - "pharmacology", - "toxicology", - "drug-discovery", - "chemical-database", - "bioassay", - "molecular-structure", - "chemical-properties", - "open-data", - "nih", - "ncbi", - "united-states", - "government-data" + "agriculture", + "food-security", + "commodity-markets", + "wheat", + "maize", + "rice", + "soybeans", + "fertilizers", + "market-transparency", + "g20", + "trade-policy", + "price-monitoring", + "food-prices", + "agricultural-trade", + "market-intelligence" ], - "data_content": { - "en": [ - "Compound Records (chemical structures, properties, identifiers)", - "Substance Records (deposited chemical substances from contributors)", - "BioAssay Data (biological test results and screening data)", - "Chemical Properties (molecular formula, weight, SMILES, InChI, physical properties)", - "Bioactivity Data (assay results, dose-response curves, activity summaries)", - "Patent Information (chemical-patent data from Google Patents and IBM)", - "Literature Citations (links to PubMed articles)", - "Safety and Toxicity Data (health, safety, and toxicity information)", - "3D Conformer Models (computed 3D structures and shape properties)", - "Gene and Protein Targets (assay target information)", - "Pathway Data (biological pathway information)", - "Taxonomy Data (organism information)", - "Cell Line Data (cell line information)", - "Classification Data (hierarchical chemical classification)" - ], - "zh": [ - "化合物记录(化学结构、性质、标识符)", - "物质记录(贡献者提交的化学物质)", - "生物测定数据(生物测试结果和筛选数据)", - "化学性质(分子式、分子量、SMILES、InChI、物理性质)", - "生物活性数据(测定结果、剂量-反应曲线、活性摘要)", - "专利信息(来自Google Patents和IBM的化学专利数据)", - "文献引用(与PubMed文章的链接)", - "安全和毒性数据(健康、安全和毒性信息)", - "3D构象模型(计算的3D结构和形状属性)", - "基因和蛋白质靶标(测定靶标信息)", - "通路数据(生物通路信息)", - "分类数据(生物体信息)", - "细胞系数据(细胞系信息)", - "分类数据(分层化学分类)" - ] + "file_path": "sectors/A-agriculture/amis.json" + }, + { + "id": "aafc", + "name": { + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" + }, + "description": { + "en": "Agriculture and Agri-Food Canada (AAFC) is the federal department responsible for policies and programs that support the Canadian agriculture and agri-food sector. AAFC provides comprehensive agricultural data, research, and statistics through its open data portal, including satellite-based crop inventories, land use time series, agri-environmental spatial data, and market information. The department supports innovation, competitiveness, sustainable practices, and market development for Canadian agriculture.", + "zh": "加拿大农业与农业食品部(AAFC)是负责支持加拿大农业和农业食品行业政策和计划的联邦部门。AAFC 通过其开放数据门户提供全面的农业数据、研究和统计信息,包括基于卫星的作物清单、土地利用时间序列、农业环境空间数据和市场信息。该部门支持加拿大农业的创新、竞争力、可持续实践和市场发展。" }, + "website": "https://agriculture.canada.ca/en", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "api_url": "https://agriculture.canada.ca/en/science/scientific-collaboration/open-data", "authority_level": "government", + "country": "CA", + "domains": [ + "Agriculture", + "Crop Production", + "Land Use", + "Geospatial Data", + "Environmental Monitoring", + "Agricultural Economics", + "Food Security", + "Agricultural Research", + "Market Information" + ], + "geographic_scope": "national", + "update_frequency": "annual", "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "tags": [ + "agriculture", + "canada", + "crop-inventory", + "land-use", + "geospatial", + "satellite-imagery", + "environmental-data", + "agricultural-statistics", + "open-data", + "government", + "soil-quality", + "market-information", + "agricultural-research", + "census-agriculture", + "food-security" + ], + "file_path": "countries/north-america/canada/aafc.json" }, { - "id": "acad-conferenceboard", + "id": "alpha-vantage", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, "description": { - "en": "The Conference Board is a leading source of economic indicators and analysis, publishing the widely-cited Consumer Confidence Index and Leading Economic Indicators (LEI). Since taking over the LEI from the US government in 1995, they provide comprehensive economic data on business cycles, labor trends, and economic outlooks for major economies worldwide. Their authoritative data includes leading, coincident, and lagging indexes designed to signal peaks and troughs in business cycles.", - "zh": "世界大型企业联合会是领先的经济指标和分析来源,发布广受引用的消费者信心指数和领先经济指标(LEI)。自1995年从美国政府接管LEI以来,他们为全球主要经济体提供关于商业周期、劳动力趋势和经济展望的全面经济数据。其权威数据包括旨在预示商业周期峰谷的领先、同步和滞后指标。" + "en": "Alpha Vantage provides free JSON APIs for realtime and historical stock market data, forex, cryptocurrencies, commodities, and economic indicators. The platform offers 50+ technical indicators, covering 200,000+ tickers across 20+ global exchanges with over 20 years of historical depth. Built for developers and investors, it supports multiple temporal resolutions (intraday, daily, weekly, monthly) and features eight major API categories including Core Time Series, US Options, Alpha Intelligence, Fundamental Data, and more.", + "zh": "Alpha Vantage 提供免费的 JSON API,用于获取实时和历史股票市场数据、外汇、加密货币、大宗商品和经济指标。该平台提供 50 多种技术指标,涵盖 20 多个全球交易所的 200,000 多个股票代码,拥有超过 20 年的历史数据深度。专为开发人员和投资者打造,支持多种时间分辨率(盘中、每日、每周、每月),包含八大主要 API 类别:核心时间序列、美国期权、Alpha Intelligence、基本面数据等。" }, - "website": "https://www.conference-board.org", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "api_url": null, + "website": "https://www.alphavantage.co/", + "data_url": "https://www.alphavantage.co/", + "api_url": "https://www.alphavantage.co/documentation/", + "authority_level": "commercial", "country": null, "domains": [ - "economics", - "business cycles", - "consumer confidence", - "labor markets", - "employment", - "economic forecasting" + "Stock Markets", + "Foreign Exchange", + "Cryptocurrencies", + "Commodities", + "Economic Indicators", + "Technical Analysis" ], "geographic_scope": "global", - "update_frequency": "monthly", + "update_frequency": "real-time", + "has_api": true, "tags": [ - "economics", - "business-cycles", - "leading-indicators", - "consumer-confidence", - "employment", - "economic-forecasting", - "ceo-confidence", - "labor-markets", - "time-series" + "stock-market", + "financial-data", + "api", + "real-time", + "technical-indicators", + "forex", + "cryptocurrency", + "commodities", + "economic-indicators", + "time-series", + "free-tier", + "developer-friendly" ], - "data_content": { - "en": [ - "Business Cycle Indicators (LEI, CEI, Lagging Index)", - "Consumer Confidence Index (US and Global)", - "CEO Confidence Survey (US and Europe)", - "Employment Trends Index", - "Help Wanted OnLine Index", - "Global Economic Outlook", - "Total Economy Database" - ], - "zh": [ - "商业周期指标(领先、同步、滞后指标)", - "消费者信心指数(美国和全球)", - "CEO信心调查(美国和欧洲)", - "就业趋势指数", - "在线招聘指数", - "全球经济展望", - "全经济数据库" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" }, { - "id": "ggdc-databases", + "id": "alphafold-db", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, "description": { - "en": "The Groningen Growth and Development Centre (GGDC) is a platform for research on economic growth and development, maintaining comprehensive databases on indicators of growth and development. The GGDC provides multiple databases covering productivity (Penn World Table, EU KLEMS, World KLEMS), global value chains (WIOD), historical development (Maddison Project), and structural change (10-Sector Database, Africa Sector Database). These databases enable cross-country comparisons and long-term analysis of economic performance.", - "zh": "格罗宁根增长与发展中心(GGDC)是经济增长和发展研究的平台,维护着全面的增长和发展指标数据库。GGDC提供多个数据库,涵盖生产率(宾州世界表、欧盟KLEMS、世界KLEMS)、全球价值链(WIOD)、历史发展(麦迪逊项目)和结构变化(10部门数据库、非洲部门数据库)。这些数据库支持跨国比较和经济表现的长期分析。" + "en": "AlphaFold Protein Structure Database provides open access to over 200 million protein structure predictions powered by AlphaFold AI system. Developed by Google DeepMind in partnership with EMBL's European Bioinformatics Institute (EMBL-EBI), it offers nearly all catalogued proteins known to science with unprecedented accuracy and speed. The database enables scientists to understand protein structures computationally, dramatically accelerating biological research, drug discovery, and our understanding of life itself.", + "zh": "AlphaFold蛋白质结构数据库提供超过2亿个由AlphaFold人工智能系统预测的蛋白质结构的开放访问。由Google DeepMind与EMBL欧洲生物信息学研究所(EMBL-EBI)合作开发,涵盖几乎所有已知科学的蛋白质,具有前所未有的准确性和速度。该数据库使科学家能够通过计算理解蛋白质结构,极大地加速生物学研究、药物发现以及对生命本身的理解。" }, - "website": "https://www.rug.nl/ggdc/", - "data_url": "https://www.rug.nl/ggdc/", - "api_url": null, + "website": "https://www.ebi.ac.uk", + "data_url": "https://alphafold.com", + "api_url": "https://alphafold.com/api-docs", + "authority_level": "international", "country": null, "domains": [ - "economics", - "productivity", - "development", - "trade", - "structural-change" + "Structural Biology", + "Proteomics", + "Drug Discovery", + "Molecular Biology", + "Biotechnology", + "Bioinformatics" ], "geographic_scope": "global", - "update_frequency": "annual", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "productivity", - "economic-growth", - "development", - "input-output-tables", - "global-value-chains", - "historical-gdp", - "structural-change", - "sectoral-data", - "academic-research", - "open-data" + "protein structure", + "structural biology", + "AI prediction", + "machine learning", + "proteomics", + "drug discovery", + "bioinformatics", + "AlphaFold", + "DeepMind", + "EMBL-EBI", + "computational biology", + "3D structure", + "protein folding" ], - "data_content": { - "en": [ - "Productivity - Penn World Table (GDP, productivity, capital, labor)", - "Productivity - EU KLEMS (capital, labor, energy, materials, services)", - "Productivity - World KLEMS Initiative (industry-level productivity)", - "Productivity - Productivity Level Database (comparative productivity levels)", - "Global Value Chains - WIOD (World Input-Output Database)", - "Global Value Chains - WIOT (World Input-Output Tables)", - "Historical Development - Maddison Project (long-run GDP estimates since 1 AD)", - "Structural Change - 10-Sector Database (sectoral employment and value added)", - "Structural Change - Africa Sector Database (African economies)", - "Trade and international linkages data" - ], - "zh": [ - "生产率 - 宾州世界表(GDP、生产率、资本、劳动)", - "生产率 - 欧盟KLEMS(资本、劳动、能源、材料、服务)", - "生产率 - 世界KLEMS计划(行业级生产率)", - "生产率 - 生产率水平数据库(比较生产率水平)", - "全球价值链 - WIOD(世界投入产出数据库)", - "全球价值链 - WIOT(世界投入产出表)", - "历史发展 - 麦迪逊项目(公元1年以来的长期GDP估算)", - "结构变化 - 10部门数据库(部门就业和增加值)", - "结构变化 - 非洲部门数据库(非洲经济体)", - "贸易和国际联系数据" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "academic/economics/ggdc-databases.json" + "file_path": "academic/biology/alphafold-db.json" }, { - "id": "nber-data", + "id": "asian-barometer", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, "description": { - "en": "A private, nonprofit research organization facilitating cutting-edge economic research. Features over 34,000 working papers, public-use economic datasets, and comprehensive economic indicators. Affiliated with 1,800+ economists including 43 Nobel Prize winners.", - "zh": "私营非营利研究组织,促进前沿经济研究。包含超过34,000篇工作论文、公共使用经济数据集和全面的经济指标。拥有1,800多名经济学家,其中包括43位诺贝尔奖获得者。" + "en": "The Asian Barometer Survey (ABS) is a comparative survey research program on public opinion regarding political values, democracy, and governance across Asia. The survey network encompasses research teams from 18 East Asian political systems (Japan, Mongolia, South Korea, Taiwan, Hong Kong, China, Philippines, Thailand, Vietnam, Cambodia, Singapore, Indonesia, Malaysia) and 5 South Asian countries (India, Pakistan, Bangladesh, Sri Lanka, Nepal). National probability sample surveys have been conducted over six waves, with the most recent Wave 6 conducted from 2021-2023.", + "zh": "亚洲民主动态调查(ABS)是一个关于亚洲地区政治价值观、民主和治理的公众意见比较调查研究项目。调查网络涵盖来自18个东亚政治体系(日本、蒙古、韩国、台湾、香港、中国大陆、菲律宾、泰国、越南、柬埔寨、新加坡、印度尼西亚、马来西亚)和5个南亚国家(印度、巴基斯坦、孟加拉国、斯里兰卡、尼泊尔)的研究团队。已在约20个国家进行了六轮国家概率抽样调查,最新的第6轮调查于2021-2023年进行。" }, - "website": "https://www.nber.org", - "data_url": "https://www.nber.org", + "website": "https://asianbarometer.org", + "data_url": "https://asianbarometer.org", "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "economics", - "finance", - "labor", - "health", - "productivity" + "Political Science", + "Democracy Studies", + "Public Opinion", + "Governance", + "Political Values", + "Electoral Studies", + "Social Science" ], - "geographic_scope": "global", - "update_frequency": "weekly", + "geographic_scope": "regional", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "economics", - "research-papers", - "working-papers", - "business-cycle", - "labor-economics", - "productivity", - "financial-markets", - "health-economics", - "academic-research", - "nobel-laureates" + "political science", + "democracy", + "survey", + "public opinion", + "Asia", + "governance", + "electoral studies", + "political values", + "comparative politics", + "social science", + "Taiwan", + "academia sinica" ], - "data_content": { - "en": [ - "Working papers on economic research (34,000+ papers)", - "Business cycle dating and recession indicators", - "Labor economics and employment data", - "Productivity and economic growth metrics", - "Health economics and policy research", - "International trade and finance data", - "Public-use microdata from research projects", - "Economic indicators and releases aggregation", - "Monetary economics and financial markets research" - ], - "zh": [ - "经济研究工作论文(34,000+篇)", - "商业周期确定和衰退指标", - "劳动经济学和就业数据", - "生产率和经济增长指标", - "健康经济学和政策研究", - "国际贸易和金融数据", - "研究项目的公共使用微观数据", - "经济指标和发布聚合", - "货币经济学和金融市场研究" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "academic/economics/nber.json" + "file_path": "academic/social/asian-barometer.json" }, { - "id": "penn-world-table", + "id": "adb-vietnam", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, "description": { - "en": "Penn World Table (PWT) version 11.0 is a comprehensive database with information on relative levels of income, output, input and productivity, covering 185 countries between 1950 and 2023. It provides data on real GDP using various measurement methods (national accounts and PPP-based), employment, educational attainment, capital stock, and other variables essential for cross-country comparisons and growth studies.", - "zh": "宾州世界表(PWT) 11.0版本是一个全面的数据库,提供收入、产出、投入和生产率的相对水平信息,覆盖185个国家1950年至2023年的数据。它提供使用各种测量方法(国民账户和购买力平价)的实际GDP、就业、教育程度、资本存量以及其他跨国比较和增长研究所需的变量。" + "en": "Comprehensive economic development indicators and statistics for Vietnam from the Asian Development Bank (ADB). Covers GDP growth, inflation, economic forecasts, poverty statistics, government finance, trade, balance of payments, and development assistance data. Includes data from the Key Indicators Database, Asian Development Outlook (ADO), and country-specific economic analysis.", + "zh": "亚洲开发银行(ADB)提供的越南综合经济发展指标和统计数据。涵盖GDP增长、通货膨胀、经济预测、贫困统计、政府财政、贸易、国际收支和发展援助数据。包括来自关键指标数据库、亚洲发展展望(ADO)和越南国别经济分析的数据。" }, - "website": "https://www.rug.nl/ggdc/", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "website": "https://www.adb.org", + "data_url": "https://www.adb.org/countries/viet-nam/data", "api_url": null, - "country": null, + "authority_level": "international", + "country": "VN", "domains": [ "economics", + "finance", "development", - "productivity" + "social" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "annual", + "has_api": false, "tags": [ - "gdp", - "productivity", - "economic-growth", - "development-accounting", - "cross-country-comparison", - "panel-data", - "purchasing-power-parity", - "academic-research", - "open-data" + "asian-development-bank", + "亚洲开发银行", + "adb", + "vietnam", + "越南", + "viet-nam", + "economic-indicators", + "经济指标", + "gdp-growth", + "gdp增长", + "inflation", + "通货膨胀", + "economic-forecast", + "经济预测", + "poverty", + "贫困", + "development-data", + "发展数据", + "key-indicators", + "关键指标", + "asian-development-outlook", + "亚洲发展展望", + "ado", + "government-finance", + "政府财政", + "trade", + "贸易", + "balance-of-payments", + "国际收支", + "country-data", + "国别数据" ], - "data_content": { - "en": [ - "Real GDP (national accounts and PPP-based measures)", - "GDP per capita and population data", - "Employment and labor force statistics", - "Human capital and educational attainment", - "Capital stock by asset type", - "Total factor productivity (TFP) estimates", - "Labor shares and compensation", - "Trade data (exports and imports by category)", - "Exchange rates and price levels", - "National accounts data in current and constant prices" - ], - "zh": [ - "实际GDP(国民账户和购买力平价测量)", - "人均GDP和人口数据", - "就业和劳动力统计", - "人力资本和教育程度", - "按资产类型分类的资本存量", - "全要素生产率(TFP)估算", - "劳动份额和报酬", - "贸易数据(按类别分类的出口和进口)", - "汇率和价格水平", - "现价和不变价国民账户数据" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "academic/economics/penn-world-table.json" + "file_path": "international/economics/adb-vietnam.json" }, { - "id": "world-inequality-database", + "id": "adb-data-library", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "description": { - "en": "The World Inequality Database (WID.world) is the most extensive public database on global inequality. It provides open access data on income and wealth inequality based on the systematic combination of national accounts, survey and fiscal data. The database covers over 70 countries across 5 continents, with historical data extending back to the early 20th century for some countries. WID.world is maintained by more than 100 researchers worldwide and is the primary source of data for the World Inequality Report.", - "zh": "世界不平等数据库(WID.world)是全球最广泛的公共不平等数据库。它基于国民账户、调查和财政数据的系统性结合,提供收入和财富不平等的开放访问数据。该数据库覆盖5大洲70多个国家,部分国家的历史数据可追溯至20世纪初。WID.world由全球100多位研究人员维护,是世界不平等报告的主要数据来源。" + "en": "The ADB Data Library is the central repository for all of the Asian Development Bank's public data, providing comprehensive access to economic, financial, social, and environmental data for the Asia and Pacific region. Established by ADB, a multilateral development bank founded in 1966 with 69 member economies, the platform offers 284 datasets, 67 dashboards, and 14 data stories covering macroeconomic indicators, development statistics, climate change financing, infrastructure investment, and social indicators. Data is accessible through web interfaces and APIs, supporting evidence-based policymaking across Asia and the Pacific.", + "zh": "亚洲开发银行数据库是亚洲开发银行所有公共数据的中央存储库,为亚太地区提供经济、金融、社会和环境数据的全面访问。该平台由亚洲开发银行建立,亚行是成立于1966年的多边开发银行,拥有69个成员经济体。平台提供284个数据集、67个仪表板和14个数据故事,涵盖宏观经济指标、发展统计、气候变化融资、基础设施投资和社会指标。数据可通过网页界面和API访问,支持亚太地区的循证决策。" }, - "website": "https://wid.world/", - "data_url": "https://wid.world/", - "api_url": "https://wid.world/data/", + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://kidb.adb.org/api", + "authority_level": "international", "country": null, "domains": [ - "economics", - "inequality", - "social" + "Economics", + "Development Finance", + "Social Statistics", + "Infrastructure", + "Climate Change", + "Public Finance", + "Trade", + "Balance of Payments", + "Labor Market", + "Poverty and Inequality", + "Education", + "Health", + "Energy", + "Environment", + "Regional Integration" ], - "geographic_scope": "global", - "update_frequency": "annual", + "geographic_scope": "regional", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "inequality", - "income-distribution", - "wealth-distribution", - "top-incomes", + "adb", + "asian-development-bank", + "亚洲开发银行", + "亚行", + "development-data", + "发展数据", + "asia-pacific", + "亚太地区", + "macroeconomic-indicators", + "宏观经济指标", + "social-indicators", + "社会指标", + "sdg", + "sustainable-development-goals", + "可持续发展目标", + "national-accounts", + "国民账户", + "gdp", + "inflation", + "通货膨胀", + "government-finance", + "政府财政", + "trade-statistics", + "贸易统计", + "balance-of-payments", + "国际收支", + "labor-statistics", + "劳动统计", "poverty", - "gender-inequality", - "distributional-accounts", - "gini-coefficient", - "academic-research", - "open-data" + "贫困", + "infrastructure-investment", + "基础设施投资", + "climate-finance", + "气候融资", + "development-finance", + "发展融资", + "key-indicators", + "关键指标", + "kidb", + "sdmx-api" ], - "data_content": { - "en": [ - "Income inequality - pre-tax and post-tax income distribution", - "Wealth inequality - household wealth distribution", - "Top income shares - top 10%, top 1%, top 0.1% shares", - "Bottom income shares - bottom 50%, bottom 90% shares", - "Gender inequality - income and wealth gaps by gender", - "Wealth-income ratios - aggregate wealth to income ratios", - "Poverty indicators - poverty rates and thresholds", - "National income and wealth accounts", - "Gini coefficients and other inequality measures", - "Historical inequality series dating back to 1900" - ], - "zh": [ - "收入不平等 - 税前和税后收入分配", - "财富不平等 - 家庭财富分配", - "顶层收入份额 - 前10%、前1%、前0.1%份额", - "底层收入份额 - 后50%、后90%份额", - "性别不平等 - 按性别划分的收入和财富差距", - "财富收入比 - 总财富与收入比率", - "贫困指标 - 贫困率和贫困线", - "国民收入和财富账户", - "基尼系数和其他不平等测量指标", - "追溯至1900年的历史不平等序列" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/economics/world-inequality-database.json" + "file_path": "international/development/adb-data-library.json" }, { - "id": "copernicus-open-access-hub", + "id": "adb-data", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, "description": { - "en": "The Copernicus Open Access Hub (legacy service, retired Nov 2, 2023) provided free and open access to Sentinel satellite Earth observation data. It has been replaced by the Copernicus Data Space Ecosystem, which offers enhanced access to comprehensive Sentinel mission data including radar, optical, and atmospheric measurements for environmental monitoring, climate research, and disaster management.", - "zh": "哥白尼开放访问中心(遗留服务,已于2023年11月2日退役)提供免费开放的Sentinel卫星地球观测数据访问。现已被哥白尼数据空间生态系统取代,该系统提供增强的Sentinel任务综合数据访问,包括雷达、光学和大气测量数据,用于环境监测、气候研究和灾害管理。" - }, - "website": "https://www.esa.int", - "data_url": "https://dataspace.copernicus.eu/", - "api_url": "https://documentation.dataspace.copernicus.eu/", - "country": null, - "domains": [ - "environment", - "climate", - "ocean", - "land", - "atmosphere", - "disaster_management" - ], - "geographic_scope": "global", - "update_frequency": "daily", - "tags": [ - "satellite", - "earth_observation", - "remote_sensing", - "sentinel", - "copernicus", - "ESA", - "radar", - "optical", - "atmospheric", - "climate", - "environment", - "global", - "open_data" - ], - "data_content": { - "en": [ - "Radar Imaging (SAR) - Land surface topography, Ocean surface winds and waves, Sea ice cover and thickness, Soil moisture and vegetation", - "Optical Imaging - Land cover and vegetation monitoring, Coastal and inland water monitoring, Ocean color and land surface temperature, High-resolution multispectral imagery (10-60m)", - "Atmospheric Monitoring - Air quality and pollution monitoring, Greenhouse gas concentrations, Ozone and UV radiation, Aerosols and trace gases", - "Ocean Altimetry - Sea surface height, Ocean topography and currents, Significant wave height" - ], - "zh": [ - "雷达成像(合成孔径雷达) - 陆地表面地形、海洋表面风和波浪、海冰覆盖和厚度、土壤湿度和植被", - "光学成像 - 土地覆盖和植被监测、海岸和内陆水体监测、海洋颜色和陆地表面温度、高分辨率多光谱影像(10-60米)", - "大气监测 - 空气质量和污染监测、温室气体浓度、臭氧和紫外线辐射、气溶胶和痕量气体", - "海洋测高 - 海平面高度、海洋地形和洋流、有效波高" - ] + "en": "The ADB Data Library is the central repository and portal for all of ADB's public data. It provides comprehensive economic, social, and financial indicators for Asia and the Pacific region, including the Key Indicators Database (KIDB) which is one of the world's most comprehensive resources for macroeconomic and social indicators. The library includes country dashboards, over 180 datasets, data stories, and visualization tools. Data is shareable and machine-readable, covering national accounts, prices, government finance, trade, balance of payments, money and banking, external debt, population, labor force, and social indicators.", + "zh": "亚洲开发银行数据库是 ADB 所有公共数据的中央存储库和门户。它为亚太地区提供全面的经济、社会和金融指标,包括关键指标数据库(KIDB),这是世界上最全面的宏观经济和社会指标资源之一。数据库包含国家仪表板、180多个数据集、数据故事和可视化工具。数据可共享且机器可读,涵盖国民账户、价格、政府财政、贸易、国际收支、货币与银行、外债、人口、劳动力和社会指标。" }, + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://kidb.adb.org/api", "authority_level": "international", - "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" - }, - { - "id": "clinicaltrials-gov", - "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" - }, - "description": { - "en": "ClinicalTrials.gov is a database of privately and publicly funded clinical studies conducted around the world. It provides information about a clinical trial's purpose, who may participate, locations, and phone numbers for more details. The database is maintained by the U.S. National Library of Medicine and contains over 400,000 research studies in all 50 states and in 220 countries.", - "zh": "临床试验注册数据库是一个全球范围内私人和公共资助临床研究的数据库。它提供关于临床试验目的、参与资格、地点和联系方式等信息。该数据库由美国国家医学图书馆维护,包含超过40万项研究,覆盖美国所有50个州和220个国家。" - }, - "website": "https://www.nlm.nih.gov/", - "data_url": "https://clinicaltrials.gov/", - "api_url": "https://clinicaltrials.gov/data-api/api", "country": null, "domains": [ - "health", - "clinical_research", - "medical_trials" + "economics", + "finance", + "social", + "development" ], - "geographic_scope": "global", - "update_frequency": "daily", + "geographic_scope": "regional", + "update_frequency": "annual", + "has_api": true, "tags": [ - "clinical trials", - "medical research", - "NIH", - "NLM", - "drug trials", - "patient recruitment", - "NCT number", - "clinical research", - "medical studies", - "FDA", - "public health", - "evidence-based medicine", - "API" + "asian-development", + "asia-pacific", + "economic-indicators", + "social-statistics", + "development-finance", + "international-organization", + "sdmx", + "open-data", + "api" ], - "data_content": { - "en": [ - "Clinical Trial Registry - Basic trial information (title, NCT number, status, sponsor, conditions studied)", - "Study Design - Trial phase, intervention type, randomization, blinding, endpoints", - "Eligibility Criteria - Inclusion/exclusion criteria, age ranges, sex, healthy volunteers", - "Locations and Contacts - Facility names, addresses, recruitment status, principal investigators", - "Outcomes and Measures - Primary and secondary outcome measures, time frames", - "Results Data - Participant flow, baseline characteristics, outcome measures, adverse events", - "Study Documents - Protocols, statistical analysis plans, informed consent forms", - "Interventions - Drugs, devices, procedures, behavioral interventions being tested" - ], - "zh": [ - "临床试验注册 - 基本试验信息(标题、NCT编号、状态、发起人、研究疾病)", - "研究设计 - 试验阶段、干预类型、随机化、盲法、终点指标", - "入选标准 - 纳入/排除标准、年龄范围、性别、健康志愿者", - "地点和联系方式 - 机构名称、地址、招募状态、主要研究者", - "结果和测量指标 - 主要和次要结果指标、时间框架", - "结果数据 - 参与者流程、基线特征、结果测量、不良事件", - "研究文档 - 方案、统计分析计划、知情同意书", - "干预措施 - 正在测试的药物、设备、程序、行为干预" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json" + "file_path": "international/development/adb-data.json" }, { - "id": "dhs", + "id": "adb-key-indicators", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, "description": { - "en": "The DHS Program provides technical assistance for population and health surveys in developing countries. It delivers nationally-representative household surveys on population, health, HIV, and nutrition, providing data to policymakers and program managers to monitor and evaluate programs, and to researchers to further describe and better understand important health issues. The program has conducted over 400 surveys in more than 90 countries since 1984.", - "zh": "人口与健康调查项目为发展中国家提供人口和健康调查技术援助。它提供全国代表性的家庭调查数据,涵盖人口、健康、艾滋病和营养,为政策制定者和项目管理者监测评估项目提供数据,为研究人员提供重要健康问题的描述和理解。自1984年以来,该项目已在90多个国家进行了400多次调查。" + "en": "The Key Indicators for Asia and the Pacific is the flagship annual statistical publication of the Asian Development Bank (ADB). It presents the latest statistics on a comprehensive set of economic, financial, social, environmental, and Sustainable Development Goals (SDG) indicators for ADB's 49 regional member economies. The publication covers eight thematic areas including People, Economy and Output, Money, Finance and Prices, Globalization, Transport and Communication, Energy and Electricity, Environment, and Government and Governance. The data is accessible through the Key Indicators Database (KIDB), one of the world's most comprehensive resources for macroeconomic and social indicators across Asia and the Pacific region.", + "zh": "《亚洲及太平洋地区关键指标》是亚洲开发银行(ADB)的旗舰年度统计出版物。它提供亚行49个区域成员经济体的经济、金融、社会、环境和可持续发展目标(SDG)指标的最新统计数据。该出版物涵盖八个主题领域,包括人口、经济与产出、货币金融与价格、全球化、交通与通信、能源与电力、环境、政府与治理。数据可通过关键指标数据库(KIDB)访问,这是世界上最全面的亚太地区宏观经济和社会指标资源之一。" }, - "website": "https://www.usaid.gov/", - "data_url": "https://dhsprogram.com/", - "api_url": "https://api.dhsprogram.com/", + "website": "https://www.adb.org", + "data_url": "https://kidb.adb.org", + "api_url": "https://kidb.adb.org/api", + "authority_level": "international", "country": null, "domains": [ - "health", - "demographics", - "population" + "Economics", + "Finance", + "Social Development", + "Demographics", + "Environment", + "Infrastructure", + "Energy", + "Transportation", + "Communications", + "Government Finance", + "Trade", + "Sustainable Development Goals" ], "geographic_scope": "regional", - "update_frequency": "irregular", + "update_frequency": "annual", + "has_api": true, "tags": [ - "demographic surveys", - "health surveys", - "DHS", - "USAID", - "developing countries", - "maternal health", - "child health", - "HIV/AIDS", - "family planning", - "fertility", - "nutrition", - "household surveys", - "STATcompiler" + "asian-development-bank", + "adb", + "key-indicators", + "亚洲开发银行", + "关键指标", + "asia-pacific", + "亚太地区", + "economic-indicators", + "经济指标", + "social-statistics", + "社会统计", + "sdg", + "可持续发展目标", + "macroeconomic-data", + "宏观经济数据", + "development-statistics", + "发展统计", + "kidb", + "sdmx", + "regional-data", + "区域数据", + "statistical-database", + "统计数据库" ], - "data_content": { - "en": [ - "Fertility and Family Planning - Contraceptive use, unmet need, fertility preferences, total fertility rate", - "Maternal and Child Health - Antenatal care, delivery care, postnatal care, childhood vaccinations, child nutrition", - "HIV/AIDS and STIs - HIV prevalence, knowledge and attitudes, testing, treatment, behavior", - "Nutrition - Anthropometric measurements (height, weight), micronutrient intake, infant and child feeding practices", - "Malaria - Ownership and use of insecticide-treated nets, malaria testing and treatment", - "Water and Sanitation - Access to improved water sources, sanitation facilities, hygiene practices", - "Women's Empowerment - Decision-making, attitudes toward gender roles, experience of violence", - "Household Characteristics - Wealth index, education, assets, housing conditions" - ], - "zh": [ - "生育和计划生育 - 避孕使用、未满足需求、生育偏好、总和生育率", - "母婴健康 - 产前护理、分娩护理、产后护理、儿童疫苗接种、儿童营养", - "艾滋病和性传播疾病 - 艾滋病患病率、知识态度、检测、治疗、行为", - "营养 - 人体测量(身高、体重)、微量营养素摄入、婴幼儿喂养实践", - "疟疾 - 驱虫蚊帐拥有和使用、疟疾检测和治疗", - "水和卫生 - 改良水源获取、卫生设施、卫生习惯", - "女性赋权 - 决策权、对性别角色的态度、暴力经历", - "家庭特征 - 财富指数、教育、资产、住房条件" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "academic/health/dhs.json" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "ghdx", + "id": "adb-ado", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "description": { - "en": "The Global Health Data Exchange (GHDx) is the world's most comprehensive catalog of surveys, censuses, vital statistics, and other health-related data. Created and supported by IHME, it provides a centralized place for researchers, policymakers, and health practitioners to discover and access health and demographic data from around the world. The catalog includes both IHME-produced estimates from the Global Burden of Disease (GBD) study and data from external organizations covering surveys, registries, administrative health data, and financial data related to health.", - "zh": "全球健康数据交换平台(GHDx)是世界上最全面的调查、人口普查、生命统计和其他健康相关数据目录。由IHME创建和支持,为研究人员、政策制定者和健康从业者提供一个集中的平台来发现和访问全球健康和人口数据。该目录既包括IHME从全球疾病负担(GBD)研究中产生的估算数据,也包括来自外部组织的调查、登记、行政健康数据和健康相关财务数据。" + "en": "The Asian Development Outlook (ADO) is the flagship economic analysis publication of the Asian Development Bank. Published quarterly (April, July, September, and December), it provides comprehensive GDP growth forecasts, inflation rate projections, and economic analysis for 46 ADB developing member economies across five subregions: Caucasus and Central Asia, East Asia, South Asia, Southeast Asia, and The Pacific. The ADO delivers evidence-based policy recommendations for policymakers to address economic and development challenges in the Asia-Pacific region.", + "zh": "亚洲开发展望(ADO)是亚洲开发银行的旗舰经济分析出版物。该报告每季度发布一次(4月、7月、9月和12月),为亚行46个发展中成员经济体提供全面的GDP增长预测、通货膨胀率预测和经济分析,涵盖五个次区域:高加索和中亚、东亚、南亚、东南亚和太平洋地区。ADO为政策制定者提供基于证据的政策建议,以应对亚太地区的经济和发展挑战。" }, - "website": "https://www.healthdata.org/", - "data_url": "https://ghdx.healthdata.org/", - "api_url": "https://ghdx.healthdata.org/ihme-api", + "website": "https://www.adb.org", + "data_url": "https://www.adb.org/outlook", + "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "health", - "demographics", - "epidemiology", - "mortality", - "disease burden", - "health financing", - "risk factors", - "health systems" + "Economics", + "Economic Forecasting", + "Macroeconomics", + "Finance", + "Development Economics", + "GDP Growth", + "Inflation", + "Poverty Analysis", + "Regional Economics", + "Public Sector Management" ], - "geographic_scope": "global", - "update_frequency": "irregular", + "geographic_scope": "regional", + "update_frequency": "quarterly", + "has_api": false, "tags": [ - "global health", - "disease burden", - "GBD", - "IHME", - "mortality", - "epidemiology", - "health metrics", - "DALYs", - "life expectancy", - "health financing", - "risk factors", - "vaccination", - "health surveys", - "vital statistics", - "demographic data" + "asian-development-bank", + "adb", + "ado", + "asian-development-outlook", + "亚洲开发银行", + "亚洲开发展望", + "economic-forecasting", + "经济预测", + "gdp-growth", + "gdp", + "国内生产总值", + "经济增长", + "inflation", + "通货膨胀", + "asia-pacific", + "亚太地区", + "developing-economies", + "发展中经济体", + "macroeconomic-indicators", + "宏观经济指标", + "economic-outlook", + "经济展望", + "regional-economics", + "区域经济", + "development-analysis", + "发展分析", + "poverty", + "贫困", + "china", + "中国", + "india", + "印度", + "southeast-asia", + "东南亚", + "central-asia", + "中亚", + "caucasus", + "高加索", + "pacific-islands", + "太平洋岛国" ], - "data_content": { - "en": [ - "Global Burden of Disease (GBD) - Mortality, morbidity, DALYs, risk factors for 369 diseases and injuries across 204 countries", - "Cause-Specific Mortality - Deaths by specific causes, age-standardized rates, years of life lost", - "Demographics - Population estimates, life expectancy, fertility rates, migration data", - "Health Financing - Health spending by country, development assistance for health, health expenditure forecasts", - "Risk Factors - Exposure to behavioral, environmental, and metabolic risks; risk-attributable burden", - "Disease-Specific Estimates - Chronic diseases, infectious diseases, maternal and child health, mental health, injuries", - "Vaccination Coverage - Routine childhood immunization rates, coverage forecasts", - "Healthcare Performance - Health system efficiency, quality indicators, access metrics", - "Surveys and Censuses - Demographic and Health Surveys, vital registration, population censuses", - "Subnational Data - County and province-level estimates for select countries" - ], - "zh": [ - "全球疾病负担(GBD) - 204个国家369种疾病和伤害的死亡率、发病率、伤残调整生命年、风险因素", - "特定原因死亡率 - 特定原因导致的死亡、年龄标准化率、生命损失年", - "人口统计 - 人口估算、预期寿命、生育率、迁移数据", - "健康融资 - 各国卫生支出、健康发展援助、卫生支出预测", - "风险因素 - 行为、环境和代谢风险暴露;风险归因负担", - "疾病特异性估算 - 慢性病、传染病、孕产妇和儿童健康、心理健康、伤害", - "疫苗接种覆盖率 - 常规儿童免疫接种率、覆盖率预测", - "医疗保健绩效 - 卫生系统效率、质量指标、获取指标", - "调查和人口普查 - 人口与健康调查、生命登记、人口普查", - "次国家数据 - 特定国家的县级和省级估算" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "international/economics/adb-ado.json" }, { - "id": "pubmed", + "id": "china-rare-earth-association", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, "description": { - "en": "PubMed is a free resource supporting the search and retrieval of biomedical and life sciences literature with the aim of improving health–both globally and personally. It contains more than 39 million citations and abstracts of biomedical literature from MEDLINE, life science journals, PubMed Central (PMC), and online books.", - "zh": "PubMed是一个免费资源,支持生物医学和生命科学文献的搜索和检索,旨在改善全球和个人健康。包含超过3900万条来自MEDLINE、生命科学期刊、PubMed Central (PMC)和在线图书的生物医学文献引用和摘要。" + "en": "The Association of China Rare Earth Industry (ACREI) was established in Beijing on April 8, 2012, approved by the Ministry of Industry and Information Technology and the Ministry of Civil Affairs. ACREI is a national non-profit industry organization composed of rare earth mining, smelting, separation, and application enterprises. The association provides daily rare earth product price data and price indices, industry statistics, policy guidance, technical standards formulation, and international cooperation services. It serves as a bridge between government and enterprises, promoting the healthy and sustainable development of China's rare earth industry.", + "zh": "中国稀土行业协会(ACREI)经中华人民共和国工业和信息化部审核、中华人民共和国民政部批准,于2012年4月8日在北京成立。协会是由稀土开采企业、稀土冶炼分离企业、稀土应用企业、事业单位、社团组织和个人自愿组成的全国性非盈利社团组织。协会发布每日稀土产品价格及价格指数,提供行业统计数据、政策引导、技术标准制定和国际合作等服务,发挥政府和企业之间的桥梁、纽带作用,促进稀土行业健康和可持续发展。" }, - "website": "https://www.ncbi.nlm.nih.gov/", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", - "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", - "country": null, + "website": "https://ac-rei.org.cn", + "data_url": "https://ac-rei.org.cn", + "api_url": null, + "authority_level": "market", + "country": "CN", "domains": [ - "health", - "biomedical", - "life_sciences" + "Mining", + "Rare Earth Industry", + "Metal Materials", + "Resource Management", + "Industrial Economics", + "Commodity Price" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "daily", + "has_api": false, "tags": [ - "biomedical literature", - "MEDLINE", - "citations", - "abstracts", - "life sciences", - "medical research", - "public health", - "clinical trials", - "MeSH", - "NIH", - "NLM", - "NCBI", - "E-utilities API" + "rare-earth", + "稀土", + "rare-earth-price-index", + "稀土价格指数", + "稀土价格", + "rare-earth-prices", + "磁性材料", + "magnetic-materials", + "储氢材料", + "hydrogen-storage", + "催化材料", + "catalyst", + "抛光材料", + "polishing-materials", + "发光材料", + "luminescent-materials", + "industry-association", + "行业协会", + "mining", + "采矿", + "稀土统计", + "rare-earth-statistics", + "稀土应用", + "rare-earth-applications", + "稀土资源", + "rare-earth-resources", + "ACREI" ], - "data_content": { - "en": [ - "MEDLINE Citations - Citations from journals selected for MEDLINE, indexed with MeSH (Medical Subject Headings) and curated with funding, genetic, chemical and other metadata", - "PubMed Central Articles - Full text archive articles from journals reviewed by NLM and individual articles archived in compliance with funder policies", - "Bookshelf Content - Citations for books, reports, databases, and documents related to biomedical, health, and life sciences", - "Author Information - Author names, affiliations, and ORCID identifiers", - "MeSH Terms - Medical Subject Headings vocabulary for consistent indexing and retrieval", - "Publication Types - Classification of articles by type (clinical trials, reviews, case reports, etc.)", - "Grant and Funding Information - Funding sources and grant numbers for research articles", - "Chemical and Genetic Data - Substance names, gene symbols, and related molecular information" - ], - "zh": [ - "MEDLINE引用文献 - 来自MEDLINE精选期刊的引文,使用MeSH主题词索引,并整理了资助、基因、化学等元数据", - "PubMed Central文章 - NLM审查期刊的全文存档文章,以及符合资助方政策的单篇文章存档", - "书架内容 - 与生物医学、健康和生命科学相关的图书、报告、数据库和文档的引用", - "作者信息 - 作者姓名、单位和ORCID标识符", - "MeSH主题词 - 用于一致索引和检索的医学主题词表", - "出版物类型 - 按类型分类文章(临床试验、综述、病例报告等)", - "资助信息 - 研究文章的资助来源和基金号", - "化学和基因数据 - 物质名称、基因符号和相关分子信息" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "academic/health/pubmed.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" }, { - "id": "tcga", + "id": "australia-abs", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "description": { - "en": "The Cancer Genome Atlas (TCGA) was a landmark cancer genomics program that molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. This joint effort between NCI and the National Human Genome Research Institute began in 2006, bringing together researchers from diverse disciplines and multiple institutions. Over 12 years, TCGA generated over 2.5 petabytes of genomic, epigenomic, transcriptomic, and proteomic data. The data, which has already led to improvements in diagnosing, treating, and preventing cancer, remains publicly available for anyone in the research community to use through the Genomic Data Commons (GDC).", - "zh": "癌症基因组图谱(TCGA)是一项里程碑式的癌症基因组学项目,对涵盖33种癌症类型的超过20,000个原发性癌症样本和匹配的正常样本进行了分子表征。该项目是NCI和国家人类基因组研究所(NHGRI)从2006年开始的联合工作,汇集了来自不同学科和多个机构的研究人员。在12年间,TCGA生成了超过2.5 PB的基因组、表观基因组、转录组和蛋白质组数据。这些数据已经改善了癌症的诊断、治疗和预防,并通过基因组数据共享平台(GDC)向所有研究人员公开。" + "en": "Australia's national statistical agency providing trusted official statistics on a wide range of economic, social, population and environmental matters. The ABS conducts the Census of Population and Housing every five years and provides comprehensive data through surveys, administrative data integration, and innovative satellite-based measurement methods.", + "zh": "澳大利亚国家统计局,提供涵盖经济、社会、人口和环境事务的可信官方统计数据。ABS每五年进行一次人口和住房普查,并通过调查、行政数据整合和创新的卫星测量方法提供全面的数据。" }, - "website": "https://www.cancer.gov/ccg", - "data_url": "https://portal.gdc.cancer.gov/", - "api_url": "https://gdc.cancer.gov/developers/gdc-application-programming-interface-api", - "country": "US", + "website": "https://www.abs.gov.au", + "data_url": "https://www.abs.gov.au", + "api_url": "https://www.abs.gov.au/about/data-services/application-programming-interfaces-apis/data-api-user-guide", + "authority_level": "government", + "country": "AU", "domains": [ - "cancer genomics", - "oncology", - "molecular biology", - "genomics", - "bioinformatics", - "precision medicine", - "biomedical research" + "demographics", + "economics", + "health", + "environment", + "population", + "housing", + "employment", + "business", + "trade", + "agriculture", + "education", + "innovation", + "government-finance" ], "geographic_scope": "national", "update_frequency": "irregular", + "has_api": true, "tags": [ - "cancer genomics", - "TCGA", - "NCI", - "NHGRI", - "GDC", - "whole genome sequencing", - "whole exome sequencing", - "RNA-seq", - "DNA methylation", - "copy number variation", - "somatic mutations", - "cancer types", - "precision medicine", - "oncology", - "biomarker discovery", - "pan-cancer analysis", - "molecular characterization", - "tumor genomics" + "australia", + "national-statistics", + "census", + "demographics", + "economic-indicators", + "population-data", + "labour-statistics", + "health-statistics", + "agricultural-data", + "environmental-data", + "open-data", + "api-available", + "creative-commons", + "government-data", + "oceania" ], - "data_content": { - "en": [ - "Whole Exome Sequencing - Tumor and normal matched samples from over 20,000 patients, mutation calls (VCF, MAF)", - "Whole Genome Sequencing - Select cases, BAM, VCF, and mutation calls", - "mRNA Expression - RNA sequencing data (BAM, normalized expression values per gene, isoform, exon, splice junction)", - "miRNA Sequencing - microRNA expression profiles across tumor types", - "Copy Number Variation - SNP microarray and copy number analysis, loss of heterozygosity data", - "DNA Methylation - Bisulfite sequencing and bead array data, CpG methylation patterns", - "Protein Expression - Reverse-phase protein array data for up to 1000 tumor samples", - "Clinical Data - Demographics, treatment information, survival data, pathology reports (XML, tab-delimited)", - "Biospecimen Data - Sample processing metadata from Biospecimen Core Resource", - "Diagnostic and Tissue Imaging - Whole slide images (SVS format), radiological images (MRI, CT, PET in DCM format)", - "Pan-Cancer Analysis - Cross-cancer analyses on cell-of-origin patterns, oncogenic processes, signaling pathways", - "33 Cancer Types - Including glioblastoma, breast, lung, colon, ovarian, and 28 other cancer types" - ], - "zh": [ - "全外显子组测序 - 来自超过20,000名患者的肿瘤和正常匹配样本,突变检测(VCF, MAF)", - "全基因组测序 - 特定病例的BAM、VCF和突变检测数据", - "mRNA表达 - RNA测序数据(BAM,基因/亚型/外显子/剪接位点的标准化表达值)", - "miRNA测序 - 跨肿瘤类型的微RNA表达谱", - "拷贝数变异 - SNP微阵列和拷贝数分析、杂合性丢失数据", - "DNA甲基化 - 亚硫酸氢盐测序和珠芯片数据、CpG甲基化模式", - "蛋白质表达 - 反相蛋白阵列数据(可达1000个肿瘤样本)", - "临床数据 - 人口统计学、治疗信息、生存数据、病理报告(XML,制表符分隔)", - "生物样本数据 - 生物样本核心资源的样本处理元数据", - "诊断和组织成像 - 全幻灯片图像(SVS格式)、放射学图像(MRI、CT、PET的DCM格式)", - "泛癌症分析 - 细胞起源模式、致癌过程、信号通路的跨癌症分析", - "33种癌症类型 - 包括胶质母细胞瘤、乳腺癌、肺癌、结肠癌、卵巢癌和其他28种癌症类型" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "countries/oceania/australia/abs.json" }, { - "id": "cern-open-data", + "id": "aus-aihw", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, "description": { - "en": "The CERN Open Data portal is the access point to a growing range of data produced through research performed at CERN. It disseminates the preserved output from various research activities, including collision data from the Large Hadron Collider (LHC) experiments. The portal provides over 5 petabytes of particle physics data from experiments including ALICE, ATLAS, CMS, DELPHI, LHCb, OPERA, PHENIX, and TOTEM, along with accompanying software, documentation, and analysis tools. Data products follow established global standards in data preservation and Open Science, with DOI identifiers for citations.", - "zh": "CERN 开放数据门户是获取 CERN 研究活动产生的各类数据的入口。它发布来自大型强子对撞机(LHC)实验的碰撞数据等多种研究输出。该门户提供超过 5 PB 的粒子物理数据,涵盖 ALICE、ATLAS、CMS、DELPHI、LHCb、OPERA、PHENIX 和 TOTEM 等实验,并配有软件、文档和分析工具。数据产品遵循全球数据保存和开放科学标准,带有 DOI 标识符以便引用。" + "en": "The AIHW is an independent statutory Australian Government agency producing authoritative and accessible information and statistics to inform and support better policy and service delivery decisions, leading to better health and wellbeing for all Australians. The Institute collects, manages, and reports information on a wide range of health and welfare topics including health and welfare expenditure, hospitals, disease and injury, mental health, ageing, homelessness, disability, and child protection.", + "zh": "澳大利亚健康与福利研究所(AIHW)是澳大利亚政府独立法定机构,负责提供权威且易于获取的信息和统计数据,以支持更好的政策制定和服务提供决策,从而改善所有澳大利亚人的健康和福祉。该机构收集、管理和报告广泛的健康和福利主题信息,包括健康和福利支出、医院、疾病和伤害、心理健康、老龄化、无家可归、残疾和儿童保护。" }, - "website": "https://www.cern.ch", - "data_url": "https://opendata.cern.ch/", - "api_url": "https://github.com/cernopendata/opendata.cern.ch", - "country": null, + "website": "https://www.aihw.gov.au/", + "data_url": "https://www.aihw.gov.au/", + "api_url": "https://www.aihw.gov.au/reports-data/myhospitals/content/api", + "authority_level": "government", + "country": "AU", "domains": [ - "particle physics", - "high energy physics", - "nuclear physics", - "experimental physics", - "computational physics", - "data science", - "machine learning" + "Health", + "Welfare", + "Hospitals", + "Mental health", + "Aged care", + "Disability", + "Child protection", + "Homelessness", + "Housing", + "Indigenous health", + "Alcohol and drugs", + "Disease and injury", + "Mortality" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "irregular", + "has_api": true, "tags": [ - "particle-physics", - "high-energy-physics", - "lhc", - "cern", - "experimental-physics", - "collision-data", - "higgs-boson", - "standard-model", - "nuclear-physics", - "open-science", - "research-data", - "physics-education", - "data-science", - "machine-learning", - "alice", - "atlas", - "cms", - "lhcb" + "health", + "welfare", + "hospitals", + "Australia", + "government", + "mental-health", + "aged-care", + "disability", + "indigenous-health", + "child-protection", + "public-health", + "social-services" ], - "data_content": { - "en": [ - "Collision Data - Proton-proton and heavy-ion collision events from LHC experiments", - "ALICE Experiment - Heavy-ion collision data and quark-gluon plasma studies", - "ATLAS Experiment - General-purpose detector data, 65TB+ open data releases", - "CMS Experiment - Collision datasets and Higgs boson discovery data", - "DELPHI Experiment - Complete LEP experiment data collection", - "LHCb Experiment - B-physics and CP violation research data", - "OPERA Experiment - Neutrino oscillation experimental data", - "PHENIX Experiment - Relativistic heavy-ion collision data", - "TOTEM Experiment - Total cross-section and elastic scattering data", - "Simulated Data - Monte Carlo simulations for various physics processes", - "Analysis Software - Experiment-specific software and frameworks (CMSSW, Athena, etc.)", - "Virtual Machines - CernVM environments for data analysis", - "Educational Materials - Guides, tutorials, and learning resources", - "Level 2 Data - Simplified formats for education and training", - "Level 3 Data - Reconstructed collision data for complete scientific analyses" - ], - "zh": [ - "碰撞数据 - LHC 实验的质子-质子和重离子碰撞事件", - "ALICE 实验 - 重离子碰撞数据和夸克-胶子等离子体研究", - "ATLAS 实验 - 通用探测器数据,65TB+ 开放数据发布", - "CMS 实验 - 碰撞数据集和希格斯玻色子发现数据", - "DELPHI 实验 - 完整的 LEP 实验数据集", - "LHCb 实验 - B 物理和 CP 破缺研究数据", - "OPERA 实验 - 中微子振荡实验数据", - "PHENIX 实验 - 相对论性重离子碰撞数据", - "TOTEM 实验 - 总截面和弹性散射数据", - "模拟数据 - 各种物理过程的蒙特卡罗模拟", - "分析软件 - 实验专用软件和框架(CMSSW、Athena 等)", - "虚拟机 - 用于数据分析的 CernVM 环境", - "教育材料 - 指南、教程和学习资源", - "Level 2 数据 - 用于教育和培训的简化格式", - "Level 3 数据 - 用于完整科学分析的重建碰撞数据" - ] + "file_path": "countries/oceania/australia/aihw.json" + }, + { + "id": "bea-international-trade", + "name": { + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, - "authority_level": "research", + "description": { + "en": "The U.S. Bureau of Economic Analysis (BEA) provides comprehensive monthly statistics on U.S. international trade in goods and services. The dataset includes detailed historical data from 1960 to present, covering exports and imports by country and product category, with both seasonally adjusted and unadjusted figures. Data is accessible through interactive tables, API, and downloadable formats.", + "zh": "美国经济分析局(BEA)提供全面的美国国际货物和服务贸易月度统计数据。数据集包含从1960年至今的详细历史数据,涵盖按国家和产品类别分类的出口和进口数据,提供季节性调整和未调整数据。数据可通过交互式表格、API和可下载格式访问。" + }, + "website": "https://www.bea.gov", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "api_url": "https://apps.bea.gov/API/signup/index.html", + "authority_level": "government", + "country": "US", + "domains": [ + "trade", + "economics", + "international" + ], + "geographic_scope": "national", + "update_frequency": "monthly", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "tags": [ + "international_trade", + "国际贸易", + "exports", + "出口", + "imports", + "进口", + "trade_balance", + "贸易差额", + "goods_trade", + "货物贸易", + "services_trade", + "服务贸易", + "us_trade", + "美国贸易", + "bilateral_trade", + "双边贸易", + "trade_statistics", + "贸易统计", + "bea", + "bureau_of_economic_analysis" + ], + "file_path": "international/trade/bea-international-trade.json" }, { - "id": "acad-cod", + "id": "bipm-kcdb", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, "description": { - "en": "Open-access collection of crystal structures of organic, inorganic, metal-organic compounds and minerals, excluding biopolymers. The COD is a collaborative platform for worldwide crystallographic community to deposit and access crystal structure data with full version control and revision history.", - "zh": "开放获取的晶体结构数据库,收录有机、无机、金属有机化合物和矿物的晶体结构(不包括生物大分子)。COD 是全球晶体学界协作平台,提供晶体结构数据存储和访问,具有完整的版本控制和修订历史。" + "en": "The Bureau International des Poids et Mesures (BIPM) is the international organization through which Member States work together on matters related to metrology. Established by the Metre Convention in 1875, the BIPM maintains the Key Comparison Database (KCDB), which provides public access to measurement comparison results and calibration and measurement capabilities (CMCs) under the CIPM Mutual Recognition Arrangement (CIPM MRA). The KCDB contains peer-reviewed and approved data on measurement standards, ensuring global comparability and traceability of measurements for scientific discovery, industrial manufacturing, international trade, quality of life, and environmental sustainability.", + "zh": "国际度量衡局(BIPM)是成员国在计量事务上开展合作的国际组织。BIPM于1875年根据米制公约建立,维护着关键比对数据库(KCDB),该数据库在国际计量委员会相互承认协议(CIPM MRA)框架下提供公开访问测量比对结果和校准测量能力(CMCs)的服务。KCDB包含经过同行评审和批准的测量标准数据,确保测量的全球可比性和可追溯性,服务于科学发现、工业制造、国际贸易、生活质量提升和环境可持续发展。" }, - "website": "https://www.crystallography.net/", - "data_url": "https://www.crystallography.net/cod/", - "api_url": "https://wiki.crystallography.net/RESTful_API/", + "website": "https://www.bipm.org", + "data_url": "https://www.bipm.org/kcdb", + "api_url": "https://www.bipm.org/en/cipm-mra/kcdb-api", + "authority_level": "international", "country": null, "domains": [ - "crystallography", - "materials science", - "chemistry", - "physics", - "mineralogy" + "Metrology", + "Measurement Standards", + "International System of Units (SI)", + "Time and Frequency", + "Mass and Related Quantities", + "Length", + "Thermometry", + "Electricity and Magnetism", + "Photometry and Radiometry", + "Ionizing Radiation", + "Chemistry and Biology", + "Acoustics, Ultrasound and Vibration" ], "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "crystallography", - "crystal structures", - "materials science", - "chemistry", - "physics", - "mineralogy", - "open access", - "CIF", - "atomic structures", - "research data" + "metrology", + "measurement-standards", + "SI-units", + "calibration", + "international-standards", + "quality-assurance", + "UTC", + "traceability", + "CIPM-MRA", + "national-metrology-institutes" ], - "data_content": { - "en": [ - "Organic crystal structures", - "Inorganic crystal structures", - "Metal-organic compounds", - "Minerals", - "Crystal lattice parameters", - "Atomic coordinates", - "Structure factors (Fobs data)", - "Space group information", - "Chemical formulas", - "Bibliographic references" - ], - "zh": [ - "有机晶体结构", - "无机晶体结构", - "金属有机化合物", - "矿物", - "晶格参数", - "原子坐标", - "结构因子(Fobs数据)", - "空间群信息", - "化学式", - "文献引用" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "international/standards-metrology/bipm-kcdb.json" }, { - "id": "afrobarometer", + "id": "bis-reserves", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, "description": { - "en": "Afrobarometer is a pan-African, non-partisan survey research network that conducts public attitude surveys on democracy, governance, the economy, and society. The network encompasses 41 national partners responsible for data collection, analysis, and dissemination of findings across 44 African countries. With over 435,000 interviews conducted, Afrobarometer is the world's leading source of high-quality data on what Africans are thinking. Each survey round involves face-to-face interviews with nationally representative samples of 1,200-2,400 adult citizens per country, yielding country-level results with a margin of error of +/-2 to 3 percentage points at a 95% confidence level.", - "zh": "非洲晴雨表是一个泛非洲、无党派的调查研究网络,对民主、治理、经济和社会等议题进行公众态度调查。该网络包括41个国家合作伙伴,负责在44个非洲国家进行数据收集、分析和研究结果传播。已完成超过43.5万次访谈,非洲晴雨表是全球领先的非洲人民意见高质量数据来源。每轮调查通过面对面访谈,对每个国家1,200-2,400名成年公民进行全国代表性抽样,在95%置信水平下,国家层面结果的误差幅度为+/-2至3个百分点。" + "en": "The BIS Central Bank Total Assets dataset tracks the evolution of central bank balance sheets across more than 50 advanced and emerging market economies. Financial assets include gold, foreign international reserves and claims on government, financial and non-financial sectors. The dataset provides long historical series with annual data averaging around a century and quarterly/monthly data for more recent periods.", + "zh": "国际清算银行的中央银行总资产数据集追踪全球50多个发达和新兴市场经济体的中央银行资产负债表演变。金融资产包括黄金、外汇储备以及对政府、金融和非金融部门的债权。该数据集提供长时间历史序列,年度数据平均覆盖约一个世纪,并提供近期的季度和月度数据。" }, - "website": "https://www.afrobarometer.org", - "data_url": "https://www.afrobarometer.org/data/", - "api_url": null, + "website": "https://www.bis.org", + "data_url": "https://data.bis.org/topics/CBTA", + "api_url": "https://stats.bis.org/api-doc/v2/", + "authority_level": "international", "country": null, "domains": [ - "democracy and governance", - "political participation", - "elections and electoral systems", - "economic development", - "social issues", - "public services", - "citizen engagement", - "human rights", - "gender equality", - "corruption and accountability", - "security and conflict", - "youth development", - "health and education", - "infrastructure", - "environmental issues" + "Central Banking", + "Foreign Exchange Reserves", + "Monetary Policy", + "Financial Markets", + "International Finance" ], - "geographic_scope": "regional", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "africa", - "survey-research", - "democracy", - "governance", - "public-opinion", - "political-participation", - "elections", - "citizen-engagement", - "corruption", - "economic-development", - "social-issues", - "gender-equality", - "youth", - "public-services", - "accountability", - "cross-national-survey", - "panel-data", - "representative-sample" - ], - "data_content": { - "en": [ - "Democracy Preferences - Citizens' attitudes toward democratic governance and alternatives", - "Electoral Systems - Views on elections, voting behavior, and electoral integrity", - "Government Performance - Evaluations of government effectiveness in key service areas", - "Political Participation - Citizen engagement through voting, protests, and collective action", - "Corruption Perceptions - Experiences and perceptions of corruption in public institutions", - "Economic Conditions - Assessments of national and household economic situations", - "Public Service Delivery - Satisfaction with education, health, water, and other services", - "Gender Equality - Attitudes on women's rights, political participation, and autonomy", - "Youth Engagement - Young people's political participation and economic opportunities", - "Security and Justice - Trust in security forces and justice systems", - "Media Freedom - Access to information and press freedom", - "Identity and Discrimination - Ethnic, religious, and national identity issues", - "Country Scorecards - Visual summaries of key citizen engagement indicators by country", - "Time Series Data - Trend analysis across multiple survey rounds (Rounds 1-10)", - "Geocoded Data - Subnational data sets with geographic coordinates (restricted access)", - "Merged Datasets - Multi-country comparative datasets combining all survey rounds" - ], - "zh": [ - "民主偏好 - 公民对民主治理和替代方案的态度", - "选举制度 - 对选举、投票行为和选举诚信的看法", - "政府绩效 - 对政府在关键服务领域有效性的评估", - "政治参与 - 公民通过投票、抗议和集体行动参与", - "腐败认知 - 公共机构腐败的经历和看法", - "经济状况 - 对国家和家庭经济状况的评估", - "公共服务提供 - 对教育、卫生、水和其他服务的满意度", - "性别平等 - 对女性权利、政治参与和自主权的态度", - "青年参与 - 年轻人的政治参与和经济机会", - "安全与司法 - 对安全部队和司法系统的信任", - "媒体自由 - 信息获取和新闻自由", - "身份与歧视 - 民族、宗教和国家认同问题", - "国家记分卡 - 按国家划分的公民参与关键指标可视化摘要", - "时间序列数据 - 跨多轮调查的趋势分析(第1-10轮)", - "地理编码数据 - 带有地理坐标的次国家级数据集(受限访问)", - "合并数据集 - 结合所有调查轮次的多国比较数据集" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "bis", + "bank-for-international-settlements", + "国际清算银行", + "central-bank", + "中央银行", + "foreign-exchange-reserves", + "外汇储备", + "international-reserves", + "国际储备", + "central-bank-assets", + "央行资产", + "balance-sheet", + "资产负债表", + "gold-reserves", + "黄金储备", + "monetary-reserves", + "货币储备", + "reserve-management", + "储备管理", + "sdmx-api" + ], + "file_path": "international/finance/bis-reserves.json" }, { - "id": "asian-barometer", + "id": "bis-statistics", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "description": { - "en": "The Asian Barometer Survey (ABS) is a comparative survey research program on public opinion regarding political values, democracy, and governance across Asia. The survey network encompasses research teams from 18 East Asian political systems (Japan, Mongolia, South Korea, Taiwan, Hong Kong, China, Philippines, Thailand, Vietnam, Cambodia, Singapore, Indonesia, Malaysia) and 5 South Asian countries (India, Pakistan, Bangladesh, Sri Lanka, Nepal). National probability sample surveys have been conducted over six waves, with the most recent Wave 6 conducted from 2021-2023.", - "zh": "亚洲民主动态调查(ABS)是一个关于亚洲地区政治价值观、民主和治理的公众意见比较调查研究项目。调查网络涵盖来自18个东亚政治体系(日本、蒙古、韩国、台湾、香港、中国大陆、菲律宾、泰国、越南、柬埔寨、新加坡、印度尼西亚、马来西亚)和5个南亚国家(印度、巴基斯坦、孟加拉国、斯里兰卡、尼泊尔)的研究团队。已在约20个国家进行了六轮国家概率抽样调查,最新的第6轮调查于2021-2023年进行。" + "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The BIS provides comprehensive data on international banking activity, debt securities, credit, derivatives, exchange rates, property prices, consumer prices, global liquidity, and payment statistics. Data covers activities in over 40 countries and is widely used by central banks, financial institutions, researchers, and policymakers for monetary and financial stability analysis.", + "zh": "国际清算银行(BIS)统计数据与各国中央银行及其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息支持。BIS 提供全面的国际银行业务、债务证券、信贷、衍生品、汇率、房地产价格、消费者价格、全球流动性和支付统计数据。数据涵盖 40 多个国家的活动,广泛用于中央银行、金融机构、研究人员和政策制定者进行货币和金融稳定性分析。" }, - "website": "https://asianbarometer.org", - "data_url": "https://asianbarometer.org", - "api_url": null, + "website": "https://www.bis.org/", + "data_url": "https://data.bis.org/", + "api_url": "https://stats.bis.org/api-doc/v2/", + "authority_level": "government", "country": null, "domains": [ - "political science", - "democracy studies", - "public opinion", - "governance", - "political values", - "electoral studies", - "social science" + "International Banking", + "Debt Securities", + "Credit Markets", + "Foreign Exchange", + "Derivatives", + "Property Prices", + "Consumer Prices", + "Global Liquidity", + "Payment Systems", + "Central Bank Statistics" ], - "geographic_scope": "regional", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "political science", - "democracy", - "survey", - "public opinion", - "Asia", - "governance", - "electoral studies", - "political values", - "comparative politics", - "social science", - "Taiwan", - "academia sinica" + "international-banking", + "central-bank", + "financial-stability", + "global-liquidity", + "debt-securities", + "derivatives", + "exchange-rates", + "property-prices", + "payment-systems", + "monetary-policy", + "macroprudential", + "cross-border-flows", + "time-series", + "open-access", + "api", + "sdmx" ], - "data_content": { - "en": [ - "Democratic values and attitudes", - "Political participation and engagement", - "Electoral mobilization and voting behavior", - "Trust in political institutions", - "Regime legitimacy and support", - "Civil liberties and rights perceptions", - "Corruption perceptions", - "Economic evaluations", - "National identity and pride", - "Media consumption and political information", - "Social capital and civic engagement", - "Attitudes toward governance", - "Authoritarian vs democratic values", - "Political efficacy", - "Satisfaction with democracy" - ], - "zh": [ - "民主价值观和态度", - "政治参与和介入", - "选举动员和投票行为", - "对政治机构的信任", - "政权合法性和支持度", - "公民自由和权利认知", - "腐败感知", - "经济评价", - "国家认同和自豪感", - "媒体消费和政治信息", - "社会资本和公民参与", - "对治理的态度", - "威权与民主价值观对比", - "政治效能感", - "对民主的满意度" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/economics/bis-statistics.json" }, { - "id": "china-ndrc-computing", + "id": "bis-statistics", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "description": { - "en": "The 'East-to-West Computing Resources Transfer' (东数西算) project is China's national initiative launched by the National Development and Reform Commission (NDRC) and other departments in February 2022. The project establishes 8 national computing hub nodes (Beijing-Tianjin-Hebei, Yangtze River Delta, Guangdong-Hong Kong-Macao Greater Bay Area, Chengdu-Chongqing, Inner Mongolia, Guizhou, Gansu, and Ningxia) and 10 national data center clusters to optimize computing resource allocation across China, promoting coordinated development of general computing, intelligent computing, and supercomputing infrastructure.", - "zh": "东数西算工程是国家发展改革委等部门于2022年2月启动的国家重大工程,在京津冀、长三角、粤港澳大湾区、成渝、内蒙古、贵州、甘肃、宁夏等8地建设国家算力枢纽节点,规划10个国家数据中心集群,统筹推进通用算力、智能算力、超级算力协同建设,构建全国一体化算力网络体系,优化东中西部算力资源配置。" + "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, central bank statistics, and payment statistics.", + "zh": "国际清算银行(BIS)统计数据与各国中央银行和其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率、中央银行统计和支付统计。" }, - "website": "https://www.ndrc.gov.cn/", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "api_url": null, + "website": "https://www.bis.org", + "data_url": "https://data.bis.org/", + "api_url": "https://stats.bis.org/api-doc/v2/", "authority_level": "government", - "country": "CN", - "geographic_scope": "national", + "country": null, "domains": [ - "technology", - "infrastructure", - "economics", - "energy" + "Banking", + "Finance", + "Securities", + "Credit", + "Liquidity", + "Derivatives", + "Real Estate", + "Prices", + "Exchange Rates", + "Central Banking", + "Payments" ], - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "东数西算", - "east-data-west-computing", - "算力", - "computing-power", - "数据中心", - "data-center", - "算力网络", - "computing-network", - "国家枢纽节点", - "national-hub-nodes", - "智能算力", - "intelligent-computing", - "超级算力", - "supercomputing", - "通用算力", - "general-computing", - "绿色数据中心", - "green-data-center", - "算力调度", - "computing-scheduling", - "数字基础设施", - "digital-infrastructure", - "国家发展改革委", - "NDRC", - "国家数据局", - "national-data-bureau" + "banking", + "finance", + "securities", + "credit", + "derivatives", + "real-estate", + "exchange-rates", + "central-banking", + "payments", + "financial-stability", + "bis", + "global", + "time-series" ], - "data_content": { - "en": [ - "8 National Computing Hub Nodes: Coverage of Beijing-Tianjin-Hebei, Yangtze River Delta, Guangdong-Hong Kong-Macao Greater Bay Area, Chengdu-Chongqing, Inner Mongolia, Guizhou, Gansu, and Ningxia", - "10 National Data Center Clusters: Total computing capacity exceeding 1.46 million standard racks (as of March 2024)", - "Computing Infrastructure Statistics: Data center utilization rates, green electricity usage ratios, network latency metrics between hub nodes", - "Project Progress Reports: Investment scale, new data center projects, construction progress in hub node regions", - "Policy Documents: Implementation opinions on deepening the East-to-West Computing project and building national integrated computing network (2023)", - "Computing Resource Allocation: Cross-regional computing scheduling mechanisms, east-west computing collaboration data", - "Green Computing Metrics: Data center PUE (Power Usage Effectiveness), renewable energy usage, carbon emission data", - "Network Performance Data: Inter-hub network latency (target: 20ms), bandwidth capacity, network transmission costs" - ], - "zh": [ - "8大国家算力枢纽节点:京津冀、长三角、粤港澳大湾区、成渝、内蒙古、贵州、甘肃、宁夏枢纽节点覆盖", - "10个国家数据中心集群:算力规模超146万标准机架(截至2024年3月)", - "算力基础设施统计:数据中心上架率、绿电使用比例、枢纽间网络时延等关键指标", - "工程进展报告:投资规模、新建数据中心项目、枢纽节点地区建设进度", - "政策文件:关于深入实施东数西算工程加快构建全国一体化算力网的实施意见(2023年)", - "算力资源调度:跨区域算力调度机制、东西部算力协同数据", - "绿色算力指标:数据中心PUE值、可再生能源使用率、碳排放数据", - "网络性能数据:枢纽间网络时延(目标20毫秒)、带宽容量、网络传输费用" - ] - }, - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json" + "file_path": "international/economics/bis.json" }, { - "id": "china-ndrc", + "id": "bis-statistics", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "description": { - "en": "The National Development and Reform Commission (NDRC) is China's macroeconomic management agency. It provides data on economic development plans, fixed asset investment, price monitoring (including CPI, PPI, and commodity prices), industrial restructuring, regional development, energy conservation, and major infrastructure projects.", - "zh": "国家发展和改革委员会是中国的宏观经济管理机构。提供经济发展规划、固定资产投资、价格监测(包括CPI、PPI和商品价格)、产业结构调整、区域发展、节能降耗和重大基础设施项目数据。" + "en": "The Bank for International Settlements (BIS) Statistics Portal provides comprehensive global financial and monetary statistics compiled in cooperation with 63 central banks and national authorities worldwide. Established in 1930, BIS serves central banks in their pursuit of monetary and financial stability through international cooperation. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, and central bank statistics.", + "zh": "国际清算银行(BIS)统计门户提供与全球63家中央银行和国家当局合作编制的综合全球金融和货币统计数据。BIS成立于1930年,通过国际合作支持中央银行追求货币和金融稳定。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率和中央银行统计。" }, - "website": "https://www.ndrc.gov.cn", - "data_url": "https://www.ndrc.gov.cn/fgsj/", - "api_url": null, - "country": "CN", + "website": "https://www.bis.org", + "data_url": "https://data.bis.org", + "api_url": "https://stats.bis.org/api-doc/v2/", + "authority_level": "international", + "country": null, "domains": [ - "economics", - "development", - "investment", - "prices" + "Banking", + "Finance", + "Securities", + "Credit", + "Liquidity", + "Derivatives", + "Real Estate", + "Exchange Rates", + "Central Banking", + "Monetary Policy", + "Payments" ], - "geographic_scope": "national", - "update_frequency": "monthly", + "geographic_scope": "global", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "china", - "ndrc", - "macroeconomic", - "development", - "investment", - "prices", - "cpi", - "ppi", - "planning" + "bis", + "bank-for-international-settlements", + "国际清算银行", + "central-bank", + "中央银行", + "banking-statistics", + "银行统计", + "international-banking", + "国际银行业", + "foreign-exchange", + "外汇", + "derivatives", + "衍生品", + "otc-derivatives", + "场外衍生品", + "global-liquidity", + "全球流动性", + "financial-stability", + "金融稳定", + "monetary-statistics", + "货币统计", + "credit", + "信贷", + "debt-securities", + "债券", + "exchange-rates", + "汇率", + "property-prices", + "房地产价格", + "triennial-survey", + "三年期调查", + "sdmx-api", + "consolidated-banking", + "银行业综合统计", + "locational-banking", + "区域银行统计" ], - "data_content": { - "en": [ - "Fixed Asset Investment - National and provincial investment statistics by industry and region", - "Price Monitoring - Consumer Price Index (CPI), Producer Price Index (PPI), and commodity prices", - "Economic Development Plans - Five-Year Economic Development Plans and national strategies", - "Industrial Restructuring - Industrial policy data and structural optimization statistics", - "Regional Development - Provincial economic development indicators and regional coordination", - "Energy Conservation - Energy consumption statistics and energy efficiency improvement data", - "Major Infrastructure Projects - Investment and construction data for key infrastructure initiatives" - ], - "zh": [ - "固定资产投资 - 全国及省级按行业、地区分类的投资统计数据", - "价格监测 - 居民消费价格指数(CPI)、工业生产者出厂价格指数(PPI)及商品价格", - "经济发展规划 - 五年经济发展规划及国家战略", - "产业结构调整 - 产业政策数据和结构优化统计", - "区域发展 - 各省份经济发展指标及区域协调发展数据", - "节能降耗 - 能源消耗统计及能效提升数据", - "重大基础设施项目 - 重点基础设施项目投资与建设数据" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "china/economy/macro/ndrc.json" + "file_path": "international/finance/bis-statistics.json" }, { - "id": "china-customs", + "id": "canada-boc", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "description": { - "en": "The General Administration of Customs (GAC) is responsible for China's customs administration. It publishes comprehensive foreign trade statistics including import/export data by country, commodity, customs district, trade mode, and enterprise type. Covers merchandise trade values, volumes, prices, and trade balance data.", - "zh": "中华人民共和国海关总署负责中国的海关管理。发布全面的对外贸易统计数据,包括按国家/地区、商品、海关关区、贸易方式和企业类型分类的进出口数据。涵盖商品贸易金额、数量、价格和贸易差额数据。" + "en": "Canada's central bank responsible for monetary policy, providing comprehensive financial data including exchange rates, interest rates, price indexes, and economic indicators. Maintains the Valet API for programmatic access to exchange rates, money market yields, bond yields, inflation indicators, and banking statistics.", + "zh": "加拿大中央银行,负责货币政策,提供全面的金融数据,包括汇率、利率、价格指数和经济指标。维护Valet API,提供对汇率、货币市场收益率、债券收益率、通胀指标和银行统计数据的程序化访问。" }, - "website": "http://www.customs.gov.cn", - "data_url": "http://www.customs.gov.cn", - "api_url": null, - "country": "CN", + "website": "https://www.bankofcanada.ca", + "data_url": "https://www.bankofcanada.ca/rates/", + "api_url": "https://www.bankofcanada.ca/valet/docs", + "authority_level": "government", + "country": "CA", "domains": [ - "trade", - "economics", - "international_commerce" + "monetary_policy", + "exchange_rates", + "interest_rates", + "inflation", + "banking", + "financial_markets", + "economic_indicators" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "daily", + "has_api": true, "tags": [ - "china", - "customs", - "foreign-trade", - "import", - "export", - "trade-statistics", - "hs-code", - "merchandise-trade" + "canada", + "central-bank", + "monetary-policy", + "exchange-rates", + "interest-rates", + "inflation", + "financial-markets", + "banking-statistics", + "open-data", + "api", + "bilingual" ], - "data_content": { - "en": [ - "Import and Export Values - Total trade values, import/export breakdown by month, quarter, and year", - "Trade by Country/Region - Bilateral trade statistics with major trading partners worldwide", - "Trade by Commodity - Import/export data classified by HS codes (2-digit, 4-digit, 6-digit, 8-digit)", - "Trade by Customs District - Regional trade statistics by major customs offices (Shanghai, Shenzhen, Beijing, etc.)", - "Trade by Enterprise Type - Trade by state-owned, foreign-invested, and private enterprises", - "Trade Balance - Monthly and annual trade surplus/deficit data", - "Processing Trade - Processing with imported materials and processing with supplied materials", - "Commodity Prices and Quantities - Unit prices and quantities for major import/export commodities", - "Special Trade Zones - Free trade zones, bonded zones, and special customs supervision areas" - ], - "zh": [ - "进出口总额 - 总贸易额、按月、季度和年度分类的进出口数据", - "按国家/地区分类的贸易 - 与全球主要贸易伙伴的双边贸易统计", - "按商品分类的贸易 - 按HS编码(2位、4位、6位、8位)分类的进出口数据", - "按海关关区分类的贸易 - 主要海关(上海、深圳、北京等)的区域贸易统计", - "按企业类型分类的贸易 - 国有企业、外商投资企业和民营企业的贸易", - "贸易差额 - 月度和年度贸易顺差/逆差数据", - "加工贸易 - 来料加工和进料加工", - "商品价格和数量 - 主要进出口商品的单价和数量", - "特殊贸易区 - 自由贸易区、保税区和特殊海关监管区域" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "china/economy/trade/customs.json" + "file_path": "countries/north-america/canada/canada-boc.json" }, { - "id": "china-mofcom", + "id": "uk-boe", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "description": { - "en": "The Ministry of Commerce (MOFCOM) is responsible for formulating policies on foreign trade, foreign investment, and domestic commerce in China. Provides data on foreign direct investment (FDI), outbound direct investment (ODI), retail sales, e-commerce, trade in services, and bilateral economic cooperation.", - "zh": "中华人民共和国商务部负责制定中国对外贸易、外商投资和国内商业政策。提供外商直接投资(FDI)、对外直接投资(ODI)、零售销售、电子商务、服务贸易和双边经济合作数据。" + "en": "The Bank of England's Statistical Interactive Database provides comprehensive monetary, financial and regulatory statistics for the UK. It includes data on money and credit, interest rates, exchange rates, financial markets, banking sector capital, payment systems, and other key economic indicators. The database serves as the authoritative source for UK monetary policy, financial stability analysis, and banking sector regulation.", + "zh": "英格兰银行统计互动数据库提供英国全面的货币、金融和监管统计数据。包括货币与信贷、利率、汇率、金融市场、银行业资本、支付系统及其他关键经济指标数据。该数据库是英国货币政策、金融稳定性分析和银行业监管的权威数据来源。" }, - "website": "http://www.mofcom.gov.cn", - "data_url": "https://data.mofcom.gov.cn", + "website": "https://www.bankofengland.co.uk", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "api_url": null, - "country": "CN", + "authority_level": "government", + "country": "GB", "domains": [ - "trade", - "investment", - "commerce", - "economics" + "Monetary Policy", + "Financial Markets", + "Banking", + "Interest Rates", + "Exchange Rates", + "Credit", + "Financial Stability", + "Payment Systems", + "Regulatory Capital" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "daily", + "has_api": false, "tags": [ - "china", - "commerce", - "fdi", - "odi", - "foreign-investment", - "retail", - "ecommerce", - "services-trade" + "central-bank", + "monetary-policy", + "financial-stability", + "interest-rates", + "exchange-rates", + "banking", + "UK", + "United Kingdom", + "England", + "regulatory-data", + "financial-markets", + "payment-systems" ], - "data_content": { - "en": [ - "Foreign Direct Investment (FDI) - FDI inflows by country, industry, and region; number of foreign-invested enterprises", - "Outbound Direct Investment (ODI) - Chinese outward FDI by destination country, industry, and investment mode", - "Retail Sales - Total retail sales of consumer goods, online retail sales, and retail by category", - "E-commerce - Online shopping transactions, cross-border e-commerce, and digital commerce statistics", - "Trade in Services - Service trade by category (transport, travel, financial services, etc.) and by country", - "Bilateral Economic Cooperation - Economic and trade agreements, cooperation zones, and bilateral trade volumes", - "Domestic Commerce - Wholesale and retail trade, commodity markets, and circulation industry statistics", - "Foreign Trade Policy - Trade remedy measures, anti-dumping cases, and import/export licenses", - "Regional Development - Regional economic development data and opening-up policies" - ], - "zh": [ - "外商直接投资(FDI) - 按国家、行业和地区分类的FDI流入;外商投资企业数量", - "对外直接投资(ODI) - 按目的国、行业和投资方式分类的中国对外FDI", - "零售销售 - 社会消费品零售总额、网上零售额和按类别分类的零售", - "电子商务 - 网络购物交易、跨境电商和数字商务统计", - "服务贸易 - 按类别(运输、旅游、金融服务等)和国家分类的服务贸易", - "双边经济合作 - 经贸协定、合作区和双边贸易额", - "国内商业 - 批发零售业、商品市场和流通业统计", - "对外贸易政策 - 贸易救济措施、反倾销案件和进出口许可", - "区域发展 - 区域经济发展数据和对外开放政策" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "china/economy/trade/mofcom.json" + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "china-moe-higher-education", + "id": "boj-statistics", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "description": { - "en": "Official higher education statistics published annually by China's Ministry of Education, covering enrollment, graduates, faculty, infrastructure and institutional data across undergraduate, graduate and vocational education programs. Provides comprehensive data on China's higher education development including detailed breakdowns by institution type, discipline, and educational level.", - "zh": "中华人民共和国教育部发布的年度全国高等教育事业发展统计公报,涵盖本科、研究生和职业教育的招生、毕业生、师资、基础设施和院校数据。提供中国高等教育发展的全面统计数据,包括按院校类型、学科和教育层次的详细分类。" + "en": "Comprehensive economic and financial statistics published by the Bank of Japan, including monetary policy data, financial markets, flow of funds, TANKAN surveys, price indices, balance of payments, and banking sector statistics. The BOJ provides authoritative data on Japan's monetary system, banking operations, and economic conditions.", + "zh": "日本银行发布的全面经济和金融统计数据,包括货币政策数据、金融市场、资金流动、TANKAN调查、价格指数、国际收支以及银行业统计。日本银行提供关于日本货币体系、银行业务和经济状况的权威数据。" }, - "website": "http://www.moe.gov.cn/", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "website": "https://www.boj.or.jp/en/", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "api_url": null, "authority_level": "government", - "country": "CN", + "country": "JP", "domains": [ - "education", - "higher_education", - "statistics" + "Monetary Policy", + "Financial Markets", + "Banking", + "Flow of Funds", + "Economic Surveys", + "Prices", + "Balance of Payments", + "Public Finance", + "Payment Systems" ], "geographic_scope": "national", - "update_frequency": "annual", + "update_frequency": "daily", + "has_api": false, "tags": [ - "教育统计", - "高等教育", - "education statistics", - "higher education", - "招生", - "毕业生", - "enrollment", - "graduates", - "本科", - "研究生", - "undergraduate", - "graduate", - "博士", - "硕士", - "doctoral", - "master's degree", - "理工科", - "STEM", - "science and engineering", - "普通本科", - "高职", - "职业教育", - "vocational education", - "高校", - "universities", - "院校数据", - "institutional data", - "师资", - "faculty", - "教师", - "teachers", - "学科分类", - "discipline classification", - "教育部", - "Ministry of Education", - "MOE", - "统计公报", - "statistical bulletin" + "Japan", + "central-bank", + "monetary-policy", + "financial-markets", + "banking", + "flow-of-funds", + "TANKAN", + "prices", + "balance-of-payments", + "economic-statistics", + "time-series", + "official-statistics" ], - "data_content": { - "en": [ - "Higher education enrollment and admission data by education level (undergraduate, master's, doctoral)", - "Graduate statistics by degree type and discipline", - "University and college institutional data (number of institutions, student capacity)", - "Faculty and staff statistics (number of teachers, qualifications, student-teacher ratios)", - "Infrastructure data (campus area, building space, equipment value)", - "Educational quality indicators (retention rates, graduation rates)", - "Private/public institution comparisons", - "Vocational higher education statistics", - "Special education enrollment data", - "Historical trends in higher education development (annual data since 2005)" - ], - "zh": [ - "高等教育招生与在校生数据(按本科、硕士、博士层次)", - "毕业生统计(按学位类型和学科分类)", - "高校机构数据(院校数量、办学规模)", - "师资队伍统计(教师数量、学历结构、生师比)", - "基础设施数据(校园面积、建筑面积、设备价值)", - "教育质量指标(巩固率、毕业率)", - "民办/公办院校对比数据", - "高等职业教育统计", - "特殊教育招生数据", - "高等教育发展历史趋势(2005年至今年度数据)" - ] - }, - "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "file_path": "countries/asia/japan/boj-statistics.json" }, { - "id": "china-nfra", + "id": "korea-bok", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, "description": { - "en": "The National Financial Regulatory Administration (NFRA) is China's integrated financial regulatory authority formed in 2023 by merging the China Banking and Insurance Regulatory Commission (CBIRC) with banking and insurance supervision functions. It oversees the banking and insurance sectors, publishing comprehensive regulatory statistics including bank assets and liabilities, insurance premium income, regulatory compliance indicators, small and micro enterprise lending data, and sector-wide performance metrics.", - "zh": "国家金融监督管理总局(NFRA)是中国于2023年成立的综合性金融监管机构,由原中国银行保险监督管理委员会(银保监会)与银行保险监管职能合并而成。负责监管银行业和保险业,发布全面的监管统计数据,包括银行资产负债、保险保费收入、监管合规指标、普惠型小微企业贷款数据以及行业整体运营指标。" + "en": "The Bank of Korea is South Korea's central bank, responsible for monetary policy and financial stability. It provides comprehensive economic and financial statistics through the Economic Statistics System (ECOS), including monetary aggregates, interest rates, balance of payments, national accounts, price indices, and business/consumer surveys. The BOK publishes regular economic reports and maintains extensive time-series data essential for economic policy analysis.", + "zh": "韩国银行是韩国中央银行,负责货币政策和金融稳定。通过经济统计系统(ECOS)提供全面的经济金融统计数据,包括货币总量、利率、国际收支、国民账户、价格指数以及企业和消费者调查。韩国银行定期发布经济报告,并维护对经济政策分析至关重要的广泛时间序列数据。" }, - "website": "https://www.nfra.gov.cn", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", - "api_url": null, - "country": "CN", + "website": "https://www.bok.or.kr", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "api_url": "https://ecos.bok.or.kr", + "authority_level": "government", + "country": "KR", "domains": [ - "finance", - "banking", - "insurance", - "regulation" + "monetary_policy", + "financial_statistics", + "national_accounts", + "balance_of_payments", + "price_indices", + "interest_rates", + "exchange_rates", + "business_surveys", + "consumer_surveys", + "flow_of_funds", + "banking_statistics" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "daily", + "has_api": true, "tags": [ - "china", - "banking-regulation", - "insurance-regulation", - "nfra", - "cbirc", - "financial-supervision", - "banking-statistics", - "insurance-statistics", - "regulatory-compliance", - "financial-inclusion" + "south-korea", + "korea", + "central-bank", + "monetary-policy", + "financial-statistics", + "national-accounts", + "balance-of-payments", + "price-indices", + "business-surveys", + "ecos", + "imf-sdds", + "open-data", + "bilingual" ], - "data_content": { - "en": [ - "Banking Assets and Liabilities - Monthly and quarterly total assets and liabilities of banking financial institutions", - "Insurance Industry Statistics - Monthly insurance premium income by region, personal insurance, and property insurance companies", - "Banking Regulatory Indicators - Commercial bank capital adequacy, asset quality, liquidity, and profitability metrics", - "Small and Micro Enterprise Lending - Inclusive finance loan statistics for small and micro enterprises", - "Banking Sector Analysis - Analysis by institution type including large commercial banks, joint-stock banks, and rural banks", - "Insurance Operations - Insurance company operating performance, claims, and investment data", - "Financial Inclusion - Data on financial services accessibility and penetration across regions", - "Regulatory Compliance - Compliance indicators and supervisory data for banking and insurance sectors" - ], - "zh": [ - "银行业资产负债 - 月度和季度银行业金融机构总资产和总负债", - "保险业统计 - 月度各地区原保险保费收入、人身险和财产险公司经营情况", - "银行业监管指标 - 商业银行资本充足率、资产质量、流动性和盈利能力指标", - "普惠型小微企业贷款 - 针对小微企业的普惠金融贷款统计数据", - "银行业机构分类分析 - 按大型商业银行、股份制银行、农村银行等机构类型分析", - "保险业经营情况 - 保险公司运营表现、理赔和投资数据", - "普惠金融 - 各地区金融服务可及性和渗透率数据", - "监管合规 - 银行业和保险业合规指标和监管数据" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "china/finance/banking/nfra.json" + "file_path": "countries/asia/korea/korea-bok.json" }, { - "id": "china-pbc", + "id": "mx-banxico", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "description": { - "en": "The People's Bank of China (PBOC) is the central bank of China. It publishes comprehensive financial statistics including monetary policy data, money supply (M0/M1/M2), interest rates, exchange rates, banking sector statistics, balance of payments, foreign exchange reserves, credit and loan data, and financial market indicators.", - "zh": "中国人民银行是中国的中央银行。发布全面的金融统计数据,包括货币政策数据、货币供应量(M0/M1/M2)、利率、汇率、银行业统计、国际收支、外汇储备、信贷数据和金融市场指标。" + "en": "The Bank of Mexico (Banco de México, Banxico) is Mexico's central bank, responsible for monetary policy, financial stability, and maintaining low and stable inflation. The Economic Information System (SIE) provides comprehensive economic and financial statistics covering monetary policy, exchange rates, interest rates, inflation, banking, payment systems, balance of payments, and economic indicators.", + "zh": "墨西哥银行(Banco de México,简称Banxico)是墨西哥的中央银行,负责货币政策、金融稳定以及维持低而稳定的通货膨胀。经济信息系统(SIE)提供全面的经济和金融统计数据,涵盖货币政策、汇率、利率、通胀、银行业、支付系统、国际收支和经济指标。" }, - "website": "http://www.pbc.gov.cn", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", - "api_url": null, - "country": "CN", + "website": "https://www.banxico.org.mx", + "data_url": "https://www.banxico.org.mx", + "api_url": "https://www.banxico.org.mx/SieAPIRest/service/v1/", + "authority_level": "government", + "country": "MX", "domains": [ - "finance", - "economics", - "monetary_policy" + "monetary_policy", + "financial_markets", + "banking", + "payment_systems", + "exchange_rates", + "inflation", + "balance_of_payments", + "public_finance", + "production", + "labor_market" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "daily", + "has_api": true, "tags": [ - "china", - "central-bank", - "monetary-policy", - "money-supply", - "interest-rates", - "forex", + "central_bank", + "monetary_policy", + "exchange_rates", + "interest_rates", + "inflation", + "financial_statistics", "banking", - "financial-stability" + "payment_systems", + "balance_of_payments", + "Mexico", + "Latin_America", + "time_series", + "API" ], - "data_content": { - "en": [ - "Money Supply - M0, M1, M2 monetary aggregates and reserve money statistics", - "Interest Rates - Benchmark lending/deposit rates, interbank rates (SHIBOR), and bond yields", - "Exchange Rates - RMB exchange rate against major currencies and RMB exchange rate index", - "Foreign Exchange Reserves - Monthly foreign exchange reserves and gold reserves", - "Credit and Loans - Total social financing, RMB loans by sector, and credit to real economy", - "Balance of Payments - Current account, capital account, and international investment position", - "Banking Statistics - Deposits, loans, assets and liabilities of financial institutions", - "Financial Markets - Interbank market, bond market, and foreign exchange market data", - "Monetary Policy Operations - Open market operations, reserve requirement ratio, and policy rates" - ], - "zh": [ - "货币供应量 - M0、M1、M2货币总量和基础货币统计", - "利率 - 基准贷款/存款利率、同业拆借利率(SHIBOR)和债券收益率", - "汇率 - 人民币对主要货币汇率和人民币汇率指数", - "外汇储备 - 月度外汇储备和黄金储备", - "信贷与贷款 - 社会融资总量、按部门分类的人民币贷款、实体经济信贷", - "国际收支 - 经常账户、资本账户和国际投资头寸", - "银行业统计 - 金融机构存款、贷款、资产和负债", - "金融市场 - 银行间市场、债券市场和外汇市场数据", - "货币政策操作 - 公开市场操作、存款准备金率和政策利率" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "china/finance/banking/pbc.json" + "file_path": "countries/north-america/mexico/banxico.json" }, { - "id": "china-csrc", + "id": "basel-convention", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, "description": { - "en": "The China Securities Regulatory Commission (CSRC) is the primary regulator of the securities and futures markets in China. It provides comprehensive data on capital markets including stock market statistics, IPO data, listed company information, bond market data, futures market statistics, fund industry data, and regulatory enforcement actions.", - "zh": "中国证券监督管理委员会是中国证券期货市场的主要监管机构。提供全面的资本市场数据,包括股票市场统计、IPO数据、上市公司信息、债券市场数据、期货市场统计、基金行业数据和监管执法行动。" + "en": "The Basel Convention on the Control of Transboundary Movements of Hazardous Wastes and their Disposal is a global environmental treaty that regulates the international trade of hazardous waste. The Convention provides comprehensive data on national reporting of hazardous waste generation, import/export movements, disposal methods, and illegal trafficking incidents. Countries submit annual reports through an Electronic Reporting System (ERS), covering waste inventories, transboundary movements under the Prior Informed Consent procedure, and implementation status of technical guidelines for waste management including e-waste, plastic waste, batteries, and POPs waste.", + "zh": "巴塞尔公约(关于控制危险废物越境转移及其处置的巴塞尔公约)是一项全球性环境条约,旨在规范危险废物的国际贸易。该公约提供关于各国危险废物产生、进出口转移、处置方法和非法贩运事件的全面数据。各国通过电子报告系统(ERS)提交年度报告,涵盖废物清单、事先知情同意程序下的越境转移,以及电子废物、塑料废物、电池和持久性有机污染物废物等废物管理技术指南的实施状况。" }, - "website": "http://www.csrc.gov.cn", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "website": "https://www.unep.org", + "data_url": "https://www.basel.int", "api_url": null, - "country": "CN", + "authority_level": "international", + "country": null, "domains": [ - "finance", - "securities", - "capital_markets" + "Environment", + "Waste Management", + "Hazardous Materials", + "International Trade", + "Environmental Law" ], - "geographic_scope": "national", - "update_frequency": "monthly", + "geographic_scope": "global", + "update_frequency": "annual", + "has_api": false, "tags": [ - "china", - "securities", - "stock-market", - "ipo", - "listed-companies", - "capital-markets", - "regulation", - "csrc" + "hazardous waste", + "environmental protection", + "waste management", + "transboundary movements", + "international convention", + "UNEP", + "e-waste", + "plastic waste", + "circular economy", + "environmental law", + "illegal trafficking" ], - "data_content": { - "en": [ - "Stock Market Statistics - Market capitalization, trading volume, stock indices, and turnover by exchange", - "Initial Public Offerings (IPOs) - IPO approvals, issuance data, fundraising amounts, and listing statistics", - "Listed Companies - Number of listed companies, financial disclosures, corporate governance, and delisting data", - "Bond Market - Corporate bonds, government bonds, issuance and trading volumes", - "Futures Market - Futures trading volumes, open interest, commodity and financial futures statistics", - "Fund Industry - Mutual funds, ETFs, private equity funds, fund net asset value, and fund flows", - "Securities Firms - Brokerage statistics, underwriting data, asset management, and financial performance", - "Investor Statistics - Number of investor accounts, investor structure, and trading behavior", - "Regulatory Actions - Enforcement cases, penalties, inspections, and compliance statistics" - ], - "zh": [ - "股票市场统计 - 市值、交易量、股票指数和按交易所分类的成交额", - "首次公开发行(IPO) - IPO审批、发行数据、募资金额和上市统计", - "上市公司 - 上市公司数量、财务披露、公司治理和退市数据", - "债券市场 - 公司债券、政府债券、发行和交易量", - "期货市场 - 期货交易量、持仓量、商品和金融期货统计", - "基金行业 - 公募基金、ETF、私募基金、基金净值和资金流向", - "证券公司 - 经纪业务统计、承销数据、资产管理和财务表现", - "投资者统计 - 投资者账户数量、投资者结构和交易行为", - "监管行动 - 执法案件、处罚、检查和合规统计" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "china/finance/securities/csrc.json" + "file_path": "international/environment/basel-convention.json" }, { - "id": "hkex", + "id": "bloomberg-terminal", "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" }, "description": { - "en": "HKEX operates securities, derivatives, and commodities markets in Hong Kong and is a leading global exchange group. It provides comprehensive market data including real-time trading data, listed company disclosures, market indices, and clearing and settlement information. HKEX also operates HKEXnews, the official platform for listed company announcements and regulatory filings.", - "zh": "港交所(香港交易所)经营香港的证券、衍生品和商品市场,是全球领先的交易所集团。提供全面的市场数据,包括实时交易数据、上市公司披露信息、市场指数以及清算结算信息。港交所还运营HKEXnews(披露易),这是上市公司公告、招股书、IPO信息和监管文件的官方平台。" + "en": "Bloomberg Terminal is the world's leading financial data platform providing real-time and historical market data, news, analytics, and trading tools. While the full terminal requires a subscription (approximately $24,000/year), Bloomberg offers limited public access to market data through bloomberg.com including stock quotes, indices, commodities prices, currency exchange rates, and financial news. The public interface provides basic market information for global equities, bonds, currencies, and commodities, along with business news and market analysis.", + "zh": "彭博终端是全球领先的金融数据平台,提供实时和历史市场数据、新闻、分析和交易工具。虽然完整的终端需要订阅(约每年 24,000 美元),但彭博通过 bloomberg.com 提供有限的公共市场数据访问,包括股票报价、指数、大宗商品价格、货币汇率和金融新闻。公共界面提供全球股票、债券、货币和大宗商品的基本市场信息,以及商业新闻和市场分析。" }, - "website": "https://www.hkex.com.hk", - "data_url": "https://www.hkexnews.hk", - "api_url": "https://www.hkex.com.hk/Services/Market-Data-Services/Real-Time-Data-Services/Data-Licensing", + "website": "https://www.bloomberg.com", + "data_url": "https://www.bloomberg.com/markets", + "api_url": "https://www.bloomberg.com/professional/support/api-library/", + "authority_level": "commercial", "country": null, "domains": [ - "finance", - "securities", - "derivatives", - "capital_markets" + "Equities", + "Fixed Income", + "Currencies", + "Commodities", + "Derivatives", + "Economic Data", + "Financial News", + "Corporate Fundamentals", + "ESG Data" ], - "geographic_scope": "regional", + "geographic_scope": "global", "update_frequency": "real-time", + "has_api": true, "tags": [ - "hong-kong", - "港交所", - "stock-exchange", - "securities", + "financial-markets", + "stock-market", + "real-time-data", + "bonds", + "forex", + "commodities", "derivatives", - "listed-companies", + "economic-data", + "financial-news", + "commercial", + "subscription-based", + "professional-trading", "market-data", - "hkex", - "capital-markets", - "stock-connect", - "ipo", - "prospectus", - "招股书", - "上市公司" + "terminal" ], - "data_content": { - "en": [ - "Securities Market Data - Real-time and historical data for equities, warrants, REITs, debt securities, ETFs, and structured products", - "Derivatives Market Data - Futures and options on indices, commodities, currencies, and individual stocks", - "Listed Company Information - Announcements, financial reports, prospectuses, IPO allotment results, and regulatory disclosures via HKEXnews", - "Market Indices - Hang Seng Index, HSCEI, Hang Seng TECH Index, HKEX Tech 100 Index, and other benchmarks", - "Trading Statistics - Daily turnover, market capitalization, trading volume, and market activity reports", - "IPO and New Listings - New listing applications, progress reports, and listing documents", - "Shareholding Disclosures - CCASS shareholding data, Stock Connect holdings, and disclosure of interests", - "Clearing and Settlement Data - Trade settlement information and risk management data", - "Market Communications - Circulars, regulatory announcements, and exchange notifications" - ], - "zh": [ - "证券市场数据 - 股票、权证、房地产投资信托基金、债券、ETF和结构性产品的实时和历史数据", - "衍生品市场数据 - 指数、商品、货币和个股的期货和期权", - "上市公司信息 - 通过HKEXnews发布的公告、财务报告、招股书、IPO配售结果和监管披露", - "市场指数 - 恒生指数、国企指数、恒生科技指数、香港交易所科技100指数及其他基准指数", - "交易统计 - 日成交额、市值、交易量和市场活动报告", - "IPO和新上市 - 新上市申请、进度报告和上市文件", - "持股披露 - 中央结算系统持股数据、互联互通持股和权益披露", - "清算结算数据 - 交易结算信息和风险管理数据", - "市场通讯 - 通告、监管公告和交易所通知" - ] - }, - "authority_level": "commercial", - "has_api": true, - "file_path": "china/finance/securities/hkex.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" }, { - "id": "china-nbs", + "id": "bloomberg-terminal-ipo", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, "description": { - "en": "The National Bureau of Statistics (NBS) is the principal government agency responsible for collecting, processing, and publishing statistical data in China. It provides comprehensive economic, demographic, and social statistics covering national accounts, population census, industrial production, investment, consumption, employment, prices, and regional development.", - "zh": "国家统计局是中国政府负责收集、处理和发布统计数据的主要机构。提供包括国民经济核算、人口普查、工业生产、投资、消费、就业、价格和区域发展等全面的经济、人口和社会统计数据。" + "en": "Bloomberg Terminal's IPO (Initial Public Offering) module provides comprehensive data on equity offerings worldwide. This specialized module offers detailed information on IPO pricing, trading history, deal structures, and post-IPO performance tracking. Users can access pre-built and customized screens to research IPO data by various criteria including offer type, equity index, date range, and announcement dates. The module includes overview data, deal details, historical pricing, and volume information for global IPO markets, with export capabilities to Excel for further analysis.", + "zh": "彭博终端的IPO(首次公开募股)模块提供全球股票发行的综合数据。该专业模块提供有关IPO定价、交易历史、交易结构和上市后业绩跟踪的详细信息。用户可以访问预构建和自定义筛选器,按各种标准研究IPO数据,包括发行类型、股票指数、日期范围和公告日期。该模块包括全球IPO市场的概览数据、交易详情、历史定价和成交量信息,并可导出到Excel进行进一步分析。" }, - "website": "http://www.stats.gov.cn", - "data_url": "https://www.stats.gov.cn/sj/", - "api_url": "http://data.stats.gov.cn/api.htm", - "country": "CN", + "website": "https://www.bloomberg.com", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "api_url": "https://www.bloomberg.com/professional/support/api-library/", + "authority_level": "commercial", + "country": null, "domains": [ - "economics", - "social", - "demographics", - "industry", - "agriculture", - "services" + "IPO", + "Equity Offerings", + "Capital Markets", + "Investment Banking", + "Securities Issuance" ], - "geographic_scope": "national", - "update_frequency": "monthly", + "geographic_scope": "global", + "update_frequency": "real-time", + "has_api": true, "tags": [ - "china", - "statistics", - "national-accounts", - "gdp", - "population", - "census", - "official", - "government" + "ipo", + "initial-public-offering", + "equity-offerings", + "新股发行", + "首次公开募股", + "上市公司", + "股票发行", + "招股", + "pricing", + "定价", + "trading-history", + "交易历史", + "deal-structure", + "capital-markets", + "资本市场", + "prospectus", + "招股书", + "underwriting", + "承销", + "post-ipo-performance", + "上市后表现", + "commercial", + "subscription-based", + "bloomberg", + "terminal" ], - "data_content": { - "en": [ - "National Accounts - GDP, GNI, national income and expenditure accounts by sector and region", - "Population Statistics - Population census data, demographic indicators, birth/death rates, and migration statistics", - "Industrial Production - Value-added by industry, industrial output index, and manufacturing statistics", - "Fixed Asset Investment - Investment statistics by industry, region, and ownership type", - "Consumption and Retail - Total retail sales, consumer goods prices (CPI), and household consumption", - "Employment and Wages - Labor force statistics, employment by sector, wage levels, and unemployment rates", - "Agriculture and Rural Economy - Agricultural output, grain production, livestock, and rural household income", - "Foreign Trade - Import/export values, trade balance, and trade by commodity and country", - "Regional Statistics - Provincial and municipal economic and social indicators" - ], - "zh": [ - "国民经济核算 - GDP、GNI、按部门和地区分类的国民收入和支出账户", - "人口统计 - 人口普查数据、人口指标、出生/死亡率和人口迁移统计", - "工业生产 - 按行业分类的工业增加值、工业生产指数和制造业统计", - "固定资产投资 - 按行业、地区和所有制类型分类的投资统计", - "消费与零售 - 社会消费品零售总额、消费价格指数(CPI)和居民消费", - "就业与工资 - 劳动力统计、按部门分类的就业、工资水平和失业率", - "农业与农村经济 - 农业产值、粮食产量、畜牧业和农村居民收入", - "对外贸易 - 进出口总额、贸易差额、按商品和国家分类的贸易数据", - "区域统计 - 省级和市级经济社会指标" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "china/national/nbs.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" }, { - "id": "china-caict", + "id": "bookscorpus", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "BooksCorpus", + "zh": "图书语料库" }, "description": { - "en": "China Academy of Information and Communications Technology (CAICT) is a scientific research institute directly under the Ministry of Industry and Information Technology (MIIT). Founded in 1957, CAICT serves as a specialized think-tank for the government and an innovation platform for the ICT industry. It conducts research on information and communications technology, publishes authoritative white papers, industry reports, and development indices covering cloud computing, computing power, digital economy, artificial intelligence, and telecommunications.", - "zh": "中国信息通信研究院(CAICT)是工业和信息化部直属的科研事业单位。成立于1957年,秉承\"国家高端专业智库 产业创新发展平台\"的发展定位。主要从事信息通信领域的研究工作,发布权威白皮书、行业报告和发展指数,涵盖云计算、算力发展、数字经济、人工智能、信息通信等领域。" + "en": "BooksCorpus is a large-scale text corpus containing over 11,000 unpublished books from various genres. Created by researchers at the University of Toronto and MIT, it has become one of the most influential datasets in natural language processing. The corpus was instrumental in training breakthrough language models like BERT, GPT, and other transformer-based architectures. It provides diverse, narrative text covering fiction, non-fiction, and multiple writing styles, making it ideal for unsupervised pre-training of language models.", + "zh": "图书语料库(BooksCorpus)是一个大规模文本语料库,包含超过11,000本来自不同类型的未出版书籍。由多伦多大学和麻省理工学院的研究人员创建,已成为自然语言处理领域最具影响力的数据集之一。该语料库在训练BERT、GPT等突破性语言模型和其他基于Transformer的架构中发挥了关键作用。它提供了涵盖小说、非小说和多种写作风格的丰富叙事文本,非常适合用于语言模型的无监督预训练。" }, - "website": "http://www.caict.ac.cn/", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "website": "https://github.com/soskek/bookcorpus", + "data_url": "https://github.com/soskek/bookcorpus", "api_url": null, "authority_level": "research", - "country": "CN", - "geographic_scope": "national", + "country": null, "domains": [ - "technology", - "telecommunications", - "digital-economy", - "cloud-computing", - "artificial-intelligence" + "Natural Language Processing", + "Machine Learning", + "Computational Linguistics", + "Text Mining", + "Deep Learning" ], + "geographic_scope": "global", "update_frequency": "irregular", + "has_api": false, "tags": [ - "CAICT", - "中国信通院", - "云计算", - "cloud computing", - "算力发展指数", - "computing power index", - "ICT产业", - "ICT industry", - "数字经济", - "digital economy", - "白皮书", - "white paper", - "蓝皮书", - "blue book", - "信息通信", - "telecommunications", - "人工智能", - "artificial intelligence", - "工信部", - "MIIT", - "行业报告", - "industry report" + "natural language processing", + "NLP", + "text corpus", + "language modeling", + "BERT", + "GPT", + "transformer", + "pre-training", + "unsupervised learning", + "books", + "narrative text", + "machine learning", + "deep learning", + "computational linguistics" ], - "data_content": { - "en": [ - "Cloud Computing White Papers - annual comprehensive reports on cloud computing technology trends, market development, and industry applications", - "Computing Power Development Index - evaluations of China's computing infrastructure development across provinces and cities", - "ICT Industry Research Reports - analysis of telecommunications, internet, and technology sector trends", - "Digital Economy Blue Books - research on digital transformation, data governance, and new infrastructure", - "Advanced Computing Reports - studies on high-performance computing, AI computing, and edge computing", - "Technology White Papers - coverage of 5G, IoT, blockchain, big data, and emerging technologies", - "Industry Standards and Benchmarks - technical standards and best practices for ICT sector" - ], - "zh": [ - "云计算白皮书 - 年度云计算技术趋势、市场发展和行业应用综合报告", - "算力发展指数 - 中国各省市算力基础设施发展评估", - "ICT产业研究报告 - 电信、互联网和科技行业趋势分析", - "数字经济蓝皮书 - 数字化转型、数据治理和新型基础设施研究", - "先进计算报告 - 高性能计算、AI算力和边缘计算研究", - "技术白皮书 - 5G、物联网、区块链、大数据等新兴技术研究", - "行业标准与基准 - ICT领域技术标准和最佳实践" - ] - }, - "has_api": false, - "file_path": "china/research/china-caict.json" + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { - "id": "china-miit-rare-earth", + "id": "brazil-cecafe", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" }, "description": { - "en": "The Rare Earth Office under the Ministry of Industry and Information Technology's Raw Materials Industry Department is responsible for rare earth industry management, including production quota allocation, industry standards, total volume control, and product traceability. It releases the Rare Earth Management Regulations, implements total volume control measures for rare earth mining and smelting, and operates the Rare Earth Product Traceability Information System.", - "zh": "工业和信息化部原材料工业司稀土办公室负责稀土行业管理,包括生产配额分配、行业规范标准、总量调控管理以及产品追溯。发布《稀土管理条例》,实施稀土开采和冶炼分离总量调控管理暂行办法,运营稀土产品追溯信息系统。" + "en": "CECAFE (Conselho dos Exportadores de Café do Brasil) is the Brazilian Coffee Exporters Council, serving as a national and international reference forum for discussing topics that add value to the export sector and Brazilian coffee. The council publishes comprehensive monthly statistical reports on Brazilian coffee exports, including detailed breakdowns by coffee type (Arabica, Robusta/Conilon, Soluble, Roasted), destination countries, export volumes, foreign exchange revenues, and average prices. CECAFE reports are widely used as authoritative sources for Brazil's coffee export performance and market trends.", + "zh": "CECAFE(巴西咖啡出口商协会)是巴西咖啡出口商理事会,是讨论为出口部门和巴西咖啡增值的主题的国家和国际参考论坛。该协会发布巴西咖啡出口的全面月度统计报告,包括按咖啡类型(阿拉比卡、罗布斯塔/科尼隆、速溶、烘焙)、目的地国家、出口量、外汇收入和平均价格的详细分类。CECAFE报告被广泛用作巴西咖啡出口表现和市场趋势的权威来源。" }, - "website": "https://www.miit.gov.cn/", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "website": "https://www.cecafe.com.br/", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "api_url": null, - "authority_level": "government", - "country": "CN", + "authority_level": "market", + "country": "BR", "domains": [ - "resources", - "mineral", - "industry" + "trade", + "agriculture", + "commodities", + "exports" ], "geographic_scope": "national", - "update_frequency": "irregular", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "稀土", - "rare earth", - "生产配额", - "production quota", - "总量调控", - "total volume control", - "行业规范", - "industry standards", - "稀土管理条例", - "rare earth management regulations", - "产品追溯", - "product traceability", - "工信部", - "MIIT", - "原材料工业司", - "Raw Materials Industry Department", - "稀土开采", - "rare earth mining", - "稀土冶炼", - "rare earth smelting", - "稀土分离", - "rare earth separation", - "独居石", - "monazite", - "中国稀土集团", - "China Rare Earth Group", - "北方稀土", - "Northern Rare Earth" + "brazil", + "巴西", + "coffee", + "咖啡", + "coffee-exports", + "咖啡出口", + "export-statistics", + "出口统计", + "trade-data", + "贸易数据", + "commodities", + "大宗商品", + "agriculture", + "农业", + "arabica", + "阿拉比卡", + "robusta", + "罗布斯塔", + "monthly-reports", + "月度报告", + "CECAFE", + "south-america", + "南美洲", + "industry-association", + "行业协会" ], - "data_content": { - "en": [ - "Rare earth production quota allocation (total volume control for mining and smelting separation)", - "Rare Earth Management Regulations and policy interpretations", - "Industry standards and regulatory conditions", - "Rare earth product traceability information", - "Industry work dynamics and research reports", - "Rare earth import and export management policies", - "Enterprise compliance and licensing information" - ], - "zh": [ - "稀土生产配额分配(开采和冶炼分离总量调控)", - "《稀土管理条例》及政策解读", - "行业规范条件和标准", - "稀土产品追溯信息", - "行业工作动态和调研报告", - "稀土进出口管理政策", - "企业合规及许可信息" - ] - }, - "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json" + "file_path": "countries/south-america/brazil-cecafe.json" }, { - "id": "china-mnr-minerals", + "id": "brazil-ibge", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "description": { - "en": "The Ministry of Natural Resources (MNR) of China is responsible for managing the country's mineral resources, including rare earth elements. MNR publishes the China Mineral Resources Report annually, provides data on rare earth reserves and mining quotas, and manages mining rights registration for strategic minerals. The ministry implements total quantity control for rare earth extraction and smelting separation, with 2024 mining quotas set at 270,000 tons REO. China holds 44 million tons of rare earth reserves (48.89% of global total), distributed across northern light rare earth regions (primarily Inner Mongolia) and southern heavy rare earth regions (Guangdong, Jiangxi, Fujian, Guangxi, Hunan).", - "zh": "中华人民共和国自然资源部负责管理全国矿产资源,包括稀土等战略性矿产。自然资源部发布年度《中国矿产资源报告》,提供稀土矿产储量、开采配额等数据,并负责稀土等战略性矿产的矿业权出让登记。部门对稀土开采和冶炼分离实施总量调控管理,2024年全年稀土开采总量控制指标为27万吨稀土氧化物(REO)。中国稀土储量达4400万吨(占全球总储量48.89%),呈现\"北轻南重\"分布格局,轻稀土资源主要分布在内蒙古(占75.22%),重稀土资源主要分布在广东、江西、福建、广西、湖南等南方省份。" + "en": "Brazil's official national statistical agency responsible for collection of statistical, geographic, cartographic, geodetic and environmental information. IBGE conducts the national population census every ten years, provides annual population estimates for all municipalities, and publishes comprehensive economic, social, and environmental data. Established in 1934, IBGE is the primary source of official data about Brazil's territory, population, and economy.", + "zh": "巴西官方国家统计机构,负责收集统计、地理、制图、大地测量和环境信息。IBGE每十年进行一次全国人口普查,为所有城市提供年度人口估算,并发布全面的经济、社会和环境数据。IBGE成立于1934年,是巴西领土、人口和经济官方数据的主要来源。" }, - "website": "https://www.mnr.gov.cn/", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", - "api_url": null, + "website": "https://www.ibge.gov.br/en/", + "data_url": "https://www.ibge.gov.br/en/indicators", + "api_url": "https://servicodados.ibge.gov.br/api/docs/", "authority_level": "government", - "country": "CN", - "geographic_scope": "national", + "country": "BR", "domains": [ - "resources", - "minerals", + "demographics", "economics", - "environment" + "geography", + "cartography", + "environment", + "population", + "census", + "labor", + "trade", + "agriculture", + "industry", + "social" ], - "update_frequency": "annual", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "自然资源部", - "ministry-of-natural-resources", - "MNR", - "矿产资源", - "mineral-resources", - "稀土", - "rare-earth", - "REE", - "稀土储量", - "rare-earth-reserves", - "开采配额", - "mining-quota", - "总量控制", - "total-quantity-control", - "矿业权", - "mining-rights", - "中国矿产资源报告", - "china-mineral-resources-report", - "轻稀土", - "light-rare-earth", - "重稀土", - "heavy-rare-earth", - "战略性矿产", - "strategic-minerals", - "矿产储量", - "mineral-reserves", - "地质勘查", - "geological-exploration" + "brazil", + "巴西", + "national-statistics", + "国家统计", + "census", + "人口普查", + "demographics", + "人口统计", + "economic-indicators", + "经济指标", + "geographic-data", + "地理数据", + "cartography", + "制图", + "population-data", + "人口数据", + "labor-statistics", + "劳动统计", + "trade-data", + "贸易数据", + "environmental-data", + "环境数据", + "government-data", + "政府数据", + "api-available", + "south-america", + "南美洲", + "IBGE" ], - "data_content": { - "en": [ - "China Mineral Resources Report: Annual comprehensive report covering national mineral resources status, exploration achievements, and development trends", - "Rare Earth Reserves: Data on China's 44 million tons of rare earth reserves (REO), accounting for 48.89% of global reserves", - "Rare Earth Mining Quotas: Annual total quantity control indicators for rare earth extraction and smelting separation (2024: 270,000 tons REO for mining, 255,000 tons for smelting)", - "Geographic Distribution: Light rare earth resources in Inner Mongolia (75.22% of total), heavy rare earth resources in southern provinces (Guangdong 32.34% of heavy rare earth)", - "Mining Rights Management: Information on mining rights registration for strategic minerals including rare earth, tungsten, tin, antimony, molybdenum, cobalt, lithium", - "Regulatory Framework: Implementation of Rare Earth Management Regulations (effective October 1, 2024)", - "Global Mineral Information: Access to global geological and mineral resource information systems", - "Geological Survey Data: National geological data repository and online ordering platform" - ], - "zh": [ - "中国矿产资源报告:年度综合报告,涵盖全国矿产资源现状、找矿成果、发展趋势", - "稀土储量数据:中国稀土储量4400万吨稀土氧化物(REO),占全球储量48.89%", - "稀土开采配额:年度稀土开采和冶炼分离总量控制指标(2024年开采指标27万吨REO,冶炼分离指标25.5万吨)", - "地理分布数据:轻稀土资源分布(内蒙古占75.22%),重稀土资源分布(广东占重稀土资源32.34%)", - "矿业权管理:稀土、钨、锡、锑、钼、钴、锂等战略性矿产的矿业权出让登记信息", - "法规政策:《稀土管理条例》实施(2024年10月1日起施行)", - "全球矿产信息:全球地质矿产信息系统访问", - "地质资料数据:全国地质资料馆及网络订单服务平台" - ] - }, - "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "china-national-data-bureau", + "id": "british-museum-collection", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "British Museum Collection", + "zh": "大英博物馆馆藏" }, "description": { - "en": "The National Data Administration (NDA) is a ministerial-level agency under the National Development and Reform Commission, responsible for coordinating data infrastructure development, promoting data resource integration and utilization, and advancing the construction of Digital China. The NDA oversees the National Public Data Resources Registration Platform and formulates policies for data element markets, digital economy development, and data governance.", - "zh": "国家数据局是国家发展和改革委员会管理的国家局,负责协调推进数据基础制度建设,统筹数据资源整合共享和开发利用,统筹推进数字中国、数字经济、数字社会规划和建设等工作。国家数据局管理国家公共数据资源登记平台,制定数据要素市场、数字经济发展和数据治理政策。" + "en": "The British Museum Collection comprises nearly 5 million objects documenting two million years of human history and culture from across six continents. Collection online provides searchable access to over 2 million catalogued records with high-definition images, covering archaeology, art, cultural artifacts, and historical objects. The database represents over 40 years of cataloguing work and continues to expand daily.", + "zh": "大英博物馆馆藏包含近500万件文物,记录了来自六大洲的两百万年人类历史与文化。在线馆藏提供超过200万条可搜索的编目记录,配有高清图像,涵盖考古学、艺术、文化文物和历史物品。该数据库代表了40多年的编目工作,并持续每日扩展。" }, - "website": "https://www.nda.gov.cn/", - "data_url": "https://sjdj.nda.gov.cn/", + "website": "https://www.britishmuseum.org", + "data_url": "https://www.britishmuseum.org/collection", "api_url": null, - "authority_level": "government", - "country": "CN", + "authority_level": "research", + "country": null, "domains": [ - "digital_economy", - "data_governance", - "digital_infrastructure" + "Cultural Heritage", + "Archaeology", + "Art History", + "Anthropology", + "Ancient Civilizations", + "Museum Studies" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "daily", + "has_api": false, "tags": [ - "国家数据局", - "National Data Administration", - "NDA", - "数据要素", - "data elements", - "数据要素市场", - "data element market", - "数字中国", - "Digital China", - "数字经济", - "digital economy", - "公共数据资源", - "public data resources", - "数据登记平台", - "data registration platform", - "数据治理", - "data governance", - "数据基础设施", - "data infrastructure", - "数据标注", - "data annotation", - "数据流通", - "data circulation", - "政务数据", - "government data" + "cultural heritage", + "museum", + "archaeology", + "art history", + "artifacts", + "world history", + "anthropology", + "ethnography", + "ancient civilizations", + "British Museum" ], - "data_content": { - "en": [ - "Public data resources registration and management information", - "Data element market policies and regulations", - "Digital China construction progress and reports", - "Data infrastructure development plans and standards", - "Data governance frameworks and best practices", - "Digital economy development statistics and case studies", - "Data circulation and trading platform information", - "National data standardization technical guidelines" - ], - "zh": [ - "公共数据资源登记和管理信息", - "数据要素市场政策法规", - "数字中国建设进展和报告", - "数据基础设施发展规划和标准", - "数据治理框架和最佳实践", - "数字经济发展统计和案例研究", - "数据流通和交易平台信息", - "国家数据标准化技术指南" - ] - }, - "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" }, { - "id": "china-cnipa-patents", + "id": "us-bea", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "description": { - "en": "Official patent statistics from China National Intellectual Property Administration (CNIPA), covering patent applications, grants, and valid patents across all types (invention, utility model, and design patents). Provides comprehensive data by region, applicant type, technology classification (IPC), and industry sectors including the 16 key industries. Historical data available from 1985 onwards with monthly, annual, and thematic statistical reports.", - "zh": "中国国家知识产权局发布的官方专利统计数据,涵盖专利申请、授权和有效专利的全面统计,包括发明、实用新型和外观设计三种专利类型。提供按地区、申请人类型、技术分类(IPC)和产业领域(包括16个重点产业)的详细数据。提供自1985年以来的历史数据,包括月度报告、年度报告和专题统计分析。" + "en": "The Bureau of Economic Analysis (BEA) is an agency of the U.S. Department of Commerce that produces critical economic statistics including GDP, personal income, corporate profits, international trade and investment, and regional economic data. BEA's data provides a comprehensive picture of the U.S. economy and its interaction with the world economy. The agency serves government and business decision makers, researchers, and the public to help them understand the performance of the U.S. economy.", + "zh": "美国经济分析局(BEA)是美国商务部下属机构,负责编制包括GDP、个人收入、企业利润、国际贸易与投资、区域经济数据在内的关键经济统计数据。BEA的数据全面反映了美国经济及其与全球经济的互动情况。该机构为政府和企业决策者、研究人员以及公众提供服务,帮助他们了解美国经济的运行状况。" }, - "website": "https://www.cnipa.gov.cn/", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", - "api_url": null, + "website": "https://www.bea.gov", + "data_url": "https://www.bea.gov/data", + "api_url": "https://apps.bea.gov/API/signup/", "authority_level": "government", - "country": "CN", - "geographic_scope": "national", + "country": "US", "domains": [ - "technology", - "intellectual_property", - "innovation" + "Economics", + "GDP", + "National Accounts", + "International Trade", + "Foreign Direct Investment", + "Personal Income", + "Consumer Spending", + "Corporate Profits", + "Regional Economics", + "Industry Economics", + "Input-Output Tables", + "Fixed Assets" ], + "geographic_scope": "national", "update_frequency": "monthly", + "has_api": true, "tags": [ - "专利", - "patent", - "知识产权", - "intellectual property", - "发明专利", - "invention patent", - "实用新型", - "utility model", - "外观设计", - "design patent", - "专利授权", - "patent grant", - "专利申请", - "patent application", - "技术创新", - "innovation", - "IPC分类", - "patent classification", - "16个重点产业", - "16 key industries", - "专利密集型产业", - "patent-intensive industries", - "PCT", - "国家知识产权局", - "CNIPA", - "SIPO" + "economics", + "经济统计", + "gdp", + "国内生产总值", + "national-accounts", + "国民账户", + "united-states", + "美国", + "trade", + "贸易", + "investment", + "投资", + "official-statistics", + "官方统计", + "government", + "政府", + "time-series", + "时间序列", + "macroeconomics", + "宏观经济", + "regional-data", + "区域数据", + "industry-data", + "行业数据", + "personal-income", + "个人收入", + "bea", + "经济分析局" ], - "data_content": { - "en": [ - "Patent applications, grants, and valid patents by type (invention, utility model, design)", - "Domestic and foreign patent statistics with breakdown by region and country", - "Patent data by applicant/owner type (enterprises, universities, research institutes, individuals)", - "Technology classification statistics by IPC (International Patent Classification) sections and classes", - "PCT international patent applications filed in China", - "Patent statistics for 16 key industries and patent-intensive industries", - "Monthly statistical bulletins on patent examination and registration", - "Annual patent statistics yearbooks (historical data from 1985)", - "Regional patent statistics by Chinese provinces and cities", - "Chinese applicants' overseas patent applications and grants", - "Patent agency and legal status statistics", - "Thematic analysis reports on patents in digital economy, green technology, and other sectors" - ], - "zh": [ - "三种专利类型(发明、实用新型、外观设计)的申请量、授权量和有效量统计", - "国内外专利统计,按地区、国别详细分类", - "按申请人(专利权人)类型统计(企业、高校、科研院所、个人)", - "按IPC国际专利分类(部、大类)的技术领域统计", - "PCT国际专利申请受理统计", - "16个重点产业专利统计及专利密集型产业数据", - "审查注册登记统计月报(包括专利授权、有效专利数据)", - "知识产权统计年报(1985年以来历史数据)", - "分省市的国内专利申请、授权和有效量统计", - "中国申请人在境外专利申请和授权统计", - "专利代理和法律状态统计", - "数字经济、绿色低碳等领域专利专题分析报告" - ] - }, - "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "file_path": "countries/north-america/usa/us-bea.json" }, { - "id": "china-most-infrastructure", + "id": "us-bls", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "description": { - "en": "National network management platform operated by National Science and Technology Infrastructure Center (NSTC) under China's Ministry of Science and Technology. Provides centralized query, reservation, and sharing services for major research facilities and large-scale scientific instruments across Chinese research institutions and universities. Covers facilities in extreme condition simulation, remote sensing, precision measurement, biomedical research, nuclear technology, telescopes, and various scientific instruments including analytical instruments, electron microscopes, mass spectrometers, and specialized testing equipment.", - "zh": "由国家科技基础条件平台中心建设和运营的重大科研基础设施和大型科研仪器国家网络管理平台。提供全国科研设施和大型科研仪器的集中查询、预约和共享服务,覆盖极端条件模拟、遥感观测、精密测量、生物医学、核技术、望远镜等重大科研基础设施,以及分析仪器、电子显微镜、质谱仪、物理性能测试仪器、医学科研仪器等各类大型科研仪器。" + "en": "The Bureau of Labor Statistics (BLS) is the principal federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy of the United States. BLS collects, processes, analyzes, and disseminates essential statistical data to the American public, Congress, other Federal agencies, State and local governments, business, and labor. The BLS also serves as a statistical resource to the U.S. Department of Labor and conducts research into employment, labor economics, and price levels.", + "zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。" }, - "website": "https://www.escience.org.cn/nsti", - "data_url": "https://nrii.org.cn/", - "api_url": null, + "website": "https://www.bls.gov", + "data_url": "https://www.bls.gov/data/", + "api_url": "https://www.bls.gov/developers/", "authority_level": "government", - "country": "CN", + "country": "US", "domains": [ - "research-infrastructure", - "scientific-instruments", - "technology", - "science" + "Employment", + "Unemployment", + "Labor Force", + "Wages", + "Earnings", + "Prices", + "Inflation", + "Consumer Expenditures", + "Productivity", + "Workplace Safety", + "Occupational Statistics", + "Industry Statistics" ], "geographic_scope": "national", - "update_frequency": "daily", + "update_frequency": "monthly", + "has_api": true, "tags": [ - "科研设施", - "research-facilities", - "大型仪器", - "scientific-instruments", - "仪器共享", - "equipment-sharing", - "科技资源", - "science-resources", - "重大设施", - "major-facilities", - "实验设备", - "laboratory-equipment", - "科研平台", - "research-platform", - "仪器预约", - "instrument-booking", - "开放共享", - "open-sharing", - "科技部", - "MOST", - "分析仪器", - "analytical-instruments", - "电子显微镜", - "electron-microscope", - "质谱仪", - "mass-spectrometer", - "光谱仪", - "spectrometer", - "同步辐射", - "synchrotron-radiation", - "散裂中子源", - "spallation-neutron-source", - "FAST", - "天眼", - "望远镜", - "telescope" + "employment", + "unemployment", + "labor-market", + "wages", + "earnings", + "inflation", + "cpi", + "consumer-price-index", + "ppi", + "producer-price-index", + "productivity", + "labor-statistics", + "occupational-data", + "workplace-safety", + "job-openings", + "jolts", + "consumer-expenditure", + "time-use", + "labor-force", + "employment-projections", + "us-government", + "economic-indicators", + "美国劳工", + "就业数据", + "失业率", + "通货膨胀", + "消费者物价指数", + "生产者物价指数", + "工资统计", + "劳动力市场" ], - "data_content": { - "en": [ - "Major Research Infrastructure: Extreme condition simulation facilities, remote sensing observation systems, environmental simulation chambers, precision measurement instruments, biomedical research facilities, nuclear technology facilities, particle accelerators, telescopes, synchrotron radiation sources", - "Large-scale Scientific Instruments: Analytical instruments (mass spectrometers, chromatographs, spectrometers, electron microscopes), physical property testing instruments, electronic measurement instruments, medical research instruments, earth exploration instruments, special detection instruments, ocean instruments, atmospheric detection instruments, lasers, nuclear instruments, astronomical instruments", - "Facility Information: Instrument specifications, models, locations, affiliated institutions, discipline areas, technical parameters, availability status", - "Service Functions: Equipment query and search, online booking and reservation, usage scheduling, technical support information, performance evaluation data", - "Coverage: Central government-affiliated universities and research institutes, Chinese Academy of Sciences institutes, major national laboratories" - ], - "zh": [ - "重大科研基础设施:极端条件模拟类(全超导托卡马克核聚变实验装置EAST等)、遥感观测类、环境模拟类、精密测量类、生物医学类、核技术类、核物理类(北京正负电子对撞机、中国散裂中子源等)、望远镜类(中国天眼FAST等)、光源类(上海同步辐射光源、合肥国家同步辐射装置等)", - "大型科研仪器:分析仪器(质谱仪、色谱仪、光谱仪、电子显微镜等)、工艺试验仪器、物理性能测试仪器、计量仪器、电子测量仪器、医学科研仪器、计算机及配套设备、特种检测仪器、地球探测仪器、激光器、海洋仪器、大气探测仪器、核仪器、天文仪器", - "设施信息:仪器名称、型号规格、所在地区、所属单位、学科领域、技术参数、开放状态", - "服务功能:设备查询检索、在线预约、使用安排、技术支持、评价考核数据", - "覆盖范围:中央级高等学校和科研院所、中国科学院各研究所、国家重点实验室" - ] - }, - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + "file_path": "countries/north-america/usa/us-bls.json" }, { - "id": "china-most-rnd", + "id": "bureau-of-meteorology", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, "description": { - "en": "The National Key Research and Development Program of China is a major national science and technology initiative managed by the Ministry of Science and Technology (MOST) and implemented through various ministries. The Ministry of Industry and Information Technology (MIIT) leads 16 key special projects covering areas such as industrial software, intelligent robots, advanced manufacturing, new energy vehicles, and emerging technologies. These programs support fundamental research, key technology breakthroughs, and industrial applications aligned with China's 14th Five-Year Plan strategic priorities.", - "zh": "国家重点研发计划是由中华人民共和国科学技术部管理、多部门实施的国家级科技计划。工业和信息化部主责的\"十四五\"国家重点研发计划包括16个重点专项,涵盖工业软件、智能机器人、先进制造、新能源汽车、新兴技术等领域。这些计划支持基础研究、关键技术攻关和产业应用示范,服务于国家战略需求和产业发展。" + "en": "Australia's national weather, climate, water, ocean and space weather information agency. The Bureau of Meteorology provides trusted, reliable and responsive services for Australia every day. It monitors and reports on current conditions, provides forecasts, warnings and long-term outlooks, analyzes trends, and continues to extend understanding of Australian conditions. Operating under the Meteorology Act 1955 and Water Act 2007, the Bureau fulfills Australia's international obligations under the World Meteorological Organization.", + "zh": "澳大利亚国家气象、气候、水文、海洋和空间气象信息机构。澳大利亚气象局每天为澳大利亚提供可信、可靠和响应迅速的服务。它监测和报告当前状况,提供预报、警报和长期展望,分析趋势,并不断扩展对澳大利亚气象条件的理解。根据1955年气象法和2007年水资源法运作,该局履行澳大利亚在世界气象组织下的国际义务。" }, - "website": "https://service.most.gov.cn/", - "data_url": "https://service.most.gov.cn/", - "api_url": null, + "website": "https://www.bom.gov.au", + "data_url": "https://www.bom.gov.au", + "api_url": "https://reg.bom.gov.au/catalogue/data-feeds.shtml", "authority_level": "government", - "country": "CN", - "geographic_scope": "national", + "country": "AU", "domains": [ - "technology", - "research", - "innovation", - "manufacturing", - "software" + "weather", + "climate", + "water", + "oceans", + "space weather", + "atmosphere", + "meteorology", + "hydrology", + "oceanography" ], - "update_frequency": "annual", + "geographic_scope": "national", + "update_frequency": "real-time", + "has_api": true, "tags": [ - "国家重点研发计划", - "National Key R&D Program", - "工业软件", - "Industrial Software", - "智能机器人", - "Intelligent Robots", - "高性能制造", - "Advanced Manufacturing", - "新能源汽车", - "New Energy Vehicles", - "科技项目", - "R&D Projects", - "科研资助", - "Research Funding", - "科技部", - "MOST", - "工信部", - "MIIT", - "增材制造", - "Additive Manufacturing", - "先进计算", - "Advanced Computing", - "区块链", - "Blockchain", - "稀土材料", - "Rare Earth Materials", - "科学仪器", - "Scientific Instruments", - "信息光子", - "Information Photonics" + "weather", + "climate", + "meteorology", + "australia", + "forecasts", + "warnings", + "rainfall", + "temperature", + "water", + "oceans", + "space-weather", + "satellite", + "radar", + "government", + "oceania" ], - "data_content": { - "en": [ - "Project application guidelines for 16 key special programs including Industrial Software, Intelligent Robots, Additive Manufacturing and Laser Manufacturing, New Energy Vehicles, Basic Research Conditions and Major Scientific Instruments, Blockchain, Information Photonics, Multimodal Networks and Communications, Micro-Nano Electronics, Advanced Computing and Emerging Software, Rare Earth New Materials, New Display and Strategic Electronic Materials, Advanced Structural and Composite Materials, High-End Functional and Intelligent Materials, High-Performance Manufacturing Technology and Major Equipment, and Intelligent Sensors", - "Annual project solicitation notices and application requirements", - "Project approval and funding information", - "Research progress reports and milestone achievements", - "Technology readiness level (TRL) assessments", - "Application templates and supporting documents", - "Expert evaluation guidelines", - "Project management policies and procedures" - ], - "zh": [ - "16个重点专项的项目申报指南,包括:工业软件、智能机器人、增材制造与激光制造、新能源汽车、基础科研条件与重大科学仪器设备研发、区块链、信息光子技术、多模态网络与通信、微纳电子技术、先进计算与新兴软件、稀土新材料、新型显示与战略性电子材料、先进结构与复合材料、高端功能与智能材料、高性能制造技术与重大装备、智能传感器", - "年度项目申报通知和申报要求", - "项目立项和资助信息", - "研究进展报告和里程碑成果", - "技术就绪度(TRL)评估", - "申报模板和支撑文件", - "专家评审指南", - "项目管理政策和流程" - ] - }, - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" }, { - "id": "china-sac-standards", + "id": "us-cdc", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "description": { - "en": "The Standardization Administration of China (SAC) is the Chinese government authority responsible for standardization administration. It develops and publishes national standards including mandatory GB standards, recommended GB/T standards, and industry standards across all sectors.", - "zh": "国家标准化管理委员会是中国负责标准化管理的国家级政府机构,隶属于国家市场监督管理总局。负责组织制定和发布国家标准,包括强制性国家标准(GB)、推荐性国家标准(GB/T)以及76个行业标准,覆盖工业、农业、服务业等各个领域。" + "en": "The Centers for Disease Control and Prevention (CDC) is the nation's leading public health institute. CDC provides comprehensive public health data through multiple platforms: data.cdc.gov (open data portal with datasets across health topics), CDC WONDER (Wide-ranging Online Data for Epidemiologic Research with ad-hoc query system), and NCHS (National Center for Health Statistics - the nation's official source for health statistics). The data covers vital statistics, disease surveillance, environmental health, vaccine safety, cancer registries, and over 180 health topics. CDC data supports research, policy development, and public health practice across infectious diseases, chronic diseases, injuries, environmental health, and health equity.", + "zh": "美国疾病控制与预防中心(CDC)是美国领先的公共卫生机构。CDC通过多个平台提供全面的公共卫生数据:data.cdc.gov(涵盖各健康主题的开放数据门户)、CDC WONDER(流行病学研究广泛在线数据,具有即席查询系统)和NCHS(国家健康统计中心-美国官方健康统计来源)。数据涵盖生命统计、疾病监测、环境健康、疫苗安全、癌症登记和超过180个健康主题。CDC数据支持传染病、慢性病、伤害、环境健康和健康公平等领域的研究、政策制定和公共卫生实践。" }, - "website": "https://www.sac.gov.cn/", - "data_url": "https://std.samr.gov.cn/", - "api_url": null, + "website": "https://www.cdc.gov/", + "data_url": "https://data.cdc.gov/", + "api_url": "https://dev.socrata.com/foundry/data.cdc.gov", "authority_level": "government", - "country": "CN", + "country": "US", "domains": [ - "technology", - "standards", - "quality-management", - "manufacturing", - "services", - "agriculture" + "Public Health", + "Health Statistics", + "Infectious Diseases", + "Chronic Diseases", + "Vital Statistics", + "Mortality", + "Natality", + "Environmental Health", + "Cancer", + "Tuberculosis", + "Sexually Transmitted Diseases", + "Vaccine Safety", + "Population Health", + "Health Equity", + "Disease Surveillance", + "Epidemiology", + "Healthcare Access", + "Nutrition" ], "geographic_scope": "national", - "update_frequency": "irregular", + "update_frequency": "weekly", + "has_api": true, "tags": [ - "国家标准", - "national standards", - "GB", - "GB/T", - "强制性标准", - "mandatory standards", - "推荐性标准", - "recommended standards", - "行业标准", - "industry standards", - "地方标准", - "local standards", - "标准化", - "standardization", - "质量管理", - "quality management", - "技术规范", - "technical specifications", - "SAC", - "SAMR", - "市场监管总局" + "cdc", + "疾控中心", + "public-health", + "公共卫生", + "health-statistics", + "健康统计", + "mortality", + "死亡率", + "natality", + "出生率", + "infectious-diseases", + "传染病", + "chronic-diseases", + "慢性病", + "vital-statistics", + "生命统计", + "epidemiology", + "流行病学", + "disease-surveillance", + "疾病监测", + "cancer", + "癌症", + "tuberculosis", + "结核病", + "std", + "性病", + "vaccine-safety", + "疫苗安全", + "environmental-health", + "环境健康", + "population-health", + "人口健康", + "health-equity", + "健康公平", + "cdc-wonder", + "nchs", + "births", + "出生", + "deaths", + "死亡", + "covid-19", + "新冠", + "vaccination", + "疫苗接种", + "healthcare", + "医疗保健", + "nutrition", + "营养" ], - "data_content": { - "en": [ - "Mandatory National Standards (GB): 2,147 current standards, covering safety, health, environmental protection", - "Recommended National Standards (GB/T): 46,553 current standards across all industries", - "Guidance Technical Documents (GB/Z): 706 current documents", - "Industry Standards: 87,293 standards covering 76 industries (safety, packaging, shipbuilding, surveying, urban construction, etc.)", - "Local Standards: 62,164 standards from provincial and municipal governments", - "National Standard Development Plans and Announcements", - "Technical Committee Information and Expert Database", - "Standard Full-Text Public Access (non-adopted standards can be read and downloaded online)", - "International and Foreign Standards Comparison", - "Standard Revision and Review Information" - ], - "zh": [ - "强制性国家标准(GB): 2,147项现行有效标准,涵盖安全、卫生、环境保护等领域", - "推荐性国家标准(GB/T): 46,553项现行有效标准,覆盖各行业领域", - "指导性技术文件(GB/Z): 706项现行有效文件", - "行业标准: 87,293项标准,涵盖76个行业(包括安全生产AQ、包装BB、船舶CB、测绘CH、城镇建设CJ等)", - "地方标准: 62,164项标准,来自各省市自治区", - "国家标准制修订计划和公告", - "技术委员会信息和专家数据库", - "国家标准全文公开(非采标标准可在线阅读和下载)", - "国际国外标准对比分析", - "标准复审和修订信息" - ] - }, - "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "china-miit", + "id": "ceic-china-urbanization", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, "description": { - "en": "MIIT is a ministry of the State Council responsible for regulating China's industrial sector, telecommunications, and the internet. It publishes comprehensive statistics and data on raw materials industry, equipment manufacturing, consumer goods industry, telecommunications, electronics and IT manufacturing, software industry, and internet services.", - "zh": "工业和信息化部是国务院组成部门,负责工业和信息化领域的行政管理和监管工作。发布原材料工业、装备工业、消费品工业、通信业、电子信息制造业、软件业、互联网等行业的统计数据和运行分析。" + "en": "CEIC provides comprehensive historical urbanization rate data for China, covering both usual residence and household registration statistics from 1949 to 2025. The database includes national-level urbanization rates as well as provincial and prefecture-level breakdowns, sourced from the National Bureau of Statistics of China. CEIC is a leading economic data platform serving economists, analysts, and researchers worldwide.", + "zh": "CEIC提供中国全面的历史城镇化率数据,涵盖1949年至2025年的常住人口和户籍人口统计数据。数据库包括国家级城镇化率以及省级和地级市的详细数据,数据来源于国家统计局。CEIC是服务全球经济学家、分析师和研究人员的领先经济数据平台。" }, - "website": "https://www.miit.gov.cn/", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", - "api_url": null, - "authority_level": "government", + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "api_url": "https://info.ceicdata.com/api-and-data-feed-solution", + "authority_level": "commercial", "country": "CN", - "geographic_scope": "national", "domains": [ - "industry", - "telecommunications", - "technology", - "manufacturing", - "electronics" + "demographics", + "economics", + "social", + "urbanization" ], - "update_frequency": "monthly", + "geographic_scope": "national", + "update_frequency": "annual", + "has_api": true, "tags": [ - "工业", - "信息化", - "industry", - "telecommunications", - "通信", - "制造业", - "manufacturing", - "电子信息", - "electronics", - "软件业", - "software", - "互联网", - "internet", - "装备工业", - "equipment", - "汽车", - "automotive", - "原材料", - "raw materials", - "消费品", - "consumer goods", - "工信部", - "MIIT", - "中国制造", - "Made in China" + "china", + "urbanization", + "城镇化率", + "population", + "人口统计", + "demographics", + "social-development", + "社会发展", + "常住人口", + "户籍人口", + "usual-residence", + "household-registration", + "provincial-data", + "省级数据", + "nbs", + "国家统计局", + "ceic", + "economic-data", + "经济数据" ], - "data_content": { - "en": [ - "Raw Materials Industry: Statistics on steel, nonferrous metals, petrochemicals, building materials, and rare earth industries", - "Equipment Manufacturing: Data on machinery, automotive, civil shipbuilding, and civil aviation industries", - "Consumer Goods Industry: Statistics on light industry, textiles, food, and home appliances", - "Telecommunications Industry: Basic telecommunications statistics and operational analysis", - "Electronics and IT Manufacturing: Electronic information manufacturing industry statistics and analysis", - "Software Industry: Software and information technology services statistics and analysis", - "Internet Services: Internet and related services industry statistics and analysis", - "Industrial Policies: Policy documents, regulatory announcements, and industry standards", - "Administrative Services: Telecommunication licenses, vehicle production permits, and regulatory approvals" - ], - "zh": [ - "原材料工业:钢铁、有色金属、石化化工、建材、稀土等行业统计数据", - "装备工业:机械、汽车、民用船舶、民用航空工业等行业数据", - "消费品工业:轻工、纺织、食品、家电等行业统计数据", - "通信业:基础电信业统计数据及运行分析", - "电子信息制造业:电子信息制造业统计数据及运行分析", - "软件业:软件和信息技术服务业统计数据和运行分析", - "互联网:互联网和相关服务业统计数据和运行分析", - "工业政策:政策文件、法规公告、行业标准", - "行政服务:电信业务许可、车辆生产准入、监管审批等" - ] - }, - "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json" + "file_path": "china/national/ceic-china-urbanization.json" }, { - "id": "india-dgcis", + "id": "ceic-global-database", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "CEIC Global Database", + "zh": "环亚经济数据库" }, "description": { - "en": "The Directorate General of Commercial Intelligence and Statistics (DGCI&S), Kolkata, under the Ministry of Commerce and Industry, Government of India, is the pioneer official organization for collection, compilation and dissemination of India's Trade Statistics and Commercial Information. For over 150 years, this Directorate has served as the principal authority on trade-related information in India. DGCI&S collects basic data for both export and import of goods through Daily Trade Returns (DTRs) from different Customs formations and Special Economic Zones, with EDI data transmitted online daily through Indian Customs EDI Gateway (ICEGATE). It compiles and publishes foreign trade statistics, inland trade statistics covering inter-state movements of goods by rail, river and air, shipping statistics, coastal trade statistics, and customs and excise revenue collections.", - "zh": "印度商业情报与统计总局(DGCI&S)位于加尔各答,隶属于印度政府商务和工业部,是印度贸易统计和商业信息收集、编制和发布的先驱性官方机构。超过150年来,该局一直是印度贸易相关信息的主要权威机构。DGCI&S通过印度海关EDI网关(ICEGATE)每日在线接收来自不同海关系统和经济特区的每日贸易回执(DTR),收集进出口货物的基础数据。该局编制并发布对外贸易统计、涵盖铁路、河运和空运的州际货物流动的国内贸易统计、航运统计、沿海贸易统计以及海关和消费税征收统计。" + "en": "Leading provider of economic intelligence covering developed and developing markets worldwide since 1992. Contains over 4.2 million time series from more than 2,500 sources, including macroeconomic indicators, industrial sector data, and alternative high-frequency data. Offers ground-level expertise in emerging markets with hyper-local economic data and exclusive access to hard-to-find market information.", + "zh": "自1992年以来全球领先的经济情报提供商,覆盖全球发达和发展中市场。包含超过420万个时间序列,来自2500多个数据源,涵盖宏观经济指标、工业部门数据和高频替代数据。在新兴市场提供实地专业知识,包括超本地化经济数据和独家难寻市场信息。" }, - "website": "https://www.commerce.gov.in/about-us/subordinate-offices/directorate-general-of-commercial-intelligence-and-statistics/", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "api_url": null, - "country": "IN", + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "api_url": "https://www.ceicdata.com/api/v1", + "authority_level": "commercial", + "country": null, "domains": [ - "international trade", - "foreign trade statistics", - "inland trade", - "customs statistics", - "export statistics", - "import statistics", - "shipping statistics", - "coastal trade", - "inter-state trade", - "excise revenue" + "economics", + "finance", + "industry", + "trade", + "labor" ], - "geographic_scope": "national", - "update_frequency": "monthly", + "geographic_scope": "global", + "update_frequency": "daily", + "has_api": true, "tags": [ - "india", + "macroeconomic-data", + "emerging-markets", + "time-series", + "gdp", + "cpi", + "fdi", + "industrial-production", "trade-statistics", - "foreign-trade", - "export-import", - "customs-data", - "government-statistics", - "economic-data", - "hs-classification", - "trade-policy", - "shipping-statistics", - "inland-trade", - "south-asia" + "labor-market", + "alternative-data", + "high-frequency-data", + "宏观经济数据", + "新兴市场", + "时间序列", + "工业生产", + "贸易统计", + "劳动力市场", + "高频数据" ], - "data_content": { - "en": [ - "Foreign Trade Statistics - Export and import data at principal commodity and 8-digit HS code level", - "Principal Commodity Level Data - Available free of cost, updated to October 2025", - "8-Digit Level Data - Available to subscribers, updated to September 2025", - "Country-wise Trade Data - India's trade with individual countries and regions", - "ITC (HS) Classification - Indian Trade Classification based on Harmonised System with 20,000+ commodity codes", - "Inland Trade Statistics - Inter-state movements of goods by rail, river and air", - "Shipping Statistics - Annual shipping and port statistics", - "Coastal Trade Statistics - Domestic coastal and inter-port trade", - "Selected Statistics of Foreign Trade - Annual comprehensive trade reports", - "Monthly Trade Data - Released by 15th of following month", - "Quantity and Value Data - Both volume and value metrics for trade flows", - "Customs Revenue Statistics - Customs and excise revenue collections" - ], - "zh": [ - "对外贸易统计 - 主要商品和8位HS编码级别的进出口数据", - "主要商品级别数据 - 免费提供,更新至2025年10月", - "8位数级别数据 - 订阅用户可用,更新至2025年9月", - "按国家分类的贸易数据 - 印度与各国和地区的贸易", - "ITC(HS)分类 - 基于协调制度的印度贸易分类,包含20,000+商品代码", - "国内贸易统计 - 铁路、河运和空运的州际货物流动", - "航运统计 - 年度航运和港口统计", - "沿海贸易统计 - 国内沿海和港口间贸易", - "对外贸易精选统计 - 年度综合贸易报告", - "月度贸易数据 - 次月15日前发布", - "数量和价值数据 - 贸易流量和价值指标", - "海关收入统计 - 海关和消费税征收数据" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "international/economics/ceic-global-database.json" }, { - "id": "boj-statistics", + "id": "ceic-vietnam", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, "description": { - "en": "Comprehensive economic and financial statistics published by the Bank of Japan, including monetary policy data, financial markets, flow of funds, TANKAN surveys, price indices, balance of payments, and banking sector statistics. The BOJ provides authoritative data on Japan's monetary system, banking operations, and economic conditions.", - "zh": "日本银行发布的全面经济和金融统计数据,包括货币政策数据、金融市场、资金流动、TANKAN调查、价格指数、国际收支以及银行业统计。日本银行提供关于日本货币体系、银行业务和经济状况的权威数据。" + "en": "Comprehensive economic database covering Vietnam's macroeconomic indicators, industrial production, trade statistics, and labor market data. Includes structured data from Vietnam's General Statistics Office (GSO) with time series spanning from 1955 to 2030. Provides monthly, quarterly, and annual updates on key economic metrics including GDP, CPI, employment, trade, government finance, and financial markets.", + "zh": "全面的越南经济数据库,涵盖宏观经济指标、工业生产、贸易统计和劳动力市场数据。包含越南统计总局(GSO)的结构化数据,时间序列跨度从1955年至2030年。提供关键经济指标的月度、季度和年度更新,包括GDP、CPI、就业、贸易、政府财政和金融市场。" }, - "website": "https://www.boj.or.jp/en/", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", - "api_url": null, - "country": "JP", + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "api_url": "https://developer.isimarkets.com/en/ApiProducts/CEIC", + "authority_level": "commercial", + "country": "VN", "domains": [ - "monetary policy", - "financial markets", - "banking", - "flow of funds", - "economic surveys", - "prices", - "balance of payments", - "public finance", - "payment systems" + "economics", + "finance", + "trade", + "labor", + "industry" ], "geographic_scope": "national", - "update_frequency": "daily", + "update_frequency": "monthly", + "has_api": true, "tags": [ - "Japan", - "central-bank", - "monetary-policy", + "vietnam", + "越南", + "vietnam-economy", + "越南经济", + "gso", + "越南统计总局", + "general-statistics-office", + "gdp", + "国内生产总值", + "cpi", + "居民消费价格指数", + "inflation", + "通货膨胀", + "employment", + "就业", + "trade-statistics", + "贸易统计", + "industrial-production", + "工业生产", + "government-finance", + "政府财政", "financial-markets", - "banking", - "flow-of-funds", - "TANKAN", - "prices", - "balance-of-payments", - "economic-statistics", + "金融市场", + "macroeconomic-indicators", + "宏观经济指标", "time-series", - "official-statistics" + "时间序列" ], - "data_content": { - "en": [ - "Monetary Base and Bank of Japan Transactions", - "Money Stock and Monetary Survey", - "Interest Rates on Deposits and Loans", - "Financial Markets (Call Money, FX, Securities)", - "Payment and Settlement Statistics", - "Deposits and Loans Market", - "Financial Institutions Accounts and Balance Sheets", - "Flow of Funds Accounts", - "TANKAN (Short-Term Economic Survey of Enterprises)", - "Price Indices (CPI, PPI, CGPI)", - "Public Finance Statistics", - "Balance of Payments and International Investment Position", - "BIS/FSB Related Statistics", - "Currency in Circulation", - "Historical Time-Series Data" - ], - "zh": [ - "货币基数和日本银行交易", - "货币存量和货币调查", - "存贷款利率", - "金融市场(拆借市场、外汇、证券)", - "支付结算统计", - "存贷款市场", - "金融机构账户和资产负债表", - "资金流动账户", - "TANKAN(企业短期经济观测调查)", - "价格指数(CPI、PPI、CGPI)", - "公共财政统计", - "国际收支和国际投资头寸", - "国际清算银行/金融稳定委员会相关统计", - "流通货币", - "历史时间序列数据" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "international/economics/ceic-vietnam.json" }, { - "id": "korea-bok", + "id": "cern-open-data", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, "description": { - "en": "The Bank of Korea is South Korea's central bank, responsible for monetary policy and financial stability. It provides comprehensive economic and financial statistics through the Economic Statistics System (ECOS), including monetary aggregates, interest rates, balance of payments, national accounts, price indices, and business/consumer surveys. The BOK publishes regular economic reports and maintains extensive time-series data essential for economic policy analysis.", - "zh": "韩国银行是韩国中央银行,负责货币政策和金融稳定。通过经济统计系统(ECOS)提供全面的经济金融统计数据,包括货币总量、利率、国际收支、国民账户、价格指数以及企业和消费者调查。韩国银行定期发布经济报告,并维护对经济政策分析至关重要的广泛时间序列数据。" + "en": "The CERN Open Data portal is the access point to a growing range of data produced through research performed at CERN. It disseminates the preserved output from various research activities, including collision data from the Large Hadron Collider (LHC) experiments. The portal provides over 5 petabytes of particle physics data from experiments including ALICE, ATLAS, CMS, DELPHI, LHCb, OPERA, PHENIX, and TOTEM, along with accompanying software, documentation, and analysis tools. Data products follow established global standards in data preservation and Open Science, with DOI identifiers for citations.", + "zh": "CERN 开放数据门户是获取 CERN 研究活动产生的各类数据的入口。它发布来自大型强子对撞机(LHC)实验的碰撞数据等多种研究输出。该门户提供超过 5 PB 的粒子物理数据,涵盖 ALICE、ATLAS、CMS、DELPHI、LHCb、OPERA、PHENIX 和 TOTEM 等实验,并配有软件、文档和分析工具。数据产品遵循全球数据保存和开放科学标准,带有 DOI 标识符以便引用。" }, - "website": "https://www.bok.or.kr", - "data_url": "https://www.bok.or.kr/eng/main/main.do", - "api_url": "https://ecos.bok.or.kr", - "country": "KR", + "website": "https://www.cern.ch", + "data_url": "https://opendata.cern.ch/", + "api_url": "https://github.com/cernopendata/opendata.cern.ch", + "authority_level": "research", + "country": null, "domains": [ - "monetary_policy", - "financial_statistics", - "national_accounts", - "balance_of_payments", - "price_indices", - "interest_rates", - "exchange_rates", - "business_surveys", - "consumer_surveys", - "flow_of_funds", - "banking_statistics" + "Particle Physics", + "High Energy Physics", + "Nuclear Physics", + "Experimental Physics", + "Computational Physics", + "Data Science", + "Machine Learning" ], - "geographic_scope": "national", - "update_frequency": "daily", + "geographic_scope": "global", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "south-korea", - "korea", - "central-bank", - "monetary-policy", - "financial-statistics", - "national-accounts", - "balance-of-payments", - "price-indices", - "business-surveys", - "ecos", - "imf-sdds", - "open-data", - "bilingual" + "particle-physics", + "high-energy-physics", + "lhc", + "cern", + "experimental-physics", + "collision-data", + "higgs-boson", + "standard-model", + "nuclear-physics", + "open-science", + "research-data", + "physics-education", + "data-science", + "machine-learning", + "alice", + "atlas", + "cms", + "lhcb" ], - "data_content": { - "en": [ - "Monetary and Liquidity Aggregates - M1, M2, Lf (monthly)", - "Interest Rates - policy rates, market rates, bond yields (monthly)", - "Balance of Payments - current account, capital account, financial account (monthly)", - "National Accounts - GDP, GNI, expenditure components (quarterly)", - "Producer Price Index (PPI) - domestic and export/import prices (monthly)", - "Export/Import Price Indices (monthly)", - "Business Survey Index (BSI) and Economic Sentiment Index (ESI) (monthly)", - "Consumer Survey Index (CSI) - inflation expectations, consumer confidence (monthly)", - "Flow of Funds - institutional sector accounts (quarterly)", - "Household Credit - loans and other credit to households (quarterly)", - "Industrial Loans of Depository Corporations (quarterly)", - "Financial Statement Analysis - corporate sector financial data (quarterly)", - "International Investment Position (IIP) - external assets and liabilities (quarterly)", - "Official Foreign Reserves (monthly)", - "Input-Output Tables - inter-industry transactions (annual)", - "Regional economic statistics and indicators" - ], - "zh": [ - "货币和流动性总量 - M1、M2、Lf(月度)", - "利率 - 政策利率、市场利率、债券收益率(月度)", - "国际收支 - 经常账户、资本账户、金融账户(月度)", - "国民账户 - GDP、GNI、支出组成(季度)", - "生产者价格指数(PPI)- 国内和进出口价格(月度)", - "进出口价格指数(月度)", - "企业景气调查指数(BSI)和经济情绪指数(ESI)(月度)", - "消费者调查指数(CSI)- 通胀预期、消费者信心(月度)", - "资金流量 - 机构部门账户(季度)", - "家庭信贷 - 对家庭的贷款和其他信贷(季度)", - "存款类金融机构产业贷款(季度)", - "财务报表分析 - 企业部门财务数据(季度)", - "国际投资头寸(IIP)- 对外资产和负债(季度)", - "官方外汇储备(月度)", - "投入产出表 - 产业间交易(年度)", - "地区经济统计和指标" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "academic/physics/cern-open-data.json" }, { - "id": "uk-boe", + "id": "cgiar-research-data", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, "description": { - "en": "The Bank of England's Statistical Interactive Database provides comprehensive monetary, financial and regulatory statistics for the UK. It includes data on money and credit, interest rates, exchange rates, financial markets, banking sector capital, payment systems, and other key economic indicators. The database serves as the authoritative source for UK monetary policy, financial stability analysis, and banking sector regulation.", - "zh": "英格兰银行统计互动数据库提供英国全面的货币、金融和监管统计数据。包括货币与信贷、利率、汇率、金融市场、银行业资本、支付系统及其他关键经济指标数据。该数据库是英国货币政策、金融稳定性分析和银行业监管的权威数据来源。" + "en": "CGIAR is a global research partnership for a food-secure future, dedicated to transforming food, land, and water systems in a climate crisis. The CGIAR research data ecosystem includes GARDIAN (Global Agricultural Research Data Innovation and Acceleration Network), a pan-CGIAR data search and discoverability portal that allows datasets, publications, and crop varieties across all 15 centers and 11 gene banks to be easily found. The platform harvests from ~40 separate open data and publication repositories, providing access to nearly 100,000 publications and 3,000+ datasets covering agricultural research for development (AR4D) globally.", + "zh": "国际农业研究磋商组织(CGIAR)是一个致力于粮食安全未来的全球研究伙伴关系,专注于在气候危机中转变粮食、土地和水资源系统。CGIAR 研究数据生态系统包括 GARDIAN(全球农业研究数据创新与加速网络),这是一个泛 CGIAR 数据搜索和发现门户,可以轻松找到所有 15 个中心和 11 个基因库的数据集、出版物和作物品种。该平台从约 40 个独立的开放数据和出版物仓库中采集数据,提供近 100,000 篇出版物和 3,000 多个数据集的访问,覆盖全球农业发展研究(AR4D)。" }, - "website": "https://www.bankofengland.co.uk", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", - "api_url": null, - "country": "GB", + "website": "https://www.cgiar.org", + "data_url": "https://gardian.cgiar.org/", + "api_url": "https://cgspace.cgiar.org/rest", + "authority_level": "international", + "country": null, "domains": [ - "monetary policy", - "financial markets", - "banking", - "interest rates", - "exchange rates", - "credit", - "financial stability", - "payment systems", - "regulatory capital" + "Agriculture", + "Food Security", + "Climate Change Adaptation", + "Agricultural Biodiversity", + "Crop Science", + "Livestock Systems", + "Water Resources Management", + "Soil Science", + "Genetics and Genomics", + "Sustainable Intensification", + "Nutrition", + "Agricultural Economics", + "Agricultural Policy", + "Agroforestry" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "central-bank", - "monetary-policy", - "financial-stability", - "interest-rates", - "exchange-rates", - "banking", - "UK", - "United Kingdom", - "England", - "regulatory-data", - "financial-markets", - "payment-systems" + "agriculture", + "food-security", + "climate-change", + "crop-science", + "genetic-resources", + "sustainable-agriculture", + "international-research", + "cgiar", + "germplasm", + "gene-banks", + "agricultural-biodiversity", + "open-access", + "fair-data", + "research-publications", + "geospatial", + "climate-adaptation", + "livestock", + "water-resources", + "soil-science", + "nutrition" ], - "data_content": { - "en": [ - "Money and Credit Data (lending, deposits, monetary aggregates)", - "Interest Rates (Bank Rate, quoted rates, effective rates)", - "Exchange Rates (daily spot rates, sterling index)", - "Yield Curves (government bonds, LIBOR, OIS)", - "Financial Markets (capital issuance, derivatives, external business)", - "Banking Sector Regulatory Capital", - "Mortgage Lenders and Administrators Statistics", - "Payment and Settlement Statistics (CHAPS, RTGS)", - "UK International Reserves", - "Banknote and Gold Statistics", - "Consumer Credit including Student Loans", - "Housing Equity Withdrawal", - "Option-Implied Probability Density Functions", - "Credit Union Statistics", - "Insurance Aggregate Data" - ], - "zh": [ - "货币与信贷数据(贷款、存款、货币总量)", - "利率(基准利率、报价利率、有效利率)", - "汇率(每日即期汇率、英镑指数)", - "收益率曲线(政府债券、LIBOR、OIS)", - "金融市场(资本发行、衍生品、外部业务)", - "银行业监管资本", - "抵押贷款机构统计", - "支付清算统计(CHAPS、RTGS)", - "英国国际储备", - "纸币和黄金统计", - "消费信贷(含学生贷款)", - "住房净值提取", - "期权隐含概率密度函数", - "信用合作社统计", - "保险汇总数据" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "international/agriculture/cgiar-research-data.json" }, { - "id": "uk-data-gov", + "id": "cifar", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, "description": { - "en": "Data.gov.uk is the UK government's official open data portal, launched in 2010 and redesigned in 2018 as the Find open data service. It provides access to thousands of datasets published by central government departments, local authorities, and public bodies across the United Kingdom. The portal serves as a central catalog linking to datasets hosted on GOV.UK and other government websites, covering diverse domains including business, crime, defense, education, environment, health, government spending, transport, and more. Built and operated by the Government Digital Service, it supports transparency, innovation, and evidence-based policy making by making public sector data accessible to citizens, researchers, businesses, and developers.", - "zh": "Data.gov.uk 是英国政府的官方开放数据门户网站,于 2010 年启动,并于 2018 年重新设计为查找开放数据服务。它提供对英国中央政府部门、地方当局和公共机构发布的数千个数据集的访问。该门户作为中央目录,链接到托管在 GOV.UK 和其他政府网站上的数据集,涵盖商业、犯罪、国防、教育、环境、健康、政府支出、交通等多个领域。该平台由政府数字服务部门建设和运营,通过使公共部门数据对公民、研究人员、企业和开发者开放,支持透明度、创新和基于证据的政策制定。" + "en": "CIFAR-10 and CIFAR-100 are labeled subsets of the 80 million tiny images dataset, widely used as benchmark datasets for machine learning and computer vision research. CIFAR-10 consists of 60,000 32x32 color images in 10 classes (6,000 images per class), with 50,000 training images and 10,000 test images. CIFAR-100 contains 100 classes with 600 images each (500 training, 100 testing per class), organized into 20 superclasses. Created by Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton, these datasets have become foundational benchmarks for evaluating image classification algorithms.", + "zh": "CIFAR-10 和 CIFAR-100 是 8000 万微小图像数据集的标注子集,广泛用作机器学习和计算机视觉研究的基准数据集。CIFAR-10 包含 60,000 张 32x32 彩色图像,分为 10 个类别(每类 6,000 张图像),其中 50,000 张训练图像和 10,000 张测试图像。CIFAR-100 包含 100 个类别,每类 600 张图像(每类 500 张训练图像,100 张测试图像),组织成 20 个超类。这些数据集由 Alex Krizhevsky、Vinod Nair 和 Geoffrey Hinton 创建,已成为评估图像分类算法的基础性基准。" }, - "website": "https://www.gov.uk/government/organisations/government-digital-service", - "data_url": "https://www.data.gov.uk", - "api_url": "https://guidance.data.gov.uk/get_data/api_documentation/", - "country": "GB", - "domains": [ - "business and economy", - "crime and justice", - "defence", - "education", - "environment", - "government", - "government spending", - "health", - "mapping", - "society", - "towns and cities", - "transport", - "digital service performance" + "website": "https://www.cs.toronto.edu", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "api_url": null, + "authority_level": "research", + "country": null, + "domains": [ + "Computer Vision", + "Deep Learning", + "Machine Learning", + "Image Classification", + "Object Recognition", + "Artificial Intelligence" ], - "geographic_scope": "national", - "update_frequency": "daily", + "geographic_scope": "global", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "united-kingdom", - "government", - "open-data", - "transparency", - "public-sector", - "local-authorities", - "multi-domain", - "comprehensive", - "ogl" + "computer-vision", + "deep-learning", + "image-classification", + "machine-learning", + "benchmark-dataset", + "object-recognition", + "convolutional-neural-networks", + "academic-research", + "tiny-images", + "supervised-learning" ], - "data_content": { - "en": [ - "Business and economy data (small businesses, industry, imports, exports, trade)", - "Crime and justice data (courts, police, prison, offenders, borders, immigration)", - "Defence data (armed forces, health and safety, search and rescue)", - "Education data (students, training, qualifications, National Curriculum)", - "Environment data (weather, flooding, rivers, air quality, geology, agriculture)", - "Government data (staff numbers and pay, local councillors, department business plans)", - "Government spending data (all payments by government departments over £25,000)", - "Health data (smoking, drugs, alcohol, medicine performance, hospitals)", - "Mapping data (addresses, boundaries, land ownership, aerial photographs, seabed, land terrain)", - "Society data (employment, benefits, household finances, poverty, population)", - "Towns and cities data (housing, urban planning, leisure, waste, energy consumption)", - "Transport data (airports, roads, freight, electric vehicles, parking, buses, footpaths)", - "Digital service performance data (cost, usage, completion rate, digital take-up, satisfaction)", - "Government reference data (trusted data shared across government departments)" - ], - "zh": [ - "商业和经济数据(小企业、工业、进出口、贸易)", - "犯罪和司法数据(法院、警察、监狱、罪犯、边境、移民)", - "国防数据(武装部队、健康与安全、搜索和救援)", - "教育数据(学生、培训、资格、国家课程)", - "环境数据(天气、洪水、河流、空气质量、地质、农业)", - "政府数据(员工人数和薪酬、地方议员、部门业务计划)", - "政府支出数据(政府部门超过 25,000 英镑的所有付款)", - "健康数据(吸烟、毒品、酒精、药物性能、医院)", - "地图数据(地址、边界、土地所有权、航空照片、海床、地形)", - "社会数据(就业、福利、家庭财务、贫困、人口)", - "城镇数据(住房、城市规划、休闲、废物、能源消耗)", - "交通数据(机场、道路、货运、电动汽车、停车、公交、人行道)", - "数字服务性能数据(成本、使用情况、完成率、数字采用率、满意度)", - "政府参考数据(跨政府部门共享的可信数据)" - ] + "file_path": "sectors/J-information-communication/cifar.json" + }, + { + "id": "cites-trade-database", + "name": { + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "description": { + "en": "The CITES Trade Database is the most comprehensive and authoritative database on international trade in wildlife. Dating back to 1975, it reflects the official trade records as reported by Parties in their annual reports to the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES). The database is developed and maintained by UNEP-WCMC (United Nations Environment Programme World Conservation Monitoring Centre) on behalf of the CITES Secretariat, providing critical data for monitoring and regulating trade in endangered species worldwide.", + "zh": "CITES贸易数据库是关于野生动物国际贸易最全面、最权威的数据库。该数据库可追溯至1975年,反映了各缔约方在其年度报告中向《濒危野生动植物种国际贸易公约》(CITES)报告的官方贸易记录。该数据库由联合国环境规划署世界自然保护监测中心(UNEP-WCMC)代表CITES秘书处开发和维护,为监测和管理全球濒危物种贸易提供关键数据。" + }, + "website": "https://unep-wcmc.org", + "data_url": "https://trade.cites.org", + "api_url": null, + "authority_level": "international", + "country": null, + "domains": [ + "Wildlife Conservation", + "Endangered Species", + "International Trade", + "Environmental Protection", + "Biodiversity" + ], + "geographic_scope": "global", + "update_frequency": "annual", + "has_api": false, + "tags": [ + "CITES", + "wildlife trade", + "endangered species", + "conservation", + "biodiversity", + "international trade", + "environmental protection", + "UNEP-WCMC", + "species monitoring", + "wildlife conservation", + "trade regulations", + "fauna and flora" + ], + "file_path": "international/environment/cites-trade-database.json" }, { - "id": "aafc", + "id": "cnki-population-census", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, "description": { - "en": "Agriculture and Agri-Food Canada (AAFC) is the federal department responsible for policies and programs that support the Canadian agriculture and agri-food sector. AAFC provides comprehensive agricultural data, research, and statistics through its open data portal, including satellite-based crop inventories, land use time series, agri-environmental spatial data, and market information. The department supports innovation, competitiveness, sustainable practices, and market development for Canadian agriculture.", - "zh": "加拿大农业与农业食品部(AAFC)是负责支持加拿大农业和农业食品行业政策和计划的联邦部门。AAFC 通过其开放数据门户提供全面的农业数据、研究和统计信息,包括基于卫星的作物清单、土地利用时间序列、农业环境空间数据和市场信息。该部门支持加拿大农业的创新、竞争力、可持续实践和市场发展。" + "en": "A comprehensive database based on official census materials from Chinese government statistical departments since 1953. It serves as both a full-text database and census data analysis system, publishing census materials in original full-text and Excel formats. The database contains 196 types of materials (411 volumes), 56,838 census indicators, and 7,651,466 statistical data points covering demographics, education, employment, migration, housing, and social security.", + "zh": "基于1953年以来中国政府统计部门历次人口普查资料的综合数据库,既是普查资料全文数据库也是普查数据分析系统。以原版全文和Excel数据两种形式出版中国政府统计部门历次人口普查资料,目前共计196种、411册,包含人口普查条目56,838个、统计数据7,651,466笔,涵盖人口统计、教育程度、就业职业、迁移流动、住房情况和社会保障等领域。" }, - "website": "https://agriculture.canada.ca/en", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", - "api_url": "https://agriculture.canada.ca/en/science/scientific-collaboration/open-data", - "country": "CA", + "website": "https://www.cnki.net/", + "data_url": "https://data.cnki.net/npcd", + "api_url": null, + "authority_level": "commercial", + "country": "CN", "domains": [ - "agriculture", - "crop production", - "land use", - "geospatial data", - "environmental monitoring", - "agricultural economics", - "food security", - "agricultural research", - "market information" + "demographics", + "social", + "education", + "employment", + "housing" ], "geographic_scope": "national", - "update_frequency": "annual", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "agriculture", - "canada", - "crop-inventory", - "land-use", - "geospatial", - "satellite-imagery", - "environmental-data", - "agricultural-statistics", - "open-data", - "government", - "soil-quality", - "market-information", - "agricultural-research", - "census-agriculture", - "food-security" + "china", + "census", + "人口普查", + "demographics", + "人口统计", + "population", + "cnki", + "中国知网", + "statistical-yearbook", + "统计年鉴", + "government-data", + "政府数据", + "migration", + "迁移流动", + "housing", + "住房", + "employment", + "就业", + "education", + "受教育程度" ], - "data_content": { - "en": [ - "Annual Crop Inventory - Yearly digital maps of crop types across Canada generated from satellite imagery (2009-present)", - "Land Use Time Series - Historical land use classification data from 2000-2021", - "Agri-Environmental Spatial Data (AESD) - Farm-level variables and spatial distribution of agricultural production activities from Census of Agriculture", - "Agricultural Production Statistics - Production volumes, yields, and acreage data for major crops", - "Market Information - Commodity prices, trade data, and market analysis", - "Climate and Weather Data - Agricultural climate indices and growing season information", - "Soil Quality Data - Soil classification, organic carbon content, and agricultural soil health indicators", - "Agricultural Programs Data - Information on funding programs, business risk management, and support services", - "Research Publications - Scientific studies and technical reports on agricultural innovation", - "Geographic Boundaries - Census agricultural regions and ecological zones" - ], - "zh": [ - "年度作物清单 - 基于卫星影像生成的加拿大各地作物类型年度数字地图(2009年至今)", - "土地利用时间序列 - 2000-2021年历史土地利用分类数据", - "农业环境空间数据 (AESD) - 来自农业普查的农场级变量和农业生产活动空间分布", - "农业生产统计 - 主要作物的产量、单产和种植面积数据", - "市场信息 - 商品价格、贸易数据和市场分析", - "气候和天气数据 - 农业气候指数和生长季节信息", - "土壤质量数据 - 土壤分类、有机碳含量和农业土壤健康指标", - "农业项目数据 - 资金项目、业务风险管理和支持服务信息", - "研究出版物 - 农业创新的科学研究和技术报告", - "地理边界 - 农业普查区域和生态区" - ] + "file_path": "china/national/cnki-population-census.json" + }, + { + "id": "crsp", + "name": { + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, - "authority_level": "government", + "description": { + "en": "CRSP maintains the most comprehensive collection of security price, return, and volume data for the NYSE, AMEX, and NASDAQ stock markets. Founded at the University of Chicago Booth School of Business in the 1960s, CRSP provides historical data dating back to 1925 covering over 32,000 active and inactive securities. The database includes daily and monthly stock prices, returns, trading volumes, corporate actions, and indices. CRSP is the gold standard for academic financial research and is widely used by researchers, investment professionals, and asset managers. In September 2025, Morningstar, Inc. acquired CRSP from the University of Chicago for $375 million. Over $3 trillion of assets are held in funds linked to CRSP Market Indexes.", + "zh": "CRSP 维护着纽约证券交易所(NYSE)、美国证券交易所(AMEX)和纳斯达克(NASDAQ)股票市场最全面的证券价格、回报和交易量数据集合。CRSP 成立于 1960 年代,由芝加哥大学布斯商学院创建,提供可追溯到 1925 年的历史数据,涵盖超过 32,000 个活跃和非活跃证券。数据库包括每日和每月股票价格、回报率、交易量、公司行为和指数。CRSP 是学术金融研究的黄金标准,被研究人员、投资专业人士和资产管理公司广泛使用。2025 年 9 月,晨星公司以 3.75 亿美元从芝加哥大学收购了 CRSP。与 CRSP 市场指数挂钩的基金持有的资产超过 3 万亿美元。" + }, + "website": "https://www.crsp.org", + "data_url": "https://www.crsp.org/", + "api_url": "https://www.crsp.org/products/documentation/getting-started", + "authority_level": "research", + "country": "US", + "domains": [ + "Stock Markets", + "Equities", + "Market Indices", + "Corporate Actions", + "Investment Research", + "Asset Pricing" + ], + "geographic_scope": "national", + "update_frequency": "monthly", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "tags": [ + "stock-market", + "equities", + "historical-data", + "US-markets", + "NYSE", + "NASDAQ", + "AMEX", + "academic-research", + "financial-data", + "market-indices", + "time-series", + "asset-pricing", + "corporate-actions", + "subscription-based", + "WRDS", + "investment-research" + ], + "file_path": "sectors/K-finance-insurance/crsp.json" }, { - "id": "canada-boc", + "id": "cambridge-structural-database", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "description": { - "en": "Canada's central bank responsible for monetary policy, providing comprehensive financial data including exchange rates, interest rates, price indexes, and economic indicators. Maintains the Valet API for programmatic access to exchange rates, money market yields, bond yields, inflation indicators, and banking statistics.", - "zh": "加拿大中央银行,负责货币政策,提供全面的金融数据,包括汇率、利率、价格指数和经济指标。维护Valet API,提供对汇率、货币市场收益率、债券收益率、通胀指标和银行统计数据的程序化访问。" + "en": "The Cambridge Structural Database (CSD) is the world's largest repository for experimentally derived small-molecule organic and metal-organic crystal structures, curated since 1965. Maintained by the Cambridge Crystallographic Data Centre (CCDC), the database now contains over 1.39 million crystal structures from published literature, direct deposition, patents, and PhD theses. The CSD is CoreTrustSeal certified and recognized as a trusted data repository. It serves as a fundamental resource for pharmaceutical drug discovery and development, agrochemical research, materials science, metal-organic frameworks (MOFs), catalysis research, and academic crystallography. The database provides comprehensive structural chemistry data, software, and insights used by thousands of scientists globally in both commercial and academic research.", + "zh": "剑桥晶体结构数据库(CSD)是世界上最大的实验衍生小分子有机和金属有机晶体结构库,自1965年以来持续整理。该数据库由剑桥晶体学数据中心(CCDC)维护,目前包含来自发表文献、直接提交、专利和博士论文的超过139万个晶体结构。CSD 获得 CoreTrustSeal 认证,被认定为可信数据存储库。它是制药药物发现与开发、农药研究、材料科学、金属有机框架(MOFs)、催化研究和学术晶体学的基础资源。该数据库为全球数千名科学家提供全面的结构化学数据、软件和见解,广泛应用于商业和学术研究。" }, - "website": "https://www.bankofcanada.ca", - "data_url": "https://www.bankofcanada.ca/rates/", - "api_url": "https://www.bankofcanada.ca/valet/docs", - "country": "CA", + "website": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.ccdc.cam.ac.uk", + "api_url": "https://downloads.ccdc.cam.ac.uk/documentation/API/", + "authority_level": "research", + "country": null, "domains": [ - "monetary_policy", - "exchange_rates", - "interest_rates", - "inflation", - "banking", - "financial_markets", - "economic_indicators" + "Crystallography", + "Structural Chemistry", + "Pharmaceutical Sciences", + "Drug Discovery", + "Drug Development", + "Agrochemical Research", + "Materials Science", + "Metal-Organic Frameworks", + "Catalysis", + "Functional Materials", + "Organic Chemistry", + "Inorganic Chemistry" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "canada", - "central-bank", - "monetary-policy", - "exchange-rates", - "interest-rates", - "inflation", - "financial-markets", - "banking-statistics", - "open-data", - "api", - "bilingual" + "crystallography", + "structural-chemistry", + "crystal-structures", + "small-molecules", + "organic-chemistry", + "metal-organic-frameworks", + "pharmaceutical", + "drug-discovery", + "drug-development", + "materials-science", + "agrochemical", + "catalysis", + "polymorphs", + "molecular-geometry", + "chemical-bonding", + "conformational-analysis", + "x-ray-crystallography", + "academic-research", + "commercial-research", + "coretrustseal-certified" ], - "data_content": { - "en": [ - "Daily exchange rates - foreign currency conversions", - "Policy interest rate and overnight rate targets", - "Canadian Overnight Repo Rate Average (CORRA)", - "Money market yields - treasury bills, commercial paper, bankers' acceptances", - "Bond yields - Government of Canada bonds", - "Consumer Price Index (CPI) and core inflation measures - CPI-trim, CPI-median, CPI-common", - "Bank of Canada Commodity Price Index (BCPI)", - "Banking and financial statistics - chartered banks, credit aggregates", - "Canadian Effective Exchange Rate (CEER) index", - "Key monetary policy variables and capacity indicators", - "Official International Reserves", - "Credit conditions and financial market data", - "Staff economic projections (5-year lag)", - "Financial system indicators and analysis" - ], - "zh": [ - "每日汇率 - 外币兑换", - "政策利率和隔夜利率目标", - "加拿大隔夜回购利率平均值(CORRA)", - "货币市场收益率 - 国库券、商业票据、银行承兑汇票", - "债券收益率 - 加拿大政府债券", - "消费者价格指数(CPI)和核心通胀指标 - CPI-trim、CPI-median、CPI-common", - "加拿大银行商品价格指数(BCPI)", - "银行和金融统计 - 特许银行、信贷总量", - "加拿大有效汇率(CEER)指数", - "关键货币政策变量和产能指标", - "官方国际储备", - "信贷状况和金融市场数据", - "工作人员经济预测(5年滞后)", - "金融系统指标和分析" - ] + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + }, + { + "id": "canada-cer", + "name": { + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" + }, + "description": { + "en": "The Canada Energy Regulator (CER) is an independent federal regulator that oversees approximately 73,000 kilometres of pipelines, more than 1,400 kilometres of international and designated interprovincial power lines, and renewable and conventional offshore energy developments. The CER provides comprehensive data on energy infrastructure, commodity flows, safety performance, and regulatory decisions. Through Canada's Open Government Portal, the CER publishes datasets on pipeline throughput and capacity, energy exports and imports, crude oil and natural gas statistics, and renewable energy sources. The organization maintains interactive dashboards, market updates, and provincial/territorial energy profiles to support evidence-based energy policy and regulation in Canada.", + "zh": "加拿大能源监管局(CER)是一个独立的联邦监管机构,负责监管约73,000公里的管道、超过1,400公里的国际和指定跨省输电线路,以及可再生能源和常规海上能源开发项目。CER提供能源基础设施、商品流动、安全绩效和监管决策的综合数据。通过加拿大开放政府门户,CER发布有关管道吞吐量和容量、能源进出口、原油和天然气统计数据以及可再生能源来源的数据集。该组织维护交互式仪表板、市场更新和省/地区能源概况,以支持加拿大基于证据的能源政策和监管。" }, + "website": "https://www.cer-rec.gc.ca/en/", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "api_url": "https://open.canada.ca/data/en/organization/cer-rec", "authority_level": "government", + "country": "CA", + "domains": [ + "Energy Infrastructure", + "Pipeline Regulation", + "Electricity Transmission", + "Oil and Gas", + "Renewable Energy", + "Energy Safety", + "Energy Markets", + "Energy Trade" + ], + "geographic_scope": "national", + "update_frequency": "monthly", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "tags": [ + "energy", + "canada", + "pipeline", + "natural-gas", + "crude-oil", + "electricity", + "renewable-energy", + "energy-regulation", + "infrastructure", + "energy-trade", + "open-data", + "government" + ], + "file_path": "countries/north-america/canada/canada-energy-regulator.json" }, { "id": "canada-cihi", @@ -3757,6 +2843,7 @@ "website": "https://www.cihi.ca", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "api_url": "https://www.cihi.ca/en/submit-data-and-view-standards/codes-and-classifications", + "authority_level": "government", "country": "CA", "domains": [ "health_care", @@ -3774,6 +2861,7 @@ ], "geographic_scope": "national", "update_frequency": "quarterly", + "has_api": true, "tags": [ "canada", "health-care", @@ -3790,1735 +2878,1475 @@ "bilingual", "health-system-performance" ], - "data_content": { - "en": [ - "Hospital care and patient outcomes - discharge data, readmissions, mortality rates", - "Wait times - surgical procedures, diagnostic imaging, emergency department visits", - "Health spending - national, provincial, and territorial health expenditures by category", - "Pharmaceutical prescriptions - drug utilization, costs, dispensing patterns", - "Medical imaging - CT scans, MRIs, ultrasound, X-rays utilization and wait times", - "Emergency department visits - patient volumes, triage levels, length of stay", - "Continuing care - long-term care, home care services, complex continuing care", - "Mental health and addictions - hospitalizations, community services, outcomes", - "Health workforce - physicians, nurses, health professionals by specialty and region", - "Clinical quality indicators - patient safety, effectiveness, appropriateness of care", - "Home care reporting - services, clients, assessments (interRAI)", - "Patient experience surveys - satisfaction, quality of care, access", - "International health system comparisons - Commonwealth Fund benchmarking", - "COVID-19 health data - hospitalizations, ICU admissions, testing", - "Social determinants of health - income, education, housing impacts on health", - "Chronic disease surveillance - diabetes, cancer, cardiovascular disease prevalence" - ], - "zh": [ - "医院护理和患者结局 - 出院数据、再入院率、死亡率", - "等待时间 - 外科手术、诊断影像、急诊就诊", - "医疗支出 - 国家、省级和地区按类别划分的医疗支出", - "药品处方 - 药物使用、成本、配药模式", - "医学影像 - CT扫描、MRI、超声、X光使用和等待时间", - "急诊就诊 - 患者数量、分诊级别、停留时间", - "持续护理 - 长期护理、家庭护理服务、复杂持续护理", - "心理健康和成瘾 - 住院治疗、社区服务、治疗结果", - "医疗人力 - 按专业和地区划分的医生、护士、医疗专业人员", - "临床质量指标 - 患者安全、有效性、护理适当性", - "家庭护理报告 - 服务、客户、评估(interRAI)", - "患者体验调查 - 满意度、护理质量、可及性", - "国际医疗系统比较 - 英联邦基金基准测试", - "COVID-19健康数据 - 住院治疗、ICU入院、检测", - "健康的社会决定因素 - 收入、教育、住房对健康的影响", - "慢性病监测 - 糖尿病、癌症、心血管疾病患病率" - ] - }, - "authority_level": "government", - "has_api": true, "file_path": "countries/north-america/canada/canada-cihi.json" }, { - "id": "canada-cer", + "id": "cdiac", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, "description": { - "en": "The Canada Energy Regulator (CER) is an independent federal regulator that oversees approximately 73,000 kilometres of pipelines, more than 1,400 kilometres of international and designated interprovincial power lines, and renewable and conventional offshore energy developments. The CER provides comprehensive data on energy infrastructure, commodity flows, safety performance, and regulatory decisions. Through Canada's Open Government Portal, the CER publishes datasets on pipeline throughput and capacity, energy exports and imports, crude oil and natural gas statistics, and renewable energy sources. The organization maintains interactive dashboards, market updates, and provincial/territorial energy profiles to support evidence-based energy policy and regulation in Canada.", - "zh": "加拿大能源监管局(CER)是一个独立的联邦监管机构,负责监管约73,000公里的管道、超过1,400公里的国际和指定跨省输电线路,以及可再生能源和常规海上能源开发项目。CER提供能源基础设施、商品流动、安全绩效和监管决策的综合数据。通过加拿大开放政府门户,CER发布有关管道吞吐量和容量、能源进出口、原油和天然气统计数据以及可再生能源来源的数据集。该组织维护交互式仪表板、市场更新和省/地区能源概况,以支持加拿大基于证据的能源政策和监管。" + "en": "The Carbon Dioxide Information Analysis Center (CDIAC) was the primary climate-change data and information analysis center of the U.S. Department of Energy, operated by Oak Ridge National Laboratory from 1982 to 2017. CDIAC provided the world's longest time series of global and national CO2 emissions from fossil fuel combustion, cement production, and gas flaring, with consistent estimates dating back to 1751. The center compiled and distributed global change data, performed data quality assurance checks, and published reports on atmospheric trace gases and climate change. Since CDIAC's closure in 2017, its historical datasets have been archived at Lawrence Berkeley National Laboratory's ESS-DIVE repository, with ongoing data updates transferred to Appalachian State University and other specialized repositories.", + "zh": "碳信息分析中心(CDIAC)是美国能源部的主要气候变化数据和信息分析中心,由橡树岭国家实验室运营,时间跨度为1982年至2017年。CDIAC提供了世界上最长的全球和国家级化石燃料燃烧、水泥生产和天然气燃烧产生的二氧化碳排放时间序列数据,其一致性估算可追溯至1751年。该中心编制和分发全球变化数据,执行数据质量保证检查,并发布关于大气痕量气体和气候变化的报告。自2017年CDIAC关闭以来,其历史数据集已归档至劳伦斯伯克利国家实验室的ESS-DIVE存储库,持续的数据更新已转移至阿巴拉契亚州立大学和其他专业存储库。" }, - "website": "https://www.cer-rec.gc.ca/en/", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", - "api_url": "https://open.canada.ca/data/en/organization/cer-rec", - "country": "CA", + "website": "https://ess-dive.lbl.gov/", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", + "api_url": "https://api-sandbox.ess-dive.lbl.gov/", + "authority_level": "research", + "country": null, "domains": [ - "energy infrastructure", - "pipeline regulation", - "electricity transmission", - "oil and gas", - "renewable energy", - "energy safety", - "energy markets", - "energy trade" + "Climate Change", + "Environment", + "Carbon Emissions", + "Atmospheric Science", + "Energy Statistics", + "Greenhouse Gases" ], - "geographic_scope": "national", - "update_frequency": "monthly", + "geographic_scope": "global", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "energy", - "canada", - "pipeline", - "natural-gas", - "crude-oil", - "electricity", - "renewable-energy", - "energy-regulation", - "infrastructure", - "energy-trade", - "open-data", - "government" + "cdiac", + "carbon-dioxide", + "co2-emissions", + "fossil-fuels", + "climate-change", + "greenhouse-gases", + "atmospheric-trace-gases", + "global-emissions", + "historical-data", + "climate-data", + "carbon-cycle", + "cement-production", + "gas-flaring", + "二氧化碳", + "碳排放", + "气候变化", + "温室气体", + "化石燃料", + "全球排放", + "历史数据", + "气候数据", + "碳循环", + "水泥生产", + "oak-ridge", + "ess-dive", + "doe", + "energy-department" ], - "data_content": { - "en": [ - "Pipeline Throughput and Capacity - Quarterly data on oil/liquids pipelines (monthly) and natural gas pipelines (daily)", - "Pipeline Profiles - Key data on pipeline use, safety, environment, tolls, and financials", - "Crude Oil Data - Refinery runs, crude by rail, estimated production", - "Natural Gas Data - Marketable production, import/export prices and volumes", - "Electricity Data - International power line data, imports/exports by source and destination", - "Renewable Energy Sources - Data on wind, solar, hydro, and other renewable energy", - "Energy Exports and Imports - Historical volumes of refined petroleum products", - "Regulatory Documents - Applications, decisions, and hearing transcripts via REGDOCS", - "Facilities Data - Information on regulated pipelines, power lines, and offshore projects", - "Safety and Environmental Performance - Incident reports and compliance data" - ], - "zh": [ - "管道吞吐量和容量 - 石油/液体管道的季度数据(月度)和天然气管道数据(每日)", - "管道概况 - 管道使用、安全、环境、收费和财务的关键数据", - "原油数据 - 炼油厂运营、铁路原油运输、估计产量", - "天然气数据 - 可销售产量、进出口价格和数量", - "电力数据 - 国际输电线路数据、按来源和目的地分类的进出口", - "可再生能源来源 - 风能、太阳能、水电和其他可再生能源数据", - "能源进出口 - 成品油历史出口量", - "监管文件 - 通过REGDOCS系统提供的申请、决定和听证会记录", - "设施数据 - 受监管的管道、输电线路和海上项目信息", - "安全和环境绩效 - 事故报告和合规数据" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "international/environment/cdiac.json" }, { - "id": "canada-statcan", + "id": "caribbean-development-bank", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "description": { - "en": "Canada's national statistical office providing comprehensive data on the country's economy, society, and environment. Conducts the Census of Population, Labour Force Survey, and over 350 active surveys covering demographics, health, business, trade, and more.", - "zh": "加拿大国家统计局,提供有关国家经济、社会和环境的综合数据。进行人口普查、劳动力调查以及涵盖人口统计、健康、商业、贸易等350多项主动调查。" + "en": "The Caribbean Development Bank (CDB) is a regional financial institution established in 1970 to contribute to the harmonious economic growth and development of its borrowing member countries (BMCs) in the Caribbean. CDB provides financial and technical assistance for projects in infrastructure, education, health, agriculture, and other sectors. The Bank's mission is reducing poverty and transforming lives through sustainable, resilient and inclusive development. CDB serves 19 borrowing member countries and territories in the Caribbean, supported by regional and non-regional member countries including Canada, China, Germany, Italy, United Kingdom, and Venezuela.", + "zh": "加勒比开发银行(CDB)是一个成立于1970年的区域性金融机构,旨在促进其借款成员国在加勒比地区的和谐经济增长和发展。CDB为基础设施、教育、卫生、农业和其他领域的项目提供财政和技术援助。该银行的使命是通过可持续、有韧性和包容性的发展来减少贫困和改变生活。CDB为加勒比地区的19个借款成员国和地区提供服务,并得到包括加拿大、中国、德国、意大利、英国和委内瑞拉在内的区域和非区域成员国的支持。" }, - "website": "https://www.statcan.gc.ca", - "data_url": "https://www.statcan.gc.ca/en/start", - "api_url": "https://www.statcan.gc.ca/en/developers", - "country": "CA", + "website": "https://www.caribank.org", + "data_url": "https://www.caribank.org/data/country-data-reports", + "api_url": null, + "authority_level": "international", + "country": null, "domains": [ - "economics", - "demographics", - "health", - "labour", - "education", - "environment", - "agriculture", - "business", - "housing", - "justice", - "culture", - "trade" + "Development Finance", + "Economic Development", + "Infrastructure", + "Education", + "Health", + "Agriculture", + "Social Development", + "Environmental Sustainability", + "Climate Resilience", + "Poverty Reduction" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "regional", + "update_frequency": "annual", + "has_api": false, "tags": [ - "canada", - "national-statistics", - "census", - "labour-market", - "demographics", - "economic-indicators", - "health-statistics", - "open-data", - "bilingual" + "development-finance", + "caribbean", + "regional-development-bank", + "multilateral-development-bank", + "economic-development", + "infrastructure-finance", + "climate-finance", + "poverty-reduction", + "social-development", + "sustainable-development", + "climate-resilience", + "project-financing", + "development-assistance", + "caribbean-economics", + "regional-integration", + "sids", + "small-island-developing-states" ], - "data_content": { - "en": [ - "Census of Population - demographics, housing, families", - "Labour Force Survey - employment, unemployment rates", - "Consumer Price Index and inflation data", - "GDP and economic accounts", - "International trade statistics", - "Health surveys and vital statistics", - "Business performance and innovation data", - "Agricultural statistics and Census of Agriculture", - "Immigration and ethnocultural diversity data", - "Income, pensions, and wealth statistics", - "Crime and justice statistics", - "Environmental and energy data" - ], - "zh": [ - "人口普查 - 人口统计、住房、家庭", - "劳动力调查 - 就业、失业率", - "消费者价格指数和通货膨胀数据", - "GDP和经济账户", - "国际贸易统计", - "健康调查和生命统计", - "企业绩效和创新数据", - "农业统计和农业普查", - "移民和族裔多样性数据", - "收入、养老金和财富统计", - "犯罪和司法统计", - "环境和能源数据" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "mx-banxico", + "id": "brazil-bcb", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "description": { - "en": "The Bank of Mexico (Banco de México, Banxico) is Mexico's central bank, responsible for monetary policy, financial stability, and maintaining low and stable inflation. The Economic Information System (SIE) provides comprehensive economic and financial statistics covering monetary policy, exchange rates, interest rates, inflation, banking, payment systems, balance of payments, and economic indicators.", - "zh": "墨西哥银行(Banco de México,简称Banxico)是墨西哥的中央银行,负责货币政策、金融稳定以及维持低而稳定的通货膨胀。经济信息系统(SIE)提供全面的经济和金融统计数据,涵盖货币政策、汇率、利率、通胀、银行业、支付系统、国际收支和经济指标。" + "en": "The Central Bank of Brazil (BCB) is Brazil's monetary authority responsible for implementing monetary policy, supervising the financial system, and maintaining price stability. The BCB provides comprehensive economic and financial statistics through its Open Data Portal, including monetary policy data, financial system indicators, payment statistics, exchange rates, interest rates, credit data, and balance of payments information. All data is available in open formats with API access.", + "zh": "巴西中央银行(BCB)是巴西的货币当局,负责实施货币政策、监管金融系统并维持价格稳定。BCB通过其开放数据门户提供全面的经济和金融统计数据,包括货币政策数据、金融系统指标、支付统计、汇率、利率、信贷数据和国际收支信息。所有数据均以开放格式提供,并支持API访问。" }, - "website": "https://www.banxico.org.mx", - "data_url": "https://www.banxico.org.mx", - "api_url": "https://www.banxico.org.mx/SieAPIRest/service/v1/", - "country": "MX", + "website": "https://www.bcb.gov.br", + "data_url": "https://dadosabertos.bcb.gov.br", + "api_url": "https://dadosabertos.bcb.gov.br/dataset", + "authority_level": "government", + "country": "BR", "domains": [ - "monetary_policy", - "financial_markets", - "banking", - "payment_systems", - "exchange_rates", - "inflation", - "balance_of_payments", - "public_finance", - "production", - "labor_market" + "Monetary Policy", + "Financial Statistics", + "Banking", + "Payment Systems", + "Exchange Rates", + "Interest Rates", + "Credit Data", + "Balance of Payments", + "Financial Stability", + "Currency and Coins" ], "geographic_scope": "national", "update_frequency": "daily", + "has_api": true, "tags": [ - "central_bank", - "monetary_policy", - "exchange_rates", - "interest_rates", - "inflation", - "financial_statistics", + "central-bank", + "brazil", + "monetary-policy", + "financial-statistics", + "exchange-rates", + "interest-rates", + "credit-data", + "payment-systems", "banking", - "payment_systems", - "balance_of_payments", - "Mexico", - "Latin_America", - "time_series", - "API" + "south-america", + "open-data", + "api" ], - "data_content": { - "en": [ - "Monetary Policy: Target interest rate, interbank equilibrium interest rate (TIIE), money market rates", - "Exchange Rates: Daily FIX rate, auction results, historical foreign exchange market data", - "Banking & Finance: Commercial and development bank statistics, financing, capitalization (264 data structures)", - "Payment Systems: SPEI high-value payments, CoDi low-value payments, transaction statistics", - "Inflation & Prices: Consumer price index (CPI), core inflation, producer price index, UDIS investment units", - "Government Securities: CETES treasury certificates, auctions, placements, outstanding securities", - "Monetary Aggregates: M1, M2, M3, M4, domestic financial assets", - "International Reserves: Daily reserves in millions of USD, international assets", - "Balance of Payments: International transactions, trade balance, capital flows (78 data structures)", - "Public Finance: Government revenue, expenditure, debt statistics", - "Production: Industrial production, manufacturing, economic activity indicators (107 data structures)", - "Labor Market: Employment, unemployment, wage statistics", - "Banknotes & Coins: Currency circulation, production, withdrawal statistics", - "Surveys: Economic expectations of private sector specialists", - "Mexican Oil Fund: Statistics for fund managed by Banxico as fiduciary" - ], - "zh": [ - "货币政策:目标利率、银行间均衡利率(TIIE)、货币市场利率", - "汇率:每日FIX汇率、拍卖结果、历史外汇市场数据", - "银行与金融:商业银行和开发银行统计、融资、资本化(264个数据结构)", - "支付系统:SPEI大额支付、CoDi小额支付、交易统计", - "通胀与价格:消费者价格指数(CPI)、核心通胀、生产者价格指数、UDIS投资单位", - "政府证券:CETES国库券、拍卖、发行、流通证券", - "货币总量:M1、M2、M3、M4、国内金融资产", - "国际储备:每日百万美元储备、国际资产", - "国际收支:国际交易、贸易平衡、资本流动(78个数据结构)", - "公共财政:政府收入、支出、债务统计", - "生产:工业生产、制造业、经济活动指标(107个数据结构)", - "劳动力市场:就业、失业、工资统计", - "纸币与硬币:货币流通、生产、提取统计", - "调查:私营部门专家的经济预期", - "墨西哥石油基金:Banxico作为受托人管理的基金统计" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "mexico-coneval", + "id": "chembl", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, "description": { - "en": "CONEVAL is Mexico's autonomous public institution responsible for measuring poverty and evaluating social development policies and programs. It provides official poverty statistics, social policy evaluations, and socioeconomic indicators at national, state, and municipal levels. CONEVAL's multidimensional poverty measurement methodology is recognized internationally and serves as the official standard for poverty measurement in Mexico.", - "zh": "CONEVAL是墨西哥负责贫困测量和社会发展政策及项目评估的自治公共机构。它提供官方贫困统计数据、社会政策评估以及国家、州和市级社会经济指标。CONEVAL的多维贫困测量方法在国际上得到认可,是墨西哥贫困测量的官方标准。" + "en": "ChEMBL is a manually curated database of bioactive molecules with drug-like properties, maintained by the European Bioinformatics Institute (EMBL-EBI) of the European Molecular Biology Laboratory (EMBL). It brings together chemical, bioactivity, and genomic data to aid the translation of genomic information into effective new drugs. The database contains over 2.8 million distinct compounds, more than 17,800 targets, and millions of bioactivity measurements. Data are manually abstracted from primary published literature, direct deposition, patents, and PhD theses, then further curated and standardized. ChEMBL is recognized as one of the Global Core Biodata Resources (GCBRs) - a collection of data resources critical to life science and biomedical research. It ranks 5th in EMBL-EBI's most used resources and serves as a fundamental platform for pharmaceutical drug discovery, agrochemical research, and academic research.", + "zh": "ChEMBL是由欧洲分子生物学实验室(EMBL)的欧洲生物信息学研究所(EMBL-EBI)维护的人工精选生物活性分子数据库,收录具有药物样特性的化合物。它整合化学、生物活性和基因组数据,帮助将基因组信息转化为有效的新药。数据库包含超过280万个不同化合物、17,800多个靶点以及数百万条生物活性测量数据。数据从发表文献、直接提交、专利和博士论文中手动提取,经过进一步整理和标准化。ChEMBL被认定为全球核心生物数据资源(GCBRs)之一,是生命科学和生物医学研究的关键数据资源。它在EMBL-EBI最常用资源中排名第5,是制药药物发现、农药研究和学术研究的基础平台。" }, - "website": "https://www.coneval.org.mx", - "data_url": "https://www.coneval.org.mx", - "api_url": null, - "country": "MX", + "website": "https://www.ebi.ac.uk", + "data_url": "https://www.ebi.ac.uk/chembl/", + "api_url": "https://www.ebi.ac.uk/chembl/api/data/docs", + "authority_level": "research", + "country": null, "domains": [ - "poverty", - "social-development", - "inequality", - "social-policy", - "welfare", - "food-security", - "education", - "health", - "housing", - "social-services", - "income" + "Drug Discovery", + "Pharmaceutical Sciences", + "Medicinal Chemistry", + "Chemical Biology", + "Bioactivity", + "Pharmacology", + "Toxicology", + "ADMET", + "Agrochemical Research", + "Genomics", + "Proteomics" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "mexico", - "poverty", - "social-development", - "inequality", - "multidimensional-poverty", - "social-policy", - "government-data", - "official-statistics", + "bioactivity", + "drug-discovery", + "pharmaceutical", + "medicinal-chemistry", + "chemical-biology", + "pharmacology", + "toxicology", + "admet", + "small-molecules", + "drug-targets", + "protein-targets", + "bioassays", + "clinical-trials", + "approved-drugs", + "chemical-structures", + "cheminformatics", + "structure-activity-relationship", + "sar", + "lead-optimization", + "drug-development", + "embl-ebi", + "gcbr", "open-data", - "latin-america" + "creative-commons" ], - "data_content": { - "en": [ - "Multidimensional poverty measurement (income poverty, social deprivation)", - "Poverty rates at national, state, and municipal levels", - "Social development indicators (education, health, housing, basic services, food security, social security)", - "Income inequality and Gini coefficient statistics", - "Social program evaluations and impact assessments", - "Social cohesion indicators", - "Vulnerable population statistics (extreme poverty, children, indigenous peoples)", - "Social gap indicators by geographic region", - "Trends in poverty and social development over time", - "Methodology and technical documentation for poverty measurement" - ], - "zh": [ - "多维贫困测量(收入贫困、社会剥夺)", - "国家、州和市级贫困率", - "社会发展指标(教育、健康、住房、基本服务、食品安全、社会保障)", - "收入不平等和基尼系数统计", - "社会项目评估和影响评估", - "社会凝聚力指标", - "弱势人口统计(极端贫困、儿童、原住民)", - "按地理区域划分的社会差距指标", - "贫困和社会发展随时间的趋势", - "贫困测量的方法论和技术文档" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "academic/chemistry/chembl.json" }, { - "id": "usa-census-bureau", + "id": "intl-chemspider", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, "description": { - "en": "The leading source of quality data about the United States' people and economy. Conducts the decennial census, American Community Survey (ACS), Economic Census, and numerous other surveys covering demographics, housing, business, trade, and government. Serves as the nation's primary provider of data about its people and economy.", - "zh": "美国人口和经济质量数据的主要来源。进行十年一次的人口普查、美国社区调查(ACS)、经济普查以及涵盖人口统计、住房、商业、贸易和政府的众多其他调查。是美国有关人口和经济数据的主要提供者。" + "en": "ChemSpider is a free chemical structure database providing fast access to over 120 million structures, along with properties and associated information. Owned by the Royal Society of Chemistry since 2009, ChemSpider integrates and links compounds from hundreds of high quality data sources, enabling researchers to discover the most comprehensive view of freely available chemical data from a single online search. The database has received multiple international awards, including the ALPSP Prize for Publishing Innovation in 2010. ChemSpider builds on the collected data by adding additional properties, related information and links back to original data sources, offering text and structure searching to find compounds of interest and providing a range of services to improve this data by curation and annotation.", + "zh": "ChemSpider 是一个免费的化学结构数据库,提供快速访问超过1.2亿个化学结构及其性质和相关信息。自2009年起由英国皇家化学学会拥有,ChemSpider整合并链接来自数百个高质量数据源的化合物,使研究人员能够通过单一在线搜索发现最全面的免费化学数据视图。该数据库曾获得多项国际奖项,包括2010年ALPSP出版创新奖。ChemSpider通过添加额外的性质、相关信息和原始数据源链接来增强收集的数据,提供文本和结构搜索来查找感兴趣的化合物,并提供一系列服务通过整理和注释来改进数据。" }, - "website": "https://www.census.gov", - "data_url": "https://www.census.gov", - "api_url": "https://www.census.gov/data/developers.html", - "country": "US", + "website": "https://www.rsc.org", + "data_url": "https://www.chemspider.com", + "api_url": null, + "authority_level": "international", + "country": null, "domains": [ - "demographics", - "economics", - "housing", - "business", - "trade", - "government", - "geography", - "population", - "income", - "employment", - "education", - "health" + "Chemistry", + "Chemical Structures", + "Molecular Properties", + "Pharmaceutical Sciences", + "Materials Science", + "Organic Chemistry", + "Inorganic Chemistry", + "Chemical Information" + ], + "geographic_scope": "global", + "update_frequency": "daily", + "has_api": false, + "tags": [ + "chemistry", + "chemical-structures", + "molecular-properties", + "chemical-database", + "free-access", + "royal-society-chemistry", + "chemical-search", + "compound-properties", + "chemical-identifiers", + "smiles", + "inchi", + "cas-numbers", + "pharmaceutical", + "materials-science", + "organic-chemistry", + "chemical-information", + "academic-research" + ], + "file_path": "academic/chemistry/chemspider.json" + }, + { + "id": "china-caict", + "name": { + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" + }, + "description": { + "en": "China Academy of Information and Communications Technology (CAICT) is a scientific research institute directly under the Ministry of Industry and Information Technology (MIIT). Founded in 1957, CAICT serves as a specialized think-tank for the government and an innovation platform for the ICT industry. It conducts research on information and communications technology, publishes authoritative white papers, industry reports, and development indices covering cloud computing, computing power, digital economy, artificial intelligence, and telecommunications.", + "zh": "中国信息通信研究院(CAICT)是工业和信息化部直属的科研事业单位。成立于1957年,秉承\"国家高端专业智库 产业创新发展平台\"的发展定位。主要从事信息通信领域的研究工作,发布权威白皮书、行业报告和发展指数,涵盖云计算、算力发展、数字经济、人工智能、信息通信等领域。" + }, + "website": "http://www.caict.ac.cn/", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "api_url": null, + "authority_level": "research", + "country": "CN", + "domains": [ + "technology", + "telecommunications", + "digital-economy", + "cloud-computing", + "artificial-intelligence" ], "geographic_scope": "national", "update_frequency": "irregular", + "has_api": false, "tags": [ - "united-states", - "national-statistics", - "census", - "demographics", - "economic-indicators", - "housing-data", - "population-data", - "geospatial", - "open-data", - "government-data", - "api-available" + "CAICT", + "中国信通院", + "云计算", + "cloud computing", + "算力发展指数", + "computing power index", + "ICT产业", + "ICT industry", + "数字经济", + "digital economy", + "白皮书", + "white paper", + "蓝皮书", + "blue book", + "信息通信", + "telecommunications", + "人工智能", + "artificial intelligence", + "工信部", + "MIIT", + "行业报告", + "industry report" ], - "data_content": { - "en": [ - "Decennial Census - complete population count every 10 years (1790-present)", - "American Community Survey (ACS) - annual demographic, housing, economic data", - "Economic Census - comprehensive business and economy data every 5 years", - "Population Estimates Program - annual population estimates", - "Current Population Survey (CPS) - monthly employment and labor statistics", - "American Housing Survey - housing characteristics and costs", - "Business dynamics and statistics", - "International trade data", - "Government finance statistics", - "Cartographic boundary files and geographic data", - "Income, poverty, and wealth statistics", - "Educational attainment and school enrollment data", - "Health insurance coverage statistics", - "Migration and mobility data" - ], - "zh": [ - "十年一次人口普查 - 每10年完整人口统计 (1790年至今)", - "美国社区调查(ACS) - 年度人口统计、住房、经济数据", - "经济普查 - 每5年一次全面的商业和经济数据", - "人口估计计划 - 年度人口估计", - "当前人口调查(CPS) - 月度就业和劳动力统计", - "美国住房调查 - 住房特征和成本", - "商业动态和统计", - "国际贸易数据", - "政府财政统计", - "地图边界文件和地理数据", - "收入、贫困和财富统计", - "教育程度和入学数据", - "健康保险覆盖统计", - "迁移和流动性数据" - ] + "file_path": "china/research/china-caict.json" + }, + { + "id": "china-additive-manufacturing-alliance", + "name": { + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "description": { + "en": "Established on October 19, 2016, under the guidance of the Ministry of Industry and Information Technology (MIIT), the China Additive Manufacturing Alliance (CAMA) was jointly initiated by 128 organizations including enterprises, universities, research institutions, and industrial parks in the additive manufacturing field. The alliance currently has over 330 member organizations and serves as China's highest-level and largest industry organization in the additive manufacturing sector. It functions as a bridge connecting industry, academia, finance, government, and application sectors, providing comprehensive industry data, publishing the annual China Additive Manufacturing Industry Yearbook, and issuing monthly industry development briefings.", + "zh": "中国增材制造产业联盟于2016年10月19日在工业和信息化部指导下成立,由增材制造领域128家企业、高校、科研院所、产业园区等单位共同发起。联盟现有会员单位330余家,是中国增材制造领域最高层次、规模最大的行业组织。联盟充分发挥桥梁与纽带作用,搭建增材制造行业与产业、学术、金融、政府、行业应用领域的交流通道,统筹全国范围内增材制造的科学研究、技术研发、设备材料、技术服务、配套服务等资源,为会员单位搭建供需对接及展示平台,系统、全面、清晰地汇总国内增材制造在新闻咨询、法规政策、行业标准、商品门类等方面的信息资源,促进增材制造技术在航空航天、生物医疗、军民融合、工业工程等重要领域的推广应用。" + }, + "website": "https://www.niiam.com/union/", + "data_url": "https://www.miit-eidc.org.cn", + "api_url": null, + "authority_level": "market", + "country": "CN", + "domains": [ + "Additive Manufacturing", + "3D Printing", + "Advanced Manufacturing", + "Industrial Statistics", + "Manufacturing Technology", + "Materials Science", + "Equipment Manufacturing" + ], + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, + "tags": [ + "additive-manufacturing", + "增材制造", + "3d-printing", + "3D打印", + "manufacturing", + "制造业", + "industrial-statistics", + "产业统计", + "equipment", + "设备", + "materials", + "材料", + "industry-report", + "行业报告", + "yearbook", + "年鉴", + "technology-innovation", + "技术创新", + "aerospace", + "航空航天", + "biomedical", + "生物医疗", + "industrial-engineering", + "工业工程", + "cama", + "中国增材制造产业联盟" + ], + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" }, { - "id": "usa-eia", + "id": "china-auto-association", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, "description": { - "en": "The U.S. Energy Information Administration (EIA) is the statistical and analytical agency within the U.S. Department of Energy. EIA collects, analyzes, and disseminates independent and impartial energy information to promote sound policymaking, efficient markets, and public understanding of energy and its interaction with the economy and the environment. EIA provides comprehensive data on energy production, consumption, prices, and projections across all energy sources including petroleum, natural gas, coal, nuclear, renewable energy, and electricity.", - "zh": "美国能源信息署(EIA)是美国能源部下属的统计和分析机构。EIA收集、分析和传播独立公正的能源信息,以促进合理的政策制定、高效的市场运作以及公众对能源及其与经济和环境互动的理解。EIA提供涵盖所有能源来源的全面数据,包括石油、天然气、煤炭、核能、可再生能源和电力的生产、消费、价格和预测数据。" + "en": "China Association of Automobile Manufacturers (CAAM) is a national, industry-based, non-profit social organization established on January 1, 1990, approved by the Ministry of Civil Affairs of the People's Republic of China. It is composed of enterprises and organizations engaged in automobile manufacturing, R&D, services, and related industries in China on a voluntary and equal basis. CAAM serves as a permanent member of the Organisation Internationale des Constructeurs d'Automobiles (OICA). The association provides comprehensive automotive industry data including monthly production and sales statistics, import/export data, new energy vehicle statistics, and industry analysis reports.", + "zh": "中国汽车工业协会(简称\"中汽协会\")成立于1990年1月1日,是经中华人民共和国民政部批准的社团组织,具有社会团体法人资格,地址设在北京,是在中国境内从事汽车整车、零部件及汽车相关行业生产经营活动的企事业单位和团体在平等自愿基础上依法组成的自律性、非营利性的社会团体。中汽协会是世界汽车组织(OICA)的常任理事。协会提供全面的汽车行业数据,包括月度产销数据、进出口统计、新能源汽车数据和行业分析报告。" }, - "website": "https://www.eia.gov", - "data_url": "https://www.eia.gov", - "api_url": "https://www.eia.gov/opendata/documentation.php", - "country": "US", + "website": "http://www.caam.org.cn/", + "data_url": "http://www.caam.org.cn/tjsj", + "api_url": null, + "authority_level": "market", + "country": "CN", "domains": [ - "energy", - "petroleum", - "natural gas", - "coal", - "electricity", - "nuclear energy", - "renewable energy", - "environment", - "economics", - "markets" + "Automotive", + "Manufacturing", + "Transportation", + "New Energy Vehicles", + "Industrial Statistics" ], "geographic_scope": "national", - "update_frequency": "daily", + "update_frequency": "monthly", + "has_api": false, "tags": [ + "automotive", + "汽车", + "automobile", + "车辆", + "vehicle", + "production", + "产量", + "sales", + "销量", + "new-energy-vehicles", + "新能源汽车", + "nev", + "electric-vehicles", + "电动汽车", + "commercial-vehicles", + "商用车", + "passenger-vehicles", + "乘用车", + "import-export", + "进出口", + "automotive-industry", + "汽车工业", + "automotive-statistics", + "汽车统计", + "caam", + "china-auto", + "中汽协" + ], + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + }, + { + "id": "china-charging-alliance", + "name": { + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" + }, + "description": { + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance (EVCIPA) is a non-profit social organization established in October 2015 under the auspices of the National Energy Administration. The alliance brings together electric vehicle manufacturers, energy suppliers, charging facility manufacturers, charging operation service providers, universities, and third-party institutions to promote the development of charging infrastructure and achieve interoperability. It provides authoritative monthly statistics on charging infrastructure operations, including the number of charging stations, charging piles, operator rankings, and regional distribution across China.", + "zh": "中国电动汽车充电基础设施促进联盟(简称\"充电联盟\",英文缩写\"EVCIPA\")成立于2015年10月,业务指导单位为国家能源局。联盟由主要电动汽车制造商、能源供应商、充电设施制造商、充电运营服务商、高校、第三方机构和相关社团组织等发起成立的非营利性社团组织。秘书处设置在中国汽车工业协会。联盟定期发布全国电动汽车充换电基础设施运行情况月度统计数据,包括充电桩数量、运营商统计、区域分布等权威数据。" + }, + "website": "https://www.evcipa.org.cn/", + "data_url": "https://evcipa.com/dataCenter/dataList", + "api_url": null, + "authority_level": "market", + "country": "CN", + "domains": [ + "automotive", "energy", - "petroleum", - "natural-gas", - "coal", - "electricity", - "renewable-energy", - "nuclear-energy", - "united-states", - "government", - "official-statistics", - "time-series", - "api", - "open-data" + "infrastructure" + ], + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, + "tags": [ + "充电桩", + "charging-infrastructure", + "electric-vehicle", + "电动汽车", + "新能源汽车", + "NEV", + "充电站", + "charging-station", + "充电联盟", + "EVCIPA", + "运营商统计", + "operator-statistics", + "充电设施", + "charging-facility" + ], + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + }, + { + "id": "china-instrument-society", + "name": { + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" + }, + "description": { + "en": "China Instrument and Control Society (CIS) is a national academic, public welfare, and non-profit organization of instrument and control scientists and technicians in China. Founded in 1979 and supervised by the China Association for Science and Technology (CAST), CIS serves as a bridge between the government and instrument industry professionals, promoting the development of instrument and measurement control science and technology.", + "zh": "中国仪器仪表学会(CIS)是中国仪器仪表与测量控制科学技术工作者自愿组成并依法登记成立的学术性、公益性、非营利性社团法人。学会成立于1979年,由中国科学技术协会主管,是党和国家联系仪器仪表与测量控制科技工作者的桥梁和纽带,致力于推动中国仪器仪表与测量控制科学技术事业的发展。" + }, + "website": "https://www.cis.org.cn/", + "data_url": "https://www.cis.org.cn/post/index/162", + "api_url": null, + "authority_level": "research", + "country": "CN", + "domains": [ + "instrumentation", + "measurement-control", + "scientific-instruments", + "industrial-automation" + ], + "geographic_scope": "national", + "update_frequency": "annual", + "has_api": false, + "tags": [ + "仪器仪表", + "instrumentation", + "测量控制", + "measurement-control", + "科学仪器", + "scientific-instruments", + "仪器国产化", + "instrument-localization", + "工业自动化", + "industrial-automation", + "学术年会", + "academic-conference", + "行业统计", + "industry-statistics", + "团体标准", + "group-standards", + "科技奖励", + "technology-awards" + ], + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + }, + { + "id": "china-machine-tool-association", + "name": { + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" + }, + "description": { + "en": "China Machine Tool & Tool Builders' Association (CMTBA) is a national, industry-specific, non-profit social organization established in March 1988 with legal entity status approved by the Ministry of Civil Affairs. CMTBA serves as a bridge between government, enterprises, and users in the machine tool industry, providing industry statistics, economic analysis, and market information. The association covers over 2,100 member companies across various fields including metal cutting machine tools, metal forming machine tools, casting machinery, numerical control systems, industrial robots, cutting tools, abrasives, and machine tool accessories.", + "zh": "中国机床工具工业协会(CMTBA)于1988年3月经中华人民共和国民政部批准成立,是具有社会团体法人资格的全国性、行业性、非营利性社会组织。协会以中国机床工具工业的制造企业为主体,拥有2100多家会员单位,涵盖金属切削机床、金属成型机床、铸造机械、木工机床、数控系统、工业机器人、量刃具、磨料磨具、机床附件等领域。协会下设28个分会和6个工作委员会,在政府与企业、国内外同行业企业和用户之间发挥桥梁纽带作用。" + }, + "website": "https://www.cmtba.org.cn/", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "api_url": null, + "authority_level": "market", + "country": "CN", + "domains": [ + "manufacturing", + "machinery", + "industrial-equipment" + ], + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, + "tags": [ + "机床", + "machine-tool", + "数控机床", + "cnc-machine", + "机床产销", + "machine-tool-sales", + "金属切削", + "metal-cutting", + "金属成型", + "metal-forming", + "数控系统", + "numerical-control", + "工业机器人", + "industrial-robot", + "制造业", + "manufacturing", + "装备制造", + "equipment-manufacturing", + "行业统计", + "industry-statistics", + "经济运行", + "economic-performance", + "CMTBA", + "CIMT", + "CCMT" + ], + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + }, + { + "id": "china-cnipa-patents", + "name": { + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" + }, + "description": { + "en": "Official patent statistics from China National Intellectual Property Administration (CNIPA), covering patent applications, grants, and valid patents across all types (invention, utility model, and design patents). Provides comprehensive data by region, applicant type, technology classification (IPC), and industry sectors including the 16 key industries. Historical data available from 1985 onwards with monthly, annual, and thematic statistical reports.", + "zh": "中国国家知识产权局发布的官方专利统计数据,涵盖专利申请、授权和有效专利的全面统计,包括发明、实用新型和外观设计三种专利类型。提供按地区、申请人类型、技术分类(IPC)和产业领域(包括16个重点产业)的详细数据。提供自1985年以来的历史数据,包括月度报告、年度报告和专题统计分析。" + }, + "website": "https://www.cnipa.gov.cn/", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "domains": [ + "technology", + "intellectual_property", + "innovation" + ], + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, + "tags": [ + "专利", + "patent", + "知识产权", + "intellectual property", + "发明专利", + "invention patent", + "实用新型", + "utility model", + "外观设计", + "design patent", + "专利授权", + "patent grant", + "专利申请", + "patent application", + "技术创新", + "innovation", + "IPC分类", + "patent classification", + "16个重点产业", + "16 key industries", + "专利密集型产业", + "patent-intensive industries", + "PCT", + "国家知识产权局", + "CNIPA", + "SIPO" + ], + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + }, + { + "id": "china-optical-association", + "name": { + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" + }, + "description": { + "en": "China Optics and Optoelectronics Manufacturers Association (COEMA) is a national industry association established in 1987 with approval from the State Council. It brings together enterprises, research institutions and educational organizations in optics and optoelectronics. The association has seven specialized branches covering liquid crystal displays, LED display applications, optical devices, optical components and instruments, lasers, infrared, and laser applications, with over 1,000 registered member organizations.", + "zh": "中国光学光电子行业协会(COEMA)于1987年经国务院批准在北京成立,是全国从事光学光电子科研、生产和教学的骨干企事业单位自愿组合的社会团体。协会按专业领域下设七个分会,分别为液晶分会、发光二极管显示应用分会、光电器件分会、光学元件和光学仪器分会、激光分会、红外分会、激光应用分会,拥有注册团体会员千余家。" + }, + "website": "https://www.coema.org.cn", + "data_url": "https://www.coema.org.cn/research/sum", + "api_url": null, + "authority_level": "market", + "country": "CN", + "domains": [ + "manufacturing", + "optics", + "optoelectronics", + "photonics", + "electronics" + ], + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": false, + "tags": [ + "光学", + "optics", + "光电子", + "optoelectronics", + "激光", + "laser", + "红外", + "infrared", + "液晶", + "LCD", + "LED显示", + "LED display", + "光通信", + "optical communication", + "硅光子", + "silicon photonics", + "光学元件", + "optical components", + "光学仪器", + "optical instruments", + "行业协会", + "industry association", + "COEMA", + "制造业", + "manufacturing", + "光电器件", + "photoelectric devices", + "光伏", + "photovoltaic", + "机器视觉", + "machine vision", + "显示面板", + "display panel", + "行业数据", + "industry data", + "行业分析", + "industry analysis" + ], + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + }, + { + "id": "china-lcd-association", + "name": { + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" + }, + "description": { + "en": "CODA is the national industry association for China's display industry, established in 1996 under the guidance of the Ministry of Industry and Information Technology. It provides authoritative data and analysis on LCD, OLED, and Micro-LED panel capacity, production value, market trends, and technology development. CODA publishes regular industry reports, market forecasts, and coordinates international cooperation through the World Display Industry Cooperation Committee (WDICC). The association serves over 500 member companies including major panel manufacturers, materials suppliers, equipment makers, research institutions, and universities.", + "zh": "中国光学光电子行业协会液晶分会(CODA)是中国显示行业唯一的国家级行业协会,成立于1996年7月,由工业和信息化部作为业务指导单位。协会提供LCD、OLED和Micro-LED面板产能、产值、市场趋势和技术发展的权威数据与分析。CODA定期发布行业报告、市场预测,并通过世界显示产业合作委员会(WDICC)协调国际合作。协会服务超过500家会员单位,包括大中型显示器件制造厂商、材料制造商、设备制造商、科研机构和高等院校。" + }, + "website": "http://www.coda.org.cn/", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "api_url": null, + "authority_level": "market", + "country": "CN", + "domains": [ + "manufacturing", + "electronics", + "technology", + "market-research" ], - "data_content": { - "en": [ - "Petroleum & Other Liquids - crude oil, gasoline, heating oil, diesel, propane, biofuels, natural gas liquids", - "Natural Gas - exploration, reserves, storage, production, prices, imports/exports", - "Electricity - sales, revenue, prices, power plants, generation, fuel use, demand, emissions", - "Coal - reserves, production, prices, employment, distribution, stocks, imports/exports", - "Nuclear & Uranium - uranium fuel, nuclear reactors, generation, spent fuel", - "Renewable & Alternative Fuels - hydropower, solar, wind, geothermal, biomass, ethanol", - "Total Energy - comprehensive summaries, comparisons, analysis, projections", - "Consumption & Efficiency - energy use in residential, commercial, industrial, transportation sectors", - "Analysis & Projections - Short-Term Energy Outlook (STEO), Annual Energy Outlook (AEO), International Energy Outlook (IEO)", - "Energy Markets & Finance - crude oil markets, wholesale electricity markets", - "Energy Disruptions - monitoring and analysis of energy supply disruptions", - "International Energy Data - global energy statistics and country profiles", - "CO2 Emissions - carbon dioxide emissions from energy consumption", - "State Energy Data System (SEDS) - state-level energy production, consumption, prices" - ], - "zh": [ - "石油及其他液体 - 原油、汽油、取暖油、柴油、丙烷、生物燃料、天然气液体", - "天然气 - 勘探、储量、储存、生产、价格、进出口", - "电力 - 销售、收入、价格、发电厂、发电量、燃料使用、需求、排放", - "煤炭 - 储量、生产、价格、就业、分销、库存、进出口", - "核能与铀 - 铀燃料、核反应堆、发电、乏燃料", - "可再生与替代燃料 - 水电、太阳能、风能、地热、生物质、乙醇", - "总能源 - 综合汇总、比较、分析、预测", - "消费与效率 - 住宅、商业、工业、交通部门的能源使用", - "分析与预测 - 短期能源展望(STEO)、年度能源展望(AEO)、国际能源展望(IEO)", - "能源市场与金融 - 原油市场、批发电力市场", - "能源中断 - 能源供应中断的监测和分析", - "国际能源数据 - 全球能源统计和国家概况", - "二氧化碳排放 - 能源消费产生的二氧化碳排放", - "州能源数据系统(SEDS) - 州级能源生产、消费、价格" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": false, + "tags": [ + "LCD", + "OLED", + "Micro-LED", + "液晶面板", + "显示面板", + "panel capacity", + "面板产能", + "TFT-LCD", + "AMOLED", + "display industry", + "显示产业", + "面板制造", + "panel manufacturing", + "驱动芯片", + "driver IC", + "display technology", + "显示技术", + "产业数据", + "industry statistics", + "market forecast", + "市场预测", + "CODA", + "光电子", + "optoelectronics" + ], + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" }, { - "id": "noaa-cdo", + "id": "china-petroleum-chemical-federation", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, "description": { - "en": "Climate Data Online (CDO) provides free access to NCDC's archive of global historical weather and climate data in addition to station history information. These data include quality controlled daily, monthly, seasonal, and yearly measurements of temperature, precipitation, wind, and degree days as well as radar data and 30-year Climate Normals. The database includes records from thousands of stations worldwide with data available from as early as the late 1800s.", - "zh": "气候数据在线系统(CDO)提供对NCDC全球历史天气和气候数据档案以及站点历史信息的免费访问。这些数据包括质量控制的日、月、季、年温度、降水、风和度日测量值,以及雷达数据和30年气候标准值。数据库包含来自全球数千个站点的记录,数据可追溯至19世纪晚期。" + "en": "The China Petroleum and Chemical Industry Federation (CPCIF) is a national, comprehensive industry organization serving the petroleum and chemical industry in China. Established on April 28, 2001, CPCIF is a social industry organization with service and management functions for China's petroleum and chemical sectors. The Federation has over 700 member units and focuses on industry policy research, standard development, economic analysis, technology promotion, international cooperation, and data collection and publishing. CPCIF publishes comprehensive industry statistics, market reports, and economic operation data covering major chemical products, petrochemicals, catalysts, and chemical materials.", + "zh": "中国石油和化学工业联合会(CPCIF)是中国石油和化工行业具有服务和一定管理职能的全国性、综合性的社会行业组织。联合会于2001年4月28日在北京成立,目前拥有会员单位700余家。主要职能包括行业政策研究、标准制定、经济分析、技术推广、国际合作以及数据采集发布等。联合会发布全面的行业统计数据、市场报告和经济运行数据,涵盖主要化工产品、石油化工、催化剂和化工材料等领域。" }, - "website": "https://www.ncei.noaa.gov/", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", - "api_url": "https://www.ncei.noaa.gov/support/access-data-service-api-user-documentation", - "country": null, + "website": "http://www.cpcif.org.cn/", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "api_url": null, + "authority_level": "market", + "country": "CN", "domains": [ - "climate", - "meteorology", - "environmental_science", - "atmospheric_science" + "Chemical Industry", + "Petroleum Industry", + "Industrial Statistics", + "Catalysts", + "Chemical Materials", + "Petrochemicals", + "Industry Standards", + "Economic Analysis" ], - "geographic_scope": "global", - "update_frequency": "daily", + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "climate", - "weather", - "temperature", - "precipitation", - "meteorology", - "NOAA", - "NCEI", - "NCDC", - "historical climate data", - "weather stations", - "climate normals", - "atmospheric data", - "environmental data", - "time series", - "global coverage" + "化工", + "石油", + "chemical-industry", + "petroleum", + "催化剂", + "catalyst", + "化工材料", + "chemical-materials", + "石化", + "petrochemical", + "行业统计", + "industry-statistics", + "经济运行", + "economic-operation", + "CPCIF", + "中国石油和化学工业联合会", + "行业协会", + "industry-association", + "化工数据", + "chemical-data", + "无机化工", + "inorganic-chemicals", + "有机化工", + "organic-chemicals", + "合成材料", + "synthetic-materials", + "化肥", + "fertilizer" ], - "data_content": { - "en": [ - "Global Historical Climatology Network Daily (GHCN-Daily) - Daily climate summaries from land surface stations worldwide", - "Global Summary of the Day (GSOD) - Daily weather elements from global stations", - "Local Climatological Data (LCD) - Hourly, daily, and monthly summaries from US airports and first-order stations", - "Normals - 30-year climate normals for temperature, precipitation, and other variables", - "Precipitation - Daily and hourly precipitation data from global stations", - "Temperature - Daily maximum, minimum, and average temperatures", - "Wind - Wind speed and direction measurements", - "Degree Days - Heating and cooling degree days for energy analysis", - "Snow - Snowfall and snow depth measurements", - "Weather Type - Weather phenomena including fog, rain, snow, hail, thunder, and tornado occurrence", - "Station Metadata - Station location, elevation, and historical information" - ], - "zh": [ - "全球历史气候网络日值数据(GHCN-Daily) - 来自全球陆地观测站的日气候摘要", - "全球日摘要(GSOD) - 来自全球站点的日天气要素", - "地方气候数据(LCD) - 来自美国机场和一级站的小时、日和月摘要", - "标准值 - 温度、降水和其他变量的30年气候标准值", - "降水 - 来自全球站点的日和小时降水数据", - "温度 - 日最高、最低和平均温度", - "风 - 风速和风向测量值", - "度日 - 用于能源分析的采暖和制冷度日", - "积雪 - 降雪量和雪深测量值", - "天气类型 - 天气现象包括雾、雨、雪、冰雹、雷暴和龙卷风发生情况", - "站点元数据 - 站点位置、海拔和历史信息" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" }, { - "id": "us-bea", + "id": "china-csrc", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, "description": { - "en": "The Bureau of Economic Analysis (BEA) is an agency of the U.S. Department of Commerce that produces critical economic statistics including GDP, personal income, corporate profits, international trade and investment, and regional economic data. BEA's data provides a comprehensive picture of the U.S. economy and its interaction with the world economy.", - "zh": "美国经济分析局(BEA)是美国商务部下属机构,负责编制包括GDP、个人收入、企业利润、国际贸易与投资、区域经济数据在内的关键经济统计数据。BEA的数据全面反映了美国经济及其与全球经济的互动情况。" + "en": "The China Securities Regulatory Commission (CSRC) is the primary regulator of the securities and futures markets in China. It provides comprehensive data on capital markets including stock market statistics, IPO data, listed company information, bond market data, futures market statistics, fund industry data, and regulatory enforcement actions.", + "zh": "中国证券监督管理委员会是中国证券期货市场的主要监管机构。提供全面的资本市场数据,包括股票市场统计、IPO数据、上市公司信息、债券市场数据、期货市场统计、基金行业数据和监管执法行动。" }, - "website": "https://www.bea.gov", - "data_url": "https://www.bea.gov/data", - "api_url": "https://apps.bea.gov/api/signup/index.cfm", - "country": "US", + "website": "http://www.csrc.gov.cn", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ - "economics", - "gdp", - "national accounts", - "international trade", - "foreign direct investment", - "personal income", - "consumer spending", - "corporate profits", - "regional economics", - "industry economics" + "finance", + "securities", + "capital_markets" ], "geographic_scope": "national", - "update_frequency": "quarterly", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "economics", - "gdp", - "national-accounts", - "united-states", - "trade", - "investment", - "official-statistics", - "government", - "time-series", - "macroeconomics", - "regional-data", - "industry-data" - ], - "data_content": { - "en": [ - "Gross Domestic Product (GDP) - National, regional, and industry-level GDP data", - "National Income and Product Accounts (NIPAs) - Comprehensive income, spending, and saving statistics", - "Personal Income and Outlays - Monthly data on income, consumption, and saving", - "International Trade in Goods and Services - Monthly trade balance data", - "International Transactions - Quarterly balance of payments data", - "Foreign Direct Investment - U.S. direct investment abroad and foreign investment in the U.S.", - "Multinational Enterprises - Activities of multinational companies", - "Regional Economic Accounts - State, county, and metropolitan area data", - "GDP by Industry - Value added by industry", - "Fixed Assets - Investment in structures, equipment, and intellectual property", - "Consumer Spending - Personal consumption expenditures by product", - "Corporate Profits - Quarterly corporate profit data", - "Price Indexes - GDP deflators and PCE price indexes" - ], - "zh": [ - "国内生产总值(GDP)- 国家、地区和行业层面的GDP数据", - "国民收入和产品账户(NIPAs)- 综合性收入、支出和储蓄统计", - "个人收入和支出 - 月度收入、消费和储蓄数据", - "商品和服务国际贸易 - 月度贸易平衡数据", - "国际交易 - 季度国际收支数据", - "外国直接投资 - 美国对外直接投资和外国对美投资", - "跨国企业 - 跨国公司活动数据", - "区域经济账户 - 州、县和都市区数据", - "按行业划分的GDP - 按行业增加值", - "固定资产 - 结构、设备和知识产权投资", - "消费支出 - 按产品分类的个人消费支出", - "企业利润 - 季度企业利润数据", - "价格指数 - GDP平减指数和PCE价格指数" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "china", + "securities", + "stock-market", + "ipo", + "listed-companies", + "capital-markets", + "regulation", + "csrc" + ], + "file_path": "china/finance/securities/csrc.json" }, { - "id": "us-bls", + "id": "china-semiconductor-association", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, "description": { - "en": "The Bureau of Labor Statistics (BLS) is the principal federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy of the United States. BLS collects, processes, analyzes, and disseminates essential statistical data to the American public, Congress, other Federal agencies, State and local governments, business, and labor. The BLS also serves as a statistical resource to the U.S. Department of Labor and conducts research into employment, labor economics, and price levels.", - "zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。" + "en": "The China Semiconductor Industry Association (CSIA) is a national industry organization representing China's semiconductor sector, covering integrated circuits, semiconductor discrete devices, MEMS, materials and equipment. CSIA provides authoritative industry statistics, operational analysis reports, and market research covering the entire semiconductor value chain including design, manufacturing, and packaging & testing.", + "zh": "中国半导体行业协会(CSIA)是由全国半导体界从事集成电路、半导体分立器件、MEMS、半导体材料和设备的生产、设计、科研、开发、经营、应用、教学的单位、专家及其他相关企事业单位自愿结成的全国性、行业性社会团体。协会提供权威的行业数据统计、运行分析报告和市场研究,覆盖设计、制造、封装测试等半导体全产业链。" }, - "website": "https://www.bls.gov", - "data_url": "https://www.bls.gov/data/", - "api_url": "https://www.bls.gov/developers/", - "country": "US", + "website": "https://web.csia.net.cn/", + "data_url": "https://web.csia.net.cn/hyyhfx", + "api_url": null, + "authority_level": "market", + "country": "CN", "domains": [ - "employment", - "unemployment", - "labor force", - "wages", - "earnings", - "prices", - "inflation", - "consumer expenditures", - "productivity", - "workplace safety", - "occupational statistics", - "industry statistics" + "semiconductors", + "integrated-circuits", + "electronics-manufacturing", + "technology" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "quarterly", + "has_api": false, "tags": [ - "employment", - "unemployment", - "labor-market", - "wages", - "earnings", - "inflation", - "cpi", - "consumer-price-index", - "ppi", - "producer-price-index", - "productivity", - "labor-statistics", - "occupational-data", - "workplace-safety", - "job-openings", - "jolts", - "consumer-expenditure", - "time-use", - "labor-force", - "employment-projections", - "us-government", - "economic-indicators" - ], - "data_content": { - "en": [ - "Employment - Total nonfarm employment, establishment and household survey data, job openings and labor turnover", - "Unemployment - Unemployment rates by demographic groups, duration of unemployment, unemployment insurance claims", - "Consumer Price Index (CPI) - Measures changes in prices paid by consumers for goods and services, inflation tracking", - "Producer Price Index (PPI) - Measures average changes in selling prices received by domestic producers", - "Wages and Earnings - Average hourly and weekly earnings, employment cost index, real earnings", - "Productivity - Labor productivity, multifactor productivity, unit labor costs by industry and sector", - "Occupational Employment and Wages - Employment and wage estimates for over 800 occupations", - "Employment Projections - 10-year projections of occupational employment, industry output, and labor force", - "Job Openings and Labor Turnover Survey (JOLTS) - Job openings, hires, and separations data", - "Consumer Expenditure Survey - Household spending patterns, income, and demographic characteristics", - "Workplace Injuries and Illnesses - Occupational safety and health statistics, injury and illness rates", - "International Labor Comparisons - Cross-country comparisons of labor force, employment, unemployment, and productivity", - "Mass Layoffs and Plant Closings - Large-scale employment cutbacks and business closures", - "Time Use Survey - How Americans spend their time on daily activities", - "Import/Export Price Indexes - Price changes for goods and services traded internationally", - "Business Employment Dynamics - Job creation and destruction, establishment births and deaths" - ], - "zh": [ - "就业 - 非农就业总人数、企业和家庭调查数据、职位空缺和劳动力流动", - "失业 - 按人口群体分类的失业率、失业持续时间、失业保险申请", - "消费者物价指数(CPI)- 衡量消费者支付商品和服务价格的变化、通货膨胀跟踪", - "生产者物价指数(PPI)- 衡量国内生产者销售价格的平均变化", - "工资和收入 - 平均时薪和周薪、就业成本指数、实际收入", - "生产力 - 劳动生产率、多要素生产率、按行业和部门分类的单位劳动成本", - "职业就业和工资 - 超过800种职业的就业和工资估算", - "就业预测 - 职业就业、行业产出和劳动力的10年预测", - "职位空缺和劳动力流动调查(JOLTS)- 职位空缺、雇用和离职数据", - "消费者支出调查 - 家庭支出模式、收入和人口特征", - "工作场所伤害和疾病 - 职业安全与健康统计、伤害和疾病率", - "国际劳动力比较 - 劳动力、就业、失业和生产率的跨国比较", - "大规模裁员和工厂关闭 - 大规模就业削减和企业关闭", - "时间使用调查 - 美国人如何在日常活动中分配时间", - "进出口价格指数 - 国际贸易商品和服务的价格变化", - "企业就业动态 - 就业创造和破坏、企业新生和死亡" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "半导体", + "semiconductor", + "集成电路", + "integrated circuit", + "IC产业", + "IC industry", + "晶圆产能", + "wafer capacity", + "芯片制造", + "chip manufacturing", + "封装测试", + "packaging and testing", + "行业统计", + "industry statistics", + "产业运行", + "industrial operation", + "CSIA", + "中国半导体", + "China semiconductors" + ], + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" }, { - "id": "us-cdc", + "id": "china-software-association", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, "description": { - "en": "CDC is the nation's leading science-based, data-driven, service organization that protects the public's health. CDC works 24/7 to protect America from health, safety and security threats, both foreign and in the U.S. Through its WONDER (Wide-ranging Online Data for Epidemiologic Research) online databases and other data systems, CDC provides public access to comprehensive health surveillance data, vital statistics, disease reporting, environmental health data, and population health information. The data supports research, policy development, and public health practice across infectious diseases, chronic diseases, injuries, environmental health, and health equity.", - "zh": "CDC是美国领先的基于科学、数据驱动的公共卫生服务机构。CDC全天候保护美国免受国内外健康、安全和安全威胁。通过其WONDER(流行病学研究广泛在线数据)在线数据库和其他数据系统,CDC提供公众访问全面的健康监测数据、生命统计、疾病报告、环境健康数据和人口健康信息。这些数据支持传染病、慢性病、伤害、环境健康和健康公平等领域的研究、政策制定和公共卫生实践。" + "en": "The China Software Industry Association (CSIA) is a national first-level industry association established in 1984, providing comprehensive data on China's software industry revenue, enterprise rankings, and market research. It publishes annual reports including the Top 100 Software Companies rankings and industry benchmark data.", + "zh": "中国软件行业协会成立于1984年9月6日,是在民政部注册登记的全国一级行业组织,提供中国软件产业收入统计、企业排行榜、市场研究等综合数据。协会每年发布中国软件百强企业榜单和行业基准数据报告。" }, - "website": "https://www.cdc.gov/", - "data_url": "https://wonder.cdc.gov/", - "api_url": "https://wonder.cdc.gov/wonder/help/wonder-api.html", - "country": "US", - "domains": [ - "public health", - "infectious diseases", - "chronic diseases", - "vital statistics", - "mortality", - "natality", - "environmental health", - "cancer", - "tuberculosis", - "sexually transmitted diseases", - "vaccine safety", - "population health", - "health equity", - "disease surveillance", - "epidemiology" + "website": "https://www.csia.org.cn/", + "data_url": "https://www.csia.org.cn/", + "api_url": null, + "authority_level": "market", + "country": "CN", + "domains": [ + "technology", + "industry", + "information-technology" ], "geographic_scope": "national", - "update_frequency": "weekly", + "update_frequency": "annual", + "has_api": false, "tags": [ - "public-health", - "health-statistics", - "mortality", - "natality", - "infectious-diseases", - "chronic-diseases", - "vital-statistics", - "epidemiology", - "disease-surveillance", - "cancer", - "tuberculosis", - "std", - "vaccine-safety", - "environmental-health", - "climate-health", - "population-health", - "health-equity", - "us-government", - "cdc-wonder", - "births", - "deaths" - ], - "data_content": { - "en": [ - "Mortality Data - Underlying and multiple causes of death, infant deaths, fetal deaths, compressed mortality files", - "Natality - Birth statistics including maternal health, infant characteristics, and birth trends", - "Cancer Statistics - Incidence, mortality, and survival data from cancer registries", - "Infectious Disease Surveillance - AIDS, tuberculosis, sexually transmitted diseases, national notifiable conditions", - "Environmental Health - Heat wave days, air temperatures, land surface temperatures, fine particulate matter, precipitation, sunlight exposure", - "Vaccine Safety - Vaccine Adverse Event Reporting System (VAERS) data", - "Population Estimates - Bridged-race population, single-race population, population projections", - "National Notifiable Diseases Surveillance System (NNDSS) - Weekly and annual disease reporting data", - "Climate and Health - Temperature, precipitation, air quality data linked to health outcomes", - "Geographic Health Data - State, county, and metropolitan area health statistics" - ], - "zh": [ - "死亡率数据 - 基础和多重死因、婴儿死亡、胎儿死亡、压缩死亡率档案", - "出生统计 - 包括孕产妇健康、婴儿特征和出生趋势", - "癌症统计 - 来自癌症登记处的发病率、死亡率和存活数据", - "传染病监测 - 艾滋病、结核病、性传播疾病、国家应报告疾病", - "环境健康 - 热浪天数、气温、地表温度、细颗粒物、降水、阳光暴露", - "疫苗安全 - 疫苗不良事件报告系统(VAERS)数据", - "人口估计 - 桥接种族人口、单一种族人口、人口预测", - "国家应报告疾病监测系统(NNDSS) - 每周和年度疾病报告数据", - "气候与健康 - 与健康结果相关的温度、降水、空气质量数据", - "地理健康数据 - 州、县和都市区健康统计" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "software industry", + "软件产业", + "enterprise ranking", + "企业排行", + "industry revenue", + "产业收入", + "CSIA", + "软件百强", + "top 100 software", + "information technology", + "信息技术服务", + "software revenue", + "软件业务收入", + "industry association", + "行业协会", + "benchmark data", + "基准数据" + ], + "file_path": "sectors/J-information-communication/china-software-association.json" }, { - "id": "us-data-gov", + "id": "clinicaltrials-gov", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" }, "description": { - "en": "Data.gov is the U.S. government's open data portal, providing access to over 300,000 datasets from federal, state, and local government agencies. It serves as the central repository for publicly available government data across agriculture, climate, consumer safety, education, energy, finance, health, public safety, and many other domains. The platform supports transparency, innovation, and data-driven decision making by making government data accessible to researchers, developers, entrepreneurs, and the public.", - "zh": "Data.gov 是美国政府的开放数据门户网站,提供来自联邦、州和地方政府机构的超过 30 万个数据集的访问。它是公开政府数据的中央存储库,涵盖农业、气候、消费者安全、教育、能源、金融、健康、公共安全等多个领域。该平台通过使政府数据对研究人员、开发者、企业家和公众开放,支持透明度、创新和数据驱动的决策。" + "en": "ClinicalTrials.gov is a database of privately and publicly funded clinical studies conducted around the world. It provides information about a clinical trial's purpose, who may participate, locations, and phone numbers for more details. The database is maintained by the U.S. National Library of Medicine and contains over 400,000 research studies in all 50 states and in 220 countries.", + "zh": "临床试验注册数据库是一个全球范围内私人和公共资助临床研究的数据库。它提供关于临床试验目的、参与资格、地点和联系方式等信息。该数据库由美国国家医学图书馆维护,包含超过40万项研究,覆盖美国所有50个州和220个国家。" }, - "website": "https://www.gsa.gov", - "data_url": "https://catalog.data.gov/dataset", - "api_url": null, - "country": "US", + "website": "https://www.nlm.nih.gov/", + "data_url": "https://clinicaltrials.gov/", + "api_url": "https://clinicaltrials.gov/data-api/api", + "authority_level": "government", + "country": null, "domains": [ - "agriculture", - "business", - "climate", - "consumer", - "education", - "energy", - "finance", "health", - "transportation", - "public safety", - "science & research", - "environment", - "manufacturing", - "ocean", - "local government", - "maritime", - "ecosystems" + "clinical_research", + "medical_trials" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "united-states", - "government", - "open-data", - "federal", - "transparency", - "public-data", - "multi-domain", - "comprehensive" + "clinical trials", + "medical research", + "NIH", + "NLM", + "drug trials", + "patient recruitment", + "NCT number", + "clinical research", + "medical studies", + "FDA", + "public health", + "evidence-based medicine", + "API" ], - "data_content": { - "en": [ - "Federal government datasets across all agencies", - "Agricultural data (crop production, livestock, food safety)", - "Climate and weather data", - "Education statistics (schools, enrollment, performance)", - "Energy production and consumption data", - "Health and healthcare data (disease surveillance, Medicare/Medicaid)", - "Transportation infrastructure and safety data", - "Economic and financial indicators", - "Environmental monitoring data (air quality, water quality)", - "Public safety and crime statistics", - "Scientific research data", - "Geospatial and mapping data", - "Census and demographic data", - "State and local government datasets" - ], - "zh": [ - "所有联邦政府机构的数据集", - "农业数据(作物生产、畜牧业、食品安全)", - "气候和天气数据", - "教育统计(学校、入学率、表现)", - "能源生产和消费数据", - "健康和医疗数据(疾病监测、医疗保险/医疗补助)", - "交通基础设施和安全数据", - "经济和金融指标", - "环境监测数据(空气质量、水质)", - "公共安全和犯罪统计", - "科学研究数据", - "地理空间和地图数据", - "人口普查和人口统计数据", - "州和地方政府数据集" - ] - }, - "authority_level": "government", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "academic/health/clinicaltrials-gov.json" }, { - "id": "usgs-earthexplorer", + "id": "conll-shared-tasks", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, "description": { - "en": "EarthExplorer is an online search, discovery, and ordering tool developed by the USGS that supports searching satellite, aircraft, and other remote sensing inventories through interactive and textual-based query capabilities. It provides access to one of the world's largest archives of land imagery, including more than 85 years of satellite and aerial records, complete Landsat collection, Sentinel data, digital elevation models, aerial photos, and various other datasets. The EROS Center operates the Landsat satellites and delivers data supporting science, resource management, and hazards response.", - "zh": "地球探索者是由美国地质调查局开发的在线搜索、发现和订购工具,支持通过交互式和基于文本的查询功能搜索卫星、飞机和其他遥感数据清单。它提供世界上最大的陆地影像档案之一,包括85年以上的卫星和航空记录、完整的Landsat系列数据、Sentinel数据、数字高程模型、航空照片和各种其他数据集。EROS中心运营Landsat卫星,提供支持科学研究、资源管理和灾害响应的数据。" + "en": "CoNLL (Conference on Computational Natural Language Learning) has organized annual shared tasks since 1999, providing benchmark datasets for various NLP challenges including named entity recognition, chunking, parsing, semantic role labeling, coreference resolution, and more. These datasets have become standard benchmarks in the NLP research community, enabling fair comparison of different machine learning approaches across multiple languages and tasks.", + "zh": "CoNLL(计算自然语言学习会议)自1999年以来每年组织共享任务,为各种自然语言处理挑战提供基准数据集,包括命名实体识别、组块分析、句法分析、语义角色标注、共指消解等。这些数据集已成为NLP研究社区的标准基准,可以在多种语言和任务中公平比较不同的机器学习方法。" }, - "website": "https://www.usgs.gov", - "data_url": "https://earthexplorer.usgs.gov/", - "api_url": "https://m2m.cr.usgs.gov/", + "website": "https://www.signll.org", + "data_url": "https://www.conll.org/previous-tasks", + "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "earth-observation", - "remote-sensing", - "geospatial", - "environmental-monitoring", - "land-cover" + "Natural Language Processing", + "Computational Linguistics", + "Machine Learning", + "Named Entity Recognition", + "Parsing", + "Semantic Analysis" ], "geographic_scope": "global", - "update_frequency": "daily", + "update_frequency": "annual", + "has_api": false, "tags": [ - "satellite-imagery", - "remote-sensing", - "landsat", - "sentinel", - "earth-observation", - "geospatial", - "dem", - "elevation", - "aerial-photography", - "land-cover", - "environmental-monitoring", - "usgs", - "eros", - "disaster-response", - "climate-data" + "NLP", + "natural language processing", + "machine learning", + "named entity recognition", + "NER", + "parsing", + "chunking", + "semantic role labeling", + "coreference resolution", + "multilingual", + "benchmark datasets", + "shared task", + "computational linguistics" ], - "data_content": { - "en": [ - "Landsat Satellite Imagery - Complete archive from Landsat 1-9 missions (1972-present), multispectral imagery", - "Sentinel Satellite Data - Sentinel-2 optical imagery, Sentinel-1 radar data from ESA", - "Digital Elevation Models (DEM) - SRTM, ASTER GDEM, NED, 3DEP elevation data", - "Aerial Photography - Historical and contemporary aerial photos, high-resolution imagery", - "Commercial Satellite Imagery - IKONOS, OrbView-3, and other commercial datasets", - "Radar Data - SAR imagery, interferometric data, RADARSAT collections", - "Land Cover Data - National Land Cover Database (NLCD), global land cover products", - "Vegetation Indices - NDVI, EVI, and other derived vegetation products", - "Thermal Imagery - Land surface temperature, thermal infrared data", - "Disaster Response Imagery - Emergency response datasets, flood/fire mapping", - "UAS (Drone) Data - Unmanned aerial system imagery and derived products", - "Digital Map Data - The National Map datasets, topographic data" - ], - "zh": [ - "Landsat卫星影像 - Landsat 1-9任务的完整存档(1972年至今),多光谱影像", - "Sentinel卫星数据 - 来自欧空局的Sentinel-2光学影像、Sentinel-1雷达数据", - "数字高程模型(DEM) - SRTM、ASTER GDEM、NED、3DEP高程数据", - "航空摄影 - 历史和当代航空照片、高分辨率影像", - "商业卫星影像 - IKONOS、OrbView-3和其他商业数据集", - "雷达数据 - 合成孔径雷达影像、干涉测量数据、RADARSAT系列", - "土地覆盖数据 - 国家土地覆盖数据库(NLCD)、全球土地覆盖产品", - "植被指数 - 归一化植被指数(NDVI)、增强植被指数(EVI)和其他衍生植被产品", - "热红外影像 - 地表温度、热红外数据", - "灾害响应影像 - 应急响应数据集、洪水/火灾制图", - "无人机数据 - 无人机系统影像和衍生产品", - "数字地图数据 - 国家地图数据集、地形数据" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" }, { - "id": "australia-abs", + "id": "codex-alimentarius", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "description": { - "en": "Australia's national statistical agency providing trusted official statistics on a wide range of economic, social, population and environmental matters. The ABS conducts the Census of Population and Housing every five years and provides comprehensive data through surveys, administrative data integration, and innovative satellite-based measurement methods.", - "zh": "澳大利亚国家统计局,提供涵盖经济、社会、人口和环境事务的可信官方统计数据。ABS每五年进行一次人口和住房普查,并通过调查、行政数据整合和创新的卫星测量方法提供全面的数据。" + "en": "The Codex Alimentarius, or 'Food Code', is a collection of internationally recognized standards, codes of practice, guidelines, and other recommendations relating to foods, food production, and food safety. Established jointly by the Food and Agriculture Organization (FAO) and the World Health Organization (WHO) in 1963, the Codex Alimentarius Commission develops harmonized international food standards to protect consumer health and ensure fair practices in food trade. The standards cover all principal foods, whether processed, semi-processed or raw, and address food labeling, food hygiene, food additives, pesticide residues, contaminants, certification and inspection systems.", + "zh": "国际食品法典(Codex Alimentarius),又称'食品法典',是一套国际公认的食品标准、操作规范、指南和其他与食品、食品生产和食品安全相关的建议集合。该委员会由联合国粮食及农业组织(FAO)和世界卫生组织(WHO)于1963年联合成立,旨在制定统一的国际食品标准,以保护消费者健康并确保食品贸易的公平实践。这些标准涵盖所有主要食品(无论是加工、半加工还是生鲜食品),并涉及食品标签、食品卫生、食品添加剂、农药残留、污染物、认证和检验系统等方面。" }, - "website": "https://www.abs.gov.au", - "data_url": "https://www.abs.gov.au", - "api_url": "https://www.abs.gov.au/about/data-services/application-programming-interfaces-apis/data-api-user-guide", - "country": "AU", + "website": "https://www.fao.org/fao-who-codexalimentarius/en/", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "api_url": null, + "authority_level": "international", + "country": null, "domains": [ - "demographics", - "economics", - "health", - "environment", - "population", - "housing", - "employment", - "business", - "trade", - "agriculture", - "education", - "innovation", - "government-finance" + "Food Safety", + "Food Standards", + "Food Labeling", + "Food Hygiene", + "Food Additives", + "Pesticide Residues", + "Veterinary Drug Residues", + "Contaminants", + "Food Inspection", + "Certification Systems", + "Nutrition", + "Food Quality" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "annual", + "has_api": false, "tags": [ - "australia", - "national-statistics", - "census", - "demographics", - "economic-indicators", - "population-data", - "labour-statistics", - "health-statistics", - "agricultural-data", - "environmental-data", - "open-data", - "api-available", - "creative-commons", - "government-data", - "oceania" + "food-safety", + "food-standards", + "international-standards", + "food-regulation", + "food-labeling", + "food-hygiene", + "food-additives", + "pesticide-residues", + "veterinary-drugs", + "contaminants", + "food-quality", + "nutrition", + "fao", + "who", + "food-trade" ], - "data_content": { - "en": [ - "Census of Population and Housing - comprehensive population count every 5 years", - "National accounts and economic indicators - GDP, inflation, trade", - "Labour force statistics - employment, unemployment, wages", - "Population estimates and projections", - "Health surveys and statistics - Australian Health Survey", - "Agricultural statistics - including satellite-based irrigation water estimates", - "Business statistics and dynamics", - "Education and training data", - "Environmental statistics - energy, water, conservation", - "Research and development expenditure", - "Government finance statistics", - "Social statistics - wellbeing, family, community", - "Housing and construction data", - "Regional and geographic data with boundary files" - ], - "zh": [ - "人口和住房普查 - 每5年一次的全面人口统计", - "国民账户和经济指标 - GDP、通货膨胀、贸易", - "劳动力统计 - 就业、失业、工资", - "人口估计和预测", - "健康调查和统计 - 澳大利亚健康调查", - "农业统计 - 包括基于卫星的灌溉用水估算", - "商业统计和动态", - "教育和培训数据", - "环境统计 - 能源、水资源、保护", - "研发支出", - "政府财政统计", - "社会统计 - 福祉、家庭、社区", - "住房和建筑数据", - "区域和地理数据及边界文件" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "international/standards-metrology/codex-alimentarius.json" }, { - "id": "aus-aihw", + "id": "common-crawl", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, "description": { - "en": "The AIHW is an independent statutory Australian Government agency producing authoritative and accessible information and statistics to inform and support better policy and service delivery decisions, leading to better health and wellbeing for all Australians. The Institute collects, manages, and reports information on a wide range of health and welfare topics including health and welfare expenditure, hospitals, disease and injury, mental health, ageing, homelessness, disability, and child protection.", - "zh": "澳大利亚健康与福利研究所(AIHW)是澳大利亚政府独立法定机构,负责提供权威且易于获取的信息和统计数据,以支持更好的政策制定和服务提供决策,从而改善所有澳大利亚人的健康和福祉。该机构收集、管理和报告广泛的健康和福利主题信息,包括健康和福利支出、医院、疾病和伤害、心理健康、老龄化、无家可归、残疾和儿童保护。" + "en": "Common Crawl is a 501(c)(3) non-profit organization that maintains a free, open repository of web crawl data that can be used by anyone. The corpus contains petabytes of raw web page data, metadata extracts, and text extracts, regularly collected since 2008. With over 300 billion pages spanning 18 years, Common Crawl adds 3-5 billion new pages each month and has been cited in over 10,000 research papers. The data is stored on Amazon Web Services' Public Data Sets and on multiple academic cloud platforms across the world, making wholesale extraction, transformation and analysis of open web data accessible to researchers, companies and individuals at no cost.", + "zh": "Common Crawl 是一个 501(c)(3) 非营利组织,维护着一个免费、开放的网络爬取数据仓库,任何人都可以使用。该语料库包含PB级的原始网页数据、元数据提取和文本提取,自2008年以来定期收集。拥有超过3000亿个网页,跨越18年,Common Crawl每月新增30-50亿个网页,已被超过10,000篇研究论文引用。数据存储在亚马逊网络服务的公共数据集和全球多个学术云平台上,使研究人员、公司和个人能够免费访问、提取、转换和分析开放的网络数据。" }, - "website": "https://www.aihw.gov.au/", - "data_url": "https://www.aihw.gov.au/", - "api_url": "https://www.aihw.gov.au/reports-data/myhospitals/content/api", - "country": "AU", + "website": "https://commoncrawl.org", + "data_url": "https://commoncrawl.org", + "api_url": "https://index.commoncrawl.org", + "authority_level": "research", + "country": null, "domains": [ - "health", - "welfare", - "hospitals", - "mental health", - "aged care", - "disability", - "child protection", - "homelessness", - "housing", - "indigenous health", - "alcohol and drugs", - "disease and injury", - "mortality" + "Web Crawling", + "Natural Language Processing", + "Machine Learning", + "Data Science", + "Information Retrieval", + "Web Analytics", + "Artificial Intelligence", + "Research", + "Large Language Models" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "monthly", + "has_api": true, "tags": [ - "health", - "welfare", - "hospitals", - "Australia", - "government", - "mental-health", - "aged-care", - "disability", - "indigenous-health", - "child-protection", - "public-health", - "social-services" + "web-crawling", + "natural-language-processing", + "machine-learning", + "large-language-models", + "web-data", + "text-corpus", + "open-data", + "research", + "big-data", + "artificial-intelligence", + "data-science", + "web-mining", + "nlp", + "internet-archive" ], - "data_content": { - "en": [ - "Hospital activity and performance data", - "Disease prevalence and mortality statistics", - "Mental health services and outcomes", - "Aged care services and quality indicators", - "Disability support services", - "Child protection statistics", - "Homelessness and housing assistance data", - "Indigenous health and wellbeing indicators", - "Alcohol, tobacco and other drugs statistics", - "Health and welfare expenditure", - "Chronic disease monitoring", - "Suicide and self-harm data", - "Family, domestic and sexual violence statistics", - "Perinatal health data", - "Cancer incidence and survival rates" - ], - "zh": [ - "医院活动和绩效数据", - "疾病患病率和死亡率统计", - "心理健康服务和成果", - "老年护理服务和质量指标", - "残疾支持服务", - "儿童保护统计", - "无家可归和住房援助数据", - "原住民健康和福祉指标", - "酒精、烟草和其他药物统计", - "健康和福利支出", - "慢性病监测", - "自杀和自我伤害数据", - "家庭、家庭暴力和性暴力统计", - "围产期健康数据", - "癌症发病率和生存率" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "sectors/J-information-communication/common-crawl.json" }, { - "id": "bureau-of-meteorology", + "id": "intl-copernicus-cdse", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "description": { - "en": "Australia's national weather, climate, water, ocean and space weather information agency. The Bureau of Meteorology provides trusted, reliable and responsive services for Australia every day. It monitors and reports on current conditions, provides forecasts, warnings and long-term outlooks, analyzes trends, and continues to extend understanding of Australian conditions. Operating under the Meteorology Act 1955 and Water Act 2007, the Bureau fulfills Australia's international obligations under the World Meteorological Organization.", - "zh": "澳大利亚国家气象、气候、水文、海洋和空间气象信息机构。澳大利亚气象局每天为澳大利亚提供可信、可靠和响应迅速的服务。它监测和报告当前状况,提供预报、警报和长期展望,分析趋势,并不断扩展对澳大利亚气象条件的理解。根据1955年气象法和2007年水资源法运作,该局履行澳大利亚在世界气象组织下的国际义务。" + "en": "The Copernicus Data Space Ecosystem is Europe's flagship Earth observation platform, providing free and open access to satellite imagery and data from Copernicus Sentinel missions and Contributing Missions. It offers immediate access to the full historical archive of Sentinel satellite data (from 2014 to present) with powerful cloud-based processing capabilities. The platform succeeded the Copernicus Open Access Hub in 2023, providing enhanced data access, visualization, and analysis tools including APIs, openEO services, and JupyterLab environments.", + "zh": "哥白尼数据空间生态系统是欧洲旗舰地球观测平台,提供来自哥白尼哨兵卫星任务和贡献任务的免费开放卫星影像和数据。该平台提供从2014年至今完整的哨兵卫星历史数据档案的即时访问,并具有强大的云端处理能力。该平台于2023年接替了哥白尼开放访问中心,提供增强的数据访问、可视化和分析工具,包括API、openEO服务和JupyterLab环境。" }, - "website": "https://www.bom.gov.au", - "data_url": "https://www.bom.gov.au", - "api_url": "https://reg.bom.gov.au/catalogue/data-feeds.shtml", - "country": "AU", + "website": "https://www.copernicus.eu", + "data_url": "https://dataspace.copernicus.eu", + "api_url": "https://documentation.dataspace.copernicus.eu", + "authority_level": "international", + "country": null, "domains": [ - "weather", - "climate", - "water", - "oceans", - "space weather", - "atmosphere", - "meteorology", - "hydrology", - "oceanography" + "Earth Observation", + "Remote Sensing", + "Climate Change", + "Land Monitoring", + "Ocean Monitoring", + "Atmosphere Monitoring", + "Emergency Management", + "Agriculture", + "Forestry" ], - "geographic_scope": "national", - "update_frequency": "real-time", + "geographic_scope": "global", + "update_frequency": "daily", + "has_api": true, "tags": [ - "weather", - "climate", - "meteorology", - "australia", - "forecasts", - "warnings", - "rainfall", - "temperature", - "water", - "oceans", - "space-weather", "satellite", - "radar", - "government", - "oceania" + "earth-observation", + "remote-sensing", + "sentinel", + "copernicus", + "esa", + "european-union", + "climate", + "land-monitoring", + "ocean-monitoring", + "atmosphere", + "geospatial", + "open-data" ], - "data_content": { - "en": [ - "Weather forecasts and warnings", - "Rainfall and temperature observations", - "Radar and satellite imagery", - "Climate data and analysis", - "Water information and river levels", - "Ocean observations and forecasts", - "Space weather alerts", - "Severe weather warnings", - "Long-range forecasts and outlooks", - "Historical climate records", - "Tropical cyclone information", - "Fire weather warnings", - "Flood warnings and information", - "UV index and sun protection times", - "Marine and coastal forecasts" - ], - "zh": [ - "天气预报和警报", - "降雨量和温度观测", - "雷达和卫星图像", - "气候数据和分析", - "水文信息和河流水位", - "海洋观测和预报", - "空间气象警报", - "恶劣天气警报", - "长期预报和展望", - "历史气候记录", - "热带气旋信息", - "火灾天气警报", - "洪水警报和信息", - "紫外线指数和防晒时间", - "海洋和沿海预报" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "international/earth-science/copernicus-data-space.json" }, { - "id": "brazil-bcb", + "id": "copernicus-open-access-hub", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, "description": { - "en": "The Central Bank of Brazil (BCB) is Brazil's monetary authority responsible for implementing monetary policy, supervising the financial system, and maintaining price stability. The BCB provides comprehensive economic and financial statistics through its Open Data Portal, including monetary policy data, financial system indicators, payment statistics, exchange rates, interest rates, credit data, and balance of payments information. All data is available in open formats with API access.", - "zh": "巴西中央银行(BCB)是巴西的货币当局,负责实施货币政策、监管金融系统并维持价格稳定。BCB通过其开放数据门户提供全面的经济和金融统计数据,包括货币政策数据、金融系统指标、支付统计、汇率、利率、信贷数据和国际收支信息。所有数据均以开放格式提供,并支持API访问。" + "en": "The Copernicus Open Access Hub (legacy service, retired Nov 2, 2023) provided free and open access to Sentinel satellite Earth observation data. It has been replaced by the Copernicus Data Space Ecosystem, which offers enhanced access to comprehensive Sentinel mission data including radar, optical, and atmospheric measurements for environmental monitoring, climate research, and disaster management.", + "zh": "哥白尼开放访问中心(遗留服务,已于2023年11月2日退役)提供免费开放的Sentinel卫星地球观测数据访问。现已被哥白尼数据空间生态系统取代,该系统提供增强的Sentinel任务综合数据访问,包括雷达、光学和大气测量数据,用于环境监测、气候研究和灾害管理。" }, - "website": "https://www.bcb.gov.br", - "data_url": "https://dadosabertos.bcb.gov.br", - "api_url": "https://dadosabertos.bcb.gov.br/dataset", - "country": "BR", + "website": "https://www.esa.int", + "data_url": "https://dataspace.copernicus.eu/", + "api_url": "https://documentation.dataspace.copernicus.eu/", + "authority_level": "international", + "country": null, "domains": [ - "monetary policy", - "financial statistics", - "banking", - "payment systems", - "exchange rates", - "interest rates", - "credit data", - "balance of payments", - "financial stability", - "currency and coins" + "environment", + "climate", + "ocean", + "land", + "atmosphere", + "disaster_management" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "central-bank", - "brazil", - "monetary-policy", - "financial-statistics", - "exchange-rates", - "interest-rates", - "credit-data", - "payment-systems", - "banking", - "south-america", - "open-data", - "api" + "satellite", + "earth_observation", + "remote_sensing", + "sentinel", + "copernicus", + "ESA", + "radar", + "optical", + "atmospheric", + "climate", + "environment", + "global", + "open_data" ], - "data_content": { - "en": [ - "SELIC Interest Rate - Daily and accumulated rates", - "Exchange Rates - USD, EUR and other currencies (daily PTAX)", - "Credit Statistics - SCR.data with credit operations data", - "Payment Statistics - Pix, credit cards, payment methods", - "Monetary Aggregates - M1, M2, M3, monetary base", - "Financial Institution Data - IFData with balance sheets and indicators", - "National Financial System - Institution information and regulations", - "Consortium Data - Auto, real estate and other goods", - "Savings Accounts - Interest rates and balances", - "Time Series - SGS with over 25,000 economic and financial series", - "Balance of Payments - External sector statistics", - "Foreign Exchange Reserves - International reserves data", - "Inflation Indicators - CPI and inflation expectations", - "Open Finance Data - Financial institutions open data" - ], - "zh": [ - "SELIC利率 - 日利率和累计利率", - "汇率 - 美元、欧元等货币(每日PTAX汇率)", - "信贷统计 - SCR.data信贷业务数据", - "支付统计 - Pix、信用卡、支付方式", - "货币总量 - M1、M2、M3、货币基数", - "金融机构数据 - IFData资产负债表和指标", - "国家金融系统 - 机构信息和监管规定", - "联合购买数据 - 汽车、房地产等商品", - "储蓄账户 - 利率和余额", - "时间序列 - SGS系统包含超过25,000个经济和金融序列", - "国际收支 - 外部部门统计", - "外汇储备 - 国际储备数据", - "通胀指标 - CPI和通胀预期", - "开放金融数据 - 金融机构开放数据" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "academic/environment/copernicus-open-access-hub.json" }, { - "id": "brazil-ibge", + "id": "cryptocurrency-data", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, "description": { - "en": "Brazil's official national statistical agency responsible for collection of statistical, geographic, cartographic, geodetic and environmental information. IBGE conducts the national population census every ten years, provides annual population estimates for all municipalities, and publishes comprehensive economic, social, and environmental data. Established in 1934, IBGE is the primary source of official data about Brazil's territory, population, and economy.", - "zh": "巴西官方国家统计机构,负责收集统计、地理、制图、大地测量和环境信息。IBGE每十年进行一次全国人口普查,为所有城市提供年度人口估算,并发布全面的经济、社会和环境数据。IBGE成立于1934年,是巴西领土、人口和经济官方数据的主要来源。" + "en": "Comprehensive cryptocurrency market data platforms providing real-time and historical price information, market capitalizations, trading volumes, and blockchain analytics. CoinMarketCap tracks over 7,000 cryptocurrencies across 33,000+ markets and 300+ exchanges, with data dating back to 2013. CoinGecko monitors 13 million+ tokens across 240+ blockchain networks and 1,600+ exchanges, established in 2014. Both platforms offer extensive APIs, support multiple fiat currencies, and provide on-chain DEX data, NFT floor prices, and comprehensive market intelligence for cryptocurrency investors, researchers, and developers.", + "zh": "综合性加密货币市场数据平台,提供实时和历史价格信息、市值、交易量和区块链分析。CoinMarketCap 追踪 7,000 多种加密货币,覆盖 33,000 多个市场和 300 多个交易所,数据可追溯至 2013 年。CoinGecko 监控 1300 万以上代币,涵盖 240 多个区块链网络和 1,600 多个交易所,成立于 2014 年。两个平台均提供广泛的 API 接口,支持多种法定货币,并提供链上 DEX 数据、NFT 底价和全面的市场情报,服务于加密货币投资者、研究人员和开发者。" }, - "website": "https://www.ibge.gov.br/en/", - "data_url": "https://www.ibge.gov.br/en/indicators", - "api_url": "https://servicodados.ibge.gov.br/api/docs/", - "country": "BR", + "website": "https://coinmarketcap.com", + "data_url": "https://coinmarketcap.com", + "api_url": "https://coinmarketcap.com/api/documentation/v1/", + "authority_level": "commercial", + "country": null, "domains": [ - "demographics", - "economics", - "geography", - "cartography", - "environment", - "population", - "census", - "labor", - "trade", - "agriculture", - "industry", - "social" + "Cryptocurrency Markets", + "Blockchain Analytics", + "Digital Assets", + "DeFi (Decentralized Finance)", + "NFT Markets", + "Trading Data", + "Financial Technology" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "global", + "update_frequency": "real-time", + "has_api": true, "tags": [ - "brazil", - "巴西", - "national-statistics", - "国家统计", - "census", - "人口普查", - "demographics", - "人口统计", - "economic-indicators", - "经济指标", - "geographic-data", - "地理数据", - "cartography", - "制图", - "population-data", - "人口数据", - "labor-statistics", - "劳动统计", - "trade-data", - "贸易数据", - "environmental-data", - "环境数据", - "government-data", - "政府数据", - "api-available", - "south-america", - "南美洲", - "IBGE" + "cryptocurrency", + "blockchain", + "digital-assets", + "market-data", + "trading", + "defi", + "nft", + "real-time-data", + "financial-markets", + "crypto-exchanges", + "api", + "price-tracking" ], - "data_content": { - "en": [ - "Population Census - comprehensive national census conducted every 10 years (most recent: 2022)", - "Population Counts - simplified population counts conducted between censuses", - "Annual Population Estimates - population estimates for all municipalities updated yearly", - "Economic Indicators - GDP, inflation, trade statistics, monthly economic reports", - "Labor Statistics - employment, unemployment, wages, workforce surveys", - "Geographic and Cartographic Data - official maps, territorial boundaries, geodetic information", - "Environmental Statistics - environmental monitoring and conservation data", - "Agricultural Statistics - crop production, livestock, rural economy", - "Industrial Statistics - manufacturing, production, business surveys", - "Social Statistics - education, health, living conditions, household surveys", - "Trade Data - import/export statistics, international commerce", - "Municipal Data - comprehensive data at municipality, district, and enumeration area levels" - ], - "zh": [ - "人口普查 - 每10年进行一次的全面国家普查(最近一次:2022年)", - "人口统计 - 在两次普查之间进行的简化人口统计", - "年度人口估算 - 每年更新所有城市的人口估算", - "经济指标 - GDP、通货膨胀、贸易统计、月度经济报告", - "劳动统计 - 就业、失业、工资、劳动力调查", - "地理和制图数据 - 官方地图、领土边界、大地测量信息", - "环境统计 - 环境监测和保护数据", - "农业统计 - 作物生产、畜牧业、农村经济", - "工业统计 - 制造业、生产、企业调查", - "社会统计 - 教育、健康、生活条件、家庭调查", - "贸易数据 - 进出口统计、国际商务", - "市级数据 - 市、区和统计区域级别的综合数据" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" }, { - "id": "cgiar-research-data", + "id": "acad-cod", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, "description": { - "en": "CGIAR is a global research partnership for a food-secure future, dedicated to transforming food, land, and water systems in a climate crisis. The CGIAR research data ecosystem includes GARDIAN (Global Agricultural Research Data Innovation and Acceleration Network), a pan-CGIAR data search and discoverability portal that allows datasets, publications, and crop varieties across all 15 centers and 11 gene banks to be easily found. The platform harvests from ~40 separate open data and publication repositories, providing access to nearly 100,000 publications and 3,000+ datasets covering agricultural research for development (AR4D) globally.", - "zh": "国际农业研究磋商组织(CGIAR)是一个致力于粮食安全未来的全球研究伙伴关系,专注于在气候危机中转变粮食、土地和水资源系统。CGIAR 研究数据生态系统包括 GARDIAN(全球农业研究数据创新与加速网络),这是一个泛 CGIAR 数据搜索和发现门户,可以轻松找到所有 15 个中心和 11 个基因库的数据集、出版物和作物品种。该平台从约 40 个独立的开放数据和出版物仓库中采集数据,提供近 100,000 篇出版物和 3,000 多个数据集的访问,覆盖全球农业发展研究(AR4D)。" + "en": "Open-access collection of crystal structures of organic, inorganic, metal-organic compounds and minerals, excluding biopolymers. The COD is a collaborative platform for worldwide crystallographic community to deposit and access crystal structure data with full version control and revision history.", + "zh": "开放获取的晶体结构数据库,收录有机、无机、金属有机化合物和矿物的晶体结构(不包括生物大分子)。COD 是全球晶体学界协作平台,提供晶体结构数据存储和访问,具有完整的版本控制和修订历史。" }, - "website": "https://www.cgiar.org", - "data_url": "https://gardian.cgiar.org/", - "api_url": "https://cgspace.cgiar.org/rest", + "website": "https://www.crystallography.net/", + "data_url": "https://www.crystallography.net/cod/", + "api_url": "https://wiki.crystallography.net/RESTful_API/", + "authority_level": "research", "country": null, "domains": [ - "agriculture", - "food security", - "climate change adaptation", - "agricultural biodiversity", - "crop science", - "livestock systems", - "water resources management", - "soil science", - "genetics and genomics", - "sustainable intensification", - "nutrition", - "agricultural economics", - "agricultural policy", - "agroforestry" + "Crystallography", + "Materials Science", + "Chemistry", + "Physics", + "Mineralogy" ], "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "agriculture", - "food-security", - "climate-change", - "crop-science", - "genetic-resources", - "sustainable-agriculture", - "international-research", - "cgiar", - "germplasm", - "gene-banks", - "agricultural-biodiversity", - "open-access", - "fair-data", - "research-publications", - "geospatial", - "climate-adaptation", - "livestock", - "water-resources", - "soil-science", - "nutrition" + "crystallography", + "crystal structures", + "materials science", + "chemistry", + "physics", + "mineralogy", + "open access", + "CIF", + "atomic structures", + "research data" ], - "data_content": { - "en": [ - "Research Publications - Peer-reviewed articles, working papers, technical reports on agricultural research", - "Datasets - Crop performance trials, genetic resources, soil surveys, climate data, household surveys", - "Germplasm and Gene Bank Data - Information on genetic resources and crop varieties from 11 international gene banks", - "Geospatial Data - Maps, remote sensing data, GIS layers for agricultural landscapes", - "Climate and Weather Data - Historical and projected climate data relevant to agriculture", - "Socioeconomic Surveys - Household and farm surveys, market data, agricultural economics", - "Crop Modeling Data - Simulation outputs, calibration datasets for crop growth models", - "Biodiversity Data - Species distributions, ecosystem services, agrobiodiversity assessments", - "Livestock Data - Animal health, breeding programs, pastoral systems research", - "Water Resources - Irrigation efficiency, water quality, watershed management data", - "Soil Data - Soil fertility, soil carbon, land degradation assessments", - "Nutrition Data - Crop nutritional content, dietary diversity, food composition" - ], - "zh": [ - "研究出版物 - 同行评审文章、工作论文、农业研究技术报告", - "数据集 - 作物性能试验、遗传资源、土壤调查、气候数据、家庭调查", - "种质资源和基因库数据 - 来自 11 个国际基因库的遗传资源和作物品种信息", - "地理空间数据 - 农业景观的地图、遥感数据、GIS 图层", - "气候和天气数据 - 与农业相关的历史和预测气候数据", - "社会经济调查 - 家庭和农场调查、市场数据、农业经济学", - "作物建模数据 - 模拟输出、作物生长模型的校准数据集", - "生物多样性数据 - 物种分布、生态系统服务、农业生物多样性评估", - "畜牧业数据 - 动物健康、育种计划、牧区系统研究", - "水资源 - 灌溉效率、水质、流域管理数据", - "土壤数据 - 土壤肥力、土壤碳、土地退化评估", - "营养数据 - 作物营养成分、膳食多样性、食物成分" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "academic/physics/crystallography-open-database.json" }, { - "id": "faostat", + "id": "us-data-gov", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "description": { - "en": "FAOSTAT provides free access to food and agriculture data for over 245 countries and territories, covering all FAO regional groupings from 1961 to the most recent year available. The database contains comprehensive statistics on agricultural production, trade, food balances, emissions, land use, inputs, population, and sustainable development indicators.", - "zh": "粮农组织统计数据库(FAOSTAT)提供超过245个国家和地区的粮食和农业数据免费访问,涵盖联合国粮农组织所有区域分组,时间跨度从1961年至最新年份。该数据库包含农业生产、贸易、粮食平衡、排放、土地利用、投入品、人口和可持续发展指标等综合统计数据。" + "en": "Data.gov is the U.S. government's open data portal, providing access to over 300,000 datasets from federal, state, and local government agencies. It serves as the central repository for publicly available government data across agriculture, climate, consumer safety, education, energy, finance, health, public safety, and many other domains. The platform supports transparency, innovation, and data-driven decision making by making government data accessible to researchers, developers, entrepreneurs, and the public.", + "zh": "Data.gov 是美国政府的开放数据门户网站,提供来自联邦、州和地方政府机构的超过 30 万个数据集的访问。它是公开政府数据的中央存储库,涵盖农业、气候、消费者安全、教育、能源、金融、健康、公共安全等多个领域。该平台通过使政府数据对研究人员、开发者、企业家和公众开放,支持透明度、创新和数据驱动的决策。" }, - "website": "https://www.fao.org", - "data_url": "https://www.fao.org/faostat/en/", - "api_url": "https://www.fao.org/faostat/en/#faq", - "country": null, + "website": "https://www.gsa.gov", + "data_url": "https://catalog.data.gov/dataset", + "api_url": null, + "authority_level": "government", + "country": "US", "domains": [ - "agriculture", - "food security", - "nutrition", - "trade", - "climate change", - "environment", - "land use", - "forestry", - "fisheries", - "livestock", - "crops", - "investment", - "employment", - "prices" + "Agriculture", + "Business", + "Climate", + "Consumer", + "Education", + "Energy", + "Finance", + "Health", + "Transportation", + "Public Safety", + "Science & Research", + "Environment", + "Manufacturing", + "Ocean", + "Local Government", + "Maritime", + "Ecosystems" ], - "geographic_scope": "global", - "update_frequency": "irregular", + "geographic_scope": "national", + "update_frequency": "daily", + "has_api": false, "tags": [ - "agriculture", - "food-security", - "nutrition", - "trade", - "climate-change", - "land-use", - "forestry", - "fisheries", - "livestock", - "crops", - "fao", - "united-nations", - "sdg", - "global", - "time-series" + "united-states", + "government", + "open-data", + "federal", + "transparency", + "public-data", + "multi-domain", + "comprehensive" ], - "data_content": { - "en": [ - "Production - Crops and livestock products", - "Trade - Bilateral trade flows, trade indices", - "Food Balances - Food supply and availability", - "Food and Diet - Dietary intake, diversity, nutritional indicators", - "Climate Change - Agrifood systems emissions (crops, livestock, energy, fires, forests)", - "Land Use - Land cover, cropland nutrient balance, fertilizers", - "Inputs and Sustainability - Pesticides, machinery, bioenergy", - "Population and Employment - Demographics, rural/agricultural employment", - "Investment - Government expenditure, FDI, credit to agriculture", - "Prices - Producer prices, consumer price indices, exchange rates, deflators", - "Macro-Economic Indicators - Capital stock, macro indicators", - "Forestry - Production, trade, pulp and paper capacity", - "Food Security and Nutrition - Suite of food security indicators", - "SDG Indicators - Sustainable Development Goals monitoring", - "World Census of Agriculture - Structural agricultural data" - ], - "zh": [ - "生产 - 农作物和畜牧产品", - "贸易 - 双边贸易流量、贸易指数", - "粮食平衡 - 粮食供应和可得性", - "食品与膳食 - 膳食摄入、多样性、营养指标", - "气候变化 - 农业粮食系统排放(农作物、畜牧业、能源、火灾、森林)", - "土地利用 - 土地覆盖、农田养分平衡、化肥", - "投入品与可持续性 - 农药、机械、生物能源", - "人口与就业 - 人口统计、农村/农业就业", - "投资 - 政府支出、外国直接投资、农业信贷", - "价格 - 生产者价格、消费者价格指数、汇率、平减指数", - "宏观经济指标 - 资本存量、宏观指标", - "林业 - 生产、贸易、纸浆和造纸产能", - "粮食安全与营养 - 粮食安全指标套件", - "可持续发展目标指标 - SDG监测", - "世界农业普查 - 农业结构数据" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "countries/north-america/usa/us-data-gov.json" }, { - "id": "adb-data", + "id": "uk-data-gov", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "description": { - "en": "The ADB Data Library is the central repository and portal for all of ADB's public data. It provides comprehensive economic, social, and financial indicators for Asia and the Pacific region, including the Key Indicators Database (KIDB) which is one of the world's most comprehensive resources for macroeconomic and social indicators. The library includes country dashboards, over 180 datasets, data stories, and visualization tools. Data is shareable and machine-readable, covering national accounts, prices, government finance, trade, balance of payments, money and banking, external debt, population, labor force, and social indicators.", - "zh": "亚洲开发银行数据库是 ADB 所有公共数据的中央存储库和门户。它为亚太地区提供全面的经济、社会和金融指标,包括关键指标数据库(KIDB),这是世界上最全面的宏观经济和社会指标资源之一。数据库包含国家仪表板、180多个数据集、数据故事和可视化工具。数据可共享且机器可读,涵盖国民账户、价格、政府财政、贸易、国际收支、货币与银行、外债、人口、劳动力和社会指标。" + "en": "Data.gov.uk is the UK government's official open data portal, launched in 2010 and redesigned in 2018 as the Find open data service. It provides access to thousands of datasets published by central government departments, local authorities, and public bodies across the United Kingdom. The portal serves as a central catalog linking to datasets hosted on GOV.UK and other government websites, covering diverse domains including business, crime, defense, education, environment, health, government spending, transport, and more. Built and operated by the Government Digital Service, it supports transparency, innovation, and evidence-based policy making by making public sector data accessible to citizens, researchers, businesses, and developers.", + "zh": "Data.gov.uk 是英国政府的官方开放数据门户网站,于 2010 年启动,并于 2018 年重新设计为查找开放数据服务。它提供对英国中央政府部门、地方当局和公共机构发布的数千个数据集的访问。该门户作为中央目录,链接到托管在 GOV.UK 和其他政府网站上的数据集,涵盖商业、犯罪、国防、教育、环境、健康、政府支出、交通等多个领域。该平台由政府数字服务部门建设和运营,通过使公共部门数据对公民、研究人员、企业和开发者开放,支持透明度、创新和基于证据的政策制定。" }, - "website": "https://www.adb.org", - "data_url": "https://data.adb.org", - "api_url": "https://kidb.adb.org/api", - "country": null, + "website": "https://www.gov.uk/government/organisations/government-digital-service", + "data_url": "https://www.data.gov.uk", + "api_url": "https://guidance.data.gov.uk/get_data/api_documentation/", + "authority_level": "government", + "country": "GB", "domains": [ - "economics", - "finance", - "social", - "development" + "Business and economy", + "Crime and justice", + "Defence", + "Education", + "Environment", + "Government", + "Government spending", + "Health", + "Mapping", + "Society", + "Towns and cities", + "Transport", + "Digital service performance" ], - "geographic_scope": "regional", - "update_frequency": "annual", + "geographic_scope": "national", + "update_frequency": "daily", + "has_api": true, "tags": [ - "asian-development", - "asia-pacific", - "economic-indicators", - "social-statistics", - "development-finance", - "international-organization", - "sdmx", + "united-kingdom", + "government", "open-data", - "api" + "transparency", + "public-sector", + "local-authorities", + "multi-domain", + "comprehensive", + "ogl" ], - "data_content": { - "en": [ - "National accounts and GDP statistics", - "Prices and inflation indicators", - "Government finance and fiscal data", - "International trade and balance of payments", - "Money, banking, and financial sector data", - "External debt and foreign investment", - "Population and demographic statistics", - "Labor force and employment data", - "Social indicators (education, health, poverty)", - "Infrastructure and energy statistics", - "Development project data", - "Bond market statistics (AsianBondsOnline)" - ], - "zh": [ - "国民账户和GDP统计", - "价格和通货膨胀指标", - "政府财政和财政数据", - "国际贸易和国际收支", - "货币、银行和金融部门数据", - "外债和外国投资", - "人口和人口统计", - "劳动力和就业数据", - "社会指标(教育、健康、贫困)", - "基础设施和能源统计", - "发展项目数据", - "债券市场统计(亚洲债券在线)" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/development/adb-data.json" + "file_path": "countries/europe/uk/uk-data-gov.json" }, { - "id": "afdb", + "id": "dhs", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, "description": { - "en": "The African Development Bank (AfDB) provides comprehensive statistical data and development indicators for African countries. The bank's statistics department maintains the Africa Information Highway (AIH), a mega network of open data platforms covering all African countries and 16 regional organizations. It offers socio-economic data, project information, and development statistics to support evidence-based policymaking and monitor development progress across Africa.", - "zh": "非洲开发银行(AfDB)提供全面的非洲国家统计数据和发展指标。该银行统计部门维护非洲信息高速公路(AIH),这是一个覆盖所有非洲国家和16个区域组织的开放数据平台大型网络。它提供社会经济数据、项目信息和发展统计数据,以支持基于证据的政策制定并监测非洲的发展进展。" + "en": "The DHS Program provides technical assistance for population and health surveys in developing countries. It delivers nationally-representative household surveys on population, health, HIV, and nutrition, providing data to policymakers and program managers to monitor and evaluate programs, and to researchers to further describe and better understand important health issues. The program has conducted over 400 surveys in more than 90 countries since 1984.", + "zh": "人口与健康调查项目为发展中国家提供人口和健康调查技术援助。它提供全国代表性的家庭调查数据,涵盖人口、健康、艾滋病和营养,为政策制定者和项目管理者监测评估项目提供数据,为研究人员提供重要健康问题的描述和理解。自1984年以来,该项目已在90多个国家进行了400多次调查。" }, - "website": "https://www.afdb.org", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "api_url": "http://dataportal.opendataforafrica.org/", + "website": "https://www.usaid.gov/", + "data_url": "https://dhsprogram.com/", + "api_url": "https://api.dhsprogram.com/", + "authority_level": "international", "country": null, "domains": [ - "development finance", - "economic statistics", - "social development", - "infrastructure", - "agriculture", - "energy", - "climate change", - "governance", "health", - "education" + "demographics", + "population" ], "geographic_scope": "regional", - "update_frequency": "annual", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "development-finance", - "africa", - "economic-development", - "social-development", - "infrastructure", - "SDGs", - "multilateral-development-bank", - "open-data", - "project-data", - "IATI" + "demographic surveys", + "health surveys", + "DHS", + "USAID", + "developing countries", + "maternal health", + "child health", + "HIV/AIDS", + "family planning", + "fertility", + "nutrition", + "household surveys", + "STATcompiler" ], - "data_content": { - "en": [ - "Socio-Economic Database: Agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, prices, production, public finance (1960-2024)", - "Bank Operations and Project Data: All AfDB lending projects from 1967 onwards with financial information and IATI-compliant results", - "Country Policy and Institutional Assessment (CPIA): Biennial policy quality and institutional framework assessments for 54 African countries", - "SDGs Data Hubs: Sustainable Development Goals monitoring data for Africa", - "Statistical Publications: Compendium of Statistics on Bank Group Operations and AfDB Statistics Pocketbook" - ], - "zh": [ - "社会经济数据库:农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户、价格、生产、公共财政(1960-2024)", - "银行业务和项目数据:自1967年以来所有非洲开发银行贷款项目及财务信息和符合IATI标准的成果", - "国家政策和制度评估(CPIA):对54个非洲国家的政策质量和制度框架进行两年一次的评估", - "可持续发展目标数据中心:非洲可持续发展目标监测数据", - "统计出版物:银行集团业务统计汇编和非洲开发银行统计手册" - ] + "file_path": "academic/health/dhs.json" + }, + { + "id": "derwent-innovation-index", + "name": { + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "international", + "description": { + "en": "Derwent Innovation Index is a comprehensive patent database provided by Clarivate Analytics, offering access to over 100 million patent documents from over 40 patent-issuing authorities worldwide. The database integrates Derwent World Patents Index (DWPI) enhanced patent data with patent citations from the Web of Science platform. It features value-added content including expert patent indexing, standardized patent families, chemical structure search capabilities, and enhanced English-language abstracts. Derwent Innovation Index is widely used for competitive intelligence, technology landscape analysis, patent analytics, prior art searching, freedom-to-operate analysis, and R&D decision-making across industries including pharmaceuticals, biotechnology, chemicals, electronics, engineering, and more.", + "zh": "德温特创新索引是科睿唯安(Clarivate Analytics)提供的综合性专利数据库,收录了来自全球40多个专利授权机构的超过1亿份专利文献。该数据库整合了德温特世界专利索引(DWPI)增强的专利数据与来自Web of Science平台的专利引用信息。其特色包括专家专利索引、标准化专利家族、化学结构检索功能和增强的英文摘要。德温特创新索引广泛用于竞争情报、技术景观分析、专利分析、现有技术检索、自由实施分析以及制药、生物技术、化学、电子、工程等行业的研发决策。" + }, + "website": "https://clarivate.com", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "api_url": "https://developer.clarivate.com/apis", + "authority_level": "commercial", + "country": null, + "domains": [ + "Patents", + "Innovation", + "Intellectual Property", + "Pharmaceuticals", + "Biotechnology", + "Chemistry", + "Electronics", + "Engineering", + "Telecommunications", + "Materials Science", + "Medical Technology", + "Mechanical Engineering", + "Computer Science", + "Aerospace", + "Automotive" + ], + "geographic_scope": "global", + "update_frequency": "weekly", "has_api": true, - "file_path": "international/development/afdb.json" + "tags": [ + "patents", + "intellectual-property", + "innovation", + "technology", + "competitive-intelligence", + "patent-analytics", + "prior-art", + "freedom-to-operate", + "patent-families", + "citations", + "chemical-structures", + "dwpi", + "technology-landscape", + "r-and-d", + "patent-classification", + "commercial-database", + "global-coverage", + "clarivate" + ], + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" }, { "id": "caf", @@ -5534,28 +4362,30 @@ "website": "https://www.caf.com", "data_url": "https://www.caf.com/en/", "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "development finance", - "economic development", - "infrastructure", - "energy transition", - "climate finance", - "social development", - "education", - "health", - "water resources", - "transportation", - "digital transformation", - "innovation", - "agriculture", - "environmental sustainability", - "climate resilience", - "urban development", - "regional integration" + "Development Finance", + "Economic Development", + "Infrastructure", + "Energy Transition", + "Climate Finance", + "Social Development", + "Education", + "Health", + "Water Resources", + "Transportation", + "Digital Transformation", + "Innovation", + "Agriculture", + "Environmental Sustainability", + "Climate Resilience", + "Urban Development", + "Regional Integration" ], "geographic_scope": "regional", "update_frequency": "annual", + "has_api": false, "tags": [ "development-finance", "latin-america", @@ -5581,414 +4411,106 @@ "ideal-report", "scioteca" ], - "data_content": { - "en": [ - "Development Finance Statistics - Loan and grant approvals, disbursements, project portfolio data across member countries", - "Economic Development Reports (RED) - Annual flagship reports on regional economic development, growth, and policy recommendations", - "Country Economic Indicators - GDP, growth rates, inflation, fiscal data for 24 member countries", - "Project Financing Data - Infrastructure, energy, social development, and climate projects with detailed financing information", - "Climate Finance - Green bonds, climate adaptation projects, environmental sustainability initiatives and funding", - "Infrastructure Investment - Transportation, energy, water, telecommunications, and urban infrastructure project data", - "Energy Transition Data - Renewable energy projects, energy efficiency, decarbonization initiatives across the region", - "Social Development Indicators - Poverty reduction, education, health, gender equality, and social inclusion metrics", - "Regional Integration Statistics - Trade, economic cooperation, and integration indicators for Latin America and Caribbean", - "Annual Reports - Comprehensive financial statements, operational results, and institutional performance (2024: USD 15.856B approvals)", - "Special Reports - IDEAL reports on infrastructure, LAC Economic Outlook, sector-specific analysis", - "Research Publications - Development studies, policy papers, and technical reports from Scioteca knowledge repository", - "Country Strategies - Country assistance programs and strategic priorities for each member country", - "Sustainable Development Data - SDG alignment, environmental projects, biodiversity conservation initiatives" - ], - "zh": [ - "发展融资统计 - 成员国的贷款和赠款批准、支付和项目组合数据", - "经济发展报告(RED)- 关于区域经济发展、增长和政策建议的年度旗舰报告", - "国家经济指标 - 24个成员国的GDP、增长率、通货膨胀、财政数据", - "项目融资数据 - 基础设施、能源、社会发展和气候项目的详细融资信息", - "气候融资 - 绿色债券、气候适应项目、环境可持续发展倡议和资金", - "基础设施投资 - 交通、能源、水利、电信和城市基础设施项目数据", - "能源转型数据 - 该地区的可再生能源项目、能源效率、去碳化倡议", - "社会发展指标 - 减贫、教育、卫生、性别平等和社会包容性指标", - "区域一体化统计 - 拉美和加勒比地区的贸易、经济合作和一体化指标", - "年度报告 - 全面的财务报表、运营成果和机构绩效(2024年:批准158.56亿美元)", - "特别报告 - IDEAL基础设施报告、拉美经济展望、部门专项分析", - "研究出版物 - Scioteca知识库的发展研究、政策文件和技术报告", - "国家战略 - 各成员国的国家援助计划和战略重点", - "可持续发展数据 - SDG对接、环境项目、生物多样性保护倡议" - ] - }, - "authority_level": "international", - "has_api": false, "file_path": "international/development/caf.json" }, { - "id": "caribbean-development-bank", + "id": "india-dgcis", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, "description": { - "en": "The Caribbean Development Bank (CDB) is a regional financial institution established in 1970 to contribute to the harmonious economic growth and development of its borrowing member countries (BMCs) in the Caribbean. CDB provides financial and technical assistance for projects in infrastructure, education, health, agriculture, and other sectors. The Bank's mission is reducing poverty and transforming lives through sustainable, resilient and inclusive development. CDB serves 19 borrowing member countries and territories in the Caribbean, supported by regional and non-regional member countries including Canada, China, Germany, Italy, United Kingdom, and Venezuela.", - "zh": "加勒比开发银行(CDB)是一个成立于1970年的区域性金融机构,旨在促进其借款成员国在加勒比地区的和谐经济增长和发展。CDB为基础设施、教育、卫生、农业和其他领域的项目提供财政和技术援助。该银行的使命是通过可持续、有韧性和包容性的发展来减少贫困和改变生活。CDB为加勒比地区的19个借款成员国和地区提供服务,并得到包括加拿大、中国、德国、意大利、英国和委内瑞拉在内的区域和非区域成员国的支持。" + "en": "The Directorate General of Commercial Intelligence and Statistics (DGCI&S), Kolkata, under the Ministry of Commerce and Industry, Government of India, is the pioneer official organization for collection, compilation and dissemination of India's Trade Statistics and Commercial Information. For over 150 years, this Directorate has served as the principal authority on trade-related information in India. DGCI&S collects basic data for both export and import of goods through Daily Trade Returns (DTRs) from different Customs formations and Special Economic Zones, with EDI data transmitted online daily through Indian Customs EDI Gateway (ICEGATE). It compiles and publishes foreign trade statistics, inland trade statistics covering inter-state movements of goods by rail, river and air, shipping statistics, coastal trade statistics, and customs and excise revenue collections.", + "zh": "印度商业情报与统计总局(DGCI&S)位于加尔各答,隶属于印度政府商务和工业部,是印度贸易统计和商业信息收集、编制和发布的先驱性官方机构。超过150年来,该局一直是印度贸易相关信息的主要权威机构。DGCI&S通过印度海关EDI网关(ICEGATE)每日在线接收来自不同海关系统和经济特区的每日贸易回执(DTR),收集进出口货物的基础数据。该局编制并发布对外贸易统计、涵盖铁路、河运和空运的州际货物流动的国内贸易统计、航运统计、沿海贸易统计以及海关和消费税征收统计。" }, - "website": "https://www.caribank.org", - "data_url": "https://www.caribank.org/data/country-data-reports", + "website": "https://www.commerce.gov.in/about-us/subordinate-offices/directorate-general-of-commercial-intelligence-and-statistics/", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "api_url": null, - "country": null, + "authority_level": "government", + "country": "IN", "domains": [ - "development finance", - "economic development", - "infrastructure", - "education", - "health", - "agriculture", - "social development", - "environmental sustainability", - "climate resilience", - "poverty reduction" + "International Trade", + "Foreign Trade Statistics", + "Inland Trade", + "Customs Statistics", + "Export Statistics", + "Import Statistics", + "Shipping Statistics", + "Coastal Trade", + "Inter-State Trade", + "Excise Revenue" ], - "geographic_scope": "regional", - "update_frequency": "annual", - "tags": [ - "development-finance", - "caribbean", - "regional-development-bank", - "multilateral-development-bank", - "economic-development", - "infrastructure-finance", - "climate-finance", - "poverty-reduction", - "social-development", - "sustainable-development", - "climate-resilience", - "project-financing", - "development-assistance", - "caribbean-economics", - "regional-integration", - "sids", - "small-island-developing-states" - ], - "data_content": { - "en": [ - "Country Economic Indicators - GDP, growth rates, inflation, and economic performance metrics for BMCs", - "Project Financing Data - Loan and grant approvals, disbursements, and project portfolio information", - "Development Fund Statistics - Special Development Fund (SDF) resources, allocations and annual reports", - "Social Development Indicators - Poverty rates, education, health, and social inclusion metrics", - "Infrastructure Investment - Transportation, energy, water, and telecommunications project data", - "Climate and Resilience - Climate finance, disaster risk reduction, and environmental projects", - "Regional Economic Statistics - Trade, employment, and economic integration data for Caribbean region", - "Country Strategies - Country assistance programs and strategic priorities for each BMC", - "Sector Analysis - Sectoral performance data including agriculture, tourism, and services", - "Annual Reports - Comprehensive annual financial statements and operational results" - ], - "zh": [ - "国家经济指标 - 借款成员国的GDP、增长率、通货膨胀和经济绩效指标", - "项目融资数据 - 贷款和赠款批准、支付和项目组合信息", - "发展基金统计 - 特别发展基金(SDF)资源、分配和年度报告", - "社会发展指标 - 贫困率、教育、卫生和社会包容性指标", - "基础设施投资 - 交通、能源、水利和电信项目数据", - "气候和韧性 - 气候融资、灾害风险减少和环境项目", - "区域经济统计 - 加勒比地区的贸易、就业和经济一体化数据", - "国家战略 - 各借款成员国的国家援助计划和战略重点", - "部门分析 - 包括农业、旅游和服务业在内的部门绩效数据", - "年度报告 - 全面的年度财务报表和运营成果" - ] - }, - "authority_level": "international", + "geographic_scope": "national", + "update_frequency": "monthly", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" - }, - { - "id": "idb", - "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" - }, - "description": { - "en": "The Inter-American Development Bank (IDB) is the leading source of financing and knowledge for improving lives in Latin America and the Caribbean. The IDB Open Data portal provides comprehensive socio-economic indicators, macroeconomic data, financial statistics, and project information for 26 borrowing member countries across the region. It includes specialized databases covering fiscal accounts, labor markets, social indicators, trade integration, and agricultural policies.", - "zh": "美洲开发银行(IDB)是改善拉丁美洲和加勒比地区生活的主要融资和知识来源。IDB开放数据门户为该地区26个借款成员国提供全面的社会经济指标、宏观经济数据、金融统计和项目信息。包括涵盖财政账户、劳动力市场、社会指标、贸易一体化和农业政策的专业数据库。" - }, - "website": "https://www.iadb.org", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "api_url": "https://data.iadb.org/dataset/", - "country": null, - "domains": [ - "development finance", - "macroeconomic statistics", - "fiscal policy", - "social development", - "education", - "health", - "labor markets", - "trade and integration", - "agriculture", - "public sector", - "financial sector" - ], - "geographic_scope": "regional", - "update_frequency": "quarterly", - "tags": [ - "development-finance", - "latin-america", - "caribbean", - "economic-development", - "social-development", - "multilateral-development-bank", - "open-data", - "macroeconomics", - "fiscal-policy", - "labor-markets" - ], - "data_content": { - "en": [ - "Latin Macro Watch (LMW): Macroeconomic and financial database with indicators on economic activity, fiscal and external accounts, financial markets, and forecasts since 1990", - "Sociometro: Complete dataset of social indicators providing insight into Latin America and the Caribbean's socioeconomic conditions", - "SIMS: Main source of information on labor markets in Latin America and the Caribbean", - "Agrimonitor: Database tracking agricultural policies and measuring support to agriculture", - "INTrade: Comprehensive information on integration and trade in the region", - "IDB Project Data: Procurement information, contract awards, and project information from 1967 onwards", - "Public Debt Database: Standardized statistics on sovereign debt issuances for 26 LAC countries since 2006", - "IDB Group Impact Framework: Performance indicators and targets for development results" - ], - "zh": [ - "拉丁宏观观察(LMW):包含经济活动、财政和外部账户、金融市场和预测指标的宏观经济和金融数据库(自1990年起)", - "社会指标:提供拉美和加勒比地区社会经济状况洞察的完整社会指标数据集", - "SIMS:拉丁美洲和加勒比地区劳动力市场信息的主要来源", - "农业监测:追踪农业政策并衡量农业支持的数据库", - "INTrade:关于该地区一体化和贸易的综合信息", - "IDB项目数据:自1967年以来的采购信息、合同授予和项目信息", - "公共债务数据库:26个拉美和加勒比国家自2006年以来的主权债务发行标准化统计", - "IDB集团影响框架:发展成果的绩效指标和目标" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/development/idb.json" - }, - { - "id": "intl-copernicus-cdse", - "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" - }, - "description": { - "en": "The Copernicus Data Space Ecosystem is Europe's flagship Earth observation platform, providing free and open access to satellite imagery and data from Copernicus Sentinel missions and Contributing Missions. It offers immediate access to the full historical archive of Sentinel satellite data (from 2014 to present) with powerful cloud-based processing capabilities. The platform succeeded the Copernicus Open Access Hub in 2023, providing enhanced data access, visualization, and analysis tools including APIs, openEO services, and JupyterLab environments.", - "zh": "哥白尼数据空间生态系统是欧洲旗舰地球观测平台,提供来自哥白尼哨兵卫星任务和贡献任务的免费开放卫星影像和数据。该平台提供从2014年至今完整的哨兵卫星历史数据档案的即时访问,并具有强大的云端处理能力。该平台于2023年接替了哥白尼开放访问中心,提供增强的数据访问、可视化和分析工具,包括API、openEO服务和JupyterLab环境。" - }, - "website": "https://www.copernicus.eu", - "data_url": "https://dataspace.copernicus.eu", - "api_url": "https://documentation.dataspace.copernicus.eu", - "country": null, - "domains": [ - "earth observation", - "remote sensing", - "climate change", - "land monitoring", - "ocean monitoring", - "atmosphere monitoring", - "emergency management", - "agriculture", - "forestry" - ], - "geographic_scope": "global", - "update_frequency": "daily", "tags": [ - "satellite", - "earth-observation", - "remote-sensing", - "sentinel", - "copernicus", - "esa", - "european-union", - "climate", - "land-monitoring", - "ocean-monitoring", - "atmosphere", - "geospatial", - "open-data" + "india", + "trade-statistics", + "foreign-trade", + "export-import", + "customs-data", + "government-statistics", + "economic-data", + "hs-classification", + "trade-policy", + "shipping-statistics", + "inland-trade", + "south-asia" ], - "data_content": { - "en": [ - "Sentinel-1 SAR (Synthetic Aperture Radar) data - SLC and GRD products", - "Sentinel-2 Multispectral imagery - L1C and L2A (Collection 1)", - "Sentinel-3 Ocean and land monitoring data", - "Sentinel-5P Atmospheric composition data", - "Copernicus Contributing Missions data", - "Landsat data collections", - "Copernicus Land Monitoring Service products", - "Copernicus Marine Environment Monitoring Service data", - "MODIS data", - "Global and regional mosaics" - ], - "zh": [ - "哨兵1号合成孔径雷达(SAR)数据 - SLC和GRD产品", - "哨兵2号多光谱影像 - L1C和L2A(集合1)", - "哨兵3号海洋和陆地监测数据", - "哨兵5P号大气成分数据", - "哥白尼贡献任务数据", - "陆地卫星数据集", - "哥白尼陆地监测服务产品", - "哥白尼海洋环境监测服务数据", - "MODIS数据", - "全球和区域镶嵌数据" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "countries/asia/india/india-dgcis.json" }, { - "id": "nasa-earthdata", + "id": "drugbank", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, "description": { - "en": "NASA's Earth Science Data Systems (ESDS) Program provides open access to NASA's archive of Earth science data, empowering researchers and decision makers to better understand and protect our home planet. The archive contains over 128 petabytes of Earth observation data covering atmosphere, biosphere, climate indicators, cryosphere, human dimensions, land surface, ocean, solid earth, sun-earth interactions, and terrestrial hydrosphere.", - "zh": "NASA地球科学数据系统(ESDS)计划提供对NASA地球科学数据存档的开放访问,使研究人员和决策者能够更好地了解和保护我们的地球。该存档包含超过128 PB的地球观测数据,涵盖大气、生物圈、气候指标、冰冻圈、人类维度、陆地表面、海洋、固体地球、日地相互作用和陆地水圈。" + "en": "DrugBank is a comprehensive, free-to-access, online database containing information on drugs and drug targets created and maintained by the University of Alberta and The Metabolomics Innovation Centre located in Alberta, Canada. Started in 2006 in Dr. David Wishart's lab, DrugBank combines detailed drug (chemical, pharmacological and pharmaceutical) data with comprehensive drug target (sequence, structure, and pathway) information. As both a bioinformatics and cheminformatics resource, each entry contains more than 200 data fields with half devoted to drug/chemical data and half to drug target or protein data. The latest version (5.1.13, released 2025-01-02) contains 19,774 drug entries including 3,016 approved small molecule drugs, 1,766 approved biologics (proteins, peptides, vaccines, and allergenics), 135 nutraceuticals and over 8,928 experimental (discovery-phase) drugs. Additionally, 5,467 non-redundant protein (drug target/enzyme/transporter/carrier) sequences are linked to these drug entries.", + "zh": "DrugBank 是一个全面的、免费访问的在线数据库,包含由加拿大阿尔伯塔大学和代谢组学创新中心创建和维护的药物及药物靶点信息。DrugBank 于 2006 年在 David Wishart 博士的实验室启动,将详细的药物(化学、药理学和药学)数据与全面的药物靶点(序列、结构和通路)信息相结合。作为生物信息学和化学信息学资源,每个条目包含超过 200 个数据字段,其中一半专注于药物/化学数据,另一半专注于药物靶点或蛋白质数据。最新版本(5.1.13,2025-01-02 发布)包含 19,774 个药物条目,包括 3,016 个批准的小分子药物、1,766 个批准的生物制剂(蛋白质、肽、疫苗和过敏原)、135 个营养保健品和超过 8,928 个实验(发现阶段)药物。此外,5,467 个非冗余蛋白质(药物靶点/酶/转运体/载体)序列与这些药物条目相关联。" }, - "website": "https://www.earthdata.nasa.gov", - "data_url": "https://www.earthdata.nasa.gov", - "api_url": "https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal", + "website": "https://www.drugbank.com", + "data_url": "https://go.drugbank.com", + "api_url": "https://docs.drugbank.com", + "authority_level": "research", "country": null, "domains": [ - "earth-science", - "atmosphere", - "climate", - "environment", - "ocean", - "land-surface", - "cryosphere", - "biosphere" + "Pharmaceutical Sciences", + "Drug Discovery", + "Drug Development", + "Pharmacology", + "Medicinal Chemistry", + "Bioinformatics", + "Cheminformatics", + "Clinical Pharmacology", + "Drug Metabolism", + "Toxicology" ], "geographic_scope": "global", - "update_frequency": "daily", - "tags": [ - "nasa", - "earth-science", - "satellite-data", - "remote-sensing", - "climate", - "environment", - "open-data", - "api", - "geospatial" - ], - "data_content": { - "en": [ - "Atmosphere - Aerosols, clouds, precipitation, atmospheric composition", - "Biosphere - Vegetation, ecosystems, biodiversity, land cover", - "Climate Indicators - Temperature, sea level, ice extent, greenhouse gases", - "Cryosphere - Snow cover, glaciers, ice sheets, sea ice", - "Human Dimensions - Land use, urban areas, population, socioeconomic data", - "Land Surface - Topography, soil moisture, land surface temperature", - "Ocean - Sea surface temperature, ocean color, salinity, currents", - "Solid Earth - Gravity, magnetic field, tectonics, volcanoes", - "Sun-Earth Interactions - Solar radiation, ionosphere, magnetosphere", - "Terrestrial Hydrosphere - Rivers, lakes, groundwater, wetlands, floods" - ], - "zh": [ - "大气 - 气溶胶、云、降水、大气成分", - "生物圈 - 植被、生态系统、生物多样性、土地覆盖", - "气候指标 - 温度、海平面、冰盖范围、温室气体", - "冰冻圈 - 积雪覆盖、冰川、冰盖、海冰", - "人类维度 - 土地利用、城市地区、人口、社会经济数据", - "陆地表面 - 地形、土壤湿度、地表温度", - "海洋 - 海表温度、海洋颜色、盐度、洋流", - "固体地球 - 重力、磁场、构造、火山", - "日地相互作用 - 太阳辐射、电离层、磁层", - "陆地水圈 - 河流、湖泊、地下水、湿地、洪水" - ] - }, - "authority_level": "government", + "update_frequency": "irregular", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "description": { - "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, central bank statistics, and payment statistics.", - "zh": "国际清算银行(BIS)统计数据与各国中央银行和其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率、中央银行统计和支付统计。" - }, - "website": "https://www.bis.org", - "data_url": "https://data.bis.org/", - "api_url": "https://stats.bis.org/api-doc/v2/", - "country": null, - "domains": [ - "banking", - "finance", - "securities", - "credit", - "liquidity", - "derivatives", - "real estate", - "prices", - "exchange rates", - "central banking", - "payments" - ], - "geographic_scope": "global", - "update_frequency": "quarterly", "tags": [ - "banking", - "finance", - "securities", - "credit", - "derivatives", - "real-estate", - "exchange-rates", - "central-banking", - "payments", - "financial-stability", - "bis", - "global", - "time-series" + "pharmaceutical", + "drug-discovery", + "drug-development", + "pharmacology", + "medicinal-chemistry", + "bioinformatics", + "cheminformatics", + "drug-targets", + "proteins", + "small-molecules", + "biologics", + "admet", + "drug-interactions", + "clinical-pharmacology", + "metabolism", + "toxicology", + "fda", + "academic-research", + "commercial-research" ], - "data_content": { - "en": [ - "Locational Banking Statistics - International banking activity from a residence perspective", - "Consolidated Banking Statistics - Worldwide consolidated positions of internationally active banking groups", - "Debt Securities Statistics - Issuance and amounts outstanding of debt securities", - "Credit to the Non-Financial Sector - Borrowing by government and private non-financial sectors", - "Credit-to-GDP Gaps - Deviations of credit-to-GDP ratio from long-term trend", - "Debt Service Ratios - Debt service burden for the private non-financial sector", - "Global Liquidity Indicators - Foreign currency credit to non-residents", - "OTC Derivatives Statistics - Over-the-counter derivatives markets", - "Exchange-Traded Derivatives - Exchange-traded derivatives statistics", - "Residential Property Prices - Real and nominal residential property price indices", - "Commercial Property Prices - Commercial property price indices", - "Consumer Price Indices - Consumer price inflation measures", - "Effective Exchange Rates - Nominal and real effective exchange rates", - "Central Bank Total Assets - Evolution of central banks' balance sheets", - "Central Bank Policy Rates - Policy interest rates set by central banks", - "Payment Statistics - Retail payment instruments and systems", - "Triennial Central Bank Survey - FX and OTC interest rate derivatives turnover" - ], - "zh": [ - "区位银行统计 - 基于居住地的国际银行业活动", - "合并银行统计 - 国际活跃银行集团的全球合并头寸", - "债务证券统计 - 债务证券的发行和未偿余额", - "非金融部门信贷 - 政府和私人非金融部门的借款", - "信贷与GDP缺口 - 信贷与GDP比率偏离长期趋势", - "债务偿付比率 - 私人非金融部门的债务偿付负担", - "全球流动性指标 - 对非居民的外币信贷", - "场外衍生品统计 - 场外衍生品市场", - "交易所交易衍生品 - 交易所交易衍生品统计", - "住宅房地产价格 - 实际和名义住宅房地产价格指数", - "商业房地产价格 - 商业房地产价格指数", - "消费者价格指数 - 消费者价格通胀衡量指标", - "有效汇率 - 名义和实际有效汇率", - "中央银行总资产 - 中央银行资产负债表的演变", - "中央银行政策利率 - 中央银行设定的政策利率", - "支付统计 - 零售支付工具和系统", - "三年一次中央银行调查 - 外汇和场外利率衍生品交易量" - ] - }, - "authority_level": "government", - "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "academic/chemistry/drugbank.json" }, { "id": "ecb-sdw", @@ -6003,21 +4525,23 @@ "website": "https://www.ecb.europa.eu", "data_url": "https://data.ecb.europa.eu/", "api_url": "https://data.ecb.europa.eu/help/api/overview", + "authority_level": "government", "country": null, "domains": [ - "monetary policy", - "banking statistics", - "balance of payments", - "government finance", - "financial markets", - "exchange rates", - "interest rates", - "financial stability", - "banking supervision", - "national accounts" + "Monetary Policy", + "Banking Statistics", + "Balance of Payments", + "Government Finance", + "Financial Markets", + "Exchange Rates", + "Interest Rates", + "Financial Stability", + "Banking Supervision", + "National Accounts" ], "geographic_scope": "regional", "update_frequency": "daily", + "has_api": true, "tags": [ "european-central-bank", "monetary-policy", @@ -6032,736 +4556,443 @@ "interest-rates", "economic-indicators", "central-banking", - "eurozone" - ], - "data_content": { - "en": [ - "Monetary Policy Statistics - Interest rates, monetary aggregates, minimum reserve requirements", - "Exchange Rates - Euro foreign exchange reference rates, effective exchange rates", - "Balance of Payments - Current account, capital account, financial account statistics", - "Government Finance - Government debt, deficit statistics, Maastricht criteria indicators", - "Banking Statistics - Consolidated banking data, monetary financial institutions balance sheets", - "Financial Markets - Bond yields, stock market indices, financial derivatives", - "National Accounts - GDP, consumption, investment, trade statistics for euro area", - "Financial Stability Indicators - Banking sector stability, systemic risk measures", - "Banking Supervision - Supervisory statistics, capital adequacy ratios", - "Wage Tracker - Compensation indicators for euro area countries", - "Securities Holdings Statistics - Portfolio investment positions", - "Payment Systems - TARGET2 statistics, payment instruments data" - ], - "zh": [ - "货币政策统计 - 利率、货币总量、最低准备金要求", - "汇率 - 欧元外汇参考汇率、有效汇率", - "国际收支 - 经常账户、资本账户、金融账户统计", - "政府财政 - 政府债务、赤字统计、马斯特里赫特标准指标", - "银行统计 - 综合银行数据、货币金融机构资产负债表", - "金融市场 - 债券收益率、股票市场指数、金融衍生品", - "国民账户 - 欧元区 GDP、消费、投资、贸易统计", - "金融稳定指标 - 银行业稳定性、系统性风险度量", - "银行监管 - 监管统计、资本充足率", - "工资追踪 - 欧元区国家薪酬指标", - "证券持有统计 - 投资组合持仓", - "支付系统 - TARGET2 统计、支付工具数据" - ] - }, - "authority_level": "government", - "has_api": true, + "eurozone" + ], "file_path": "international/economics/ecb-sdw.json" }, { - "id": "imf-data", + "id": "ecdc-surveillance", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, "description": { - "en": "Comprehensive macroeconomic and financial data from the International Monetary Fund, covering balance of payments, international financial statistics, government finance, and World Economic Outlook databases.", - "zh": "国际货币基金组织提供的综合宏观经济和金融数据,涵盖国际收支、国际金融统计、政府财政和世界经济展望数据库。" + "en": "The European Centre for Disease Prevention and Control (ECDC) provides comprehensive surveillance data on infectious diseases across the European Union and European Economic Area. ECDC collects, analyzes and shares data on more than 50 infectious disease topics through The European Surveillance System (TESSy), including COVID-19, influenza, HIV/AIDS, hepatitis, measles, tuberculosis, and antimicrobial resistance. The data is made accessible through interactive dashboards, downloadable datasets, and the Surveillance Atlas of Infectious Diseases.", + "zh": "欧洲疾病预防控制中心(ECDC)提供欧盟和欧洲经济区传染病的综合监测数据。ECDC通过欧洲监测系统(TESSy)收集、分析和共享50多个传染病主题的数据,包括COVID-19、流感、艾滋病毒/艾滋病、肝炎、麻疹、结核病和抗菌素耐药性。数据通过交互式仪表板、可下载数据集和传染病监测地图集等形式提供。" }, - "website": "https://www.imf.org", - "data_url": "https://data.imf.org", - "api_url": "https://datahelp.imf.org/knowledgebase/articles/667681-using-json-restful-web-service", + "website": "https://www.ecdc.europa.eu", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "economics", - "finance" + "Infectious Diseases", + "Public Health", + "Epidemiology", + "Disease Surveillance", + "Antimicrobial Resistance", + "Immunization", + "Healthcare-Associated Infections", + "Vector-Borne Diseases", + "Food and Waterborne Diseases", + "Respiratory Diseases" ], - "geographic_scope": "global", - "update_frequency": "monthly", + "geographic_scope": "regional", + "update_frequency": "weekly", + "has_api": false, "tags": [ - "macroeconomics", - "balance-of-payments", - "financial-statistics", - "exchange-rates", - "government-finance", - "imf", - "international-reserves", - "api" + "infectious-diseases", + "public-health", + "surveillance", + "epidemiology", + "europe", + "ecdc", + "covid-19", + "influenza", + "antimicrobial-resistance", + "tuberculosis", + "hiv-aids", + "hepatitis", + "vaccination", + "outbreak", + "disease-control" ], - "data_content": { - "en": [ - "Balance of Payments statistics", - "International Financial Statistics (IFS)", - "Government Finance Statistics", - "World Economic Outlook (WEO) data", - "Exchange rates and currency data", - "International reserves", - "External debt statistics", - "Fiscal indicators and government debt", - "Monetary and financial indicators" - ], - "zh": [ - "国际收支统计", - "国际金融统计(IFS)", - "政府财政统计", - "世界经济展望(WEO)数据", - "汇率和货币数据", - "国际储备", - "外债统计", - "财政指标和政府债务", - "货币和金融指标" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/economics/imf.json" + "file_path": "international/health/ecdc-surveillance.json" }, { - "id": "oecd-statistics", + "id": "ebrd", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, "description": { - "en": "Comprehensive statistical database covering economic, social, and environmental data for OECD member countries and partner economies. Includes indicators on education, health, productivity, trade, taxation, and sustainable development.", - "zh": "涵盖经合组织成员国和伙伴经济体的经济、社会和环境数据的综合统计数据库。包括教育、健康、生产力、贸易、税收和可持续发展指标。" + "en": "The EBRD provides economic and financial data for countries across Central and Eastern Europe, Central Asia, and the Southern and Eastern Mediterranean. The bank publishes comprehensive transition indicators, investment statistics, and economic forecasts through its Transition Report and various analytical publications.", + "zh": "欧洲复兴开发银行为中东欧、中亚以及南地中海和东地中海国家提供经济和金融数据。该银行通过其《转型报告》和各种分析出版物发布全面的转型指标、投资统计数据和经济预测。" }, - "website": "https://www.oecd.org", - "data_url": "https://stats.oecd.org", - "api_url": "https://data.oecd.org/api", + "website": "https://www.ebrd.com", + "data_url": "https://www.ebrd.com", + "api_url": null, + "authority_level": "international", "country": null, "domains": [ + "finance", "economics", - "social", - "environment", - "education", - "health", - "technology" + "development" ], "geographic_scope": "regional", - "update_frequency": "quarterly", + "update_frequency": "annual", + "has_api": false, "tags": [ - "oecd", - "economic-indicators", - "education", - "health", - "productivity", - "trade", - "taxation", - "pisa", - "api" + "international_finance", + "transition_economies", + "development_finance", + "emerging_markets", + "eastern_europe", + "central_asia", + "regional_development" ], - "data_content": { - "en": [ - "National accounts and GDP", - "Labour market and employment statistics", - "International trade statistics", - "Education indicators (PISA, education attainment)", - "Health statistics and healthcare expenditure", - "Productivity and competitiveness metrics", - "Tax revenue statistics", - "Environmental indicators", - "Innovation and R&D statistics", - "Social expenditure and inequality data" - ], - "zh": [ - "国民账户和GDP", - "劳动力市场和就业统计", - "国际贸易统计", - "教育指标(PISA、教育程度)", - "健康统计和医疗支出", - "生产力和竞争力指标", - "税收收入统计", - "环境指标", - "创新和研发统计", - "社会支出和不平等数据" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "international/finance/ebrd.json" }, { - "id": "worldbank-open-data", + "id": "ena", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, "description": { - "en": "Free and open access to global development data including economic, social, and environmental indicators for over 200 countries and economies. Covers topics such as poverty, GDP, population, education, health, and infrastructure.", - "zh": "提供全球发展数据的免费开放访问,包括200多个国家和经济体的经济、社会和环境指标。涵盖贫困、GDP、人口、教育、健康和基础设施等主题。" + "en": "The European Nucleotide Archive (ENA) provides a comprehensive record of the world's nucleotide sequencing information, covering raw sequencing data, sequence assembly information and functional annotation. As part of the International Nucleotide Sequence Database Collaboration (INSDC) alongside NCBI GenBank and DDBJ, ENA serves as a globally comprehensive data resource preserving the world's public-domain output of sequence data. It offers an open, supported platform for the management, sharing, integration, archiving and dissemination of sequence data to support the global life sciences community.", + "zh": "欧洲核苷酸档案库(ENA)提供世界核苷酸测序信息的综合记录,涵盖原始测序数据、序列组装信息和功能注释。作为国际核苷酸序列数据库协作组织(INSDC)的成员之一(与NCBI GenBank和DDBJ并列),ENA是保存全球公共领域序列数据输出的全球综合数据资源。它为全球生命科学界提供开放、支持的序列数据管理、共享、整合、归档和传播平台。" }, - "website": "https://www.worldbank.org", - "data_url": "https://data.worldbank.org", - "api_url": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589", + "website": "https://www.ebi.ac.uk", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "api_url": "https://www.ebi.ac.uk/ena/browser/api/swagger-ui/index.html", + "authority_level": "international", "country": null, "domains": [ - "economics", - "social", - "environment", - "health", - "education" + "Genomics", + "Transcriptomics", + "Metagenomics", + "Molecular Biology", + "Bioinformatics", + "Biodiversity", + "Environmental Sciences", + "Healthcare", + "Pathogen Surveillance" ], "geographic_scope": "global", - "update_frequency": "quarterly", + "update_frequency": "daily", + "has_api": true, "tags": [ - "development", - "poverty", - "gdp", - "international-finance", - "world-bank", - "economic-indicators", - "open-data", - "api" + "nucleotide sequences", + "DNA", + "RNA", + "genomics", + "sequencing", + "bioinformatics", + "INSDC", + "EMBL-EBI", + "genome assembly", + "metagenomics", + "transcriptomics", + "biodiversity", + "pathogen surveillance", + "open data", + "life sciences" ], - "data_content": { - "en": [ - "GDP and economic growth indicators", - "Poverty and income distribution data", - "International debt statistics", - "Trade and balance of payments", - "Foreign direct investment flows", - "Development assistance data", - "Human development indicators", - "Infrastructure and energy statistics", - "Environmental sustainability metrics" - ], - "zh": [ - "GDP和经济增长指标", - "贫困和收入分配数据", - "国际债务统计", - "贸易和国际收支", - "外国直接投资流量", - "发展援助数据", - "人类发展指标", - "基础设施和能源统计", - "环境可持续性指标" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/economics/worldbank.json" + "file_path": "academic/biology/ena.json" }, { - "id": "iea-education-studies", + "id": "faostat", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "description": { - "en": "IEA (International Association for the Evaluation of Educational Achievement) is an international cooperative of national research institutions, governmental research agencies, scholars, and analysts working to research, understand, and improve education worldwide. IEA conducts high-quality, large-scale comparative studies of education across the globe to provide educators, policymakers, and parents with insights into how students perform.", - "zh": "国际教育成就评价协会(IEA)是由国家研究机构、政府研究机构、学者和分析师组成的国际合作组织,致力于研究、理解和改善全球教育。IEA在全球范围内开展高质量的大规模教育比较研究,为教育工作者、政策制定者和家长提供学生表现的洞察。" + "en": "FAOSTAT provides free access to food and agriculture data for over 245 countries and territories, covering all FAO regional groupings from 1961 to the most recent year available. The database contains comprehensive statistics on agricultural production, trade, food balances, emissions, land use, inputs, population, and sustainable development indicators.", + "zh": "粮农组织统计数据库(FAOSTAT)提供超过245个国家和地区的粮食和农业数据免费访问,涵盖联合国粮农组织所有区域分组,时间跨度从1961年至最新年份。该数据库包含农业生产、贸易、粮食平衡、排放、土地利用、投入品、人口和可持续发展指标等综合统计数据。" }, - "website": "https://www.iea.nl", - "data_url": "https://www.iea.nl/data-tools/repository", - "api_url": null, + "website": "https://www.fao.org", + "data_url": "https://www.fao.org/faostat/en/", + "api_url": "https://www.fao.org/faostat/en/#faq", "authority_level": "international", "country": null, "domains": [ - "education", - "international-assessment", - "student-achievement" + "Agriculture", + "Food Security", + "Nutrition", + "Trade", + "Climate Change", + "Environment", + "Land Use", + "Forestry", + "Fisheries", + "Livestock", + "Crops", + "Investment", + "Employment", + "Prices" ], "geographic_scope": "global", "update_frequency": "irregular", + "has_api": true, "tags": [ - "education", - "教育", - "international-assessment", - "国际评估", - "student-achievement", - "学生成就", - "TIMSS", - "PIRLS", - "ICCS", - "ICILS", - "LaNA", - "mathematics", - "数学", - "science", - "科学", - "reading-literacy", - "阅读素养", - "civic-education", - "公民教育", - "digital-literacy", - "数字素养", - "comparative-education", - "比较教育", - "educational-research", - "教育研究" + "agriculture", + "food-security", + "nutrition", + "trade", + "climate-change", + "land-use", + "forestry", + "fisheries", + "livestock", + "crops", + "fao", + "united-nations", + "sdg", + "global", + "time-series" ], - "data_content": { - "en": [ - "TIMSS (Trends in International Mathematics and Science Study) - Mathematics and science achievement data for grades 4 and 8 students", - "TIMSS Advanced - Advanced mathematics and physics achievement data for final-year secondary school students", - "PIRLS (Progress in International Reading Literacy Study) - Reading literacy achievement data for grade 4 students", - "ICCS (International Civic and Citizenship Education Study) - Civic and citizenship education knowledge and attitudes data", - "ICILS (International Computer and Information Literacy Study) - Computer and information literacy skills data, including digital well-being and AI literacy", - "LaNA (Literacy and Numeracy Assessment) - Early grade literacy and numeracy assessment data", - "REDS (Responses to Educational Disruption Survey) - Educational disruption and response data during COVID-19", - "CIVED (Civic Education Study) - Historical civic education data", - "SITES (Second Information Technology in Education Study) - Information technology in education data", - "TEDS-M (Teacher Education and Development Study in Mathematics) - Mathematics teacher education and development data", - "Reading Literacy Study - Historical reading literacy data", - "Student achievement data, teacher questionnaires, school questionnaires, curriculum data, and contextual variables across multiple countries and education systems" - ], - "zh": [ - "TIMSS(国际数学与科学趋势研究) - 4年级和8年级学生的数学和科学成就数据", - "TIMSS Advanced - 中学最后一年学生的高级数学和物理成就数据", - "PIRLS(国际阅读素养进展研究) - 4年级学生的阅读素养成就数据", - "ICCS(国际公民与公民教育研究) - 公民与公民教育知识和态度数据", - "ICILS(国际计算机与信息素养研究) - 计算机和信息素养技能数据,包括数字福祉和人工智能素养", - "LaNA(识字和算术评估) - 早期年级识字和算术评估数据", - "REDS(教育中断应对调查) - COVID-19期间的教育中断和应对数据", - "CIVED(公民教育研究) - 历史公民教育数据", - "SITES(第二次教育信息技术研究) - 教育中的信息技术数据", - "TEDS-M(数学教师教育与发展研究) - 数学教师教育和发展数据", - "阅读素养研究 - 历史阅读素养数据", - "学生成就数据、教师问卷、学校问卷、课程数据以及跨多个国家和教育系统的背景变量" - ] - }, - "has_api": false, - "file_path": "international/education/iea-education-studies.json" + "file_path": "international/agriculture/faostat.json" }, { - "id": "oecd-pisa", + "id": "us-ncbi-genbank", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "GenBank", + "zh": "基因库" }, "description": { - "en": "PISA is the OECD's Programme for International Student Assessment. PISA measures 15-year-olds' ability to use their reading, mathematics and science knowledge and skills to meet real-life challenges. Since 2000, PISA has involved more than 100 countries and economies and around 3.7 million students worldwide. The assessment is conducted every three years and provides comparative data on education systems globally.", - "zh": "PISA 是经合组织(OECD)的国际学生评估项目。PISA 测量15岁学生运用阅读、数学和科学知识与技能应对现实挑战的能力。自2000年以来,PISA已涉及100多个国家和经济体,约370万名学生参与。该评估每三年进行一次,提供全球教育系统的比较数据。" + "en": "GenBank is the NIH genetic sequence database, an annotated collection of all publicly available DNA sequences. It is part of the International Nucleotide Sequence Database Collaboration (INSDC), which comprises the DNA DataBank of Japan (DDBJ), the European Nucleotide Archive (ENA), and GenBank at NCBI. These three organizations exchange data on a daily basis, providing comprehensive global coverage of nucleotide sequence data.", + "zh": "GenBank是美国国立卫生研究院的基因序列数据库,是所有公开可用DNA序列的注释集合。它是国际核苷酸序列数据库合作组织(INSDC)的一部分,该组织包括日本DNA数据库(DDBJ)、欧洲核苷酸档案馆(ENA)和NCBI的GenBank。这三个组织每天交换数据,提供全球核苷酸序列数据的全面覆盖。" }, - "website": "https://www.oecd.org", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "api_url": null, + "website": "https://www.ncbi.nlm.nih.gov/", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", + "authority_level": "government", "country": null, "domains": [ - "education", - "student assessment", - "reading literacy", - "mathematical literacy", - "scientific literacy", - "financial literacy", - "creative thinking", - "global competence" + "Genomics", + "Molecular Biology", + "Genetics", + "Bioinformatics" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "daily", + "has_api": true, "tags": [ - "education", - "student-assessment", - "reading", - "mathematics", - "science", - "literacy", - "oecd", - "pisa", - "comparative-education", - "education-policy", - "student-performance", - "global", - "international-comparison" + "genomics", + "DNA sequences", + "nucleotide database", + "molecular biology", + "genetics", + "bioinformatics", + "genome assembly", + "NCBI", + "NIH", + "INSDC", + "sequence database" ], - "data_content": { - "en": [ - "Student Performance - Reading, mathematics, and science achievement scores", - "Student Questionnaires - Background information, attitudes, and learning strategies", - "School Questionnaires - School environment, resources, and policies", - "Teacher Questionnaires - Teaching practices and professional development", - "Parent Questionnaires - Family background and parental involvement", - "Financial Literacy Assessment - Students' financial knowledge and skills", - "Creative Thinking Assessment - Creative problem-solving abilities", - "Global Competence - Cross-cultural understanding and awareness", - "Learning in the Digital World - Self-regulated learning with digital tools", - "Well-being Indicators - Student satisfaction, bullying, sense of belonging", - "Equity in Education - Socioeconomic status and achievement gaps", - "School Climate - Discipline, teacher support, academic expectations", - "ICT Familiarity - Computer usage and digital skills", - "Problem-Solving Skills - Collaborative and individual problem-solving" - ], - "zh": [ - "学生表现 - 阅读、数学和科学成绩分数", - "学生问卷 - 背景信息、态度和学习策略", - "学校问卷 - 学校环境、资源和政策", - "教师问卷 - 教学实践和专业发展", - "家长问卷 - 家庭背景和家长参与", - "金融素养评估 - 学生的金融知识和技能", - "创造性思维评估 - 创造性问题解决能力", - "全球胜任力 - 跨文化理解和意识", - "数字世界学习 - 使用数字工具的自主学习", - "幸福感指标 - 学生满意度、欺凌、归属感", - "教育公平 - 社会经济地位和成绩差距", - "学校氛围 - 纪律、教师支持、学术期望", - "ICT熟悉度 - 计算机使用和数字技能", - "问题解决技能 - 协作和个人问题解决" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "academic/biology/genbank.json" }, { - "id": "iaea-energy-data", + "id": "china-customs", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "description": { - "en": "The International Atomic Energy Agency (IAEA) provides comprehensive nuclear energy data through multiple platforms. The Power Reactor Information System (PRIS) contains detailed information on nuclear power plants worldwide, including reactor specifications, performance data, energy production, and operational statistics. The IAEA Data Platform offers access to nuclear energy research data, material properties, fuel testing results, and thermohydraulic datasets from coordinated research projects.", - "zh": "国际原子能机构(IAEA)通过多个平台提供全面的核能数据。动力堆信息系统(PRIS)包含全球核电站的详细信息,包括反应堆规格、性能数据、能源生产和运营统计。IAEA数据平台提供核能研究数据、材料属性、燃料测试结果以及协调研究项目的热工水力数据集。" + "en": "The General Administration of Customs (GAC) is responsible for China's customs administration. It publishes comprehensive foreign trade statistics including import/export data by country, commodity, customs district, trade mode, and enterprise type. Covers merchandise trade values, volumes, prices, and trade balance data.", + "zh": "中华人民共和国海关总署负责中国的海关管理。发布全面的对外贸易统计数据,包括按国家/地区、商品、海关关区、贸易方式和企业类型分类的进出口数据。涵盖商品贸易金额、数量、价格和贸易差额数据。" }, - "website": "https://www.iaea.org/", - "data_url": "https://data.iaea.org/", - "api_url": "https://data.iaea.org/api/3", - "authority_level": "international", - "country": null, + "website": "http://www.customs.gov.cn", + "data_url": "http://www.customs.gov.cn", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ - "energy", - "nuclear-power", - "environment" + "trade", + "economics", + "international_commerce" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "monthly", + "has_api": false, "tags": [ - "nuclear energy", - "核能", - "power reactors", - "动力堆", - "PRIS", - "atomic energy", - "原子能", - "reactor data", - "反应堆数据", - "energy production", - "能源生产", - "nuclear statistics", - "核能统计", - "IAEA", - "国际原子能机构", - "nuclear research", - "核研究", - "fuel testing", - "燃料测试" + "china", + "customs", + "foreign-trade", + "import", + "export", + "trade-statistics", + "hs-code", + "merchandise-trade" ], - "data_content": { - "en": [ - "Nuclear power plant specifications and technical characteristics", - "Reactor performance data including energy production and power loss", - "Monthly production statistics recorded since 1970", - "Nuclear power plant operational events and outage information", - "Decommissioning process data for shutdown units", - "International performance indicators for benchmarking and comparison", - "Nuclear fuel materials and testing data from coordinated research projects", - "Thermohydraulic boundary conditions and simulation data", - "Advanced technology and accident tolerant fuel materials database", - "Reactor type comparisons across countries and worldwide" - ], - "zh": [ - "核电站规格和技术特征", - "反应堆性能数据,包括能源生产和电力损失", - "自1970年以来记录的月度生产统计", - "核电站运营事件和停机信息", - "已关闭机组的退役过程数据", - "用于基准测试和比较的国际性能指标", - "来自协调研究项目的核燃料材料和测试数据", - "热工水力边界条件和模拟数据", - "先进技术和事故容错燃料材料数据库", - "各国及全球范围内的反应堆类型比较" - ] - }, - "has_api": true, - "file_path": "international/energy/iaea-energy-data.json" + "file_path": "china/economy/trade/customs.json" }, { - "id": "iea-energy-data", + "id": "ghdx", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, "description": { - "en": "The IEA Energy Data Centre provides the world's most authoritative and comprehensive source of global energy data. Covers energy supply and demand, energy balances, prices, RD&D, efficiency measures, and energy-related indicators across 150+ countries. Time series stretches back to 1971 and currently covers up to 95% of global energy supply. Created in 1974 to coordinate collective response to energy supply disruptions, the IEA has evolved to take an all-fuels, all-technology approach to energy security, affordability and sustainability.", - "zh": "国际能源署能源数据中心提供全球最权威和最全面的能源数据来源。涵盖150多个国家的能源供需、能源平衡、价格、研发投入、能效措施和能源相关指标。时间序列可追溯至1971年,目前覆盖全球95%的能源供应。IEA成立于1974年,旨在协调应对能源供应中断,现已发展为采用全燃料、全技术方法来确保能源安全、可负担性和可持续性。" + "en": "The Global Health Data Exchange (GHDx) is the world's most comprehensive catalog of surveys, censuses, vital statistics, and other health-related data. Created and supported by IHME, it provides a centralized place for researchers, policymakers, and health practitioners to discover and access health and demographic data from around the world. The catalog includes both IHME-produced estimates from the Global Burden of Disease (GBD) study and data from external organizations covering surveys, registries, administrative health data, and financial data related to health.", + "zh": "全球健康数据交换平台(GHDx)是世界上最全面的调查、人口普查、生命统计和其他健康相关数据目录。由IHME创建和支持,为研究人员、政策制定者和健康从业者提供一个集中的平台来发现和访问全球健康和人口数据。该目录既包括IHME从全球疾病负担(GBD)研究中产生的估算数据,也包括来自外部组织的调查、登记、行政健康数据和健康相关财务数据。" }, - "website": "https://www.iea.org", - "data_url": "https://www.iea.org/data-and-statistics", - "api_url": "https://www.iea.org/documentation", + "website": "https://www.healthdata.org/", + "data_url": "https://ghdx.healthdata.org/", + "api_url": "https://ghdx.healthdata.org/ihme-api", + "authority_level": "research", "country": null, "domains": [ - "energy", - "climate", - "economics", - "environment" + "health", + "demographics", + "epidemiology", + "mortality", + "disease burden", + "health financing", + "risk factors", + "health systems" ], "geographic_scope": "global", - "update_frequency": "monthly", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "energy", - "electricity", - "oil", - "gas", - "renewables", - "climate", - "emissions", - "energy-efficiency", - "energy-policy", - "iea", - "energy-statistics", - "energy-transition", - "international-organization", - "energy-data", - "oecd" + "global health", + "disease burden", + "GBD", + "IHME", + "mortality", + "epidemiology", + "health metrics", + "DALYs", + "life expectancy", + "health financing", + "risk factors", + "vaccination", + "health surveys", + "vital statistics", + "demographic data" ], - "data_content": { - "en": [ - "World Energy Statistics & Balances - comprehensive energy supply and demand data", - "Monthly Oil Data Service - detailed oil market statistics", - "Monthly Electricity Statistics - electricity production and trade data", - "Monthly Gas Statistics - natural gas statistics for OECD countries", - "Emissions Factors - GHG emission factors from electricity and heat generation", - "Energy prices and taxes data", - "Energy efficiency indicators", - "Renewable energy statistics", - "Energy RD&D budget data", - "Critical minerals and energy transition data", - "Global LNG capacity tracking", - "Energy policies database", - "Energy technology indicators", - "Data explorers and interactive visualizations", - "Chart library with all IEA published charts" - ], - "zh": [ - "世界能源统计与平衡 - 综合能源供需数据", - "月度石油数据服务 - 详细的石油市场统计", - "月度电力统计 - 电力生产和贸易数据", - "月度天然气统计 - OECD国家天然气统计", - "排放因子 - 电力和热力生产的温室气体排放因子", - "能源价格和税收数据", - "能源效率指标", - "可再生能源统计", - "能源研发预算数据", - "关键矿产和能源转型数据", - "全球LNG产能跟踪", - "能源政策数据库", - "能源技术指标", - "数据探索器和交互式可视化", - "包含所有IEA发布图表的图表库" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/energy/iea.json" + "file_path": "academic/health/ghdx.json" }, { - "id": "basel-convention", + "id": "ggdc-databases", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, "description": { - "en": "The Basel Convention on the Control of Transboundary Movements of Hazardous Wastes and their Disposal is a global environmental treaty that regulates the international trade of hazardous waste. The Convention provides comprehensive data on national reporting of hazardous waste generation, import/export movements, disposal methods, and illegal trafficking incidents. Countries submit annual reports through an Electronic Reporting System (ERS), covering waste inventories, transboundary movements under the Prior Informed Consent procedure, and implementation status of technical guidelines for waste management including e-waste, plastic waste, batteries, and POPs waste.", - "zh": "巴塞尔公约(关于控制危险废物越境转移及其处置的巴塞尔公约)是一项全球性环境条约,旨在规范危险废物的国际贸易。该公约提供关于各国危险废物产生、进出口转移、处置方法和非法贩运事件的全面数据。各国通过电子报告系统(ERS)提交年度报告,涵盖废物清单、事先知情同意程序下的越境转移,以及电子废物、塑料废物、电池和持久性有机污染物废物等废物管理技术指南的实施状况。" + "en": "The Groningen Growth and Development Centre (GGDC) is a platform for research on economic growth and development, maintaining comprehensive databases on indicators of growth and development. The GGDC provides multiple databases covering productivity (Penn World Table, EU KLEMS, World KLEMS), global value chains (WIOD), historical development (Maddison Project), and structural change (10-Sector Database, Africa Sector Database). These databases enable cross-country comparisons and long-term analysis of economic performance.", + "zh": "格罗宁根增长与发展中心(GGDC)是经济增长和发展研究的平台,维护着全面的增长和发展指标数据库。GGDC提供多个数据库,涵盖生产率(宾州世界表、欧盟KLEMS、世界KLEMS)、全球价值链(WIOD)、历史发展(麦迪逊项目)和结构变化(10部门数据库、非洲部门数据库)。这些数据库支持跨国比较和经济表现的长期分析。" }, - "website": "https://www.unep.org", - "data_url": "https://www.basel.int", + "website": "https://www.rug.nl/ggdc/", + "data_url": "https://www.rug.nl/ggdc/", "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "environment", - "waste management", - "hazardous materials", - "international trade", - "environmental law" + "economics", + "productivity", + "development", + "trade", + "structural-change" ], "geographic_scope": "global", "update_frequency": "annual", + "has_api": false, "tags": [ - "hazardous waste", - "environmental protection", - "waste management", - "transboundary movements", - "international convention", - "UNEP", - "e-waste", - "plastic waste", - "circular economy", - "environmental law", - "illegal trafficking" + "productivity", + "economic-growth", + "development", + "input-output-tables", + "global-value-chains", + "historical-gdp", + "structural-change", + "sectoral-data", + "academic-research", + "open-data" ], - "data_content": { - "en": [ - "Hazardous waste generation by type and quantity", - "Transboundary movements of hazardous wastes (import/export)", - "Waste disposal and recovery operations", - "E-waste (Waste Electrical and Electronic Equipment)", - "Plastic waste movements and amendments", - "Waste batteries (lead-acid and other types)", - "POPs (Persistent Organic Pollutants) waste", - "Mercury waste", - "Waste pneumatic tyres", - "Ship dismantling data", - "Illegal trafficking incidents", - "National definitions of hazardous waste", - "Import/export restrictions by country", - "Status of ratifications and amendments", - "Country contacts and focal points", - "Technical guidelines implementation status" - ], - "zh": [ - "按类型和数量分类的危险废物产生量", - "危险废物的越境转移(进出口)", - "废物处置和回收作业", - "电子废物(废弃电气电子设备)", - "塑料废物转移和修正案", - "废电池(铅酸电池和其他类型)", - "持久性有机污染物废物", - "汞废物", - "废旧轮胎", - "拆船数据", - "非法贩运事件", - "各国危险废物的定义", - "各国进出口限制", - "批准和修正案状态", - "国家联络点", - "技术指南实施状况" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "international/environment/basel-convention.json" + "file_path": "academic/economics/ggdc-databases.json" }, { - "id": "cites-trade-database", + "id": "hkex", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" }, "description": { - "en": "The CITES Trade Database is the most comprehensive and authoritative database on international trade in wildlife. Dating back to 1975, it reflects the official trade records as reported by Parties in their annual reports to the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES). The database is developed and maintained by UNEP-WCMC (United Nations Environment Programme World Conservation Monitoring Centre) on behalf of the CITES Secretariat, providing critical data for monitoring and regulating trade in endangered species worldwide.", - "zh": "CITES贸易数据库是关于野生动物国际贸易最全面、最权威的数据库。该数据库可追溯至1975年,反映了各缔约方在其年度报告中向《濒危野生动植物种国际贸易公约》(CITES)报告的官方贸易记录。该数据库由联合国环境规划署世界自然保护监测中心(UNEP-WCMC)代表CITES秘书处开发和维护,为监测和管理全球濒危物种贸易提供关键数据。" + "en": "HKEX operates securities, derivatives, and commodities markets in Hong Kong and is a leading global exchange group. It provides comprehensive market data including real-time trading data, listed company disclosures, market indices, and clearing and settlement information. HKEX also operates HKEXnews, the official platform for listed company announcements and regulatory filings.", + "zh": "港交所(香港交易所)经营香港的证券、衍生品和商品市场,是全球领先的交易所集团。提供全面的市场数据,包括实时交易数据、上市公司披露信息、市场指数以及清算结算信息。港交所还运营HKEXnews(披露易),这是上市公司公告、招股书、IPO信息和监管文件的官方平台。" }, - "website": "https://unep-wcmc.org", - "data_url": "https://trade.cites.org", - "api_url": null, + "website": "https://www.hkex.com.hk", + "data_url": "https://www.hkexnews.hk", + "api_url": "https://www.hkex.com.hk/Services/Market-Data-Services/Real-Time-Data-Services/Data-Licensing", + "authority_level": "commercial", "country": null, "domains": [ - "wildlife conservation", - "endangered species", - "international trade", - "environmental protection", - "biodiversity" + "finance", + "securities", + "derivatives", + "capital_markets" ], - "geographic_scope": "global", - "update_frequency": "annual", + "geographic_scope": "regional", + "update_frequency": "real-time", + "has_api": true, "tags": [ - "CITES", - "wildlife trade", - "endangered species", - "conservation", - "biodiversity", - "international trade", - "environmental protection", - "UNEP-WCMC", - "species monitoring", - "wildlife conservation", - "trade regulations", - "fauna and flora" + "hong-kong", + "港交所", + "stock-exchange", + "securities", + "derivatives", + "listed-companies", + "market-data", + "hkex", + "capital-markets", + "stock-connect", + "ipo", + "prospectus", + "招股书", + "上市公司" ], - "data_content": { - "en": [ - "International trade records for CITES-listed species (1975-present)", - "Trade data by exporter and importer countries", - "Species information (scientific and common names)", - "Trade purposes (commercial, scientific, educational, breeding, etc.)", - "Trade sources (wild-caught, captive-bred, confiscated, etc.)", - "Trade terms (live specimens, skins, ivory, meat, etc.)", - "Quantity and unit measurements", - "Year-by-year trade statistics", - "CITES appendix classifications (I, II, III)", - "Permit information and trade authorization" - ], - "zh": [ - "CITES列名物种的国际贸易记录(1975年至今)", - "按出口国和进口国分类的贸易数据", - "物种信息(学名和俗名)", - "贸易目的(商业、科学、教育、繁殖等)", - "贸易来源(野生捕获、人工繁殖、没收等)", - "贸易术语(活体标本、皮革、象牙、肉类等)", - "数量和单位测量", - "逐年贸易统计", - "CITES附录分类(I、II、III)", - "许可证信息和贸易授权" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "international/environment/cites-trade-database.json" + "file_path": "china/finance/securities/hkex.json" }, { - "id": "ebrd", + "id": "iaea-energy-data", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" }, "description": { - "en": "The EBRD provides economic and financial data for countries across Central and Eastern Europe, Central Asia, and the Southern and Eastern Mediterranean. The bank publishes comprehensive transition indicators, investment statistics, and economic forecasts through its Transition Report and various analytical publications.", - "zh": "欧洲复兴开发银行为中东欧、中亚以及南地中海和东地中海国家提供经济和金融数据。该银行通过其《转型报告》和各种分析出版物发布全面的转型指标、投资统计数据和经济预测。" + "en": "The International Atomic Energy Agency (IAEA) provides comprehensive nuclear energy data through multiple platforms. The Power Reactor Information System (PRIS) contains detailed information on nuclear power plants worldwide, including reactor specifications, performance data, energy production, and operational statistics. The IAEA Data Platform offers access to nuclear energy research data, material properties, fuel testing results, and thermohydraulic datasets from coordinated research projects.", + "zh": "国际原子能机构(IAEA)通过多个平台提供全面的核能数据。动力堆信息系统(PRIS)包含全球核电站的详细信息,包括反应堆规格、性能数据、能源生产和运营统计。IAEA数据平台提供核能研究数据、材料属性、燃料测试结果以及协调研究项目的热工水力数据集。" }, - "website": "https://www.ebrd.com", - "data_url": "https://www.ebrd.com", - "api_url": null, + "website": "https://www.iaea.org/", + "data_url": "https://data.iaea.org/", + "api_url": "https://data.iaea.org/api/3", + "authority_level": "international", "country": null, "domains": [ - "finance", - "economics", - "development" + "energy", + "nuclear-power", + "environment" ], - "geographic_scope": "regional", - "update_frequency": "annual", + "geographic_scope": "global", + "update_frequency": "monthly", + "has_api": true, "tags": [ - "international_finance", - "transition_economies", - "development_finance", - "emerging_markets", - "eastern_europe", - "central_asia", - "regional_development" + "nuclear energy", + "核能", + "power reactors", + "动力堆", + "PRIS", + "atomic energy", + "原子能", + "reactor data", + "反应堆数据", + "energy production", + "能源生产", + "nuclear statistics", + "核能统计", + "IAEA", + "国际原子能机构", + "nuclear research", + "核研究", + "fuel testing", + "燃料测试" ], - "data_content": { - "en": [ - "EBRD provides transition indicators, project finance data, macroeconomic statistics, and sector-specific investment information for emerging markets", - "Transition Indicators - Comprehensive indicators measuring progress in market reforms across multiple dimensions", - "Investment Statistics - Data on EBRD project investments, portfolio composition, and sectoral allocation", - "Economic Forecasts - GDP growth projections, inflation forecasts, and macroeconomic outlooks for operating countries", - "Sector Analysis - Detailed analysis and data for key sectors including energy, infrastructure, financial institutions, and manufacturing" - ], - "zh": [ - "欧洲复兴开发银行提供转型指标、项目融资数据、宏观经济统计数据以及新兴市场的行业特定投资信息", - "转型指标 - 衡量多维度市场改革进展的综合指标", - "投资统计 - 欧洲复兴开发银行项目投资、投资组合构成和行业配置数据", - "经济预测 - 运营国家的GDP增长预测、通胀预测和宏观经济展望", - "行业分析 - 能源、基础设施、金融机构和制造业等关键行业的详细分析和数据" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "international/finance/ebrd.json" + "file_path": "international/energy/iaea-energy-data.json" }, { "id": "iais", @@ -6785,6 +5016,7 @@ ], "geographic_scope": "global", "update_frequency": "annual", + "has_api": false, "tags": [ "insurance", "保险", @@ -6809,3175 +5041,2249 @@ "reinsurance", "再保险" ], - "data_content": { - "en": [ - "Global Insurance Market Report (GIMAR) - annual assessment of global insurance market trends, developments and systemic risk", - "Insurance Capital Standard (ICS) data collection - monitoring data for internationally active insurance groups", - "Global Monitoring Exercise (GME) - assessment of insurers' solvency, profitability and liquidity positions", - "Climate-related risk data - insurance sector exposure to climate change risks", - "Cyber risk assessments - cyber insurance market and cyber resilience data", - "Natural catastrophe (NatCat) insurance protection gaps analysis", - "Private credit investment data - insurers' allocation to alternative assets", - "Reinsurance market data - global reinsurance sector monitoring", - "Insurance Core Principles (ICPs) and ComFrame implementation assessments", - "Supervisory standards, guidance and supporting materials for insurance regulation" - ], - "zh": [ - "全球保险市场报告(GIMAR) - 年度全球保险市场趋势、发展和系统性风险评估", - "保险资本标准(ICS)数据收集 - 国际活跃保险集团的监测数据", - "全球监测演练(GME) - 保险公司的偿付能力、盈利能力和流动性状况评估", - "气候相关风险数据 - 保险行业对气候变化风险的敞口", - "网络风险评估 - 网络保险市场和网络韧性数据", - "自然灾害(NatCat)保险保护缺口分析", - "私人信贷投资数据 - 保险公司对另类资产的配置", - "再保险市场数据 - 全球再保险行业监测", - "保险核心原则(ICPs)和ComFrame实施评估", - "保险监管的监管标准、指南和支持材料" - ] - }, - "has_api": false, "file_path": "international/finance/iais.json" }, { - "id": "paris-club", + "id": "icao-aviation-data", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, "description": { - "en": "The Paris Club is a group of major creditor countries whose role is to find coordinated and sustainable solutions to the payment difficulties experienced by debtor countries. It provides detailed data on debt treatment agreements, debt stocks, and debt service flows for debtor countries.", - "zh": "巴黎俱乐部是主要债权国组成的集团,其作用是为债务国面临的支付困难寻找协调和可持续的解决方案。它提供债务处理协议、债务存量和债务国债务偿还流量的详细数据。" + "en": "The International Civil Aviation Organization (ICAO) provides comprehensive aviation data through its API Data Service, covering airport codes, airline designators, aircraft type codes, traffic statistics, safety data, NOTAMs, accident and incident reports, and operational information from 193 member states worldwide.", + "zh": "国际民用航空组织(ICAO)通过其API数据服务提供全面的航空数据,涵盖机场代码、航空公司代号、飞机型号代码、交通统计、安全数据、航行通告(NOTAM)、事故和事件报告,以及来自全球193个成员国的运营信息。" }, - "website": "https://www.clubdeparis.org", - "data_url": "https://www.clubdeparis.org", - "api_url": null, + "website": "https://www.icao.int/", + "data_url": "https://dataservices.icao.int/", + "api_url": "https://dataservices.icao.int/", + "authority_level": "international", "country": null, "domains": [ - "finance", - "development", - "economics" + "transportation", + "aviation", + "safety", + "statistics" ], - "geographic_scope": "regional", + "geographic_scope": "global", "update_frequency": "irregular", + "has_api": true, "tags": [ - "sovereign_debt", - "debt_restructuring", - "debt_relief", - "creditor_coordination", - "development_finance" + "aviation", + "航空", + "civil aviation", + "民用航空", + "airport codes", + "机场代码", + "airline codes", + "航空公司代码", + "aircraft codes", + "飞机代码", + "ICAO", + "国际民航组织", + "NOTAM", + "航行通告", + "flight data", + "飞行数据", + "air traffic", + "空中交通", + "aviation safety", + "航空安全", + "accident statistics", + "事故统计", + "DOC7910", + "DOC8585", + "DOC8643", + "API" ], - "data_content": { - "en": [ - "Paris Club data includes debt treatment agreements, debt stocks and flows, debt service schedules, creditor participation, and historical debt restructuring operations for over 90 debtor countries", - "Debt Treatment Agreements - Details of bilateral and multilateral debt restructuring agreements negotiated with debtor countries", - "Debt Stock Data - Outstanding debt owed by debtor countries to Paris Club creditors", - "Debt Service Flows - Scheduled and actual debt service payments by debtor countries", - "Historical Agreements Database - Complete archive of all debt treatment agreements since 1956" - ], - "zh": [ - "巴黎俱乐部数据包括90多个债务国的债务处理协议、债务存量和流量、债务偿还时间表、债权人参与情况以及历史债务重组操作", - "债务处理协议 - 与债务国协商达成的双边和多边债务重组协议详情", - "债务存量数据 - 债务国欠巴黎俱乐部债权人的未偿债务", - "债务偿还流量 - 债务国预定和实际的债务偿还支付", - "历史协议数据库 - 自1956年以来所有债务处理协议的完整档案" - ] + "file_path": "international/transportation/icao-aviation-data.json" + }, + { + "id": "icc-trade-register", + "name": { + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" }, + "description": { + "en": "The ICC Trade Register is the world's most comprehensive benchmark for trade and supply chain finance. Backed by over a decade of aggregated data from leading global banks and over $25.7 trillion in transactions, it delivers actionable insights into risk performance, default and loss rates, and emerging market opportunities. The register examines performance and risk profiles of trade finance instruments based on aggregated data supplied by 21 global banks.", + "zh": "国际商会贸易统计是全球贸易和供应链金融最全面的基准数据库。依托于来自全球领先银行超过十年的聚合数据和超过25.7万亿美元的交易量,提供关于风险表现、违约率、损失率和新兴市场机会的可操作性洞察。该统计基于21家全球银行提供的贸易融资工具的表现和风险概况聚合数据。" + }, + "website": "https://iccwbo.org/", + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "api_url": null, "authority_level": "international", + "country": null, + "domains": [ + "trade", + "finance", + "banking" + ], + "geographic_scope": "global", + "update_frequency": "annual", "has_api": false, - "file_path": "international/finance/paris-club.json" + "tags": [ + "trade finance", + "贸易融资", + "supply chain finance", + "供应链金融", + "trade statistics", + "贸易统计", + "default rates", + "违约率", + "loss given default", + "违约损失率", + "trade register", + "贸易登记", + "ICC", + "国际商会", + "banking", + "银行业", + "risk assessment", + "风险评估", + "trade credit", + "贸易信贷", + "documentary trade", + "跟单贸易", + "letter of credit", + "信用证", + "guarantees", + "保函" + ], + "file_path": "international/trade/icc-trade-register.json" }, { - "id": "africa-cdc", + "id": "iea-education-studies", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" }, "description": { - "en": "Africa CDC strengthens the capacity and capability of Africa's public health institutions as well as partnerships to detect and respond quickly and effectively to disease threats and outbreaks, based on data-driven interventions and programmes. The agency provides comprehensive health surveillance data, epidemic intelligence reports, disease outbreak tracking, and public health resources across the African continent.", - "zh": "非洲疾病控制和预防中心加强非洲公共卫生机构的能力,以及合作伙伴关系,以基于数据驱动的干预措施和计划,快速有效地检测和应对疾病威胁和疫情。该机构提供全面的健康监测数据、流行病情报报告、疾病暴发跟踪和整个非洲大陆的公共卫生资源。" + "en": "IEA (International Association for the Evaluation of Educational Achievement) is an international cooperative of national research institutions, governmental research agencies, scholars, and analysts working to research, understand, and improve education worldwide. IEA conducts high-quality, large-scale comparative studies of education across the globe to provide educators, policymakers, and parents with insights into how students perform.", + "zh": "国际教育成就评价协会(IEA)是由国家研究机构、政府研究机构、学者和分析师组成的国际合作组织,致力于研究、理解和改善全球教育。IEA在全球范围内开展高质量的大规模教育比较研究,为教育工作者、政策制定者和家长提供学生表现的洞察。" }, - "website": "https://africacdc.org", - "data_url": "https://africacdc.org", + "website": "https://www.iea.nl", + "data_url": "https://www.iea.nl/data-tools/repository", "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "public health", - "epidemiology", - "disease surveillance", - "outbreak response", - "laboratory systems", - "health security" + "education", + "international-assessment", + "student-achievement" ], - "geographic_scope": "regional", - "update_frequency": "weekly", + "geographic_scope": "global", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "Africa CDC", - "public health", - "disease surveillance", - "epidemic intelligence", - "outbreak response", - "health security", - "African Union", - "COVID-19", - "Mpox", - "Ebola", - "regional health", - "laboratory systems", - "pathogen genomics", - "emergency preparedness" + "education", + "教育", + "international-assessment", + "国际评估", + "student-achievement", + "学生成就", + "TIMSS", + "PIRLS", + "ICCS", + "ICILS", + "LaNA", + "mathematics", + "数学", + "science", + "科学", + "reading-literacy", + "阅读素养", + "civic-education", + "公民教育", + "digital-literacy", + "数字素养", + "comparative-education", + "比较教育", + "educational-research", + "教育研究" ], - "data_content": { - "en": [ - "Epidemic Intelligence Weekly Reports - Disease outbreak surveillance and monitoring across Africa", - "COVID-19 Data - Case numbers, testing, vaccinations, and hotspot tracking", - "Disease Outbreaks - Real-time tracking of Mpox, Ebola, Marburg, Rift Valley Fever and other infectious diseases", - "Laboratory Data - Testing capacity, diagnostic networks, and biosafety information", - "Emergency Response - Public health emergency preparedness and response data", - "Surveillance Systems - Event-based surveillance, mortality surveillance, and disease intelligence", - "Regional Coordination - Data from five Regional Coordination Centres (RCCs) across Africa", - "Public Health Resources - Guidelines, frameworks, fact sheets, and policy documents", - "Pathogen Genomics - Genomic surveillance data from the Institute of Pathogen Genomics" - ], - "zh": [ - "流行病情报周报 - 非洲疾病暴发监测和监控", - "COVID-19数据 - 病例数、检测、疫苗接种和热点追踪", - "疾病暴发 - 猴痘、埃博拉、马尔堡、裂谷热等传染病实时追踪", - "实验室数据 - 检测能力、诊断网络和生物安全信息", - "应急响应 - 公共卫生应急准备和响应数据", - "监测系统 - 事件监测、死亡率监测和疾病情报", - "区域协调 - 来自非洲五个区域协调中心(RCC)的数据", - "公共卫生资源 - 指南、框架、情况说明书和政策文件", - "病原体基因组学 - 来自病原体基因组学研究所的基因组监测数据" - ] + "file_path": "international/education/iea-education-studies.json" + }, + { + "id": "iea-energy-data", + "name": { + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" + }, + "description": { + "en": "The IEA Energy Data Centre provides the world's most authoritative and comprehensive source of global energy data. Covers energy supply and demand, energy balances, prices, RD&D, efficiency measures, and energy-related indicators across 150+ countries. Time series stretches back to 1971 and currently covers up to 95% of global energy supply. Created in 1974 to coordinate collective response to energy supply disruptions, the IEA has evolved to take an all-fuels, all-technology approach to energy security, affordability and sustainability.", + "zh": "国际能源署能源数据中心提供全球最权威和最全面的能源数据来源。涵盖150多个国家的能源供需、能源平衡、价格、研发投入、能效措施和能源相关指标。时间序列可追溯至1971年,目前覆盖全球95%的能源供应。IEA成立于1974年,旨在协调应对能源供应中断,现已发展为采用全燃料、全技术方法来确保能源安全、可负担性和可持续性。" }, + "website": "https://www.iea.org", + "data_url": "https://www.iea.org/data-and-statistics", + "api_url": "https://www.iea.org/documentation", "authority_level": "international", - "has_api": false, - "file_path": "international/health/africa-cdc.json" + "country": null, + "domains": [ + "energy", + "climate", + "economics", + "environment" + ], + "geographic_scope": "global", + "update_frequency": "monthly", + "has_api": true, + "tags": [ + "energy", + "electricity", + "oil", + "gas", + "renewables", + "climate", + "emissions", + "energy-efficiency", + "energy-policy", + "iea", + "energy-statistics", + "energy-transition", + "international-organization", + "energy-data", + "oecd" + ], + "file_path": "international/energy/iea.json" }, { - "id": "ecdc-surveillance", + "id": "imf-data", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" }, "description": { - "en": "The European Centre for Disease Prevention and Control (ECDC) provides comprehensive surveillance data on infectious diseases across the European Union and European Economic Area. ECDC collects, analyzes and shares data on more than 50 infectious disease topics through The European Surveillance System (TESSy), including COVID-19, influenza, HIV/AIDS, hepatitis, measles, tuberculosis, and antimicrobial resistance. The data is made accessible through interactive dashboards, downloadable datasets, and the Surveillance Atlas of Infectious Diseases.", - "zh": "欧洲疾病预防控制中心(ECDC)提供欧盟和欧洲经济区传染病的综合监测数据。ECDC通过欧洲监测系统(TESSy)收集、分析和共享50多个传染病主题的数据,包括COVID-19、流感、艾滋病毒/艾滋病、肝炎、麻疹、结核病和抗菌素耐药性。数据通过交互式仪表板、可下载数据集和传染病监测地图集等形式提供。" + "en": "Comprehensive macroeconomic and financial data from the International Monetary Fund, covering balance of payments, international financial statistics, government finance, and World Economic Outlook databases.", + "zh": "国际货币基金组织提供的综合宏观经济和金融数据,涵盖国际收支、国际金融统计、政府财政和世界经济展望数据库。" }, - "website": "https://www.ecdc.europa.eu", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "api_url": null, + "website": "https://www.imf.org", + "data_url": "https://data.imf.org", + "api_url": "https://datahelp.imf.org/knowledgebase/articles/667681-using-json-restful-web-service", + "authority_level": "international", "country": null, "domains": [ - "infectious diseases", - "public health", - "epidemiology", - "disease surveillance", - "antimicrobial resistance", - "immunization", - "healthcare-associated infections", - "vector-borne diseases", - "food and waterborne diseases", - "respiratory diseases" + "economics", + "finance" ], - "geographic_scope": "regional", - "update_frequency": "weekly", + "geographic_scope": "global", + "update_frequency": "monthly", + "has_api": true, "tags": [ - "infectious-diseases", - "public-health", - "surveillance", - "epidemiology", - "europe", - "ecdc", - "covid-19", - "influenza", - "antimicrobial-resistance", - "tuberculosis", - "hiv-aids", - "hepatitis", - "vaccination", - "outbreak", - "disease-control" + "macroeconomics", + "balance-of-payments", + "financial-statistics", + "exchange-rates", + "government-finance", + "imf", + "international-reserves", + "api" ], - "data_content": { - "en": [ - "Antimicrobial Resistance - EARS-Net surveillance data", - "Antimicrobial Consumption - ESAC-Net data", - "COVID-19 - Case notifications, testing, vaccination, variants", - "Influenza - Surveillance data from EISN network", - "Respiratory Viruses - Integrated surveillance for influenza, RSV, SARS-CoV-2", - "HIV/AIDS - Case notifications, prevalence, incidence", - "Tuberculosis - Case notifications, drug resistance", - "Hepatitis - Hepatitis B and C surveillance", - "Sexually Transmitted Infections - STI surveillance data", - "Vaccine-Preventable Diseases - Measles, rubella, pertussis, diphtheria", - "Food and Waterborne Diseases - Salmonella, Campylobacter, E.coli, Legionella", - "Vector-Borne Diseases - Dengue, chikungunya, West Nile virus, malaria", - "Healthcare-Associated Infections - HAI-Net surveillance", - "Invasive Bacterial Diseases - Meningococcal disease, pneumococcal disease", - "Emerging Infectious Diseases - Novel pathogens and outbreak data" - ], - "zh": [ - "抗菌素耐药性 - EARS-Net监测数据", - "抗菌素消耗 - ESAC-Net数据", - "COVID-19 - 病例通报、检测、疫苗接种、变异株", - "流感 - EISN网络监测数据", - "呼吸道病毒 - 流感、RSV、SARS-CoV-2综合监测", - "艾滋病毒/艾滋病 - 病例通报、患病率、发病率", - "结核病 - 病例通报、耐药性", - "肝炎 - 乙型和丙型肝炎监测", - "性传播感染 - 性传播感染监测数据", - "疫苗可预防疾病 - 麻疹、风疹、百日咳、白喉", - "食源性和水源性疾病 - 沙门氏菌、弯曲杆菌、大肠杆菌、军团菌", - "媒介传播疾病 - 登革热、基孔肯雅热、西尼罗病毒、疟疾", - "医疗相关感染 - HAI-Net监测", - "侵袭性细菌性疾病 - 脑膜炎球菌病、肺炎球菌病", - "新发传染病 - 新型病原体和疫情数据" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/economics/imf.json" }, { - "id": "wipo-ip-statistics", + "id": "china-imt2030", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, "description": { - "en": "The World Intellectual Property Organization (WIPO) IP Statistics Data Center provides comprehensive global intellectual property data. Established in 1967, WIPO serves 194 member states and provides statistical data on patents, utility models, trademarks, industrial designs, geographical indications, plant varieties, and microorganisms. The database offers extensive indicators for IP activity worldwide, supporting researchers, policymakers, and IP professionals.", - "zh": "世界知识产权组织(WIPO)知识产权统计数据中心提供全面的全球知识产权数据。WIPO成立于1967年,服务194个成员国,提供专利、实用新型、商标、工业品外观设计、地理标志、植物品种和微生物等知识产权统计数据。数据库提供全球知识产权活动的广泛指标,支持研究人员、政策制定者和知识产权专业人士。" + "en": "The IMT-2030 (6G) Promotion Group was established in June 2019 by China's Ministry of Industry and Information Technology. Built on the foundation of the IMT-2020 (5G) Promotion Group, it serves as the primary platform for aggregating China's industry-academia-research forces to advance sixth-generation mobile communication technology research and facilitate international exchanges and cooperation. The group publishes white papers, research reports, and technical standards on 6G vision, network architecture, wireless systems, typical scenarios, and key enabling technologies.", + "zh": "IMT-2030(6G)推进组于2019年6月由中国工业和信息化部推动成立,组织架构基于原IMT-2020(5G)推进组,成员包括中国主要的运营商、制造商、高校和研究机构。推进组是聚合中国产学研用力量、推动中国第六代移动通信技术研究和开展国际交流与合作的主要平台。该组织发布6G愿景、网络架构、无线系统、典型场景和关键技术等方面的白皮书、研究报告和技术标准。" }, - "website": "https://www.wipo.int", - "data_url": "https://www3.wipo.int/ipstats/", + "website": "https://www.imt2030.org.cn/", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "api_url": null, - "country": null, + "authority_level": "government", + "country": "CN", "domains": [ - "intellectual property", - "patents", - "trademarks", - "innovation", - "technology" + "telecommunications", + "wireless-communication", + "6g-technology", + "technology-research", + "network-architecture" ], - "geographic_scope": "global", - "update_frequency": "annual", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "intellectual-property", - "patents", - "trademarks", - "industrial-design", - "innovation", - "technology", - "wipo", - "pct", - "madrid-system", - "hague-system", - "ip-statistics", - "international-organization", - "united-nations" + "6G", + "IMT-2030", + "sixth-generation", + "第六代移动通信", + "wireless-communication", + "无线通信", + "white-paper", + "白皮书", + "network-architecture", + "网络架构", + "telecommunications", + "电信", + "5g", + "next-generation", + "下一代通信", + "CAICT", + "中国信息通信研究院", + "空天地一体化", + "integrated-space-air-ground", + "technical-standards", + "技术标准", + "research-reports", + "研究报告" ], - "data_content": { - "en": [ - "Patent statistics - applications, grants, and in-force patents by country and technology field", - "Trademark statistics - applications and registrations worldwide", - "Industrial design statistics - applications and registrations", - "Utility model statistics - national and regional data", - "Geographical indications - protection data", - "Plant variety protection - applications and grants", - "Microorganism deposits - Budapest Treaty data", - "PCT System statistics - international patent applications", - "Madrid System statistics - international trademark registrations", - "Hague System statistics - international industrial design registrations", - "Country-specific IP profiles with detailed indicators", - "Technology field classifications using IPC", - "Top applicants and filers worldwide", - "World Intellectual Property Indicators annual reports", - "IP Facts and Figures publications" - ], - "zh": [ - "专利统计 - 按国家和技术领域的申请、授权和有效专利", - "商标统计 - 全球申请和注册数据", - "工业品外观设计统计 - 申请和注册数据", - "实用新型统计 - 国家和地区数据", - "地理标志 - 保护数据", - "植物品种保护 - 申请和授权", - "微生物保藏 - 布达佩斯条约数据", - "PCT系统统计 - 国际专利申请", - "马德里体系统计 - 国际商标注册", - "海牙体系统计 - 国际工业品外观设计注册", - "各国知识产权详细指标概况", - "使用IPC的技术领域分类", - "全球主要申请人和申请机构", - "世界知识产权指标年度报告", - "知识产权事实与数据出版物" - ] - }, - "authority_level": "international", - "has_api": false, - "file_path": "international/intellectual-property/wipo.json" + "file_path": "sectors/J-information-communication/china-imt2030.json" }, { - "id": "bipm-kcdb", + "id": "imagenet", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "ImageNet", + "zh": "ImageNet 图像数据库" }, "description": { - "en": "The Bureau International des Poids et Mesures (BIPM) is the international organization through which Member States work together on matters related to metrology. Established by the Metre Convention in 1875, the BIPM maintains the Key Comparison Database (KCDB), which provides public access to measurement comparison results and calibration and measurement capabilities (CMCs) under the CIPM Mutual Recognition Arrangement (CIPM MRA). The KCDB contains peer-reviewed and approved data on measurement standards, ensuring global comparability and traceability of measurements for scientific discovery, industrial manufacturing, international trade, quality of life, and environmental sustainability.", - "zh": "国际度量衡局(BIPM)是成员国在计量事务上开展合作的国际组织。BIPM于1875年根据米制公约建立,维护着关键比对数据库(KCDB),该数据库在国际计量委员会相互承认协议(CIPM MRA)框架下提供公开访问测量比对结果和校准测量能力(CMCs)的服务。KCDB包含经过同行评审和批准的测量标准数据,确保测量的全球可比性和可追溯性,服务于科学发现、工业制造、国际贸易、生活质量提升和环境可持续发展。" + "en": "ImageNet is a large-scale image database organized according to the WordNet hierarchy. It contains over 14 million images spanning more than 21,000 synsets (synonym sets). The most widely-used subset is the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2012-2017 dataset, which includes 1,000 object classes with 1.28 million training images, 50,000 validation images, and 100,000 test images. ImageNet has been instrumental in advancing computer vision and deep learning research.", + "zh": "ImageNet 是一个按照 WordNet 层次结构组织的大规模图像数据库。包含超过 1400 万张图像,涵盖 21,000 多个同义词集。最广泛使用的子集是 ImageNet 大规模视觉识别挑战赛(ILSVRC)2012-2017 数据集,包含 1,000 个对象类别,128 万训练图像、5 万验证图像和 10 万测试图像。ImageNet 在推动计算机视觉和深度学习研究方面发挥了重要作用。" }, - "website": "https://www.bipm.org", - "data_url": "https://www.bipm.org/kcdb", - "api_url": "https://www.bipm.org/en/cipm-mra/kcdb-api", + "website": "https://www.image-net.org", + "data_url": "https://www.image-net.org", + "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "metrology", - "measurement standards", - "international system of units (si)", - "time and frequency", - "mass and related quantities", - "length", - "thermometry", - "electricity and magnetism", - "photometry and radiometry", - "ionizing radiation", - "chemistry and biology", - "acoustics, ultrasound and vibration" + "Computer Vision", + "Deep Learning", + "Machine Learning", + "Artificial Intelligence", + "Image Classification", + "Object Recognition" ], "geographic_scope": "global", - "update_frequency": "daily", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "metrology", - "measurement-standards", - "SI-units", - "calibration", - "international-standards", - "quality-assurance", - "UTC", - "traceability", - "CIPM-MRA", - "national-metrology-institutes" + "computer-vision", + "deep-learning", + "image-classification", + "machine-learning", + "benchmark-dataset", + "object-recognition", + "convolutional-neural-networks", + "transfer-learning", + "academic-research", + "visual-recognition" ], - "data_content": { - "en": [ - "Calibration and Measurement Capabilities (CMCs) - 26,532 peer-reviewed measurement capabilities from national metrology institutes", - "Key Comparisons - 1,259 key comparison results establishing degree of equivalence among national measurement standards", - "Supplementary Comparisons - 765 additional comparison studies for specialized measurement areas", - "SI Base Units - Definitions and realizations of the seven SI base units (second, metre, kilogram, ampere, kelvin, mole, candela)", - "UTC Time Scale - International reference time scale and time dissemination services", - "Mass Metrology - Kibble balance measurements and kilogram realization following 2019 redefinition", - "Electrical Metrology - Quantum electrical standards based on Josephson and quantum Hall effects", - "Radiation Dosimetry - Standards for ionizing radiation measurement in medical and industrial applications", - "Gas Metrology - Reference materials and standards for gas composition and purity", - "JCGM Publications - Guide to the Expression of Uncertainty in Measurement (GUM) and International Vocabulary of Metrology (VIM)", - "CIPM MRA Participants - Information on 259 signatory organizations from member states and regional metrology organizations" - ], - "zh": [ - "校准和测量能力(CMCs)- 来自国家计量院的26,532个经过同行评审的测量能力", - "关键比对 - 1,259个关键比对结果,确定国家测量标准之间的等效程度", - "补充比对 - 765个针对专业测量领域的额外比对研究", - "SI基本单位 - 七个SI基本单位(秒、米、千克、安培、开尔文、摩尔、坎德拉)的定义和实现", - "UTC时间标度 - 国际参考时间标度和时间传播服务", - "质量计量 - 基布尔天平测量和2019年重新定义后的千克实现", - "电学计量 - 基于约瑟夫森效应和量子霍尔效应的量子电学标准", - "辐射剂量学 - 医疗和工业应用中电离辐射测量标准", - "气体计量 - 气体成分和纯度的参考物质和标准", - "JCGM出版物 - 测量不确定度表示指南(GUM)和国际计量学词汇(VIM)", - "CIPM MRA参与者 - 来自成员国和区域计量组织的259个签署机构信息" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "sectors/J-information-communication/imagenet.json" }, { - "id": "codex-alimentarius", + "id": "idb", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, "description": { - "en": "The Codex Alimentarius, or 'Food Code', is a collection of internationally recognized standards, codes of practice, guidelines, and other recommendations relating to foods, food production, and food safety. Established jointly by the Food and Agriculture Organization (FAO) and the World Health Organization (WHO) in 1963, the Codex Alimentarius Commission develops harmonized international food standards to protect consumer health and ensure fair practices in food trade. The standards cover all principal foods, whether processed, semi-processed or raw, and address food labeling, food hygiene, food additives, pesticide residues, contaminants, certification and inspection systems.", - "zh": "国际食品法典(Codex Alimentarius),又称'食品法典',是一套国际公认的食品标准、操作规范、指南和其他与食品、食品生产和食品安全相关的建议集合。该委员会由联合国粮食及农业组织(FAO)和世界卫生组织(WHO)于1963年联合成立,旨在制定统一的国际食品标准,以保护消费者健康并确保食品贸易的公平实践。这些标准涵盖所有主要食品(无论是加工、半加工还是生鲜食品),并涉及食品标签、食品卫生、食品添加剂、农药残留、污染物、认证和检验系统等方面。" + "en": "The Inter-American Development Bank (IDB) is the leading source of financing and knowledge for improving lives in Latin America and the Caribbean. The IDB Open Data portal provides comprehensive socio-economic indicators, macroeconomic data, financial statistics, and project information for 26 borrowing member countries across the region. It includes specialized databases covering fiscal accounts, labor markets, social indicators, trade integration, and agricultural policies.", + "zh": "美洲开发银行(IDB)是改善拉丁美洲和加勒比地区生活的主要融资和知识来源。IDB开放数据门户为该地区26个借款成员国提供全面的社会经济指标、宏观经济数据、金融统计和项目信息。包括涵盖财政账户、劳动力市场、社会指标、贸易一体化和农业政策的专业数据库。" }, - "website": "https://www.fao.org/fao-who-codexalimentarius/en/", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "api_url": null, + "website": "https://www.iadb.org", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "api_url": "https://data.iadb.org/dataset/", + "authority_level": "international", "country": null, "domains": [ - "food safety", - "food standards", - "food labeling", - "food hygiene", - "food additives", - "pesticide residues", - "veterinary drug residues", - "contaminants", - "food inspection", - "certification systems", - "nutrition", - "food quality" + "Development Finance", + "Macroeconomic Statistics", + "Fiscal Policy", + "Social Development", + "Education", + "Health", + "Labor Markets", + "Trade and Integration", + "Agriculture", + "Public Sector", + "Financial Sector" ], - "geographic_scope": "global", - "update_frequency": "annual", + "geographic_scope": "regional", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "food-safety", - "food-standards", - "international-standards", - "food-regulation", - "food-labeling", - "food-hygiene", - "food-additives", - "pesticide-residues", - "veterinary-drugs", - "contaminants", - "food-quality", - "nutrition", - "fao", - "who", - "food-trade" + "development-finance", + "latin-america", + "caribbean", + "economic-development", + "social-development", + "multilateral-development-bank", + "open-data", + "macroeconomics", + "fiscal-policy", + "labor-markets" ], - "data_content": { - "en": [ - "General Standards - General principles of food hygiene, food labeling, food additives, contaminants and toxins", - "Commodity Standards - Standards for specific food products (cereals, fats and oils, fish and fishery products, fresh fruits and vegetables, meat and meat products, milk and milk products, sugars, processed and quick frozen foods)", - "Maximum Residue Limits (MRLs) - Pesticide residues, veterinary drug residues in foods", - "Codes of Practice - Hygienic practices for various food categories", - "Guidelines - Risk analysis, nutrition, food import and export inspection and certification", - "Food Additives - Specifications and acceptable daily intakes for food additives", - "Contaminant Levels - Maximum levels for contaminants and toxins in food and feed", - "Methods of Analysis and Sampling - Standard analytical methods for food testing" - ], - "zh": [ - "通用标准 - 食品卫生通用原则、食品标签、食品添加剂、污染物和毒素", - "商品标准 - 特定食品产品标准(谷物、油脂、鱼类和渔业产品、新鲜水果和蔬菜、肉类和肉制品、奶和奶制品、糖类、加工和速冻食品)", - "最大残留限量(MRLs) - 农药残留、兽药残留限量", - "操作规范 - 各类食品的卫生操作规范", - "指南 - 风险分析、营养、食品进出口检验和认证", - "食品添加剂 - 食品添加剂规格和每日允许摄入量", - "污染物水平 - 食品和饲料中污染物和毒素的最高限量", - "分析和采样方法 - 食品检测的标准分析方法" - ] + "file_path": "international/development/idb.json" + }, + { + "id": "china-miit-rare-earth", + "name": { + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, - "authority_level": "international", + "description": { + "en": "The Rare Earth Office under the Ministry of Industry and Information Technology's Raw Materials Industry Department is responsible for rare earth industry management, including production quota allocation, industry standards, total volume control, and product traceability. It releases the Rare Earth Management Regulations, implements total volume control measures for rare earth mining and smelting, and operates the Rare Earth Product Traceability Information System.", + "zh": "工业和信息化部原材料工业司稀土办公室负责稀土行业管理,包括生产配额分配、行业规范标准、总量调控管理以及产品追溯。发布《稀土管理条例》,实施稀土开采和冶炼分离总量调控管理暂行办法,运营稀土产品追溯信息系统。" + }, + "website": "https://www.miit.gov.cn/", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "domains": [ + "resources", + "mineral", + "industry" + ], + "geographic_scope": "national", + "update_frequency": "irregular", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "tags": [ + "稀土", + "rare earth", + "生产配额", + "production quota", + "总量调控", + "total volume control", + "行业规范", + "industry standards", + "稀土管理条例", + "rare earth management regulations", + "产品追溯", + "product traceability", + "工信部", + "MIIT", + "原材料工业司", + "Raw Materials Industry Department", + "稀土开采", + "rare earth mining", + "稀土冶炼", + "rare earth smelting", + "稀土分离", + "rare earth separation", + "独居石", + "monazite", + "中国稀土集团", + "China Rare Earth Group", + "北方稀土", + "Northern Rare Earth" + ], + "file_path": "china/resources/mineral/china-miit-rare-earth.json" }, { - "id": "un-comtrade", + "id": "china-mofcom", "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, "description": { - "en": "UN Comtrade is the world's largest repository of official international trade statistics, containing detailed imports and exports data reported by over 200 countries and territories. Data covers merchandise trade by commodity (HS, SITC) and trading partner, with annual and monthly time series.", - "zh": "UN Comtrade是全球最大的官方国际贸易统计数据库,包含200多个国家和地区报告的详细进出口数据。数据涵盖按商品(HS、SITC)和贸易伙伴分类的商品贸易,提供年度和月度时间序列。" + "en": "The Ministry of Commerce (MOFCOM) is responsible for formulating policies on foreign trade, foreign investment, and domestic commerce in China. Provides data on foreign direct investment (FDI), outbound direct investment (ODI), retail sales, e-commerce, trade in services, and bilateral economic cooperation.", + "zh": "中华人民共和国商务部负责制定中国对外贸易、外商投资和国内商业政策。提供外商直接投资(FDI)、对外直接投资(ODI)、零售销售、电子商务、服务贸易和双边经济合作数据。" }, - "website": "https://unstats.un.org", - "data_url": "https://comtradeplus.un.org", - "api_url": "https://comtradeplus.un.org/TradeFlow", - "country": null, + "website": "http://www.mofcom.gov.cn", + "data_url": "https://data.mofcom.gov.cn", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ "trade", + "investment", + "commerce", "economics" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "monthly", + "has_api": false, "tags": [ - "international_trade", - "merchandise_trade", - "bilateral_trade", - "commodity_trade", - "un_statistics", - "trade_data" + "china", + "commerce", + "fdi", + "odi", + "foreign-investment", + "retail", + "ecommerce", + "services-trade" ], - "data_content": { - "en": [ - "Detailed annual and monthly imports and exports by commodity classification (HS, SITC, BEC), trading partner, customs regime, mode of transport, and other dimensions. Includes trade values, quantities, and unit values.", - "Merchandise Trade by Commodity - Detailed trade data classified by HS (Harmonized System) codes at 2, 4, and 6-digit levels", - "Bilateral Trade Flows - Trade flows between specific country pairs (reporter and partner)", - "Trade by Mode of Transport - Trade statistics broken down by transport mode (sea, air, land, etc.)", - "Re-exports and Re-imports - Data on goods imported for re-export and goods re-imported" - ], - "zh": [ - "按商品分类(HS、SITC、BEC)、贸易伙伴、海关制度、运输方式和其他维度的详细年度和月度进出口数据。包括贸易额、数量和单位价值。", - "按商品分类的商品贸易 - 按HS(协调制度)2位、4位和6位编码分类的详细贸易数据", - "双边贸易流 - 特定国家对(报告国和伙伴国)之间的贸易流", - "按运输方式分类的贸易 - 按运输方式(海运、空运、陆运等)细分的贸易统计", - "转口和再进口 - 为再出口而进口的商品和再进口商品的数据" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/trade/comtrade.json" + "file_path": "china/economy/trade/mofcom.json" }, { - "id": "icc-trade-register", + "id": "china-moe-higher-education", "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, "description": { - "en": "The ICC Trade Register is the world's most comprehensive benchmark for trade and supply chain finance. Backed by over a decade of aggregated data from leading global banks and over $25.7 trillion in transactions, it delivers actionable insights into risk performance, default and loss rates, and emerging market opportunities. The register examines performance and risk profiles of trade finance instruments based on aggregated data supplied by 21 global banks.", - "zh": "国际商会贸易统计是全球贸易和供应链金融最全面的基准数据库。依托于来自全球领先银行超过十年的聚合数据和超过25.7万亿美元的交易量,提供关于风险表现、违约率、损失率和新兴市场机会的可操作性洞察。该统计基于21家全球银行提供的贸易融资工具的表现和风险概况聚合数据。" + "en": "Official higher education statistics published annually by China's Ministry of Education, covering enrollment, graduates, faculty, infrastructure and institutional data across undergraduate, graduate and vocational education programs. Provides comprehensive data on China's higher education development including detailed breakdowns by institution type, discipline, and educational level.", + "zh": "中华人民共和国教育部发布的年度全国高等教育事业发展统计公报,涵盖本科、研究生和职业教育的招生、毕业生、师资、基础设施和院校数据。提供中国高等教育发展的全面统计数据,包括按院校类型、学科和教育层次的详细分类。" }, - "website": "https://iccwbo.org/", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "website": "http://www.moe.gov.cn/", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "api_url": null, - "authority_level": "international", - "country": null, + "authority_level": "government", + "country": "CN", "domains": [ - "trade", - "finance", - "banking" + "education", + "higher_education", + "statistics" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "annual", + "has_api": false, "tags": [ - "trade finance", - "贸易融资", - "supply chain finance", - "供应链金融", - "trade statistics", - "贸易统计", - "default rates", - "违约率", - "loss given default", - "违约损失率", - "trade register", - "贸易登记", - "ICC", - "国际商会", - "banking", - "银行业", - "risk assessment", - "风险评估", - "trade credit", - "贸易信贷", - "documentary trade", - "跟单贸易", - "letter of credit", - "信用证", - "guarantees", - "保函" + "教育统计", + "高等教育", + "education statistics", + "higher education", + "招生", + "毕业生", + "enrollment", + "graduates", + "本科", + "研究生", + "undergraduate", + "graduate", + "博士", + "硕士", + "doctoral", + "master's degree", + "理工科", + "STEM", + "science and engineering", + "普通本科", + "高职", + "职业教育", + "vocational education", + "高校", + "universities", + "院校数据", + "institutional data", + "师资", + "faculty", + "教师", + "teachers", + "学科分类", + "discipline classification", + "教育部", + "Ministry of Education", + "MOE", + "统计公报", + "statistical bulletin" ], - "data_content": { - "en": [ - "Global default rate figures across all trade finance products for the last five years", - "Regional breakdown of default rates (Africa, APAC, Central & South America, Europe, Middle East, North America)", - "Absolute and weighted default rates across all trade finance products", - "Country-level breakdowns within each region", - "Loss Given Default (LGD) metrics per product", - "Performance and risk profiles of trade finance instruments including commercial letters of credit, performance guarantees, standbys, and supply chain finance", - "Analysis of over 47 million trade finance and export finance transactions", - "Exposure data exceeding USD 23 trillion", - "Capital optimization insights for financial institutions", - "Regulatory treatment analysis for trade finance assets" - ], - "zh": [ - "过去五年所有贸易融资产品的全球违约率数据", - "区域违约率细分(非洲、亚太、中南美洲、欧洲、中东、北美)", - "所有贸易融资产品的绝对违约率和加权违约率", - "各区域内的国家级细分数据", - "每个产品的违约损失率(LGD)指标", - "贸易融资工具的表现和风险概况,包括商业信用证、履约保函、备用信用证和供应链金融", - "超过4700万笔贸易融资和出口融资交易的分析", - "超过23万亿美元的风险敞口数据", - "金融机构的资本优化洞察", - "贸易融资资产的监管处理分析" - ] - }, - "has_api": false, - "file_path": "international/trade/icc-trade-register.json" + "file_path": "china/education/higher_education/china-moe-higher-education.json" }, { - "id": "unctad", + "id": "china-miit", "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "description": { - "en": "UNCTAD provides comprehensive trade, investment, and development statistics covering merchandise trade, services trade, foreign direct investment, commodity prices, maritime transport, and creative economy indicators for all countries and territories.", - "zh": "联合国贸易和发展会议提供全面的贸易、投资和发展统计数据,涵盖所有国家和地区的商品贸易、服务贸易、外国直接投资、商品价格、海运和创意经济指标。" + "en": "MIIT is a ministry of the State Council responsible for regulating China's industrial sector, telecommunications, and the internet. It publishes comprehensive statistics and data on raw materials industry, equipment manufacturing, consumer goods industry, telecommunications, electronics and IT manufacturing, software industry, and internet services.", + "zh": "工业和信息化部是国务院组成部门,负责工业和信息化领域的行政管理和监管工作。发布原材料工业、装备工业、消费品工业、通信业、电子信息制造业、软件业、互联网等行业的统计数据和运行分析。" }, - "website": "https://unctad.org", - "data_url": "https://unctadstat.unctad.org", - "api_url": "https://unctadstat.unctad.org/EN/api.html", - "country": null, + "website": "https://www.miit.gov.cn/", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ - "trade", - "investment", - "development", - "economics" + "industry", + "telecommunications", + "technology", + "manufacturing", + "electronics" ], - "geographic_scope": "global", - "update_frequency": "quarterly", + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "international_trade", - "development", - "fdi", - "commodities", - "maritime", - "creative_economy", - "un_statistics" + "工业", + "信息化", + "industry", + "telecommunications", + "通信", + "制造业", + "manufacturing", + "电子信息", + "electronics", + "软件业", + "software", + "互联网", + "internet", + "装备工业", + "equipment", + "汽车", + "automotive", + "原材料", + "raw materials", + "消费品", + "consumer goods", + "工信部", + "MIIT", + "中国制造", + "Made in China" ], - "data_content": { - "en": [ - "UNCTAD statistics include merchandise trade by product and partner, services trade, foreign direct investment flows and stocks, commodity prices and indices, maritime transport, creative economy, technology and innovation, and sustainable development indicators", - "Merchandise Trade - International merchandise trade data by product (HS, SITC classification) and trading partner", - "Services Trade - International trade in services by service category and partner economy", - "Foreign Direct Investment - FDI inflows, outflows, and stocks by economy and sector", - "Commodity Prices and Indices - Monthly commodity prices, price indices, and terms of trade for major commodities", - "Maritime Transport - Maritime transport statistics including fleet, port traffic, and freight rates", - "Creative Economy - Trade in creative goods and services by creative industry classification" - ], - "zh": [ - "联合国贸发会议统计数据包括按产品和贸易伙伴分类的商品贸易、服务贸易、外国直接投资流量和存量、商品价格和指数、海运、创意经济、技术创新和可持续发展指标", - "商品贸易 - 按产品(HS、SITC分类)和贸易伙伴分类的国际商品贸易数据", - "服务贸易 - 按服务类别和贸易伙伴分类的国际服务贸易", - "外国直接投资 - 按经济体和行业分类的外国直接投资流入、流出和存量", - "商品价格和指数 - 主要商品的月度价格、价格指数和贸易条件", - "海运 - 海运统计数据,包括船队、港口流量和运费", - "创意经济 - 按创意产业分类的创意产品和服务贸易" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/trade/unctad.json" + "file_path": "china/technology/telecommunications/china-miit.json" }, { - "id": "wto-statistics", + "id": "china-mnr-minerals", "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, "description": { - "en": "Comprehensive international trade statistics including merchandise and commercial services trade data, tariff profiles, and market access indicators for WTO members and observers.", - "zh": "综合国际贸易统计数据,包括世贸组织成员和观察员的商品和商业服务贸易数据、关税概况和市场准入指标。" + "en": "The Ministry of Natural Resources (MNR) of China is responsible for managing the country's mineral resources, including rare earth elements. MNR publishes the China Mineral Resources Report annually, provides data on rare earth reserves and mining quotas, and manages mining rights registration for strategic minerals. The ministry implements total quantity control for rare earth extraction and smelting separation, with 2024 mining quotas set at 270,000 tons REO. China holds 44 million tons of rare earth reserves (48.89% of global total), distributed across northern light rare earth regions (primarily Inner Mongolia) and southern heavy rare earth regions (Guangdong, Jiangxi, Fujian, Guangxi, Hunan).", + "zh": "中华人民共和国自然资源部负责管理全国矿产资源,包括稀土等战略性矿产。自然资源部发布年度《中国矿产资源报告》,提供稀土矿产储量、开采配额等数据,并负责稀土等战略性矿产的矿业权出让登记。部门对稀土开采和冶炼分离实施总量调控管理,2024年全年稀土开采总量控制指标为27万吨稀土氧化物(REO)。中国稀土储量达4400万吨(占全球总储量48.89%),呈现\"北轻南重\"分布格局,轻稀土资源主要分布在内蒙古(占75.22%),重稀土资源主要分布在广东、江西、福建、广西、湖南等南方省份。" }, - "website": "https://www.wto.org", - "data_url": "https://stats.wto.org", - "api_url": "https://apiportal.wto.org", - "country": null, + "website": "https://www.mnr.gov.cn/", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ + "resources", + "minerals", "economics", - "trade" + "environment" ], - "geographic_scope": "global", - "update_frequency": "quarterly", + "geographic_scope": "national", + "update_frequency": "annual", + "has_api": false, "tags": [ - "international-trade", - "tariffs", - "merchandise-trade", - "services-trade", - "wto", - "trade-policy", - "market-access" + "自然资源部", + "ministry-of-natural-resources", + "MNR", + "矿产资源", + "mineral-resources", + "稀土", + "rare-earth", + "REE", + "稀土储量", + "rare-earth-reserves", + "开采配额", + "mining-quota", + "总量控制", + "total-quantity-control", + "矿业权", + "mining-rights", + "中国矿产资源报告", + "china-mineral-resources-report", + "轻稀土", + "light-rare-earth", + "重稀土", + "heavy-rare-earth", + "战略性矿产", + "strategic-minerals", + "矿产储量", + "mineral-reserves", + "地质勘查", + "geological-exploration" ], - "data_content": { - "en": [ - "Merchandise trade by product and partner", - "Commercial services trade", - "Tariff profiles and applied tariffs", - "Trade policy reviews", - "Market access indicators", - "Trade in value-added (TiVA)", - "Regional trade agreements statistics", - "Trade disputes data" - ], - "zh": [ - "按产品和伙伴分类的商品贸易", - "商业服务贸易", - "关税概况和实施关税", - "贸易政策审议", - "市场准入指标", - "增加值贸易(TiVA)", - "区域贸易协定统计", - "贸易争端数据" - ] - }, - "authority_level": "international", - "has_api": true, - "file_path": "international/trade/wto.json" + "file_path": "china/resources/mineral/china-mnr-minerals.json" }, { - "id": "icao-aviation-data", + "id": "nasa-earthdata", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "NASA Earthdata", + "zh": "NASA地球数据" }, "description": { - "en": "The International Civil Aviation Organization (ICAO) provides comprehensive aviation data through its API Data Service, covering airport codes, airline designators, aircraft type codes, traffic statistics, safety data, NOTAMs, accident and incident reports, and operational information from 193 member states worldwide.", - "zh": "国际民用航空组织(ICAO)通过其API数据服务提供全面的航空数据,涵盖机场代码、航空公司代号、飞机型号代码、交通统计、安全数据、航行通告(NOTAM)、事故和事件报告,以及来自全球193个成员国的运营信息。" + "en": "NASA's Earth Science Data Systems (ESDS) Program provides open access to NASA's archive of Earth science data, empowering researchers and decision makers to better understand and protect our home planet. The archive contains over 128 petabytes of Earth observation data covering atmosphere, biosphere, climate indicators, cryosphere, human dimensions, land surface, ocean, solid earth, sun-earth interactions, and terrestrial hydrosphere.", + "zh": "NASA地球科学数据系统(ESDS)计划提供对NASA地球科学数据存档的开放访问,使研究人员和决策者能够更好地了解和保护我们的地球。该存档包含超过128 PB的地球观测数据,涵盖大气、生物圈、气候指标、冰冻圈、人类维度、陆地表面、海洋、固体地球、日地相互作用和陆地水圈。" }, - "website": "https://www.icao.int/", - "data_url": "https://dataservices.icao.int/", - "api_url": "https://dataservices.icao.int/", - "authority_level": "international", + "website": "https://www.earthdata.nasa.gov", + "data_url": "https://www.earthdata.nasa.gov", + "api_url": "https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal", + "authority_level": "government", "country": null, "domains": [ - "transportation", - "aviation", - "safety", - "statistics" + "earth-science", + "atmosphere", + "climate", + "environment", + "ocean", + "land-surface", + "cryosphere", + "biosphere" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "daily", + "has_api": true, "tags": [ - "aviation", - "航空", - "civil aviation", - "民用航空", - "airport codes", - "机场代码", - "airline codes", - "航空公司代码", - "aircraft codes", - "飞机代码", - "ICAO", - "国际民航组织", - "NOTAM", - "航行通告", - "flight data", - "飞行数据", - "air traffic", - "空中交通", - "aviation safety", - "航空安全", - "accident statistics", - "事故统计", - "DOC7910", - "DOC8585", - "DOC8643", - "API" + "nasa", + "earth-science", + "satellite-data", + "remote-sensing", + "climate", + "environment", + "open-data", + "api", + "geospatial" ], - "data_content": { - "en": [ - "ICAO Airport Codes (DOC7910 Location Indicators) - 4-letter airport identifiers", - "Airline Codes (DOC8585 Operator 3-letter Designators) - airline operator codes", - "Aircraft Type Codes (DOC8643 Aircraft Type Designators) - aircraft manufacturer and model codes", - "Real-time and Stored NOTAMs (Notices to Airmen) - flight operation safety notices", - "Accidents and Incidents Data - aviation safety occurrence reports by state", - "State Traffic Statistics - departure statistics by member state", - "Airport Departure Statistics - traffic data by airport", - "Aerodrome Statistics and Operational Information - airport operational data", - "Flight Information Regions (FIR) Names and Locations", - "Weather Conditions - current meteorological data by airport", - "Safety Data - accident statistics, operator risk profiles, safety margins", - "USOAP (Universal Safety Oversight Audit Programme) Statistics", - "IOSA (IATA Operational Safety Audit) Registered Airlines", - "PBN (Performance Based Navigation) Implementation Statistics", - "Economic and Governance Indicators by state", - "Over 56 APIs providing aviation industry data in JSON and CSV formats" - ], - "zh": [ - "ICAO机场代码(DOC7910位置指示符) - 4字母机场标识符", - "航空公司代码(DOC8585运营商3字母代号) - 航空公司运营商代码", - "飞机型号代码(DOC8643飞机型号指示符) - 飞机制造商和型号代码", - "实时和存储的航行通告(NOTAM) - 飞行运营安全通知", - "事故和事件数据 - 按国家分类的航空安全事件报告", - "国家交通统计 - 成员国出发统计数据", - "机场出发统计 - 按机场分类的交通数据", - "机场统计和运营信息 - 机场运营数据", - "飞行情报区(FIR)名称和位置信息", - "天气状况 - 按机场分类的当前气象数据", - "安全数据 - 事故统计、运营商风险概况、安全裕度", - "USOAP(通用安全监督审计计划)统计数据", - "IOSA(国际航协运行安全审计)注册航空公司", - "PBN(基于性能的导航)实施统计", - "各国经济和治理指标", - "超过56个API提供JSON和CSV格式的航空业数据" - ] - }, - "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json" + "file_path": "international/earth-science/nasa-earthdata.json" }, { - "id": "amis", + "id": "nber-data", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, "description": { - "en": "AMIS is an inter-agency platform launched in 2011 by the G20 Ministers of Agriculture to enhance food market transparency and policy response for food security. It brings together principal trading countries of agricultural commodities to assess global food supplies (focusing on wheat, maize, rice, and soybeans) and provides a platform to coordinate policy action in times of market uncertainty. AMIS participants represent 80-90% of global production, consumption, and trade volumes of targeted crops.", - "zh": "农业市场信息系统(AMIS)是由 G20 农业部长于 2011 年启动的跨机构平台,旨在提高粮食市场透明度和粮食安全政策响应能力。该系统汇集了农产品的主要贸易国,评估全球粮食供应(重点关注小麦、玉米、水稻和大豆),并提供了一个在市场不确定时期协调政策行动的平台。AMIS 参与国代表了目标作物全球产量、消费量和贸易量的 80-90%。" + "en": "A private, nonprofit research organization facilitating cutting-edge economic research. Features over 34,000 working papers, public-use economic datasets, and comprehensive economic indicators. Affiliated with 1,800+ economists including 43 Nobel Prize winners.", + "zh": "私营非营利研究组织,促进前沿经济研究。包含超过34,000篇工作论文、公共使用经济数据集和全面的经济指标。拥有1,800多名经济学家,其中包括43位诺贝尔奖获得者。" }, - "website": "https://www.amis-outlook.org", - "data_url": "https://www.amis-outlook.org", + "website": "https://www.nber.org", + "data_url": "https://www.nber.org", "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "agriculture", - "food security", - "commodity markets", - "agricultural trade", - "food prices", - "market transparency", - "policy coordination" + "economics", + "finance", + "labor", + "health", + "productivity" ], "geographic_scope": "global", - "update_frequency": "monthly", + "update_frequency": "weekly", + "has_api": false, "tags": [ - "agriculture", - "food-security", - "commodity-markets", - "wheat", - "maize", - "rice", - "soybeans", - "fertilizers", - "market-transparency", - "g20", - "trade-policy", - "price-monitoring", - "food-prices", - "agricultural-trade", - "market-intelligence" + "economics", + "research-papers", + "working-papers", + "business-cycle", + "labor-economics", + "productivity", + "financial-markets", + "health-economics", + "academic-research", + "nobel-laureates" ], - "data_content": { - "en": [ - "Production - Wheat, maize, rice, and soybean production forecasts and statistics", - "Domestic Utilization - Food, feed, and industrial use of agricultural commodities", - "Trade - Import and export data for major agricultural commodities", - "Closing Stocks - Inventory levels and stock-to-use ratios", - "Prices - IGC Grains and Oilseeds Index and commodity sub-indices", - "Market News Summary - Weekly analysis of wheat, maize/soybean, rice, fertilizers, trade logistics", - "Policy Database - Trade policies (tariffs, quotas, export restrictions) and domestic support measures", - "Fertilizer Markets - Production, prices, and trade of nitrogen, phosphorus, and potassium fertilizers", - "Vegetable Oils - Market analysis and price trends", - "Supply & Demand Overview - Comprehensive market balance sheets by country and commodity" - ], - "zh": [ - "产量 - 小麦、玉米、水稻和大豆的产量预测和统计数据", - "国内使用 - 农产品的食品、饲料和工业用途", - "贸易 - 主要农产品的进出口数据", - "期末库存 - 库存水平和库存使用比", - "价格 - IGC 谷物和油籽指数及商品分项指数", - "市场新闻摘要 - 小麦、玉米/大豆、水稻、化肥、贸易物流的每周分析", - "政策数据库 - 贸易政策(关税、配额、出口限制)和国内支持措施", - "化肥市场 - 氮、磷、钾肥的生产、价格和贸易", - "植物油 - 市场分析和价格趋势", - "供需概览 - 按国家和商品分类的综合市场平衡表" - ] + "file_path": "academic/economics/nber.json" + }, + { + "id": "china-ndrc-computing", + "name": { + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, - "authority_level": "international", + "description": { + "en": "The 'East-to-West Computing Resources Transfer' (东数西算) project is China's national initiative launched by the National Development and Reform Commission (NDRC) and other departments in February 2022. The project establishes 8 national computing hub nodes (Beijing-Tianjin-Hebei, Yangtze River Delta, Guangdong-Hong Kong-Macao Greater Bay Area, Chengdu-Chongqing, Inner Mongolia, Guizhou, Gansu, and Ningxia) and 10 national data center clusters to optimize computing resource allocation across China, promoting coordinated development of general computing, intelligent computing, and supercomputing infrastructure.", + "zh": "东数西算工程是国家发展改革委等部门于2022年2月启动的国家重大工程,在京津冀、长三角、粤港澳大湾区、成渝、内蒙古、贵州、甘肃、宁夏等8地建设国家算力枢纽节点,规划10个国家数据中心集群,统筹推进通用算力、智能算力、超级算力协同建设,构建全国一体化算力网络体系,优化东中西部算力资源配置。" + }, + "website": "https://www.ndrc.gov.cn/", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "domains": [ + "technology", + "infrastructure", + "economics", + "energy" + ], + "geographic_scope": "national", + "update_frequency": "irregular", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" + "tags": [ + "东数西算", + "east-data-west-computing", + "算力", + "computing-power", + "数据中心", + "data-center", + "算力网络", + "computing-network", + "国家枢纽节点", + "national-hub-nodes", + "智能算力", + "intelligent-computing", + "超级算力", + "supercomputing", + "通用算力", + "general-computing", + "绿色数据中心", + "green-data-center", + "算力调度", + "computing-scheduling", + "数字基础设施", + "digital-infrastructure", + "国家发展改革委", + "NDRC", + "国家数据局", + "national-data-bureau" + ], + "file_path": "china/economy/macro/china-ndrc-computing.json" }, { - "id": "china-rare-earth-association", + "id": "noaa-cdo", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, "description": { - "en": "The Association of China Rare Earth Industry (ACREI) was established in Beijing on April 8, 2012, approved by the Ministry of Industry and Information Technology and the Ministry of Civil Affairs. ACREI is a national non-profit industry organization composed of rare earth mining, smelting, separation, and application enterprises. The association provides daily rare earth product price data and price indices, industry statistics, policy guidance, technical standards formulation, and international cooperation services. It serves as a bridge between government and enterprises, promoting the healthy and sustainable development of China's rare earth industry.", - "zh": "中国稀土行业协会(ACREI)经中华人民共和国工业和信息化部审核、中华人民共和国民政部批准,于2012年4月8日在北京成立。协会是由稀土开采企业、稀土冶炼分离企业、稀土应用企业、事业单位、社团组织和个人自愿组成的全国性非盈利社团组织。协会发布每日稀土产品价格及价格指数,提供行业统计数据、政策引导、技术标准制定和国际合作等服务,发挥政府和企业之间的桥梁、纽带作用,促进稀土行业健康和可持续发展。" + "en": "Climate Data Online (CDO) provides free access to NCDC's archive of global historical weather and climate data in addition to station history information. These data include quality controlled daily, monthly, seasonal, and yearly measurements of temperature, precipitation, wind, and degree days as well as radar data and 30-year Climate Normals. The database includes records from thousands of stations worldwide with data available from as early as the late 1800s.", + "zh": "气候数据在线系统(CDO)提供对NCDC全球历史天气和气候数据档案以及站点历史信息的免费访问。这些数据包括质量控制的日、月、季、年温度、降水、风和度日测量值,以及雷达数据和30年气候标准值。数据库包含来自全球数千个站点的记录,数据可追溯至19世纪晚期。" }, - "website": "https://ac-rei.org.cn", - "data_url": "https://ac-rei.org.cn", - "api_url": null, - "country": "CN", + "website": "https://www.ncei.noaa.gov/", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "api_url": "https://www.ncei.noaa.gov/support/access-data-service-api-user-documentation", + "authority_level": "government", + "country": null, "domains": [ - "mining", - "rare earth industry", - "metal materials", - "resource management", - "industrial economics", - "commodity price" + "climate", + "meteorology", + "environmental_science", + "atmospheric_science" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "daily", + "has_api": true, "tags": [ - "rare-earth", - "稀土", - "rare-earth-price-index", - "稀土价格指数", - "稀土价格", - "rare-earth-prices", - "磁性材料", - "magnetic-materials", - "储氢材料", - "hydrogen-storage", - "催化材料", - "catalyst", - "抛光材料", - "polishing-materials", - "发光材料", - "luminescent-materials", - "industry-association", - "行业协会", - "mining", - "采矿", - "稀土统计", - "rare-earth-statistics", - "稀土应用", - "rare-earth-applications", - "稀土资源", - "rare-earth-resources", - "ACREI" + "climate", + "weather", + "temperature", + "precipitation", + "meteorology", + "NOAA", + "NCEI", + "NCDC", + "historical climate data", + "weather stations", + "climate normals", + "atmospheric data", + "environmental data", + "time series", + "global coverage" ], - "data_content": { - "en": [ - "Daily Rare Earth Product Prices - Daily pricing data for major rare earth oxides and compounds", - "Rare Earth Price Index - Comprehensive price index based on major rare earth oxide prices, published since June 2013", - "Industry Production Statistics - Production capacity, output data for rare earth mining, smelting, and separation", - "Rare Earth Application Statistics - Production and consumption data for magnetic materials, hydrogen storage materials, polishing materials, luminescent materials, and rare earth alloys", - "Market Analysis Reports - Monthly and annual market trend analysis and price forecasts", - "Policy and Regulations - Industry policies, national standards, and regulatory compliance information", - "Industry Research Reports - Technical development, market research, and strategic planning reports", - "Enterprise Statistics - Member enterprise operational data and industry surveys" - ], - "zh": [ - "稀土产品每日价格 - 主要稀土氧化物及化合物的每日价格数据", - "稀土价格指数 - 以各主要氧化物价格为依据编制的综合价格指数,自2013年6月起正式发布", - "行业生产统计 - 稀土矿产开采、冶炼分离企业的产能、产量数据", - "稀土应用统计 - 磁性材料、储氢材料、抛光材料、发光材料、稀土合金的产能、产量、稀土用量统计", - "市场分析报告 - 月度、年度市场走势分析及价格预测", - "政策法规 - 行业政策、国家标准及合规要求信息", - "行业研究报告 - 技术发展、市场调研和战略规划报告", - "企业统计数据 - 会员企业经营数据和行业调查" - ] - }, - "authority_level": "market", - "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "countries/north-america/usa/noaa-cdo.json" }, { - "id": "china-additive-manufacturing-alliance", + "id": "china-nbs", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, "description": { - "en": "Established on October 19, 2016, under the guidance of the Ministry of Industry and Information Technology (MIIT), the China Additive Manufacturing Alliance (CAMA) was jointly initiated by 128 organizations including enterprises, universities, research institutions, and industrial parks in the additive manufacturing field. The alliance currently has over 330 member organizations and serves as China's highest-level and largest industry organization in the additive manufacturing sector. It functions as a bridge connecting industry, academia, finance, government, and application sectors, providing comprehensive industry data, publishing the annual China Additive Manufacturing Industry Yearbook, and issuing monthly industry development briefings.", - "zh": "中国增材制造产业联盟于2016年10月19日在工业和信息化部指导下成立,由增材制造领域128家企业、高校、科研院所、产业园区等单位共同发起。联盟现有会员单位330余家,是中国增材制造领域最高层次、规模最大的行业组织。联盟充分发挥桥梁与纽带作用,搭建增材制造行业与产业、学术、金融、政府、行业应用领域的交流通道,统筹全国范围内增材制造的科学研究、技术研发、设备材料、技术服务、配套服务等资源,为会员单位搭建供需对接及展示平台,系统、全面、清晰地汇总国内增材制造在新闻咨询、法规政策、行业标准、商品门类等方面的信息资源,促进增材制造技术在航空航天、生物医疗、军民融合、工业工程等重要领域的推广应用。" + "en": "The National Bureau of Statistics (NBS) is the principal government agency responsible for collecting, processing, and publishing statistical data in China. It provides comprehensive economic, demographic, and social statistics covering national accounts, population census, industrial production, investment, consumption, employment, prices, and regional development.", + "zh": "国家统计局是中国政府负责收集、处理和发布统计数据的主要机构。提供包括国民经济核算、人口普查、工业生产、投资、消费、就业、价格和区域发展等全面的经济、人口和社会统计数据。" }, - "website": "https://www.niiam.com/union/", - "data_url": "https://www.miit-eidc.org.cn", - "api_url": null, + "website": "http://www.stats.gov.cn", + "data_url": "https://www.stats.gov.cn/sj/", + "api_url": "http://data.stats.gov.cn/api.htm", + "authority_level": "government", "country": "CN", "domains": [ - "additive manufacturing", - "3d printing", - "advanced manufacturing", - "industrial statistics", - "manufacturing technology", - "materials science", - "equipment manufacturing" + "economics", + "social", + "demographics", + "industry", + "agriculture", + "services" ], "geographic_scope": "national", "update_frequency": "monthly", + "has_api": true, "tags": [ - "additive-manufacturing", - "增材制造", - "3d-printing", - "3D打印", - "manufacturing", - "制造业", - "industrial-statistics", - "产业统计", - "equipment", - "设备", - "materials", - "材料", - "industry-report", - "行业报告", - "yearbook", - "年鉴", - "technology-innovation", - "技术创新", - "aerospace", - "航空航天", - "biomedical", - "生物医疗", - "industrial-engineering", - "工业工程", - "cama", - "中国增材制造产业联盟" + "china", + "statistics", + "national-accounts", + "gdp", + "population", + "census", + "official", + "government" ], - "data_content": { - "en": [ - "Industry Statistics - Production, consumption, market size, and growth rates of China's additive manufacturing industry", - "Equipment Data - 3D printing equipment production volumes, export volumes, and installed capacity statistics", - "Market Analysis - Industry segmentation data including equipment (53.2%), services (26%), components (12.4%), and materials (5.9%)", - "Enterprise Information - Directory and profiles of 330+ member organizations including manufacturers, research institutions, and universities", - "Technology Innovation - New technology development, patent applications, and R&D investment in additive manufacturing", - "Application Sectors - Usage data across aerospace, biomedical, automotive, industrial engineering, and other sectors", - "Annual Yearbook - Comprehensive annual report covering industry development, policy information, and enterprise data", - "Monthly Briefings - Monthly industry development reports with latest trends, statistics, and market updates", - "Member Resources - Database of 3D printing equipment, materials, software, components, and printing services from member units", - "Policy Information - National and regional policies, regulations, and industry standards for additive manufacturing" - ], - "zh": [ - "产业统计 - 中国增材制造产业的产量、消费量、市场规模和增长率数据", - "设备数据 - 3D打印设备生产量、出口量和装机容量统计", - "市场分析 - 行业细分数据,包括设备(53.2%)、服务(26%)、零部件(12.4%)和材料(5.9%)", - "企业信息 - 330余家会员单位的目录和简介,包括制造商、研究机构和高校", - "技术创新 - 增材制造领域的新技术开发、专利申请和研发投资", - "应用领域 - 航空航天、生物医疗、汽车、工业工程等领域的应用数据", - "年度年鉴 - 全面的年度报告,涵盖产业发展、政策信息和企业数据", - "月度简报 - 月度产业发展报告,包含最新趋势、统计数据和市场动态", - "会员资源 - 会员单位提供的3D打印设备、材料、软件、配件和打印服务数据库", - "政策信息 - 增材制造的国家和区域政策、法规和行业标准" - ] - }, - "authority_level": "market", - "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "china/national/nbs.json" }, { - "id": "china-auto-association", + "id": "mexico-coneval", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, "description": { - "en": "China Association of Automobile Manufacturers (CAAM) is a national, industry-based, non-profit social organization established on January 1, 1990, approved by the Ministry of Civil Affairs of the People's Republic of China. It is composed of enterprises and organizations engaged in automobile manufacturing, R&D, services, and related industries in China on a voluntary and equal basis. CAAM serves as a permanent member of the Organisation Internationale des Constructeurs d'Automobiles (OICA). The association provides comprehensive automotive industry data including monthly production and sales statistics, import/export data, new energy vehicle statistics, and industry analysis reports.", - "zh": "中国汽车工业协会(简称\"中汽协会\")成立于1990年1月1日,是经中华人民共和国民政部批准的社团组织,具有社会团体法人资格,地址设在北京,是在中国境内从事汽车整车、零部件及汽车相关行业生产经营活动的企事业单位和团体在平等自愿基础上依法组成的自律性、非营利性的社会团体。中汽协会是世界汽车组织(OICA)的常任理事。协会提供全面的汽车行业数据,包括月度产销数据、进出口统计、新能源汽车数据和行业分析报告。" + "en": "CONEVAL is Mexico's autonomous public institution responsible for measuring poverty and evaluating social development policies and programs. It provides official poverty statistics, social policy evaluations, and socioeconomic indicators at national, state, and municipal levels. CONEVAL's multidimensional poverty measurement methodology is recognized internationally and serves as the official standard for poverty measurement in Mexico.", + "zh": "CONEVAL是墨西哥负责贫困测量和社会发展政策及项目评估的自治公共机构。它提供官方贫困统计数据、社会政策评估以及国家、州和市级社会经济指标。CONEVAL的多维贫困测量方法在国际上得到认可,是墨西哥贫困测量的官方标准。" }, - "website": "http://www.caam.org.cn/", - "data_url": "http://www.caam.org.cn/tjsj", + "website": "https://www.coneval.org.mx", + "data_url": "https://www.coneval.org.mx", "api_url": null, - "country": "CN", + "authority_level": "government", + "country": "MX", "domains": [ - "automotive", - "manufacturing", - "transportation", - "new energy vehicles", - "industrial statistics" + "poverty", + "social-development", + "inequality", + "social-policy", + "welfare", + "food-security", + "education", + "health", + "housing", + "social-services", + "income" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "automotive", - "汽车", - "automobile", - "车辆", - "vehicle", - "production", - "产量", - "sales", - "销量", - "new-energy-vehicles", - "新能源汽车", - "nev", - "electric-vehicles", - "电动汽车", - "commercial-vehicles", - "商用车", - "passenger-vehicles", - "乘用车", - "import-export", - "进出口", - "automotive-industry", - "汽车工业", - "automotive-statistics", - "汽车统计", - "caam", - "china-auto", - "中汽协" + "mexico", + "poverty", + "social-development", + "inequality", + "multidimensional-poverty", + "social-policy", + "government-data", + "official-statistics", + "open-data", + "latin-america" ], - "data_content": { - "en": [ - "Monthly Automotive Production and Sales - Production and sales volumes by vehicle type (passenger vehicles, commercial vehicles)", - "New Energy Vehicle Statistics - Monthly production, sales, and export data for electric vehicles, plug-in hybrids, and fuel cell vehicles", - "Import and Export Data - Automotive trade statistics including customs data and manufacturer export information", - "Vehicle Segmentation Data - Detailed breakdowns by vehicle manufacturers, brands, and models", - "Industry Analysis Reports - Monthly information releases, quarterly economic operation meetings, and annual market forecasts", - "Commercial Vehicle Data - Production and sales statistics for trucks, buses, and other commercial vehicles", - "Passenger Vehicle Data - Production and sales by manufacturer and segment (sedans, SUVs, MPVs)", - "Parts and Components Trade - Import and export statistics for automotive parts and components", - "International Automotive Data - Global automotive statistics from major markets (Japan, Europe, Americas, Asia)" - ], - "zh": [ - "月度汽车产销数据 - 按车型分类(乘用车、商用车)的产量和销量", - "新能源汽车统计 - 电动汽车、插电式混合动力汽车和燃料电池汽车的月度产量、销量和出口数据", - "进出口数据 - 汽车贸易统计,包括海关数据和生产企业出口信息", - "车型细分数据 - 按汽车制造商、品牌和车型的详细分类", - "行业分析报告 - 月度信息发布会、季度经济运行会议和年度市场预测", - "商用车数据 - 货车、客车和其他商用车的产销统计", - "乘用车数据 - 按制造商和细分市场(轿车、SUV、MPV)的产销数据", - "零部件贸易 - 汽车零部件的进出口统计", - "国际汽车数据 - 主要市场(日本、欧洲、美洲、亚洲)的全球汽车统计数据" - ] - }, - "authority_level": "market", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + "file_path": "countries/north-america/mexico/coneval.json" }, { - "id": "china-charging-alliance", + "id": "china-national-data-bureau", "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" + "en": "National Data Administration of China", + "zh": "国家数据局" }, "description": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance (EVCIPA) is a non-profit social organization established in October 2015 under the auspices of the National Energy Administration. The alliance brings together electric vehicle manufacturers, energy suppliers, charging facility manufacturers, charging operation service providers, universities, and third-party institutions to promote the development of charging infrastructure and achieve interoperability. It provides authoritative monthly statistics on charging infrastructure operations, including the number of charging stations, charging piles, operator rankings, and regional distribution across China.", - "zh": "中国电动汽车充电基础设施促进联盟(简称\"充电联盟\",英文缩写\"EVCIPA\")成立于2015年10月,业务指导单位为国家能源局。联盟由主要电动汽车制造商、能源供应商、充电设施制造商、充电运营服务商、高校、第三方机构和相关社团组织等发起成立的非营利性社团组织。秘书处设置在中国汽车工业协会。联盟定期发布全国电动汽车充换电基础设施运行情况月度统计数据,包括充电桩数量、运营商统计、区域分布等权威数据。" + "en": "The National Data Administration (NDA) is a ministerial-level agency under the National Development and Reform Commission, responsible for coordinating data infrastructure development, promoting data resource integration and utilization, and advancing the construction of Digital China. The NDA oversees the National Public Data Resources Registration Platform and formulates policies for data element markets, digital economy development, and data governance.", + "zh": "国家数据局是国家发展和改革委员会管理的国家局,负责协调推进数据基础制度建设,统筹数据资源整合共享和开发利用,统筹推进数字中国、数字经济、数字社会规划和建设等工作。国家数据局管理国家公共数据资源登记平台,制定数据要素市场、数字经济发展和数据治理政策。" }, - "website": "https://www.evcipa.org.cn/", - "data_url": "https://evcipa.com/dataCenter/dataList", + "website": "https://www.nda.gov.cn/", + "data_url": "https://sjdj.nda.gov.cn/", "api_url": null, - "authority_level": "market", + "authority_level": "government", "country": "CN", - "geographic_scope": "national", "domains": [ - "automotive", - "energy", - "infrastructure" - ], - "update_frequency": "monthly", - "tags": [ - "充电桩", - "charging-infrastructure", - "electric-vehicle", - "电动汽车", - "新能源汽车", - "NEV", - "充电站", - "charging-station", - "充电联盟", - "EVCIPA", - "运营商统计", - "operator-statistics", - "充电设施", - "charging-facility" + "digital_economy", + "data_governance", + "digital_infrastructure" ], - "data_content": { - "en": [ - "Monthly national electric vehicle charging and battery swapping infrastructure operation statistics", - "Total number of public charging piles and distribution by province/city", - "Charging operator rankings and market share statistics", - "DC and AC charging pile quantity and growth trends", - "Battery swapping station quantity and distribution", - "Charging infrastructure construction and operation reports", - "Regional charging infrastructure development analysis", - "Industry standards and technical specifications" - ], - "zh": [ - "全国电动汽车充换电基础设施运行情况月度统计", - "公共充电桩总量及省市分布数据", - "充电运营商排名及市场份额统计", - "直流和交流充电桩数量及增长趋势", - "换电站数量及分布情况", - "充电基础设施建设及运营报告", - "区域充电基础设施发展分析", - "行业标准和技术规范" - ] - }, + "geographic_scope": "national", + "update_frequency": "irregular", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + "tags": [ + "国家数据局", + "National Data Administration", + "NDA", + "数据要素", + "data elements", + "数据要素市场", + "data element market", + "数字中国", + "Digital China", + "数字经济", + "digital economy", + "公共数据资源", + "public data resources", + "数据登记平台", + "data registration platform", + "数据治理", + "data governance", + "数据基础设施", + "data infrastructure", + "数据标注", + "data annotation", + "数据流通", + "data circulation", + "政务数据", + "government data" + ], + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" }, { - "id": "china-petroleum-chemical-federation", + "id": "china-ndrc", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, "description": { - "en": "The China Petroleum and Chemical Industry Federation (CPCIF) is a national, comprehensive industry organization serving the petroleum and chemical industry in China. Established on April 28, 2001, CPCIF is a social industry organization with service and management functions for China's petroleum and chemical sectors. The Federation has over 700 member units and focuses on industry policy research, standard development, economic analysis, technology promotion, international cooperation, and data collection and publishing. CPCIF publishes comprehensive industry statistics, market reports, and economic operation data covering major chemical products, petrochemicals, catalysts, and chemical materials.", - "zh": "中国石油和化学工业联合会(CPCIF)是中国石油和化工行业具有服务和一定管理职能的全国性、综合性的社会行业组织。联合会于2001年4月28日在北京成立,目前拥有会员单位700余家。主要职能包括行业政策研究、标准制定、经济分析、技术推广、国际合作以及数据采集发布等。联合会发布全面的行业统计数据、市场报告和经济运行数据,涵盖主要化工产品、石油化工、催化剂和化工材料等领域。" + "en": "The National Development and Reform Commission (NDRC) is China's macroeconomic management agency. It provides data on economic development plans, fixed asset investment, price monitoring (including CPI, PPI, and commodity prices), industrial restructuring, regional development, energy conservation, and major infrastructure projects.", + "zh": "国家发展和改革委员会是中国的宏观经济管理机构。提供经济发展规划、固定资产投资、价格监测(包括CPI、PPI和商品价格)、产业结构调整、区域发展、节能降耗和重大基础设施项目数据。" }, - "website": "http://www.cpcif.org.cn/", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "website": "https://www.ndrc.gov.cn", + "data_url": "https://www.ndrc.gov.cn/fgsj/", "api_url": null, + "authority_level": "government", "country": "CN", "domains": [ - "chemical industry", - "petroleum industry", - "industrial statistics", - "catalysts", - "chemical materials", - "petrochemicals", - "industry standards", - "economic analysis" + "economics", + "development", + "investment", + "prices" ], "geographic_scope": "national", "update_frequency": "monthly", + "has_api": false, "tags": [ - "化工", - "石油", - "chemical-industry", - "petroleum", - "催化剂", - "catalyst", - "化工材料", - "chemical-materials", - "石化", - "petrochemical", - "行业统计", - "industry-statistics", - "经济运行", - "economic-operation", - "CPCIF", - "中国石油和化学工业联合会", - "行业协会", - "industry-association", - "化工数据", - "chemical-data", - "无机化工", - "inorganic-chemicals", - "有机化工", - "organic-chemicals", - "合成材料", - "synthetic-materials", - "化肥", - "fertilizer" + "china", + "ndrc", + "macroeconomic", + "development", + "investment", + "prices", + "cpi", + "ppi", + "planning" ], - "data_content": { - "en": [ - "Petroleum and Chemical Industry Economic Operation Data - Monthly and annual industry performance metrics including industrial added value, revenue, profits, and investment", - "Major Chemical Products Statistics - Production, consumption, and trade data for 49 types of major inorganic chemical raw materials", - "Organic Chemical Raw Materials Data - Statistics for 72 types of major organic chemical raw materials", - "Synthetic Materials Production - Data covering 56 types of major synthetic materials", - "Fertilizer Industry Statistics - Production and market data for 14 types of fertilizer products", - "Catalyst Market Data - Catalyst technology innovations, market analysis, and production statistics", - "Chemical Materials Market Analysis - Comprehensive market reports on chemical materials including pricing trends and supply-demand dynamics", - "Industry Standards and Technical Specifications - Chemical industry standards development and technical guidelines", - "International Trade Data - Import and export statistics for petroleum and chemical products", - "Chemical Parks and Production Capacity - Industry infrastructure and capacity utilization data", - "Technology Innovation Reports - New technologies, R&D achievements, and industry innovation trends", - "Annual Industry Reports - Comprehensive annual reports on China's petroleum and chemical industry development" - ], - "zh": [ - "石油和化工行业经济运行数据 - 月度和年度行业表现指标,包括工业增加值、营业收入、利润和投资", - "主要化工产品统计 - 49种主要无机化工原料的生产、消费和贸易数据", - "有机化工原料数据 - 72种主要有机化工原料的统计数据", - "合成材料生产 - 涵盖56种主要合成材料的数据", - "化肥行业统计 - 14种化肥产品的生产和市场数据", - "催化剂市场数据 - 催化剂技术创新、市场分析和生产统计", - "化工材料市场分析 - 化工材料的综合市场报告,包括价格趋势和供需动态", - "行业标准和技术规范 - 化工行业标准制定和技术指南", - "国际贸易数据 - 石油和化工产品的进出口统计", - "化工园区和产能 - 行业基础设施和产能利用率数据", - "技术创新报告 - 新技术、研发成果和行业创新趋势", - "年度行业报告 - 中国石油和化工行业发展综合年度报告" - ] - }, - "authority_level": "market", - "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "china/economy/macro/ndrc.json" }, { - "$schema": "https://firstdata.org/schemas/firstdata-v2.json", - "id": "china-lcd-association", + "id": "china-nfra", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, "description": { - "en": "CODA is the national industry association for China's display industry, established in 1996 under the guidance of the Ministry of Industry and Information Technology. It provides authoritative data and analysis on LCD, OLED, and Micro-LED panel capacity, production value, market trends, and technology development. CODA publishes regular industry reports, market forecasts, and coordinates international cooperation through the World Display Industry Cooperation Committee (WDICC). The association serves over 500 member companies including major panel manufacturers, materials suppliers, equipment makers, research institutions, and universities.", - "zh": "中国光学光电子行业协会液晶分会(CODA)是中国显示行业唯一的国家级行业协会,成立于1996年7月,由工业和信息化部作为业务指导单位。协会提供LCD、OLED和Micro-LED面板产能、产值、市场趋势和技术发展的权威数据与分析。CODA定期发布行业报告、市场预测,并通过世界显示产业合作委员会(WDICC)协调国际合作。协会服务超过500家会员单位,包括大中型显示器件制造厂商、材料制造商、设备制造商、科研机构和高等院校。" + "en": "The National Financial Regulatory Administration (NFRA) is China's integrated financial regulatory authority formed in 2023 by merging the China Banking and Insurance Regulatory Commission (CBIRC) with banking and insurance supervision functions. It oversees the banking and insurance sectors, publishing comprehensive regulatory statistics including bank assets and liabilities, insurance premium income, regulatory compliance indicators, small and micro enterprise lending data, and sector-wide performance metrics.", + "zh": "国家金融监督管理总局(NFRA)是中国于2023年成立的综合性金融监管机构,由原中国银行保险监督管理委员会(银保监会)与银行保险监管职能合并而成。负责监管银行业和保险业,发布全面的监管统计数据,包括银行资产负债、保险保费收入、监管合规指标、普惠型小微企业贷款数据以及行业整体运营指标。" }, - "website": "http://www.coda.org.cn/", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "website": "https://www.nfra.gov.cn", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "api_url": null, - "authority_level": "market", + "authority_level": "government", "country": "CN", - "geographic_scope": "national", "domains": [ - "manufacturing", - "electronics", - "technology", - "market-research" + "finance", + "banking", + "insurance", + "regulation" ], - "update_frequency": "irregular", + "geographic_scope": "national", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "LCD", - "OLED", - "Micro-LED", - "液晶面板", - "显示面板", - "panel capacity", - "面板产能", - "TFT-LCD", - "AMOLED", - "display industry", - "显示产业", - "面板制造", - "panel manufacturing", - "驱动芯片", - "driver IC", - "display technology", - "显示技术", - "产业数据", - "industry statistics", - "market forecast", - "市场预测", - "CODA", - "光电子", - "optoelectronics" + "china", + "banking-regulation", + "insurance-regulation", + "nfra", + "cbirc", + "financial-supervision", + "banking-statistics", + "insurance-statistics", + "regulatory-compliance", + "financial-inclusion" ], - "data_content": { - "en": [ - "Panel production capacity data for LCD, OLED, and Micro-LED technologies", - "Annual production value and market share statistics for China's display industry", - "Global and domestic panel shipment area and volume data", - "Display driver IC market analysis and pricing trends", - "Industry reports on technology roadmaps and innovation trends", - "Market forecasts for TFT-LCD and AMOLED panel segments", - "Member company directory including major panel manufacturers and suppliers", - "International cooperation reports through WDICC (World Display Industry Cooperation Committee)", - "Environmental and sustainability initiatives in the display industry", - "Industry conference and exhibition information (DIC EXPO, DIC FORUM)" - ], - "zh": [ - "LCD、OLED和Micro-LED技术的面板产能数据", - "中国显示产业年度产值和市场份额统计", - "全球及国内面板出货面积和出货量数据", - "显示驱动芯片市场分析和价格趋势", - "技术路线图和创新趋势的行业报告", - "TFT-LCD和AMOLED面板细分市场预测", - "会员企业名录,包括主要面板制造商和供应商", - "通过世界显示产业合作委员会(WDICC)的国际合作报告", - "显示产业的环保和可持续发展举措", - "行业会议和展览信息(DIC EXPO、DIC FORUM)" - ] - }, - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "china/finance/banking/nfra.json" }, { - "id": "china-optical-association", + "id": "china-most-rnd", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, "description": { - "en": "China Optics and Optoelectronics Manufacturers Association (COEMA) is a national industry association established in 1987 with approval from the State Council. It brings together enterprises, research institutions and educational organizations in optics and optoelectronics. The association has seven specialized branches covering liquid crystal displays, LED display applications, optical devices, optical components and instruments, lasers, infrared, and laser applications, with over 1,000 registered member organizations.", - "zh": "中国光学光电子行业协会(COEMA)于1987年经国务院批准在北京成立,是全国从事光学光电子科研、生产和教学的骨干企事业单位自愿组合的社会团体。协会按专业领域下设七个分会,分别为液晶分会、发光二极管显示应用分会、光电器件分会、光学元件和光学仪器分会、激光分会、红外分会、激光应用分会,拥有注册团体会员千余家。" + "en": "The National Key Research and Development Program of China is a major national science and technology initiative managed by the Ministry of Science and Technology (MOST) and implemented through various ministries. The Ministry of Industry and Information Technology (MIIT) leads 16 key special projects covering areas such as industrial software, intelligent robots, advanced manufacturing, new energy vehicles, and emerging technologies. These programs support fundamental research, key technology breakthroughs, and industrial applications aligned with China's 14th Five-Year Plan strategic priorities.", + "zh": "国家重点研发计划是由中华人民共和国科学技术部管理、多部门实施的国家级科技计划。工业和信息化部主责的\"十四五\"国家重点研发计划包括16个重点专项,涵盖工业软件、智能机器人、先进制造、新能源汽车、新兴技术等领域。这些计划支持基础研究、关键技术攻关和产业应用示范,服务于国家战略需求和产业发展。" }, - "website": "https://www.coema.org.cn", - "data_url": "https://www.coema.org.cn/research/sum", + "website": "https://service.most.gov.cn/", + "data_url": "https://service.most.gov.cn/", "api_url": null, - "authority_level": "market", + "authority_level": "government", "country": "CN", - "geographic_scope": "national", "domains": [ + "technology", + "research", + "innovation", "manufacturing", - "optics", - "optoelectronics", - "photonics", - "electronics" + "software" ], - "update_frequency": "irregular", + "geographic_scope": "national", + "update_frequency": "annual", + "has_api": false, "tags": [ - "光学", - "optics", - "光电子", - "optoelectronics", - "激光", - "laser", - "红外", - "infrared", - "液晶", - "LCD", - "LED显示", - "LED display", - "光通信", - "optical communication", - "硅光子", - "silicon photonics", - "光学元件", - "optical components", - "光学仪器", - "optical instruments", - "行业协会", - "industry association", - "COEMA", - "制造业", - "manufacturing", - "光电器件", - "photoelectric devices", - "光伏", - "photovoltaic", - "机器视觉", - "machine vision", - "显示面板", - "display panel", - "行业数据", - "industry data", - "行业分析", - "industry analysis" + "国家重点研发计划", + "National Key R&D Program", + "工业软件", + "Industrial Software", + "智能机器人", + "Intelligent Robots", + "高性能制造", + "Advanced Manufacturing", + "新能源汽车", + "New Energy Vehicles", + "科技项目", + "R&D Projects", + "科研资助", + "Research Funding", + "科技部", + "MOST", + "工信部", + "MIIT", + "增材制造", + "Additive Manufacturing", + "先进计算", + "Advanced Computing", + "区块链", + "Blockchain", + "稀土材料", + "Rare Earth Materials", + "科学仪器", + "Scientific Instruments", + "信息光子", + "Information Photonics" ], - "data_content": { - "en": [ - "Industry statistics and market data for optical and optoelectronics sectors", - "Production and sales data for laser industry, infrared technology, optical components, display panels, LED and photovoltaic sectors", - "Industry development reports and analysis covering optical materials, optical components, laser technology, display technologies, and machine vision", - "Market trends and forecasts for emerging areas like 3D curved glass, cyclic olefin copolymer (COC/COP) optical materials, HUD displays, and AR optical solutions", - "Policy documents and industry standards related to optics and optoelectronics manufacturing", - "Member company directory covering major enterprises in laser, infrared, optical components, display, LED and photovoltaic industries", - "Industry news and technological breakthroughs in optical and optoelectronics fields" - ], - "zh": [ - "光学光电子行业统计数据和市场数据", - "激光产业、红外技术、光学元件、显示面板、LED及光伏行业的生产和销售数据", - "涵盖光学材料、光学元器件、激光技术、显示技术、机器视觉等领域的行业发展报告和分析", - "3D曲面玻璃、环烯烃共聚物(COC/COP)光学材料、车载HUD、AR光学方案等新兴领域的市场趋势和预测", - "光学光电子制造相关的政策法规和行业标准", - "涵盖激光、红外、光学元件、显示、LED、光伏等行业主要企业的会员名录", - "光学光电子领域的行业新闻和技术突破" - ] - }, - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json" }, { - "id": "china-semiconductor-association", + "id": "china-most-infrastructure", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, "description": { - "en": "The China Semiconductor Industry Association (CSIA) is a national industry organization representing China's semiconductor sector, covering integrated circuits, semiconductor discrete devices, MEMS, materials and equipment. CSIA provides authoritative industry statistics, operational analysis reports, and market research covering the entire semiconductor value chain including design, manufacturing, and packaging & testing.", - "zh": "中国半导体行业协会(CSIA)是由全国半导体界从事集成电路、半导体分立器件、MEMS、半导体材料和设备的生产、设计、科研、开发、经营、应用、教学的单位、专家及其他相关企事业单位自愿结成的全国性、行业性社会团体。协会提供权威的行业数据统计、运行分析报告和市场研究,覆盖设计、制造、封装测试等半导体全产业链。" + "en": "National network management platform operated by National Science and Technology Infrastructure Center (NSTC) under China's Ministry of Science and Technology. Provides centralized query, reservation, and sharing services for major research facilities and large-scale scientific instruments across Chinese research institutions and universities. Covers facilities in extreme condition simulation, remote sensing, precision measurement, biomedical research, nuclear technology, telescopes, and various scientific instruments including analytical instruments, electron microscopes, mass spectrometers, and specialized testing equipment.", + "zh": "由国家科技基础条件平台中心建设和运营的重大科研基础设施和大型科研仪器国家网络管理平台。提供全国科研设施和大型科研仪器的集中查询、预约和共享服务,覆盖极端条件模拟、遥感观测、精密测量、生物医学、核技术、望远镜等重大科研基础设施,以及分析仪器、电子显微镜、质谱仪、物理性能测试仪器、医学科研仪器等各类大型科研仪器。" }, - "website": "https://web.csia.net.cn/", - "data_url": "https://web.csia.net.cn/hyyhfx", + "website": "https://www.escience.org.cn/nsti", + "data_url": "https://nrii.org.cn/", "api_url": null, - "authority_level": "market", + "authority_level": "government", "country": "CN", - "geographic_scope": "national", "domains": [ - "semiconductors", - "integrated-circuits", - "electronics-manufacturing", - "technology" + "research-infrastructure", + "scientific-instruments", + "technology", + "science" ], - "update_frequency": "quarterly", + "geographic_scope": "national", + "update_frequency": "daily", + "has_api": false, "tags": [ - "半导体", - "semiconductor", - "集成电路", - "integrated circuit", - "IC产业", - "IC industry", - "晶圆产能", - "wafer capacity", - "芯片制造", - "chip manufacturing", - "封装测试", - "packaging and testing", - "行业统计", - "industry statistics", - "产业运行", - "industrial operation", - "CSIA", - "中国半导体", - "China semiconductors" + "科研设施", + "research-facilities", + "大型仪器", + "scientific-instruments", + "仪器共享", + "equipment-sharing", + "科技资源", + "science-resources", + "重大设施", + "major-facilities", + "实验设备", + "laboratory-equipment", + "科研平台", + "research-platform", + "仪器预约", + "instrument-booking", + "开放共享", + "open-sharing", + "科技部", + "MOST", + "分析仪器", + "analytical-instruments", + "电子显微镜", + "electron-microscope", + "质谱仪", + "mass-spectrometer", + "光谱仪", + "spectrometer", + "同步辐射", + "synchrotron-radiation", + "散裂中子源", + "spallation-neutron-source", + "FAST", + "天眼", + "望远镜", + "telescope" ], - "data_content": { - "en": [ - "Integrated circuit industry operational statistics (design, manufacturing, packaging & testing segments)", - "Semiconductor industry revenue and growth analysis by quarter and year", - "IC product import and export volume and value statistics", - "Wafer production capacity and utilization data", - "Semiconductor market trends and forecasts", - "Industry research reports and white papers", - "Member enterprise directory and development status" - ], - "zh": [ - "集成电路产业运行统计数据(设计业、制造业、封装测试业分项)", - "半导体行业销售收入及增长分析(季度、年度)", - "IC产品进出口数量及金额统计", - "晶圆产能及产能利用率数据", - "半导体市场趋势及预测分析", - "行业研究报告及白皮书", - "会员企业名录及发展状况" - ] - }, - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" }, { - "id": "china-machine-tool-association", + "id": "brazil-conab", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" }, "description": { - "en": "China Machine Tool & Tool Builders' Association (CMTBA) is a national, industry-specific, non-profit social organization established in March 1988 with legal entity status approved by the Ministry of Civil Affairs. CMTBA serves as a bridge between government, enterprises, and users in the machine tool industry, providing industry statistics, economic analysis, and market information. The association covers over 2,100 member companies across various fields including metal cutting machine tools, metal forming machine tools, casting machinery, numerical control systems, industrial robots, cutting tools, abrasives, and machine tool accessories.", - "zh": "中国机床工具工业协会(CMTBA)于1988年3月经中华人民共和国民政部批准成立,是具有社会团体法人资格的全国性、行业性、非营利性社会组织。协会以中国机床工具工业的制造企业为主体,拥有2100多家会员单位,涵盖金属切削机床、金属成型机床、铸造机械、木工机床、数控系统、工业机器人、量刃具、磨料磨具、机床附件等领域。协会下设28个分会和6个工作委员会,在政府与企业、国内外同行业企业和用户之间发挥桥梁纽带作用。" + "en": "CONAB (Companhia Nacional de Abastecimento) is a Brazilian government public enterprise under the Ministry of Agrarian Development and Family Farming. Established in 1990, CONAB is responsible for food supply management, agricultural support, and market information across Brazil. The organization publishes authoritative quarterly bulletins on Brazilian coffee production (Boletim de Acompanhamento da Safra de Café), providing detailed forecasts and analysis of coffee harvests including production volumes, planted area, productivity estimates, and breakdowns by coffee type (Arabica and Robusta/Conilon). CONAB also provides data on grains, storage facilities, agricultural pricing, and public food programs.", + "zh": "CONAB(巴西国家商品供应公司)是隶属于巴西农业发展和家庭农业部的政府公共企业。CONAB成立于1990年,负责巴西的粮食供应管理、农业支持和市场信息。该机构发布权威的巴西咖啡产量季度公报(Boletim de Acompanhamento da Safra de Café),提供咖啡收成的详细预测和分析,包括产量、种植面积、生产力估算以及按咖啡类型(阿拉比卡和罗布斯塔/科尼隆)的分类。CONAB还提供粮食、仓储设施、农产品定价和公共食品计划的数据。" }, - "website": "https://www.cmtba.org.cn/", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "website": "https://www.gov.br/conab/pt-br", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "api_url": null, - "authority_level": "market", - "country": "CN", - "geographic_scope": "national", + "authority_level": "government", + "country": "BR", "domains": [ - "manufacturing", - "machinery", - "industrial-equipment" + "agriculture", + "commodities", + "food-supply", + "trade" ], - "update_frequency": "monthly", + "geographic_scope": "national", + "update_frequency": "quarterly", + "has_api": false, "tags": [ - "机床", - "machine-tool", - "数控机床", - "cnc-machine", - "机床产销", - "machine-tool-sales", - "金属切削", - "metal-cutting", - "金属成型", - "metal-forming", - "数控系统", - "numerical-control", - "工业机器人", - "industrial-robot", - "制造业", - "manufacturing", - "装备制造", - "equipment-manufacturing", - "行业统计", - "industry-statistics", - "经济运行", - "economic-performance", - "CMTBA", - "CIMT", - "CCMT" + "brazil", + "巴西", + "coffee", + "咖啡", + "coffee-production", + "咖啡产量", + "crop-forecasts", + "作物预测", + "agriculture", + "农业", + "commodities", + "大宗商品", + "arabica", + "阿拉比卡", + "robusta", + "罗布斯塔", + "conilon", + "科尼隆", + "harvest", + "收成", + "grains", + "粮食", + "food-supply", + "粮食供应", + "agricultural-statistics", + "农业统计", + "quarterly-reports", + "季度报告", + "CONAB", + "south-america", + "南美洲", + "government-data", + "政府数据", + "production-estimates", + "产量估算", + "inventory", + "库存", + "exports", + "出口" ], - "data_content": { - "en": [ - "Machine tool industry economic performance reports (monthly, quarterly, annual)", - "Machine tool production and sales statistics", - "CNC machine tool market data", - "Industry import and export statistics", - "Manufacturing PMI and industry indicators", - "Machine tool company performance data", - "Market trends in metal cutting and forming machinery", - "Industrial robot application statistics", - "Tool and abrasive industry data", - "Machine tool accessories and components market information" - ], - "zh": [ - "机床工具行业经济运行简讯(月度、季度、年度)", - "机床产销统计数据", - "数控机床市场数据", - "行业进出口统计", - "制造业PMI及行业景气指数", - "机床企业经营数据", - "金属切削和成型机械市场动态", - "工业机器人应用统计", - "刀具磨具行业数据", - "机床附件及功能部件市场信息" - ] - }, - "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "file_path": "countries/south-america/brazil-conab.json" }, { - "id": "china-robot-industry-alliance", + "id": "oecd-statistics", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, "description": { - "en": "The Robot Branch of China Machinery Industry Federation (formerly China Robot Industry Alliance, established in April 2013) is a national industry organization led by China Machinery Industry Federation. With over 520 member units including domestic and international robot companies, research institutes, and universities, it serves as a collaborative platform for industry-academia-research-application cooperation. The branch provides industry statistical reports, organizes conferences and competitions, promotes standardization, and coordinates resources to enhance the competitiveness of China's robot industry.", - "zh": "中国机械工业联合会机器人分会(前身为2013年4月成立的中国机器人产业联盟)是由中国机械工业联合会领导的全国性行业组织。拥有520余家会员单位,包括国内外机器人企业、科研院所和高校,是我国机器人产业全国性产、学、研、用行业协同工作平台。分会发布行业统计报告,组织会议和竞赛活动,推进标准化工作,协调产业资源,提升中国机器人产业竞争力。" + "en": "Comprehensive statistical database covering economic, social, and environmental data for OECD member countries and partner economies. Includes indicators on education, health, productivity, trade, taxation, and sustainable development.", + "zh": "涵盖经合组织成员国和伙伴经济体的经济、社会和环境数据的综合统计数据库。包括教育、健康、生产力、贸易、税收和可持续发展指标。" }, - "website": "http://cria.mei.net.cn/", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "api_url": null, - "country": "CN", + "website": "https://www.oecd.org", + "data_url": "https://stats.oecd.org", + "api_url": "https://data.oecd.org/api", + "authority_level": "international", + "country": null, "domains": [ - "robotics", - "industrial automation", - "manufacturing", - "industry statistics", - "technology standards" + "economics", + "social", + "environment", + "education", + "health", + "technology" ], - "geographic_scope": "national", - "update_frequency": "annual", + "geographic_scope": "regional", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "robot", - "robotics", - "机器人", - "industrial-robot", - "工业机器人", - "robot-statistics", - "机器人统计", - "robot-industry", - "机器人产业", - "robot-sales", - "机器人产销", - "automation", - "自动化", - "manufacturing", - "制造业", - "industry-alliance", - "产业联盟", - "china-machinery", - "中国机械工业", - "robot-market-report", - "机器人市场报告", - "cria" + "oecd", + "economic-indicators", + "education", + "health", + "productivity", + "trade", + "taxation", + "pisa", + "api" ], - "data_content": { - "en": [ - "China Robot Industry Market Reports - Annual reports covering industrial robot production, sales, market structure, and industry analysis", - "Robot Production Statistics - Domestic industrial robot production data by type and manufacturer", - "Robot Sales Statistics - Industrial robot sales volumes, market share, and application sectors", - "Industry Development Trends - Market analysis, technological trends, and industry forecasts", - "Industry Standards - Robot industry standards, specifications, and technical guidelines", - "Member Company Information - Directory of member companies, research institutes, and technology providers", - "Industry News and Policy Updates - Policy regulations, industry announcements, and development initiatives", - "Conference and Events - Industry conferences, competitions, and technical seminars materials" - ], - "zh": [ - "中国机器人产业市场报告 - 年度报告涵盖工业机器人产销、市场结构和产业分析", - "机器人产量统计 - 国产工业机器人按类型和制造商分类的产量数据", - "机器人销量统计 - 工业机器人销售量、市场份额和应用领域统计", - "产业发展趋势 - 市场分析、技术趋势和产业预测", - "行业标准 - 机器人行业标准、规范和技术指南", - "会员单位信息 - 会员企业、科研院所和技术提供商名录", - "行业资讯与政策 - 政策法规、行业公告和发展举措", - "会议与活动 - 产业会议、创新创业大赛和技术研讨会资料" - ] + "file_path": "international/economics/oecd.json" + }, + { + "id": "oecd-pisa", + "name": { + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "market", + "description": { + "en": "PISA is the OECD's Programme for International Student Assessment. PISA measures 15-year-olds' ability to use their reading, mathematics and science knowledge and skills to meet real-life challenges. Since 2000, PISA has involved more than 100 countries and economies and around 3.7 million students worldwide. The assessment is conducted every three years and provides comparative data on education systems globally.", + "zh": "PISA 是经合组织(OECD)的国际学生评估项目。PISA 测量15岁学生运用阅读、数学和科学知识与技能应对现实挑战的能力。自2000年以来,PISA已涉及100多个国家和经济体,约370万名学生参与。该评估每三年进行一次,提供全球教育系统的比较数据。" + }, + "website": "https://www.oecd.org", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "api_url": null, + "authority_level": "international", + "country": null, + "domains": [ + "Education", + "Student Assessment", + "Reading Literacy", + "Mathematical Literacy", + "Scientific Literacy", + "Financial Literacy", + "Creative Thinking", + "Global Competence" + ], + "geographic_scope": "global", + "update_frequency": "irregular", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "tags": [ + "education", + "student-assessment", + "reading", + "mathematics", + "science", + "literacy", + "oecd", + "pisa", + "comparative-education", + "education-policy", + "student-performance", + "global", + "international-comparison" + ], + "file_path": "international/education/oecd-pisa.json" }, { - "id": "bp-statistical-review", + "id": "paris-club", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "Paris Club", + "zh": "巴黎俱乐部" }, "description": { - "en": "The Energy Institute Statistical Review of World Energy™ analyses data on world energy markets from the prior year. Previously produced by bp (British Petroleum) since 1952, the Review has been continued by the Energy Institute since 2024, providing timely, comprehensive and objective data to the energy community. The Review covers global energy statistics including production, consumption, trade, and prices across all major energy sources: coal, oil, natural gas, nuclear, hydroelectric, and renewable energy. In collaboration with KPMG, Kearney, Heriot-Watt University, and with support from S&P Global Commodity Insights and bp.", - "zh": "能源研究所世界能源统计年鉴™分析上一年度世界能源市场数据。该年鉴自1952年起由bp(英国石油公司)编制,自2024年起由能源研究所继续出版,为能源界提供及时、全面和客观的数据。该年鉴涵盖全球能源统计数据,包括所有主要能源的生产、消费、贸易和价格:煤炭、石油、天然气、核能、水力发电和可再生能源。与毕马威、科尔尼、赫瑞瓦特大学合作,并得到标普全球大宗商品洞察和bp的支持。" + "en": "The Paris Club is a group of major creditor countries whose role is to find coordinated and sustainable solutions to the payment difficulties experienced by debtor countries. It provides detailed data on debt treatment agreements, debt stocks, and debt service flows for debtor countries.", + "zh": "巴黎俱乐部是主要债权国组成的集团,其作用是为债务国面临的支付困难寻找协调和可持续的解决方案。它提供债务处理协议、债务存量和债务国债务偿还流量的详细数据。" }, - "website": "https://www.energyinst.org", - "data_url": "https://www.energyinst.org/statistical-review", + "website": "https://www.clubdeparis.org", + "data_url": "https://www.clubdeparis.org", "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "energy", - "energy economics", - "energy statistics", - "energy production", - "energy consumption", - "energy trade", - "renewable energy", - "fossil fuels", - "climate change", - "energy transition" + "finance", + "development", + "economics" ], - "geographic_scope": "global", - "update_frequency": "annual", + "geographic_scope": "regional", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "energy", - "energy-statistics", - "energy-economics", - "coal", - "oil", - "natural-gas", - "nuclear-energy", - "renewable-energy", - "hydroelectric", - "solar-energy", - "wind-energy", - "electricity", - "carbon-emissions", - "climate-change", - "energy-transition", - "energy-security", - "fossil-fuels", - "energy-consumption", - "energy-production", - "energy-trade", - "bp", - "energy-institute" + "sovereign_debt", + "debt_restructuring", + "debt_relief", + "creditor_coordination", + "development_finance" ], - "data_content": { - "en": [ - "Coal - Production, consumption, reserves, prices, and trade statistics", - "Oil - Production, consumption, refining capacity, reserves, prices, and trade flows", - "Natural Gas - Production, consumption, reserves, LNG trade, and prices", - "Nuclear Energy - Installed capacity, electricity generation, and consumption", - "Hydroelectric Power - Installed capacity and electricity generation", - "Renewable Energy - Solar, wind, biofuels, geothermal electricity generation and capacity", - "Electricity - Generation by fuel type, consumption, and access statistics", - "Primary Energy - Total energy supply and consumption by country and fuel type", - "Carbon Emissions - Energy-related CO2 emissions by country and fuel source", - "Energy Intensity - Energy consumption per unit of GDP", - "Energy Security - Import dependency, avoided fossil fuel use, and energy independence metrics", - "Energy Transition - Renewable energy share, fossil fuel avoidance, and system efficiency metrics", - "Country Transition Tracker - Country-level energy transition progress indicators" - ], - "zh": [ - "煤炭 - 产量、消费量、储量、价格和贸易统计", - "石油 - 产量、消费量、炼油能力、储量、价格和贸易流量", - "天然气 - 产量、消费量、储量、液化天然气贸易和价格", - "核能 - 装机容量、发电量和消费量", - "水力发电 - 装机容量和发电量", - "可再生能源 - 太阳能、风能、生物燃料、地热发电量和装机容量", - "电力 - 按燃料类型分类的发电量、消费量和电力普及率统计", - "一次能源 - 按国家和燃料类型分类的总能源供应和消费", - "碳排放 - 按国家和燃料来源分类的能源相关二氧化碳排放", - "能源强度 - 单位GDP能源消费", - "能源安全 - 进口依赖度、避免使用化石燃料和能源独立性指标", - "能源转型 - 可再生能源份额、化石燃料避免和系统效率指标", - "国家转型追踪器 - 国家级能源转型进展指标" - ] - }, - "authority_level": "market", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "international/finance/paris-club.json" }, { - "id": "bookscorpus", + "id": "penn-world-table", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "Penn World Table", + "zh": "宾州世界表" }, "description": { - "en": "BooksCorpus is a large-scale text corpus containing over 11,000 unpublished books from various genres. Created by researchers at the University of Toronto and MIT, it has become one of the most influential datasets in natural language processing. The corpus was instrumental in training breakthrough language models like BERT, GPT, and other transformer-based architectures. It provides diverse, narrative text covering fiction, non-fiction, and multiple writing styles, making it ideal for unsupervised pre-training of language models.", - "zh": "图书语料库(BooksCorpus)是一个大规模文本语料库,包含超过11,000本来自不同类型的未出版书籍。由多伦多大学和麻省理工学院的研究人员创建,已成为自然语言处理领域最具影响力的数据集之一。该语料库在训练BERT、GPT等突破性语言模型和其他基于Transformer的架构中发挥了关键作用。它提供了涵盖小说、非小说和多种写作风格的丰富叙事文本,非常适合用于语言模型的无监督预训练。" + "en": "Penn World Table (PWT) version 11.0 is a comprehensive database with information on relative levels of income, output, input and productivity, covering 185 countries between 1950 and 2023. It provides data on real GDP using various measurement methods (national accounts and PPP-based), employment, educational attainment, capital stock, and other variables essential for cross-country comparisons and growth studies.", + "zh": "宾州世界表(PWT) 11.0版本是一个全面的数据库,提供收入、产出、投入和生产率的相对水平信息,覆盖185个国家1950年至2023年的数据。它提供使用各种测量方法(国民账户和购买力平价)的实际GDP、就业、教育程度、资本存量以及其他跨国比较和增长研究所需的变量。" }, - "website": "https://github.com/soskek/bookcorpus", - "data_url": "https://github.com/soskek/bookcorpus", + "website": "https://www.rug.nl/ggdc/", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", "api_url": null, + "authority_level": "research", "country": null, "domains": [ - "natural language processing", - "machine learning", - "computational linguistics", - "text mining", - "deep learning" + "economics", + "development", + "productivity" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "annual", + "has_api": false, "tags": [ - "natural language processing", - "NLP", - "text corpus", - "language modeling", - "BERT", - "GPT", - "transformer", - "pre-training", - "unsupervised learning", - "books", - "narrative text", - "machine learning", - "deep learning", - "computational linguistics" + "gdp", + "productivity", + "economic-growth", + "development-accounting", + "cross-country-comparison", + "panel-data", + "purchasing-power-parity", + "academic-research", + "open-data" ], - "data_content": { - "en": [ - "Over 11,000 unpublished books from Smashwords", - "984.5 million words total", - "74 million sentences", - "Fiction and non-fiction genres", - "Adventure, fantasy, romance, science fiction", - "Historical, thriller, young adult", - "Business, biography, self-help", - "Continuous narrative text", - "Diverse writing styles and vocabularies", - "English language only" - ], - "zh": [ - "超过11,000本来自Smashwords的未出版书籍", - "总计9.845亿个单词", - "7400万个句子", - "小说和非小说类型", - "冒险、奇幻、浪漫、科幻", - "历史、惊悚、青少年读物", - "商业、传记、自助", - "连续的叙事文本", - "多样的写作风格和词汇", - "仅限英语" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json" + "file_path": "academic/economics/penn-world-table.json" }, { - "id": "china-imt2030", + "id": "china-pbc", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, "description": { - "en": "The IMT-2030 (6G) Promotion Group was established in June 2019 by China's Ministry of Industry and Information Technology. Built on the foundation of the IMT-2020 (5G) Promotion Group, it serves as the primary platform for aggregating China's industry-academia-research forces to advance sixth-generation mobile communication technology research and facilitate international exchanges and cooperation. The group publishes white papers, research reports, and technical standards on 6G vision, network architecture, wireless systems, typical scenarios, and key enabling technologies.", - "zh": "IMT-2030(6G)推进组于2019年6月由中国工业和信息化部推动成立,组织架构基于原IMT-2020(5G)推进组,成员包括中国主要的运营商、制造商、高校和研究机构。推进组是聚合中国产学研用力量、推动中国第六代移动通信技术研究和开展国际交流与合作的主要平台。该组织发布6G愿景、网络架构、无线系统、典型场景和关键技术等方面的白皮书、研究报告和技术标准。" + "en": "The People's Bank of China (PBOC) is the central bank of China. It publishes comprehensive financial statistics including monetary policy data, money supply (M0/M1/M2), interest rates, exchange rates, banking sector statistics, balance of payments, foreign exchange reserves, credit and loan data, and financial market indicators.", + "zh": "中国人民银行是中国的中央银行。发布全面的金融统计数据,包括货币政策数据、货币供应量(M0/M1/M2)、利率、汇率、银行业统计、国际收支、外汇储备、信贷数据和金融市场指标。" }, - "website": "https://www.imt2030.org.cn/", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "website": "http://www.pbc.gov.cn", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "api_url": null, "authority_level": "government", "country": "CN", "domains": [ - "telecommunications", - "wireless-communication", - "6g-technology", - "technology-research", - "network-architecture" + "finance", + "economics", + "monetary_policy" ], "geographic_scope": "national", - "update_frequency": "irregular", + "update_frequency": "monthly", + "has_api": false, "tags": [ - "6G", - "IMT-2030", - "sixth-generation", - "第六代移动通信", - "wireless-communication", - "无线通信", - "white-paper", - "白皮书", - "network-architecture", - "网络架构", - "telecommunications", - "电信", - "5g", - "next-generation", - "下一代通信", - "CAICT", - "中国信息通信研究院", - "空天地一体化", - "integrated-space-air-ground", - "technical-standards", - "技术标准", - "research-reports", - "研究报告" + "china", + "central-bank", + "monetary-policy", + "money-supply", + "interest-rates", + "forex", + "banking", + "financial-stability" ], - "data_content": { - "en": [ - "6G Vision and Potential Key Technologies White Papers", - "6G Network Architecture Outlook and Key Technology Prospects", - "6G Typical Scenarios and Key Capabilities", - "6G Wireless System Design Principles and Typical Features", - "Research on Terminal Requirements for 6G Application Scenarios", - "Research on IoT Typical Scenarios and Capability Requirements for 6G", - "Research on Open Service Environment Requirements for 6G", - "Research on Scenarios and Requirements for 6G and Industrial Application Coordination", - "Integrated Space-Air-Ground Network Technology and Standards", - "6G Technical Standards and Specifications" - ], - "zh": [ - "6G总体愿景与潜在关键技术白皮书", - "6G网络架构愿景与关键技术展望白皮书", - "6G典型场景和关键能力白皮书", - "6G无线系统设计原则和典型特征白皮书", - "面向6G应用场景的终端需求研究", - "面向6G的物联网典型场景及能力要求研究", - "面向6G的开放业务环境需求研究", - "6G与工业应用相互协同的场景和需求研究", - "空天地一体化网络技术与标准", - "6G技术标准和规范" - ] + "file_path": "china/finance/banking/pbc.json" + }, + { + "id": "intl-rcsb-pdb", + "name": { + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, - "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json" + "description": { + "en": "The Protein Data Bank (PDB) is the global archive for 3D structural data of large biological molecules including proteins, DNA, and RNA. As the first open access digital data resource in all of biology and medicine, PDB provides experimentally-determined structures, integrative structures, and computed structure models essential for research and education in fundamental biology, biomedicine, energy sciences, and biotechnology. RCSB PDB operates the US data center for the worldwide PDB archive and provides open access to over 246,000 experimental structures and 1 million computed structure models.", + "zh": "蛋白质数据银行(PDB)是全球大型生物分子(包括蛋白质、DNA 和 RNA)三维结构数据的档案库。作为生物学和医学领域第一个开放获取的数字数据资源,PDB 提供实验测定的结构、整合结构和计算结构模型,对基础生物学、生物医学、能源科学和生物技术的研究和教育至关重要。RCSB PDB 运营全球 PDB 档案库的美国数据中心,提供超过 24.6 万个实验结构和 100 万个计算结构模型的开放访问。" + }, + "website": "https://www.rcsb.org", + "data_url": "https://www.rcsb.org", + "api_url": "https://data.rcsb.org", + "authority_level": "research", + "country": null, + "domains": [ + "Structural Biology", + "Biochemistry", + "Molecular Biology", + "Computational Biology", + "Drug Discovery", + "Biotechnology", + "Protein Science" + ], + "geographic_scope": "global", + "update_frequency": "weekly", + "has_api": true, + "tags": [ + "protein structures", + "structural biology", + "3D structures", + "molecular biology", + "drug discovery", + "biotechnology", + "open science", + "bioinformatics", + "crystallography", + "cryo-EM", + "NMR", + "PDB", + "macromolecular structures" + ], + "file_path": "academic/biology/pdb.json" }, { - "id": "china-software-association", + "id": "pubchem", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "PubChem", + "zh": "PubChem化学数据库" }, "description": { - "en": "The China Software Industry Association (CSIA) is a national first-level industry association established in 1984, providing comprehensive data on China's software industry revenue, enterprise rankings, and market research. It publishes annual reports including the Top 100 Software Companies rankings and industry benchmark data.", - "zh": "中国软件行业协会成立于1984年9月6日,是在民政部注册登记的全国一级行业组织,提供中国软件产业收入统计、企业排行榜、市场研究等综合数据。协会每年发布中国软件百强企业榜单和行业基准数据报告。" + "en": "PubChem is the world's largest free chemistry database, maintained by the National Institutes of Health (NIH). It provides information on chemical substances and their biological activities, launched in 2004. PubChem contains small molecules, as well as larger molecules such as nucleotides, carbohydrates, lipids, peptides, and chemically-modified macromolecules. The database collects information on chemical structures, identifiers, chemical and physical properties, biological activities, patents, health, safety, toxicity data, and much more. Data is contributed by hundreds of sources including government agencies, chemical vendors, journal publishers, and more. Each month, the website and programmatic services provide data to several million users worldwide.", + "zh": "PubChem是世界上最大的免费化学数据库,由美国国立卫生研究院(NIH)维护。它提供化学物质及其生物活性的信息,于2004年推出。PubChem包含小分子以及较大分子,如核苷酸、碳水化合物、脂质、肽和化学修饰的大分子。该数据库收集化学结构、标识符、化学和物理性质、生物活性、专利、健康、安全、毒性数据等信息。数据由数百个来源贡献,包括政府机构、化学品供应商、期刊出版商等。每月,该网站和编程服务为全球数百万用户提供数据。" }, - "website": "https://www.csia.org.cn/", - "data_url": "https://www.csia.org.cn/", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.ncbi.nlm.nih.gov/", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "api_url": "https://pubchem.ncbi.nlm.nih.gov/docs/programmatic-access", + "authority_level": "government", + "country": null, "domains": [ - "technology", - "industry", - "information-technology" + "Chemistry", + "Biochemistry", + "Pharmacology", + "Toxicology", + "Biology", + "Medicine" ], - "geographic_scope": "national", - "update_frequency": "annual", + "geographic_scope": "global", + "update_frequency": "daily", + "has_api": true, "tags": [ - "software industry", - "软件产业", - "enterprise ranking", - "企业排行", - "industry revenue", - "产业收入", - "CSIA", - "软件百强", - "top 100 software", - "information technology", - "信息技术服务", - "software revenue", - "软件业务收入", - "industry association", - "行业协会", - "benchmark data", - "基准数据" + "chemistry", + "biochemistry", + "pharmacology", + "toxicology", + "drug-discovery", + "chemical-database", + "bioassay", + "molecular-structure", + "chemical-properties", + "open-data", + "nih", + "ncbi", + "united-states", + "government-data" ], - "data_content": { - "en": [ - "Annual software industry revenue statistics (national and regional breakdown)", - "Top 100 Chinese software companies ranking (high-quality development enterprises)", - "Software industry benchmark data reports covering government, finance, telecommunications, transportation, energy, and manufacturing sectors", - "Software industry market research and analysis reports", - "Information technology services revenue data (cloud computing, big data, embedded systems)", - "Software product revenue statistics by category", - "China Software Industry High-Quality Development Report (annual publication)" - ], - "zh": [ - "年度软件产业收入统计数据(全国及分地区)", - "中国软件百强企业排行榜(高质量发展企业)", - "软件行业基准数据报告(涵盖政府、金融、电信、交通、能源、制造业等行业)", - "软件产业市场调研与分析报告", - "信息技术服务收入数据(云计算、大数据、嵌入式系统)", - "软件产品收入分类统计", - "中国软件产业高质量发展报告(年度发布)" - ] - }, - "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json" + "file_path": "academic/chemistry/pubchem.json" }, { - "id": "cifar", + "id": "pubmed", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, "description": { - "en": "CIFAR-10 and CIFAR-100 are labeled subsets of the 80 million tiny images dataset, widely used as benchmark datasets for machine learning and computer vision research. CIFAR-10 consists of 60,000 32x32 color images in 10 classes (6,000 images per class), with 50,000 training images and 10,000 test images. CIFAR-100 contains 100 classes with 600 images each (500 training, 100 testing per class), organized into 20 superclasses. Created by Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton, these datasets have become foundational benchmarks for evaluating image classification algorithms.", - "zh": "CIFAR-10 和 CIFAR-100 是 8000 万微小图像数据集的标注子集,广泛用作机器学习和计算机视觉研究的基准数据集。CIFAR-10 包含 60,000 张 32x32 彩色图像,分为 10 个类别(每类 6,000 张图像),其中 50,000 张训练图像和 10,000 张测试图像。CIFAR-100 包含 100 个类别,每类 600 张图像(每类 500 张训练图像,100 张测试图像),组织成 20 个超类。这些数据集由 Alex Krizhevsky、Vinod Nair 和 Geoffrey Hinton 创建,已成为评估图像分类算法的基础性基准。" + "en": "PubMed is a free resource supporting the search and retrieval of biomedical and life sciences literature with the aim of improving health–both globally and personally. It contains more than 39 million citations and abstracts of biomedical literature from MEDLINE, life science journals, PubMed Central (PMC), and online books.", + "zh": "PubMed是一个免费资源,支持生物医学和生命科学文献的搜索和检索,旨在改善全球和个人健康。包含超过3900万条来自MEDLINE、生命科学期刊、PubMed Central (PMC)和在线图书的生物医学文献引用和摘要。" }, - "website": "https://www.cs.toronto.edu", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", - "api_url": null, + "website": "https://www.ncbi.nlm.nih.gov/", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", + "authority_level": "government", "country": null, "domains": [ - "computer vision", - "deep learning", - "machine learning", - "image classification", - "object recognition", - "artificial intelligence" + "health", + "biomedical", + "life_sciences" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "daily", + "has_api": true, "tags": [ - "computer-vision", - "deep-learning", - "image-classification", - "machine-learning", - "benchmark-dataset", - "object-recognition", - "convolutional-neural-networks", - "academic-research", - "tiny-images", - "supervised-learning" + "biomedical literature", + "MEDLINE", + "citations", + "abstracts", + "life sciences", + "medical research", + "public health", + "clinical trials", + "MeSH", + "NIH", + "NLM", + "NCBI", + "E-utilities API" ], - "data_content": { - "en": [ - "CIFAR-10 - 10 classes: airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck", - "CIFAR-100 - 100 fine-grained classes grouped into 20 superclasses", - "Training Data - 50,000 images for CIFAR-10, 50,000 images for CIFAR-100", - "Test Data - 10,000 images for CIFAR-10, 10,000 images for CIFAR-100", - "Image Format - 32x32 pixel color images (RGB)", - "Superclasses (CIFAR-100) - aquatic mammals, fish, flowers, food containers, fruit and vegetables, household devices, furniture, insects, carnivores, outdoor things, natural scenes, omnivores/herbivores, medium mammals, invertebrates, people, reptiles, small mammals, trees, vehicles" - ], - "zh": [ - "CIFAR-10 - 10 个类别:飞机、汽车、鸟、猫、鹿、狗、青蛙、马、船、卡车", - "CIFAR-100 - 100 个细粒度类别,分为 20 个超类", - "训练数据 - CIFAR-10 50,000 张图像,CIFAR-100 50,000 张图像", - "测试数据 - CIFAR-10 10,000 张图像,CIFAR-100 10,000 张图像", - "图像格式 - 32x32 像素彩色图像(RGB)", - "超类(CIFAR-100)- 水生哺乳动物、鱼类、花卉、食品容器、水果蔬菜、家用电器、家具、昆虫、食肉动物、户外物体、自然景观、杂食/食草动物、中型哺乳动物、无脊椎动物、人类、爬行动物、小型哺乳动物、树木、交通工具" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "academic/health/pubmed.json" }, { - "id": "common-crawl", + "id": "china-robot-industry-alliance", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, "description": { - "en": "Common Crawl is a 501(c)(3) non-profit organization that maintains a free, open repository of web crawl data that can be used by anyone. The corpus contains petabytes of raw web page data, metadata extracts, and text extracts, regularly collected since 2008. With over 300 billion pages spanning 18 years, Common Crawl adds 3-5 billion new pages each month and has been cited in over 10,000 research papers. The data is stored on Amazon Web Services' Public Data Sets and on multiple academic cloud platforms across the world, making wholesale extraction, transformation and analysis of open web data accessible to researchers, companies and individuals at no cost.", - "zh": "Common Crawl 是一个 501(c)(3) 非营利组织,维护着一个免费、开放的网络爬取数据仓库,任何人都可以使用。该语料库包含PB级的原始网页数据、元数据提取和文本提取,自2008年以来定期收集。拥有超过3000亿个网页,跨越18年,Common Crawl每月新增30-50亿个网页,已被超过10,000篇研究论文引用。数据存储在亚马逊网络服务的公共数据集和全球多个学术云平台上,使研究人员、公司和个人能够免费访问、提取、转换和分析开放的网络数据。" + "en": "The Robot Branch of China Machinery Industry Federation (formerly China Robot Industry Alliance, established in April 2013) is a national industry organization led by China Machinery Industry Federation. With over 520 member units including domestic and international robot companies, research institutes, and universities, it serves as a collaborative platform for industry-academia-research-application cooperation. The branch provides industry statistical reports, organizes conferences and competitions, promotes standardization, and coordinates resources to enhance the competitiveness of China's robot industry.", + "zh": "中国机械工业联合会机器人分会(前身为2013年4月成立的中国机器人产业联盟)是由中国机械工业联合会领导的全国性行业组织。拥有520余家会员单位,包括国内外机器人企业、科研院所和高校,是我国机器人产业全国性产、学、研、用行业协同工作平台。分会发布行业统计报告,组织会议和竞赛活动,推进标准化工作,协调产业资源,提升中国机器人产业竞争力。" }, - "website": "https://commoncrawl.org", - "data_url": "https://commoncrawl.org", - "api_url": "https://index.commoncrawl.org", - "country": null, + "website": "http://cria.mei.net.cn/", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "api_url": null, + "authority_level": "market", + "country": "CN", "domains": [ - "web crawling", - "natural language processing", - "machine learning", - "data science", - "information retrieval", - "web analytics", - "artificial intelligence", - "research", - "large language models" + "Robotics", + "Industrial Automation", + "Manufacturing", + "Industry Statistics", + "Technology Standards" ], - "geographic_scope": "global", - "update_frequency": "monthly", + "geographic_scope": "national", + "update_frequency": "annual", + "has_api": false, "tags": [ - "web-crawling", - "natural-language-processing", - "machine-learning", - "large-language-models", - "web-data", - "text-corpus", - "open-data", - "research", - "big-data", - "artificial-intelligence", - "data-science", - "web-mining", - "nlp", - "internet-archive" + "robot", + "robotics", + "机器人", + "industrial-robot", + "工业机器人", + "robot-statistics", + "机器人统计", + "robot-industry", + "机器人产业", + "robot-sales", + "机器人产销", + "automation", + "自动化", + "manufacturing", + "制造业", + "industry-alliance", + "产业联盟", + "china-machinery", + "中国机械工业", + "robot-market-report", + "机器人市场报告", + "cria" ], - "data_content": { - "en": [ - "Raw Web Page Data - HTML, CSS, JavaScript and other web content in WARC format", - "Metadata Extracts - HTTP headers, response codes, content types (WAT format)", - "Text Extracts - Plain text extracted from web pages (WET format)", - "URL Index - Searchable index of all crawled URLs with CDX format", - "Web Graphs - Link structure and relationships between web pages", - "Crawl Statistics - Monthly statistics on crawl coverage and scope", - "Historical Data - Web data archives from 2008 to present", - "Multilingual Content - Web pages in hundreds of languages", - "Domain Coverage - Pages from millions of domains worldwide" - ], - "zh": [ - "原始网页数据 - WARC 格式的 HTML、CSS、JavaScript 和其他网络内容", - "元数据提取 - HTTP 标头、响应代码、内容类型(WAT 格式)", - "文本提取 - 从网页提取的纯文本(WET 格式)", - "URL 索引 - 所有爬取 URL 的可搜索索引(CDX 格式)", - "网络图谱 - 网页之间的链接结构和关系", - "爬取统计 - 每月爬取覆盖范围和规模统计", - "历史数据 - 从 2008 年至今的网络数据档案", - "多语言内容 - 数百种语言的网页", - "域名覆盖 - 来自全球数百万个域名的网页" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" }, { - "id": "conll-shared-tasks", + "id": "china-sac-standards", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, "description": { - "en": "CoNLL (Conference on Computational Natural Language Learning) has organized annual shared tasks since 1999, providing benchmark datasets for various NLP challenges including named entity recognition, chunking, parsing, semantic role labeling, coreference resolution, and more. These datasets have become standard benchmarks in the NLP research community, enabling fair comparison of different machine learning approaches across multiple languages and tasks.", - "zh": "CoNLL(计算自然语言学习会议)自1999年以来每年组织共享任务,为各种自然语言处理挑战提供基准数据集,包括命名实体识别、组块分析、句法分析、语义角色标注、共指消解等。这些数据集已成为NLP研究社区的标准基准,可以在多种语言和任务中公平比较不同的机器学习方法。" + "en": "The Standardization Administration of China (SAC) is the Chinese government authority responsible for standardization administration. It develops and publishes national standards including mandatory GB standards, recommended GB/T standards, and industry standards across all sectors.", + "zh": "国家标准化管理委员会是中国负责标准化管理的国家级政府机构,隶属于国家市场监督管理总局。负责组织制定和发布国家标准,包括强制性国家标准(GB)、推荐性国家标准(GB/T)以及76个行业标准,覆盖工业、农业、服务业等各个领域。" }, - "website": "https://www.signll.org", - "data_url": "https://www.conll.org/previous-tasks", + "website": "https://www.sac.gov.cn/", + "data_url": "https://std.samr.gov.cn/", "api_url": null, - "country": null, + "authority_level": "government", + "country": "CN", "domains": [ - "natural language processing", - "computational linguistics", - "machine learning", - "named entity recognition", - "parsing", - "semantic analysis" + "technology", + "standards", + "quality-management", + "manufacturing", + "services", + "agriculture" ], - "geographic_scope": "global", - "update_frequency": "annual", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": false, "tags": [ - "NLP", - "natural language processing", - "machine learning", - "named entity recognition", - "NER", - "parsing", - "chunking", - "semantic role labeling", - "coreference resolution", - "multilingual", - "benchmark datasets", - "shared task", - "computational linguistics" + "国家标准", + "national standards", + "GB", + "GB/T", + "强制性标准", + "mandatory standards", + "推荐性标准", + "recommended standards", + "行业标准", + "industry standards", + "地方标准", + "local standards", + "标准化", + "standardization", + "质量管理", + "quality management", + "技术规范", + "technical specifications", + "SAC", + "SAMR", + "市场监管总局" ], - "data_content": { - "en": [ - "Named Entity Recognition (NER) datasets - English, German, Spanish, Dutch", - "Text Chunking and Phrase Recognition datasets", - "Dependency Parsing - multilingual datasets covering 20+ languages", - "Semantic Role Labeling datasets", - "Coreference Resolution datasets (OntoNotes)", - "Grammatical Error Correction datasets", - "Discourse Parsing datasets", - "Morphological Reinflection datasets", - "Universal Dependencies datasets", - "BabyLM Challenge datasets" - ], - "zh": [ - "命名实体识别(NER)数据集 - 英语、德语、西班牙语、荷兰语", - "文本组块和短语识别数据集", - "依存句法分析 - 覆盖20多种语言的多语言数据集", - "语义角色标注数据集", - "共指消解数据集(OntoNotes)", - "语法错误纠正数据集", - "话语分析数据集", - "形态变化数据集", - "通用依存关系数据集", - "BabyLM挑战数据集" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "china/technology/standards/china-sac-standards.json" }, { - "id": "imagenet", + "id": "bp-statistical-review", "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, "description": { - "en": "ImageNet is a large-scale image database organized according to the WordNet hierarchy. It contains over 14 million images spanning more than 21,000 synsets (synonym sets). The most widely-used subset is the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2012-2017 dataset, which includes 1,000 object classes with 1.28 million training images, 50,000 validation images, and 100,000 test images. ImageNet has been instrumental in advancing computer vision and deep learning research.", - "zh": "ImageNet 是一个按照 WordNet 层次结构组织的大规模图像数据库。包含超过 1400 万张图像,涵盖 21,000 多个同义词集。最广泛使用的子集是 ImageNet 大规模视觉识别挑战赛(ILSVRC)2012-2017 数据集,包含 1,000 个对象类别,128 万训练图像、5 万验证图像和 10 万测试图像。ImageNet 在推动计算机视觉和深度学习研究方面发挥了重要作用。" + "en": "The Energy Institute Statistical Review of World Energy™ analyses data on world energy markets from the prior year. Previously produced by bp (British Petroleum) since 1952, the Review has been continued by the Energy Institute since 2024, providing timely, comprehensive and objective data to the energy community. The Review covers global energy statistics including production, consumption, trade, and prices across all major energy sources: coal, oil, natural gas, nuclear, hydroelectric, and renewable energy. In collaboration with KPMG, Kearney, Heriot-Watt University, and with support from S&P Global Commodity Insights and bp.", + "zh": "能源研究所世界能源统计年鉴™分析上一年度世界能源市场数据。该年鉴自1952年起由bp(英国石油公司)编制,自2024年起由能源研究所继续出版,为能源界提供及时、全面和客观的数据。该年鉴涵盖全球能源统计数据,包括所有主要能源的生产、消费、贸易和价格:煤炭、石油、天然气、核能、水力发电和可再生能源。与毕马威、科尔尼、赫瑞瓦特大学合作,并得到标普全球大宗商品洞察和bp的支持。" }, - "website": "https://www.image-net.org", - "data_url": "https://www.image-net.org", + "website": "https://www.energyinst.org", + "data_url": "https://www.energyinst.org/statistical-review", "api_url": null, + "authority_level": "market", "country": null, "domains": [ - "computer vision", - "deep learning", - "machine learning", - "artificial intelligence", - "image classification", - "object recognition" + "Energy", + "Energy Economics", + "Energy Statistics", + "Energy Production", + "Energy Consumption", + "Energy Trade", + "Renewable Energy", + "Fossil Fuels", + "Climate Change", + "Energy Transition" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "annual", + "has_api": false, "tags": [ - "computer-vision", - "deep-learning", - "image-classification", - "machine-learning", - "benchmark-dataset", - "object-recognition", - "convolutional-neural-networks", - "transfer-learning", - "academic-research", - "visual-recognition" + "energy", + "energy-statistics", + "energy-economics", + "coal", + "oil", + "natural-gas", + "nuclear-energy", + "renewable-energy", + "hydroelectric", + "solar-energy", + "wind-energy", + "electricity", + "carbon-emissions", + "climate-change", + "energy-transition", + "energy-security", + "fossil-fuels", + "energy-consumption", + "energy-production", + "energy-trade", + "bp", + "energy-institute" ], - "data_content": { - "en": [ - "Image Classification - 1,000 object categories (ILSVRC subset)", - "Object Localization - Bounding box annotations for objects", - "Visual Recognition - 21,841 synsets covering diverse concepts", - "Training Data - 1,281,167 labeled training images", - "Validation Data - 50,000 validation images with ground truth", - "Test Data - 100,000 test images for benchmarking", - "WordNet Hierarchy - Structured organization of visual concepts" - ], - "zh": [ - "图像分类 - 1,000 个对象类别(ILSVRC 子集)", - "对象定位 - 对象边界框标注", - "视觉识别 - 21,841 个同义词集覆盖多样化概念", - "训练数据 - 1,281,167 张已标注训练图像", - "验证数据 - 50,000 张带真实标签的验证图像", - "测试数据 - 100,000 张用于基准测试的测试图像", - "WordNet 层次结构 - 视觉概念的结构化组织" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/D-energy/bp-statistical-review.json" }, { - "id": "alpha-vantage", + "id": "canada-statcan", "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, "description": { - "en": "Alpha Vantage provides free JSON APIs for realtime and historical stock market data, forex, cryptocurrencies, commodities, and economic indicators. The platform offers 50+ technical indicators, covering 200,000+ tickers across 20+ global exchanges with over 20 years of historical depth. Built for developers and investors, it supports multiple temporal resolutions (intraday, daily, weekly, monthly) and features eight major API categories including Core Time Series, US Options, Alpha Intelligence, Fundamental Data, and more.", - "zh": "Alpha Vantage 提供免费的 JSON API,用于获取实时和历史股票市场数据、外汇、加密货币、大宗商品和经济指标。该平台提供 50 多种技术指标,涵盖 20 多个全球交易所的 200,000 多个股票代码,拥有超过 20 年的历史数据深度。专为开发人员和投资者打造,支持多种时间分辨率(盘中、每日、每周、每月),包含八大主要 API 类别:核心时间序列、美国期权、Alpha Intelligence、基本面数据等。" + "en": "Canada's national statistical office providing comprehensive data on the country's economy, society, and environment. Conducts the Census of Population, Labour Force Survey, and over 350 active surveys covering demographics, health, business, trade, and more.", + "zh": "加拿大国家统计局,提供有关国家经济、社会和环境的综合数据。进行人口普查、劳动力调查以及涵盖人口统计、健康、商业、贸易等350多项主动调查。" }, - "website": "https://www.alphavantage.co/", - "data_url": "https://www.alphavantage.co/", - "api_url": "https://www.alphavantage.co/documentation/", - "country": null, + "website": "https://www.statcan.gc.ca", + "data_url": "https://www.statcan.gc.ca/en/start", + "api_url": "https://www.statcan.gc.ca/en/developers", + "authority_level": "government", + "country": "CA", "domains": [ - "stock markets", - "foreign exchange", - "cryptocurrencies", - "commodities", - "economic indicators", - "technical analysis" + "economics", + "demographics", + "health", + "labour", + "education", + "environment", + "agriculture", + "business", + "housing", + "justice", + "culture", + "trade" ], - "geographic_scope": "global", - "update_frequency": "real-time", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "stock-market", - "financial-data", - "api", - "real-time", - "technical-indicators", - "forex", - "cryptocurrency", - "commodities", + "canada", + "national-statistics", + "census", + "labour-market", + "demographics", "economic-indicators", - "time-series", - "free-tier", - "developer-friendly" + "health-statistics", + "open-data", + "bilingual" ], - "data_content": { - "en": [ - "Core Time Series Stock Data (intraday, daily, weekly, monthly)", - "US Options Data", - "Alpha Intelligence (news sentiment, top gainers/losers)", - "Fundamental Data (income statements, balance sheets, cash flow)", - "Physical and Crypto Currencies (forex, Bitcoin, cryptocurrencies)", - "Commodities (WTI crude oil, natural gas, copper, wheat, corn)", - "Economic Indicators (GDP, inflation, interest rates, unemployment)", - "Technical Indicators (50+ indicators including SMA, EMA, RSI, MACD, Bollinger Bands)" - ], - "zh": [ - "核心时间序列股票数据(盘中、每日、每周、每月)", - "美国期权数据", - "Alpha Intelligence(新闻情绪、涨跌幅排行)", - "基本面数据(损益表、资产负债表、现金流量表)", - "实物和加密货币(外汇、比特币、加密货币)", - "大宗商品(WTI 原油、天然气、铜、小麦、玉米)", - "经济指标(GDP、通货膨胀、利率、失业率)", - "技术指标(50 多种指标,包括 SMA、EMA、RSI、MACD、布林带)" - ] - }, - "authority_level": "commercial", - "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "countries/north-america/canada/statcan.json" }, { - "id": "bloomberg-terminal", + "id": "tcga", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, "description": { - "en": "Bloomberg Terminal is the world's leading financial data platform providing real-time and historical market data, news, analytics, and trading tools. While the full terminal requires a subscription (approximately $24,000/year), Bloomberg offers limited public access to market data through bloomberg.com including stock quotes, indices, commodities prices, currency exchange rates, and financial news. The public interface provides basic market information for global equities, bonds, currencies, and commodities, along with business news and market analysis.", - "zh": "彭博终端是全球领先的金融数据平台,提供实时和历史市场数据、新闻、分析和交易工具。虽然完整的终端需要订阅(约每年 24,000 美元),但彭博通过 bloomberg.com 提供有限的公共市场数据访问,包括股票报价、指数、大宗商品价格、货币汇率和金融新闻。公共界面提供全球股票、债券、货币和大宗商品的基本市场信息,以及商业新闻和市场分析。" + "en": "The Cancer Genome Atlas (TCGA) was a landmark cancer genomics program that molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. This joint effort between NCI and the National Human Genome Research Institute began in 2006, bringing together researchers from diverse disciplines and multiple institutions. Over 12 years, TCGA generated over 2.5 petabytes of genomic, epigenomic, transcriptomic, and proteomic data. The data, which has already led to improvements in diagnosing, treating, and preventing cancer, remains publicly available for anyone in the research community to use through the Genomic Data Commons (GDC).", + "zh": "癌症基因组图谱(TCGA)是一项里程碑式的癌症基因组学项目,对涵盖33种癌症类型的超过20,000个原发性癌症样本和匹配的正常样本进行了分子表征。该项目是NCI和国家人类基因组研究所(NHGRI)从2006年开始的联合工作,汇集了来自不同学科和多个机构的研究人员。在12年间,TCGA生成了超过2.5 PB的基因组、表观基因组、转录组和蛋白质组数据。这些数据已经改善了癌症的诊断、治疗和预防,并通过基因组数据共享平台(GDC)向所有研究人员公开。" }, - "website": "https://www.bloomberg.com", - "data_url": "https://www.bloomberg.com/markets", - "api_url": "https://www.bloomberg.com/professional/support/api-library/", - "country": null, + "website": "https://www.cancer.gov/ccg", + "data_url": "https://portal.gdc.cancer.gov/", + "api_url": "https://gdc.cancer.gov/developers/gdc-application-programming-interface-api", + "authority_level": "government", + "country": "US", "domains": [ - "equities", - "fixed income", - "currencies", - "commodities", - "derivatives", - "economic data", - "financial news", - "corporate fundamentals", - "esg data" + "cancer genomics", + "oncology", + "molecular biology", + "genomics", + "bioinformatics", + "precision medicine", + "biomedical research" ], - "geographic_scope": "global", - "update_frequency": "real-time", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "financial-markets", - "stock-market", - "real-time-data", - "bonds", - "forex", - "commodities", - "derivatives", - "economic-data", - "financial-news", - "commercial", - "subscription-based", - "professional-trading", - "market-data", - "terminal" + "cancer genomics", + "TCGA", + "NCI", + "NHGRI", + "GDC", + "whole genome sequencing", + "whole exome sequencing", + "RNA-seq", + "DNA methylation", + "copy number variation", + "somatic mutations", + "cancer types", + "precision medicine", + "oncology", + "biomarker discovery", + "pan-cancer analysis", + "molecular characterization", + "tumor genomics" ], - "data_content": { - "en": [ - "Real-time stock quotes and indices (NYSE, NASDAQ, LSE, TSE, HKEX, etc.)", - "Bond prices and yields (government bonds, corporate bonds, municipal bonds)", - "Foreign exchange rates (170+ currencies, real-time and historical)", - "Commodities prices (energy, metals, agriculture)", - "Derivatives data (options, futures, swaps)", - "Economic indicators (GDP, inflation, employment, trade data)", - "Corporate financials (income statements, balance sheets, cash flows)", - "Financial news and analysis (Bloomberg News, market commentary)", - "ESG ratings and sustainability data", - "Analyst estimates and recommendations" - ], - "zh": [ - "实时股票报价和指数(纽交所、纳斯达克、伦敦证交所、东京证交所、港交所等)", - "债券价格和收益率(政府债券、公司债券、市政债券)", - "外汇汇率(170+ 种货币,实时和历史数据)", - "大宗商品价格(能源、金属、农产品)", - "衍生品数据(期权、期货、掉期)", - "经济指标(GDP、通货膨胀、就业、贸易数据)", - "企业财务数据(损益表、资产负债表、现金流量表)", - "金融新闻和分析(彭博新闻、市场评论)", - "ESG 评级和可持续发展数据", - "分析师预测和建议" - ] - }, - "authority_level": "commercial", - "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "academic/health/tcga.json" }, { - "id": "crsp", + "id": "acad-conferenceboard", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, "description": { - "en": "CRSP maintains the most comprehensive collection of security price, return, and volume data for the NYSE, AMEX, and NASDAQ stock markets. Founded at the University of Chicago Booth School of Business in the 1960s, CRSP provides historical data dating back to 1925 covering over 32,000 active and inactive securities. The database includes daily and monthly stock prices, returns, trading volumes, corporate actions, and indices. CRSP is the gold standard for academic financial research and is widely used by researchers, investment professionals, and asset managers. In September 2025, Morningstar, Inc. acquired CRSP from the University of Chicago for $375 million. Over $3 trillion of assets are held in funds linked to CRSP Market Indexes.", - "zh": "CRSP 维护着纽约证券交易所(NYSE)、美国证券交易所(AMEX)和纳斯达克(NASDAQ)股票市场最全面的证券价格、回报和交易量数据集合。CRSP 成立于 1960 年代,由芝加哥大学布斯商学院创建,提供可追溯到 1925 年的历史数据,涵盖超过 32,000 个活跃和非活跃证券。数据库包括每日和每月股票价格、回报率、交易量、公司行为和指数。CRSP 是学术金融研究的黄金标准,被研究人员、投资专业人士和资产管理公司广泛使用。2025 年 9 月,晨星公司以 3.75 亿美元从芝加哥大学收购了 CRSP。与 CRSP 市场指数挂钩的基金持有的资产超过 3 万亿美元。" + "en": "The Conference Board is a leading source of economic indicators and analysis, publishing the widely-cited Consumer Confidence Index and Leading Economic Indicators (LEI). Since taking over the LEI from the US government in 1995, they provide comprehensive economic data on business cycles, labor trends, and economic outlooks for major economies worldwide. Their authoritative data includes leading, coincident, and lagging indexes designed to signal peaks and troughs in business cycles.", + "zh": "世界大型企业联合会是领先的经济指标和分析来源,发布广受引用的消费者信心指数和领先经济指标(LEI)。自1995年从美国政府接管LEI以来,他们为全球主要经济体提供关于商业周期、劳动力趋势和经济展望的全面经济数据。其权威数据包括旨在预示商业周期峰谷的领先、同步和滞后指标。" }, - "website": "https://www.crsp.org", - "data_url": "https://www.crsp.org/", - "api_url": "https://www.crsp.org/products/documentation/getting-started", - "country": "US", + "website": "https://www.conference-board.org", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "api_url": null, + "authority_level": "research", + "country": null, "domains": [ - "stock markets", - "equities", - "market indices", - "corporate actions", - "investment research", - "asset pricing" + "Economics", + "Business Cycles", + "Consumer Confidence", + "Labor Markets", + "Employment", + "Economic Forecasting" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "monthly", + "has_api": false, "tags": [ - "stock-market", - "equities", - "historical-data", - "US-markets", - "NYSE", - "NASDAQ", - "AMEX", - "academic-research", - "financial-data", - "market-indices", - "time-series", - "asset-pricing", - "corporate-actions", - "subscription-based", - "WRDS", - "investment-research" + "economics", + "business-cycles", + "leading-indicators", + "consumer-confidence", + "employment", + "economic-forecasting", + "ceo-confidence", + "labor-markets", + "time-series" ], - "data_content": { - "en": [ - "Daily and monthly stock prices (NYSE, AMEX, NASDAQ, NYSE Arca)", - "Stock returns and holding period returns", - "Trading volumes and shares outstanding", - "Market capitalization data", - "Stock indices and portfolio returns", - "Corporate actions (splits, dividends, delistings, mergers)", - "Beta-based and cap-based portfolios", - "Treasury bond rates and risk-free rates", - "Mutual fund data", - "Real estate investment trust (REIT) data", - "Security-level descriptive information (CUSIP, ticker, company name)", - "Market microstructure data" - ], - "zh": [ - "每日和每月股票价格(纽交所、美国证交所、纳斯达克、纽交所高增长板)", - "股票回报率和持有期回报率", - "交易量和流通股数", - "市值数据", - "股票指数和投资组合回报", - "公司行为(拆股、分红、退市、并购)", - "基于贝塔和市值的投资组合", - "国债利率和无风险利率", - "共同基金数据", - "房地产投资信托基金(REIT)数据", - "证券级别描述信息(CUSIP、股票代码、公司名称)", - "市场微观结构数据" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "academic/economics/conference-board.json" }, { - "id": "cryptocurrency-data", + "id": "usa-eia", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "description": { - "en": "Comprehensive cryptocurrency market data platforms providing real-time and historical price information, market capitalizations, trading volumes, and blockchain analytics. CoinMarketCap tracks over 7,000 cryptocurrencies across 33,000+ markets and 300+ exchanges, with data dating back to 2013. CoinGecko monitors 13 million+ tokens across 240+ blockchain networks and 1,600+ exchanges, established in 2014. Both platforms offer extensive APIs, support multiple fiat currencies, and provide on-chain DEX data, NFT floor prices, and comprehensive market intelligence for cryptocurrency investors, researchers, and developers.", - "zh": "综合性加密货币市场数据平台,提供实时和历史价格信息、市值、交易量和区块链分析。CoinMarketCap 追踪 7,000 多种加密货币,覆盖 33,000 多个市场和 300 多个交易所,数据可追溯至 2013 年。CoinGecko 监控 1300 万以上代币,涵盖 240 多个区块链网络和 1,600 多个交易所,成立于 2014 年。两个平台均提供广泛的 API 接口,支持多种法定货币,并提供链上 DEX 数据、NFT 底价和全面的市场情报,服务于加密货币投资者、研究人员和开发者。" + "en": "The U.S. Energy Information Administration (EIA) is the statistical and analytical agency within the U.S. Department of Energy. EIA collects, analyzes, and disseminates independent and impartial energy information to promote sound policymaking, efficient markets, and public understanding of energy and its interaction with the economy and the environment. EIA provides comprehensive data on energy production, consumption, prices, and projections across all energy sources including petroleum, natural gas, coal, nuclear, renewable energy, and electricity.", + "zh": "美国能源信息署(EIA)是美国能源部下属的统计和分析机构。EIA收集、分析和传播独立公正的能源信息,以促进合理的政策制定、高效的市场运作以及公众对能源及其与经济和环境互动的理解。EIA提供涵盖所有能源来源的全面数据,包括石油、天然气、煤炭、核能、可再生能源和电力的生产、消费、价格和预测数据。" }, - "website": "https://coinmarketcap.com", - "data_url": "https://coinmarketcap.com", - "api_url": "https://coinmarketcap.com/api/documentation/v1/", - "country": null, + "website": "https://www.eia.gov", + "data_url": "https://www.eia.gov", + "api_url": "https://www.eia.gov/opendata/documentation.php", + "authority_level": "government", + "country": "US", "domains": [ - "cryptocurrency markets", - "blockchain analytics", - "digital assets", - "defi (decentralized finance)", - "nft markets", - "trading data", - "financial technology" + "energy", + "petroleum", + "natural gas", + "coal", + "electricity", + "nuclear energy", + "renewable energy", + "environment", + "economics", + "markets" ], - "geographic_scope": "global", - "update_frequency": "real-time", + "geographic_scope": "national", + "update_frequency": "daily", + "has_api": true, "tags": [ - "cryptocurrency", - "blockchain", - "digital-assets", - "market-data", - "trading", - "defi", - "nft", - "real-time-data", - "financial-markets", - "crypto-exchanges", + "energy", + "petroleum", + "natural-gas", + "coal", + "electricity", + "renewable-energy", + "nuclear-energy", + "united-states", + "government", + "official-statistics", + "time-series", "api", - "price-tracking" - ], - "data_content": { - "en": [ - "Real-time Cryptocurrency Prices - Live pricing for 7,000+ cryptocurrencies (CMC) and 13M+ tokens (CoinGecko)", - "Market Capitalizations - Total and circulating supply valuations", - "Trading Volumes - 24-hour and historical trading volumes across exchanges", - "Exchange Data - Coverage of 300+ centralized exchanges (CMC) and 1,600+ exchanges (CoinGecko)", - "Historical Price Data - Historical data from 2013 (CMC) and 2014 (CoinGecko)", - "On-chain DEX Data - 250+ blockchain networks, 1,700+ DEXes, 15M+ tokens (CoinGecko)", - "NFT Floor Prices - NFT collection floor price tracking", - "Market Metrics - Price changes, volume changes, market dominance, liquidity metrics", - "Blockchain Network Data - Coverage across 240+ blockchain networks", - "Fiat Conversion - Support for 93 fiat currencies and 4 precious metals", - "Token Metadata - Project information, websites, social media, whitepapers", - "Trading Pairs - Comprehensive trading pair information across markets" - ], - "zh": [ - "实时加密货币价格 - 7,000+ 种加密货币(CMC)和 1300 万代币(CoinGecko)的实时价格", - "市值数据 - 总市值和流通市值估值", - "交易量 - 跨交易所的 24 小时和历史交易量", - "交易所数据 - 覆盖 300+ 中心化交易所(CMC)和 1,600+ 交易所(CoinGecko)", - "历史价格数据 - 2013 年(CMC)和 2014 年(CoinGecko)以来的历史数据", - "链上 DEX 数据 - 250+ 区块链网络、1,700+ DEX、1500 万代币(CoinGecko)", - "NFT 底价 - NFT 系列底价追踪", - "市场指标 - 价格变化、交易量变化、市场主导地位、流动性指标", - "区块链网络数据 - 覆盖 240+ 区块链网络", - "法币转换 - 支持 93 种法定货币和 4 种贵金属", - "代币元数据 - 项目信息、网站、社交媒体、白皮书", - "交易对 - 跨市场的综合交易对信息" - ] - }, - "authority_level": "commercial", - "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "open-data" + ], + "file_path": "countries/north-america/usa/eia.json" }, { - "id": "cambridge-structural-database", + "id": "uk-biobank", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "UK Biobank", + "zh": "英国生物样本库" }, "description": { - "en": "The Cambridge Structural Database (CSD) is the world's largest repository for experimentally derived small-molecule organic and metal-organic crystal structures, curated since 1965. Maintained by the Cambridge Crystallographic Data Centre (CCDC), the database now contains over 1.39 million crystal structures from published literature, direct deposition, patents, and PhD theses. The CSD is CoreTrustSeal certified and recognized as a trusted data repository. It serves as a fundamental resource for pharmaceutical drug discovery and development, agrochemical research, materials science, metal-organic frameworks (MOFs), catalysis research, and academic crystallography. The database provides comprehensive structural chemistry data, software, and insights used by thousands of scientists globally in both commercial and academic research.", - "zh": "剑桥晶体结构数据库(CSD)是世界上最大的实验衍生小分子有机和金属有机晶体结构库,自1965年以来持续整理。该数据库由剑桥晶体学数据中心(CCDC)维护,目前包含来自发表文献、直接提交、专利和博士论文的超过139万个晶体结构。CSD 获得 CoreTrustSeal 认证,被认定为可信数据存储库。它是制药药物发现与开发、农药研究、材料科学、金属有机框架(MOFs)、催化研究和学术晶体学的基础资源。该数据库为全球数千名科学家提供全面的结构化学数据、软件和见解,广泛应用于商业和学术研究。" + "en": "UK Biobank is the world's most detailed, long-term prospective health research study and the largest biomedical database resource. It follows 500,000 volunteers (aged 40-69 at recruitment during 2006-2010) to understand who falls ill and why, enabling scientists globally to create better ways to diagnose, prevent and treat diseases. The database contains genetic, lifestyle, and health information including whole genome sequences, imaging data, biomarker data, healthcare records, and questionnaire data. Over 22,000 researchers from more than 60 countries have used UK Biobank data, resulting in over 18,000 peer-reviewed scientific publications.", + "zh": "英国生物样本库是世界上最详细、最长期的前瞻性健康研究和最大的生物医学数据库资源。它跟踪50万志愿者(2006-2010年招募时年龄40-69岁)以了解谁生病以及原因,使全球科学家能够创造更好的方法来诊断、预防和治疗疾病。该数据库包含遗传、生活方式和健康信息,包括全基因组序列、影像数据、生物标志物数据、医疗记录和问卷数据。来自60多个国家的超过22,000名研究人员使用了英国生物样本库数据,产生了超过18,000篇同行评审的科学出版物。" }, - "website": "https://www.ccdc.cam.ac.uk", - "data_url": "https://www.ccdc.cam.ac.uk", - "api_url": "https://downloads.ccdc.cam.ac.uk/documentation/API/", - "country": null, + "website": "https://www.ukbiobank.ac.uk/", + "data_url": "https://www.ukbiobank.ac.uk/", + "api_url": "https://github.com/UK-Biobank", + "authority_level": "research", + "country": "GB", "domains": [ - "crystallography", - "structural chemistry", - "pharmaceutical sciences", - "drug discovery", - "drug development", - "agrochemical research", - "materials science", - "metal-organic frameworks", - "catalysis", - "functional materials", - "organic chemistry", - "inorganic chemistry" + "health", + "genetics", + "genomics", + "epidemiology", + "biomarkers", + "medical imaging", + "demographics", + "lifestyle", + "proteomics", + "metabolomics" ], - "geographic_scope": "global", - "update_frequency": "daily", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "crystallography", - "structural-chemistry", - "crystal-structures", - "small-molecules", - "organic-chemistry", - "metal-organic-frameworks", - "pharmaceutical", - "drug-discovery", - "drug-development", - "materials-science", - "agrochemical", - "catalysis", - "polymorphs", - "molecular-geometry", - "chemical-bonding", - "conformational-analysis", - "x-ray-crystallography", - "academic-research", - "commercial-research", - "coretrustseal-certified" + "biobank", + "genomics", + "genetics", + "medical imaging", + "proteomics", + "metabolomics", + "epidemiology", + "UK", + "longitudinal study", + "precision medicine", + "whole genome sequencing", + "biomarkers", + "healthcare data", + "cohort study", + "personalized medicine", + "disease prevention", + "clinical research", + "population health" ], - "data_content": { - "en": [ - "Organic Structures - Drugs and pharmaceuticals, agrochemicals, pigments, explosives, protein ligands", - "Metal-Organic Structures - Metal Organic Frameworks (MOFs), catalyst models, porous frameworks for gas storage, fundamental chemical bonding", - "Polymorph Families - 13,478 polymorph families", - "Physical Properties - 174,987 melting points, 1,075,904 crystal colours, 951,746 crystal shapes", - "Bioactivity Data - 30,275 bioactivity details, 13,641 natural source data", - "Chemical Data - >350,000 oxidation states", - "Data Subsets - DrugBank, Druglike, MOFs, PDB ligands, PubChem, ChemSpider, Pesticide PDB", - "Crystallographic Data - Full 3D atomic coordinates, unit cell parameters, space groups, bond lengths and angles", - "Chemical Bonds and Interactions - Hydrogen bonds, pi-pi interactions, coordination geometries", - "Conformational Data - Molecular conformations and torsion angles" - ], - "zh": [ - "有机结构 - 药物和医药品、农药、颜料、爆炸物、蛋白质配体", - "金属有机结构 - 金属有机框架(MOFs)、催化剂模型、气体存储多孔框架、基础化学键合", - "多晶型家族 - 13,478 个多晶型家族", - "物理性质 - 174,987 个熔点、1,075,904 个晶体颜色、951,746 个晶体形状", - "生物活性数据 - 30,275 个生物活性详情、13,641 个天然来源数据", - "化学数据 - >350,000 个氧化态", - "数据子集 - DrugBank、类药物、MOFs、PDB配体、PubChem、ChemSpider、农药PDB", - "晶体学数据 - 完整的3D原子坐标、晶胞参数、空间群、键长和键角", - "化学键和相互作用 - 氢键、π-π相互作用、配位几何", - "构象数据 - 分子构象和扭转角" - ] - }, - "authority_level": "research", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "academic/biology/uk-biobank.json" }, { - "id": "china-instrument-society", + "id": "un-comtrade", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" }, "description": { - "en": "China Instrument and Control Society (CIS) is a national academic, public welfare, and non-profit organization of instrument and control scientists and technicians in China. Founded in 1979 and supervised by the China Association for Science and Technology (CAST), CIS serves as a bridge between the government and instrument industry professionals, promoting the development of instrument and measurement control science and technology.", - "zh": "中国仪器仪表学会(CIS)是中国仪器仪表与测量控制科学技术工作者自愿组成并依法登记成立的学术性、公益性、非营利性社团法人。学会成立于1979年,由中国科学技术协会主管,是党和国家联系仪器仪表与测量控制科技工作者的桥梁和纽带,致力于推动中国仪器仪表与测量控制科学技术事业的发展。" + "en": "UN Comtrade is the world's largest repository of official international trade statistics, containing detailed imports and exports data reported by over 200 countries and territories. Data covers merchandise trade by commodity (HS, SITC) and trading partner, with annual and monthly time series.", + "zh": "UN Comtrade是全球最大的官方国际贸易统计数据库,包含200多个国家和地区报告的详细进出口数据。数据涵盖按商品(HS、SITC)和贸易伙伴分类的商品贸易,提供年度和月度时间序列。" }, - "website": "https://www.cis.org.cn/", - "data_url": "https://www.cis.org.cn/post/index/162", - "api_url": null, - "authority_level": "research", - "country": "CN", + "website": "https://unstats.un.org", + "data_url": "https://comtradeplus.un.org", + "api_url": "https://comtradeplus.un.org/TradeFlow", + "authority_level": "international", + "country": null, "domains": [ - "instrumentation", - "measurement-control", - "scientific-instruments", - "industrial-automation" + "trade", + "economics" ], - "geographic_scope": "national", - "update_frequency": "annual", + "geographic_scope": "global", + "update_frequency": "monthly", + "has_api": true, "tags": [ - "仪器仪表", - "instrumentation", - "测量控制", - "measurement-control", - "科学仪器", - "scientific-instruments", - "仪器国产化", - "instrument-localization", - "工业自动化", - "industrial-automation", - "学术年会", - "academic-conference", - "行业统计", - "industry-statistics", - "团体标准", - "group-standards", - "科技奖励", - "technology-awards" + "international_trade", + "merchandise_trade", + "bilateral_trade", + "commodity_trade", + "un_statistics", + "trade_data" ], - "data_content": { - "en": [ - "Annual reports on instrument and instrumentation industry development", - "Industry statistics and market analysis", - "Scientific instrument localization rate and domestic production data", - "Academic publications including Journal of Instrumentation, Optical Instruments, and other professional journals", - "Group standards and technical specifications for instrument industry", - "Technology awards and scientific achievement evaluations", - "Academic conference proceedings and research reports", - "Industry white papers on instrumentation technology" - ], - "zh": [ - "仪器仪表行业年度发展报告", - "行业统计数据与市场分析", - "科学仪器国产化率及国产仪器数据", - "学术期刊出版物(包括《仪器仪表学报》、《光学仪器》等专业期刊)", - "团体标准与行业技术规范", - "科学技术奖励及成果鉴定", - "学术年会论文集与研究报告", - "仪器仪表技术产业白皮书" - ] - }, - "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "file_path": "international/trade/comtrade.json" }, { - "id": "derwent-innovation-index", + "id": "unctad", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" }, "description": { - "en": "Derwent Innovation Index is a comprehensive patent database provided by Clarivate Analytics, offering access to over 100 million patent documents from over 40 patent-issuing authorities worldwide. The database integrates Derwent World Patents Index (DWPI) enhanced patent data with patent citations from the Web of Science platform. It features value-added content including expert patent indexing, standardized patent families, chemical structure search capabilities, and enhanced English-language abstracts. Derwent Innovation Index is widely used for competitive intelligence, technology landscape analysis, patent analytics, prior art searching, freedom-to-operate analysis, and R&D decision-making across industries including pharmaceuticals, biotechnology, chemicals, electronics, engineering, and more.", - "zh": "德温特创新索引是科睿唯安(Clarivate Analytics)提供的综合性专利数据库,收录了来自全球40多个专利授权机构的超过1亿份专利文献。该数据库整合了德温特世界专利索引(DWPI)增强的专利数据与来自Web of Science平台的专利引用信息。其特色包括专家专利索引、标准化专利家族、化学结构检索功能和增强的英文摘要。德温特创新索引广泛用于竞争情报、技术景观分析、专利分析、现有技术检索、自由实施分析以及制药、生物技术、化学、电子、工程等行业的研发决策。" + "en": "UNCTAD provides comprehensive trade, investment, and development statistics covering merchandise trade, services trade, foreign direct investment, commodity prices, maritime transport, and creative economy indicators for all countries and territories.", + "zh": "联合国贸易和发展会议提供全面的贸易、投资和发展统计数据,涵盖所有国家和地区的商品贸易、服务贸易、外国直接投资、商品价格、海运和创意经济指标。" }, - "website": "https://clarivate.com", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "api_url": "https://developer.clarivate.com/apis", + "website": "https://unctad.org", + "data_url": "https://unctadstat.unctad.org", + "api_url": "https://unctadstat.unctad.org/EN/api.html", + "authority_level": "international", "country": null, "domains": [ - "patents", - "innovation", - "intellectual property", - "pharmaceuticals", - "biotechnology", - "chemistry", - "electronics", - "engineering", - "telecommunications", - "materials science", - "medical technology", - "mechanical engineering", - "computer science", - "aerospace", - "automotive" + "trade", + "investment", + "development", + "economics" ], "geographic_scope": "global", - "update_frequency": "weekly", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "patents", - "intellectual-property", - "innovation", - "technology", - "competitive-intelligence", - "patent-analytics", - "prior-art", - "freedom-to-operate", - "patent-families", - "citations", - "chemical-structures", - "dwpi", - "technology-landscape", - "r-and-d", - "patent-classification", - "commercial-database", - "global-coverage", - "clarivate" + "international_trade", + "development", + "fdi", + "commodities", + "maritime", + "creative_economy", + "un_statistics" ], - "data_content": { - "en": [ - "Patent Documents - Over 100 million patent documents from 40+ patent authorities worldwide", - "Derwent World Patents Index (DWPI) - Value-added patent information with expert indexing", - "Patent Families - Standardized patent family groupings across jurisdictions", - "Patent Citations - Citation data integrated from Web of Science", - "Chemical Structures - Searchable chemical structure information and Markush structures", - "Patent Classifications - IPC, CPC, USPC, and Derwent Manual Codes", - "Legal Status Information - Patent status, assignments, and litigation data", - "Inventor and Assignee Data - Standardized and disambiguated inventor/assignee information", - "Patent Abstracts - Enhanced English-language abstracts with technical details", - "Priority and Publication Data - Priority claims, publication dates, and filing information", - "Technology Codes - Derwent Class Codes for precise technology classification", - "Patent Analytics - Built-in analytical tools for trend analysis and competitive intelligence" - ], - "zh": [ - "专利文献 - 来自全球40多个专利机构的超过1亿份专利文献", - "德温特世界专利索引(DWPI) - 具有专家索引的增值专利信息", - "专利家族 - 跨司法管辖区的标准化专利家族分组", - "专利引用 - 集成自Web of Science的引用数据", - "化学结构 - 可检索的化学结构信息和马库什结构", - "专利分类 - IPC、CPC、USPC和德温特手工代码", - "法律状态信息 - 专利状态、转让和诉讼数据", - "发明人和受让人数据 - 标准化和消歧的发明人/受让人信息", - "专利摘要 - 带有技术细节的增强英文摘要", - "优先权和公开数据 - 优先权声明、公开日期和申请信息", - "技术代码 - 用于精确技术分类的德温特分类代码", - "专利分析 - 内置分析工具用于趋势分析和竞争情报" - ] - }, - "authority_level": "commercial", - "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "international/trade/unctad.json" }, { - "id": "arwu", + "id": "usgs-earthexplorer", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" }, "description": { - "en": "The Academic Ranking of World Universities (ARWU), also known as Shanghai Ranking, is recognized as the precursor of global university rankings and one of the most trustworthy rankings worldwide. First published in 2003 by Shanghai Jiao Tong University and since 2009 by ShanghaiRanking Consultancy, ARWU presents the world's top 1000 research universities annually based on transparent methodology and objective third-party data. It uses six objective indicators including Nobel Prizes and Fields Medals won by alumni and staff, highly cited researchers, publications in Nature and Science, papers indexed in major citation indices, and per capita academic performance.", - "zh": "世界大学学术排名(ARWU),也称为上海排名,被公认为全球大学排名的先驱和最值得信赖的排名之一。首次发布于2003年由上海交通大学发起,自2009年起由软科教育信息咨询有限公司(ShanghaiRanking Consultancy)发布。ARWU基于透明的方法论和客观的第三方数据,每年发布全球前1000所研究型大学排名。排名使用六项客观指标,包括校友和教职工获得的诺贝尔奖和菲尔兹奖、高被引学者数量、在Nature和Science上发表的论文、被主要引文索引收录的论文以及师均学术表现。" + "en": "EarthExplorer is an online search, discovery, and ordering tool developed by the USGS that supports searching satellite, aircraft, and other remote sensing inventories through interactive and textual-based query capabilities. It provides access to one of the world's largest archives of land imagery, including more than 85 years of satellite and aerial records, complete Landsat collection, Sentinel data, digital elevation models, aerial photos, and various other datasets. The EROS Center operates the Landsat satellites and delivers data supporting science, resource management, and hazards response.", + "zh": "地球探索者是由美国地质调查局开发的在线搜索、发现和订购工具,支持通过交互式和基于文本的查询功能搜索卫星、飞机和其他遥感数据清单。它提供世界上最大的陆地影像档案之一,包括85年以上的卫星和航空记录、完整的Landsat系列数据、Sentinel数据、数字高程模型、航空照片和各种其他数据集。EROS中心运营Landsat卫星,提供支持科学研究、资源管理和灾害响应的数据。" }, - "website": "https://www.shanghairanking.com", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "api_url": null, + "website": "https://www.usgs.gov", + "data_url": "https://earthexplorer.usgs.gov/", + "api_url": "https://m2m.cr.usgs.gov/", + "authority_level": "government", "country": null, "domains": [ - "higher education", - "university rankings", - "research performance", - "academic excellence", - "education assessment" + "earth-observation", + "remote-sensing", + "geospatial", + "environmental-monitoring", + "land-cover" ], "geographic_scope": "global", - "update_frequency": "annual", + "update_frequency": "daily", + "has_api": true, "tags": [ - "university-ranking", - "higher-education", - "research-assessment", - "academic-excellence", - "global-ranking", - "education-evaluation", - "nobel-prize", - "citation-analysis", - "research-performance", - "shanghai-ranking" + "satellite-imagery", + "remote-sensing", + "landsat", + "sentinel", + "earth-observation", + "geospatial", + "dem", + "elevation", + "aerial-photography", + "land-cover", + "environmental-monitoring", + "usgs", + "eros", + "disaster-response", + "climate-data" ], - "data_content": { - "en": [ - "Alumni - Nobel Prizes and Fields Medals won by alumni (10% weight)", - "Award - Nobel Prizes and Fields Medals won by staff (20% weight)", - "HiCi - Highly Cited Researchers selected by Clarivate (20% weight)", - "N&S - Papers published in Nature and Science journals (20% weight)", - "PUB - Papers indexed in SCIE and SSCI (Web of Science) (20% weight)", - "PCP - Per capita academic performance of institution (10% weight)", - "Top 1000 Universities - Annual ranking of world's best research universities", - "Global Coverage - Over 2500 universities evaluated annually", - "Historical Data - Rankings available from 2003 to present" - ], - "zh": [ - "校友 - 校友获得的诺贝尔奖和菲尔兹奖(权重10%)", - "获奖 - 教职工获得的诺贝尔奖和菲尔兹奖(权重20%)", - "高被引 - Clarivate选出的高被引学者(权重20%)", - "N&S - 在Nature和Science发表的论文(权重20%)", - "PUB - 被SCIE和SSCI收录的论文(权重20%)", - "师均 - 机构的师均学术表现(权重10%)", - "前1000所大学 - 全球最佳研究型大学年度排名", - "全球覆盖 - 每年评估超过2500所大学", - "历史数据 - 2003年至今的排名数据" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/P-education/arwu.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" }, { - "id": "british-museum-collection", + "id": "usa-census-bureau", "name": { - "en": "British Museum Collection", - "zh": "大英博物馆馆藏" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "description": { - "en": "The British Museum Collection comprises nearly 5 million objects documenting two million years of human history and culture from across six continents. Collection online provides searchable access to over 2 million catalogued records with high-definition images, covering archaeology, art, cultural artifacts, and historical objects. The database represents over 40 years of cataloguing work and continues to expand daily.", - "zh": "大英博物馆馆藏包含近500万件文物,记录了来自六大洲的两百万年人类历史与文化。在线馆藏提供超过200万条可搜索的编目记录,配有高清图像,涵盖考古学、艺术、文化文物和历史物品。该数据库代表了40多年的编目工作,并持续每日扩展。" + "en": "The leading source of quality data about the United States' people and economy. Conducts the decennial census, American Community Survey (ACS), Economic Census, and numerous other surveys covering demographics, housing, business, trade, and government. Serves as the nation's primary provider of data about its people and economy.", + "zh": "美国人口和经济质量数据的主要来源。进行十年一次的人口普查、美国社区调查(ACS)、经济普查以及涵盖人口统计、住房、商业、贸易和政府的众多其他调查。是美国有关人口和经济数据的主要提供者。" }, - "website": "https://www.britishmuseum.org", - "data_url": "https://www.britishmuseum.org/collection", - "api_url": null, - "country": null, + "website": "https://www.census.gov", + "data_url": "https://www.census.gov", + "api_url": "https://www.census.gov/data/developers.html", + "authority_level": "government", + "country": "US", "domains": [ - "cultural heritage", - "archaeology", - "art history", - "anthropology", - "ancient civilizations", - "museum studies" + "demographics", + "economics", + "housing", + "business", + "trade", + "government", + "geography", + "population", + "income", + "employment", + "education", + "health" ], - "geographic_scope": "global", - "update_frequency": "daily", + "geographic_scope": "national", + "update_frequency": "irregular", + "has_api": true, "tags": [ - "cultural heritage", - "museum", - "archaeology", - "art history", - "artifacts", - "world history", - "anthropology", - "ethnography", - "ancient civilizations", - "British Museum" + "united-states", + "national-statistics", + "census", + "demographics", + "economic-indicators", + "housing-data", + "population-data", + "geospatial", + "open-data", + "government-data", + "api-available" ], - "data_content": { - "en": [ - "Ancient Egypt and Sudan artifacts", - "Greek and Roman antiquities", - "Middle Eastern archaeology", - "Asian art and culture", - "African art and artifacts", - "Americas collections", - "European art and archaeology", - "Coins and medals", - "Prints and drawings", - "Ethnographic collections" - ], - "zh": [ - "古埃及和苏丹文物", - "希腊和罗马古物", - "中东考古", - "亚洲艺术与文化", - "非洲艺术与文物", - "美洲馆藏", - "欧洲艺术与考古", - "硬币和奖章", - "版画和素描", - "民族学藏品" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "countries/north-america/usa/census-bureau.json" }, { - "id": "tennis-atp-wta-data", + "id": "wipo-ip-statistics", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, "description": { - "en": "Comprehensive open-source databases containing historical tennis rankings, match results, and statistics for both men's (ATP) and women's (WTA) professional tennis. Includes match-level data from 1968 to present, player biographical information, and detailed match statistics. The datasets cover tour-level, challenger, futures, and qualifying matches with extensive historical coverage.", - "zh": "全面的开源数据库,包含男子(ATP)和女子(WTA)职业网球的历史排名、比赛结果和统计数据。包括从1968年至今的比赛级别数据、球员传记信息和详细的比赛统计。数据集涵盖巡回赛级别、挑战赛、未来赛和资格赛,具有广泛的历史覆盖范围。" + "en": "The World Intellectual Property Organization (WIPO) IP Statistics Data Center provides comprehensive global intellectual property data. Established in 1967, WIPO serves 194 member states and provides statistical data on patents, utility models, trademarks, industrial designs, geographical indications, plant varieties, and microorganisms. The database offers extensive indicators for IP activity worldwide, supporting researchers, policymakers, and IP professionals.", + "zh": "世界知识产权组织(WIPO)知识产权统计数据中心提供全面的全球知识产权数据。WIPO成立于1967年,服务194个成员国,提供专利、实用新型、商标、工业品外观设计、地理标志、植物品种和微生物等知识产权统计数据。数据库提供全球知识产权活动的广泛指标,支持研究人员、政策制定者和知识产权专业人士。" }, - "website": "https://www.tennisabstract.com/", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "website": "https://www.wipo.int", + "data_url": "https://www3.wipo.int/ipstats/", "api_url": null, + "authority_level": "international", "country": null, "domains": [ - "sports statistics", - "tennis", - "professional sports data", - "player performance analytics" + "intellectual property", + "patents", + "trademarks", + "innovation", + "technology" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "annual", + "has_api": false, "tags": [ - "sports", - "tennis", - "atp", - "wta", - "rankings", - "match-results", - "player-statistics", - "open-source", - "historical-data", - "professional-sports" + "intellectual-property", + "patents", + "trademarks", + "industrial-design", + "innovation", + "technology", + "wipo", + "pct", + "madrid-system", + "hague-system", + "ip-statistics", + "international-organization", + "united-nations" ], - "data_content": { - "en": [ - "ATP Rankings (1973-present, with gaps in early years)", - "WTA Rankings (1980s-present)", - "Tour-level match results (singles and doubles)", - "Challenger and Futures match results", - "Qualifying match results", - "ITF-level match results for WTA", - "Player biographical data (name, birth date, country, handedness, height)", - "Match statistics (aces, double faults, serve percentages, break points, etc.)", - "Tournament information (name, level, surface, location)", - "Historical rankings by decade", - "Point-by-point data (separate repositories)", - "Match charting data (separate project)" - ], - "zh": [ - "ATP排名(1973年至今,早期有缺失)", - "WTA排名(1980年代至今)", - "巡回赛级别比赛结果(单打和双打)", - "挑战赛和未来赛比赛结果", - "资格赛比赛结果", - "WTA的ITF级别比赛结果", - "球员传记数据(姓名、出生日期、国家、惯用手、身高)", - "比赛统计(ACE球、双误、发球百分比、破发点等)", - "锦标赛信息(名称、级别、场地类型、地点)", - "按十年划分的历史排名", - "逐分数据(独立存储库)", - "比赛图表数据(独立项目)" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "file_path": "international/intellectual-property/wipo.json" }, { - "id": "aws-open-data-registry", + "id": "wto-statistics", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" }, "description": { - "en": "The Registry of Open Data on AWS is a comprehensive repository of publicly available datasets hosted on Amazon Web Services infrastructure. It helps people discover and share datasets that are available via AWS resources. The registry contains over 650 datasets spanning multiple domains including machine learning, astronomy, climate science, economics, genomics, geospatial sciences, life sciences, sustainability, and more. Anyone can access these datasets and build services on top of them using AWS compute and analytics services such as Amazon EC2, Amazon Athena, AWS Lambda, and Amazon EMR. The AWS Open Data Sponsorship Program covers the cost of storage for high-value, cloud-optimized datasets, making them freely accessible to researchers, developers, and data scientists worldwide.", - "zh": "AWS开放数据注册表是托管在亚马逊云科技基础设施上的公开可用数据集的综合存储库。它帮助人们发现和共享通过AWS资源可用的数据集。该注册表包含超过650个数据集,涵盖多个领域,包括机器学习、天文学、气候科学、经济学、基因组学、地理空间科学、生命科学、可持续发展等。任何人都可以访问这些数据集,并使用AWS计算和分析服务(如Amazon EC2、Amazon Athena、AWS Lambda和Amazon EMR)在其基础上构建服务。AWS开放数据赞助计划承担高价值、云优化数据集的存储成本,使全球研究人员、开发人员和数据科学家可以免费访问这些数据。" + "en": "Comprehensive international trade statistics including merchandise and commercial services trade data, tariff profiles, and market access indicators for WTO members and observers.", + "zh": "综合国际贸易统计数据,包括世贸组织成员和观察员的商品和商业服务贸易数据、关税概况和市场准入指标。" }, - "website": "https://aws.amazon.com/opendata/", - "data_url": "https://registry.opendata.aws/", - "api_url": null, - "country": "US", + "website": "https://www.wto.org", + "data_url": "https://stats.wto.org", + "api_url": "https://apiportal.wto.org", + "authority_level": "international", + "country": null, "domains": [ - "machine learning", - "artificial intelligence", - "computer science", - "astronomy", - "climate science", "economics", - "genomics", - "geospatial", - "life sciences", - "sustainability", - "transportation", - "chemistry", - "imaging", - "medical imaging", - "computer vision", - "disaster response" + "trade" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "aws", - "open-data", - "cloud", - "machine-learning", - "ai", - "artificial-intelligence", - "deep-learning", - "computer-vision", - "nlp", - "genomics", - "climate", - "satellite-imagery", - "geospatial", - "earth-observation", - "life-sciences", - "astronomy", - "sustainability", - "public-datasets", - "data-lake", - "s3", - "开放数据", - "机器学习", - "人工智能", - "深度学习", - "计算机视觉", - "基因组学", - "气候科学", - "卫星影像", - "地理空间", - "生命科学", - "公共数据集", - "云计算", - "数据湖" - ], - "data_content": { - "en": [ - "Machine Learning & AI Datasets - Pre-processed datasets for training and testing ML/AI models including computer vision, NLP, and deep learning applications", - "Genomics & Life Sciences - DNA sequences, protein structures, biological datasets from NIH, Allen Institute, and other research institutions", - "Climate & Weather Data - Atmospheric data, climate models, weather forecasts, and environmental monitoring datasets from NOAA, NASA, and climate research centers", - "Satellite & Geospatial Data - Earth observation imagery, satellite data, GIS datasets from NASA, ESA, USGS, and Digital Earth Africa", - "Astronomy & Space Science - Astronomical observations, space mission data, and celestial object catalogs", - "Medical Imaging - Radiology images, pathology slides, and medical imaging datasets for healthcare AI research", - "Transportation & Mobility - Traffic data, autonomous vehicle datasets, and transportation network information", - "Economics & Social Sciences - Economic indicators, survey data, and social science research datasets", - "Disaster Response & Emergency Management - Real-time disaster data, emergency response datasets, and hazard mapping", - "Sustainability & Energy - Renewable energy data, carbon emissions tracking, and environmental sustainability datasets", - "Chemistry & Materials Science - Molecular structures, chemical compounds, and materials research data", - "Government & Public Sector Data - Open government datasets from EPA, NOAA, NASA, and other federal agencies" - ], - "zh": [ - "机器学习与AI数据集 - 用于训练和测试ML/AI模型的预处理数据集,包括计算机视觉、自然语言处理和深度学习应用", - "基因组学与生命科学 - 来自NIH、艾伦研究所和其他研究机构的DNA序列、蛋白质结构、生物数据集", - "气候与天气数据 - 来自NOAA、NASA和气候研究中心的大气数据、气候模型、天气预报和环境监测数据集", - "卫星与地理空间数据 - 来自NASA、ESA、USGS和Digital Earth Africa的地球观测影像、卫星数据、GIS数据集", - "天文学与空间科学 - 天文观测、太空任务数据和天体目录", - "医学影像 - 用于医疗AI研究的放射学图像、病理切片和医学影像数据集", - "交通与移动出行 - 交通数据、自动驾驶车辆数据集和交通网络信息", - "经济学与社会科学 - 经济指标、调查数据和社会科学研究数据集", - "灾害响应与应急管理 - 实时灾害数据、应急响应数据集和灾害地图", - "可持续发展与能源 - 可再生能源数据、碳排放跟踪和环境可持续性数据集", - "化学与材料科学 - 分子结构、化学化合物和材料研究数据", - "政府与公共部门数据 - 来自EPA、NOAA、NASA和其他联邦机构的开放政府数据集" - ] - }, - "authority_level": "commercial", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json" + "international-trade", + "tariffs", + "merchandise-trade", + "services-trade", + "wto", + "trade-policy", + "market-access" + ], + "file_path": "international/trade/wto.json" }, { - "id": "tennis-abstract-atp-wta", + "id": "worldbank-open-data", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, "description": { - "en": "Comprehensive open-source database of professional tennis match results, rankings, and statistics maintained by Jeff Sackmann. Covers all ATP and WTA tour-level singles matches from the Open Era (1968-present) with detailed match information, player biographical data, rankings, and in-match statistics. The dataset includes yearly CSV files with match results, rankings data, and player statistics. Data is updated weekly with new rankings and tournament results. Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.", - "zh": "由Jeff Sackmann维护的全面开源专业网球比赛结果、排名和统计数据库。涵盖公开赛时代(1968年至今)所有ATP和WTA巡回赛级别单打比赛,包含详细的比赛信息、球员传记数据、排名和比赛内统计数据。数据集包括按年份分类的CSV文件,包含比赛结果、排名数据和球员统计。数据每周更新,包含新的排名和锦标赛结果。根据知识共享署名-非商业性使用-相同方式共享4.0国际许可证授权。" + "en": "Free and open access to global development data including economic, social, and environmental indicators for over 200 countries and economies. Covers topics such as poverty, GDP, population, education, health, and infrastructure.", + "zh": "提供全球发展数据的免费开放访问,包括200多个国家和经济体的经济、社会和环境指标。涵盖贫困、GDP、人口、教育、健康和基础设施等主题。" }, - "website": "https://www.tennisabstract.com", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "api_url": null, + "website": "https://www.worldbank.org", + "data_url": "https://data.worldbank.org", + "api_url": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589", + "authority_level": "international", "country": null, "domains": [ - "sports", - "tennis", - "sports statistics", - "sports analytics", - "player performance", - "tournament data" + "economics", + "social", + "environment", + "health", + "education" ], "geographic_scope": "global", - "update_frequency": "weekly", + "update_frequency": "quarterly", + "has_api": true, "tags": [ - "tennis", - "网球", - "atp", - "wta", - "sports-data", - "体育数据", - "match-results", - "比赛结果", - "rankings", - "排名", - "sports-statistics", - "体育统计", - "tennis-analytics", - "网球分析", - "open-era", - "公开赛时代", - "grand-slam", - "大满贯", - "tennis-abstract", - "jeff-sackmann", - "player-stats", - "球员统计", - "tournament-data", - "锦标赛数据", - "historical-data", - "历史数据", - "csv-data", - "open-source", - "开源数据" - ], - "data_content": { - "en": [ - "Match Results - All tour-level singles matches since 1968 with tournament, date, surface, round, winner/loser information, and scores", - "Player Rankings - Weekly ATP and WTA rankings data (ATP rankings since 1973, estimated rankings for 1968-1972)", - "Player Statistics - Biographical information including date of birth, height, handedness, and backhand type", - "In-Match Statistics - Aces, double faults, serve percentages, break points, and other match statistics (available from 1991 onwards)", - "Tournament Information - Tournament level, surface type, draw size, and match format details", - "Match Charting Project - Point-by-point data including shot types, directions, depth, and error classifications", - "Point-by-Point Data - Sequential point-level data for tens of thousands of professional matches", - "Historical Coverage - Complete Open Era coverage from 1968 to present with continuous updates", - "Data Dictionary - Comprehensive documentation of all data fields and coding schemes" - ], - "zh": [ - "比赛结果 - 自1968年以来所有巡回赛级别单打比赛,包含锦标赛、日期、场地、轮次、胜者/负者信息和比分", - "球员排名 - 每周ATP和WTA排名数据(ATP排名自1973年起,1968-1972年为估算排名)", - "球员统计 - 传记信息,包括出生日期、身高、惯用手和反手类型", - "比赛内统计 - ACE球、双误、发球成功率、破发点等比赛统计数据(从1991年开始提供)", - "锦标赛信息 - 锦标赛级别、场地类型、签表大小和比赛赛制详情", - "比赛图表项目 - 逐分数据,包括击球类型、方向、深度和失误分类", - "逐分数据 - 数万场职业比赛的连续分级数据", - "历史覆盖 - 完整的公开赛时代覆盖,从1968年至今持续更新", - "数据字典 - 所有数据字段和编码方案的全面文档说明" - ] - }, - "authority_level": "research", - "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json" + "development", + "poverty", + "gdp", + "international-finance", + "world-bank", + "economic-indicators", + "open-data", + "api" + ], + "file_path": "international/economics/worldbank.json" }, { - "id": "tennis-sackmann", + "id": "world-inequality-database", "name": { - "en": "Tennis Abstract - ATP/WTA Match Data", - "zh": "网球数据摘要 - ATP/WTA 比赛数据" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, "description": { - "en": "Comprehensive open-source database of professional tennis statistics maintained by Jeff Sackmann (Tennis Abstract). Includes historical ATP and WTA rankings, match results, player biographical data, and detailed match statistics from 1968 to present. The dataset covers tour-level events, qualifying rounds, challengers, futures, and ITF tournaments, making it one of the most complete publicly available tennis databases.", - "zh": "由 Jeff Sackmann(Tennis Abstract)维护的综合性开源职业网球统计数据库。包含1968年至今的ATP和WTA历史排名、比赛结果、球员传记数据和详细的比赛统计。数据集涵盖巡回赛级别赛事、资格赛、挑战赛、期货赛和ITF锦标赛,是最完整的公开网球数据库之一。" + "en": "The World Inequality Database (WID.world) is the most extensive public database on global inequality. It provides open access data on income and wealth inequality based on the systematic combination of national accounts, survey and fiscal data. The database covers over 70 countries across 5 continents, with historical data extending back to the early 20th century for some countries. WID.world is maintained by more than 100 researchers worldwide and is the primary source of data for the World Inequality Report.", + "zh": "世界不平等数据库(WID.world)是全球最广泛的公共不平等数据库。它基于国民账户、调查和财政数据的系统性结合,提供收入和财富不平等的开放访问数据。该数据库覆盖5大洲70多个国家,部分国家的历史数据可追溯至20世纪初。WID.world由全球100多位研究人员维护,是世界不平等报告的主要数据来源。" }, - "website": "https://github.com/JeffSackmann", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "api_url": null, + "website": "https://wid.world/", + "data_url": "https://wid.world/", + "api_url": "https://wid.world/data/", "authority_level": "research", "country": null, "domains": [ - "sports", - "statistics", - "athletics" + "economics", + "inequality", + "social" ], "geographic_scope": "global", - "update_frequency": "irregular", + "update_frequency": "annual", + "has_api": true, "tags": [ - "tennis", - "网球", - "ATP", - "WTA", - "rankings", - "排名", - "match results", - "比赛结果", - "player statistics", - "球员统计", - "sports data", - "体育数据", - "open data", - "开放数据", - "CSV", - "grand slam", - "大满贯", - "professional tennis", - "职业网球" - ], - "data_content": { - "en": [ - "ATP player biographical data (name, birth date, country, playing hand, height)", - "WTA player biographical data (name, birth date, country, playing hand)", - "Historical ATP rankings from 1973 to present (with gaps in early years)", - "Historical WTA rankings from 1975 to present", - "ATP match results from 1968 to 2024 (tour-level, challengers, futures, qualifying)", - "WTA match results from 1968 to 2024 (tour-level, ITF, qualifying)", - "Detailed match statistics including aces, double faults, service points, break points", - "Point-by-point data for select Grand Slam matches", - "Match Charting Project with shot-by-shot analysis for thousands of professional matches" - ], - "zh": [ - "ATP球员传记数据(姓名、出生日期、国家、握拍手、身高)", - "WTA球员传记数据(姓名、出生日期、国家、握拍手)", - "1973年至今的ATP历史排名(早期年份有间断)", - "1975年至今的WTA历史排名", - "1968年至2024年的ATP比赛结果(巡回赛级别、挑战赛、期货赛、资格赛)", - "1968年至2024年的WTA比赛结果(巡回赛级别、ITF、资格赛)", - "详细的比赛统计数据,包括ace球、双误、发球得分、破发点", - "部分大满贯比赛的逐分数据", - "包含数千场职业比赛逐球分析的比赛图表项目" - ] - }, - "has_api": false, - "file_path": "sectors/sports/tennis-sackmann.json" + "inequality", + "income-distribution", + "wealth-distribution", + "top-incomes", + "poverty", + "gender-inequality", + "distributional-accounts", + "gini-coefficient", + "academic-research", + "open-data" + ], + "file_path": "academic/economics/world-inequality-database.json" } ] -} +} \ No newline at end of file diff --git a/firstdata/indexes/by-authority.json b/firstdata/indexes/by-authority.json index 2c932ed..6b43d54 100644 --- a/firstdata/indexes/by-authority.json +++ b/firstdata/indexes/by-authority.json @@ -1,465 +1,709 @@ { "metadata": { - "generated_at": "2026-02-26T08:42:39.543315+00:00", - "total_sources": 134, + "generated_at": "2026-03-02T13:59:27.915170", + "total_sources": 150, "authority_counts": { - "research": 29, - "international": 36, - "government": 51, - "commercial": 6, - "market": 12 + "government": 54, + "international": 44, + "market": 13, + "research": 28, + "commercial": 10, + "other": 1 }, "version": "2.0" }, "by_authority_level": { - "research": [ + "government": [ { - "id": "1000-genomes-project", + "id": "aafc", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", - "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/canada/aafc.json" }, { - "id": "intl-rcsb-pdb", + "id": "australia-abs", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/oceania/australia/abs.json" }, { - "id": "uk-biobank", + "id": "aus-aihw", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/oceania/australia/aihw.json" }, { - "id": "chembl", + "id": "bea-international-trade", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", + "authority_level": "government", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "international/trade/bea-international-trade.json" }, { - "id": "drugbank", + "id": "bis-statistics", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "academic/economics/bis-statistics.json" }, { - "id": "acad-conferenceboard", + "id": "bis-statistics", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/bis.json" }, { - "id": "ggdc-databases", + "id": "canada-boc", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "file_path": "academic/economics/ggdc-databases.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/canada/canada-boc.json" }, { - "id": "nber-data", + "id": "uk-boe", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, - "authority_level": "research", - "data_url": "https://www.nber.org", + "authority_level": "government", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "academic/economics/nber.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "penn-world-table", + "id": "boj-statistics", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "academic/economics/penn-world-table.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/asia/japan/boj-statistics.json" }, { - "id": "world-inequality-database", + "id": "korea-bok", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, - "authority_level": "research", - "data_url": "https://wid.world/", + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "academic/economics/world-inequality-database.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/asia/korea/korea-bok.json" }, { - "id": "ghdx", + "id": "mx-banxico", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", + "authority_level": "government", + "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/north-america/mexico/banxico.json" }, { - "id": "cern-open-data", + "id": "brazil-ibge", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "acad-cod", + "id": "us-bea", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, - "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "authority_level": "government", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-bea.json" }, { - "id": "afrobarometer", + "id": "us-bls", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-bls.json" }, { - "id": "asian-barometer", + "id": "bureau-of-meteorology", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", - "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "authority_level": "government", + "data_url": "https://www.bom.gov.au", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" }, { - "id": "china-caict", + "id": "us-cdc", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "bookscorpus", + "id": "canada-cer", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", - "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/canada/canada-energy-regulator.json" }, { - "id": "cifar", + "id": "canada-cihi", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", - "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/canada/canada-cihi.json" }, { - "id": "common-crawl", + "id": "brazil-bcb", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", + "authority_level": "government", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "conll-shared-tasks", + "id": "china-cnipa-patents", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", + "authority_level": "government", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" }, { - "id": "imagenet", + "id": "china-csrc", "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, - "authority_level": "research", - "data_url": "https://www.image-net.org", + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "china/finance/securities/csrc.json" }, { - "id": "crsp", + "id": "clinicaltrials-gov", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" }, - "authority_level": "research", - "data_url": "https://www.crsp.org/", + "authority_level": "government", + "data_url": "https://clinicaltrials.gov/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "academic/health/clinicaltrials-gov.json" }, { - "id": "cambridge-structural-database", + "id": "us-data-gov", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-data-gov.json" }, { - "id": "china-instrument-society", + "id": "uk-data-gov", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", + "authority_level": "government", + "data_url": "https://www.data.gov.uk", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/europe/uk/uk-data-gov.json" + }, + { + "id": "india-dgcis", + "name": { + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" + }, + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/asia/india/india-dgcis.json" }, { - "id": "arwu", + "id": "ecb-sdw", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, - "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "authority_level": "government", + "data_url": "https://data.ecb.europa.eu/", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/economics/ecb-sdw.json" + }, + { + "id": "us-ncbi-genbank", + "name": { + "en": "GenBank", + "zh": "基因库" + }, + "authority_level": "government", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/biology/genbank.json" + }, + { + "id": "china-customs", + "name": { + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" + }, + "authority_level": "government", + "data_url": "http://www.customs.gov.cn", "has_api": false, - "file_path": "sectors/P-education/arwu.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "china/economy/trade/customs.json" }, { - "id": "british-museum-collection", + "id": "china-imt2030", "name": { - "en": "British Museum Collection", - "zh": "大英博物馆馆藏" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, - "authority_level": "research", - "data_url": "https://www.britishmuseum.org/collection", + "authority_level": "government", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "sectors/J-information-communication/china-imt2030.json" }, { - "id": "tennis-atp-wta-data", + "id": "china-miit-rare-earth", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/resources/mineral/china-miit-rare-earth.json" + }, + { + "id": "china-mofcom", + "name": { + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" + }, + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "china/economy/trade/mofcom.json" }, { - "id": "tennis-abstract-atp-wta", + "id": "china-moe-higher-education", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "china/education/higher_education/china-moe-higher-education.json" }, { - "id": "tennis-sackmann", + "id": "china-miit", "name": { - "en": "Tennis Abstract - ATP/WTA Match Data", - "zh": "网球数据摘要 - ATP/WTA 比赛数据" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "file_path": "sectors/sports/tennis-sackmann.json", - "geographic_scope": "global" - } - ], - "international": [ + "geographic_scope": "national", + "file_path": "china/technology/telecommunications/china-miit.json" + }, { - "id": "alphafold-db", + "id": "china-mnr-minerals", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, - "authority_level": "international", - "data_url": "https://alphafold.com", + "authority_level": "government", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/resources/mineral/china-mnr-minerals.json" + }, + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/earth-science/nasa-earthdata.json" }, { - "id": "ena", + "id": "china-ndrc-computing", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, - "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/economy/macro/china-ndrc-computing.json" + }, + { + "id": "noaa-cdo", + "name": { + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" + }, + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "countries/north-america/usa/noaa-cdo.json" }, { - "id": "intl-chemspider", + "id": "china-nbs", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "international", - "data_url": "https://www.chemspider.com", + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "geographic_scope": "national", + "file_path": "china/national/nbs.json" + }, + { + "id": "mexico-coneval", + "name": { + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + }, + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/north-america/mexico/coneval.json" }, { - "id": "copernicus-open-access-hub", + "id": "china-national-data-bureau", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "National Data Administration of China", + "zh": "国家数据局" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + }, + { + "id": "china-ndrc", + "name": { + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/economy/macro/ndrc.json" + }, + { + "id": "china-nfra", + "name": { + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" + }, + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/finance/banking/nfra.json" + }, + { + "id": "china-most-rnd", + "name": { + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + }, + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/technology/sci_resources/china-most-rnd.json" + }, + { + "id": "china-most-infrastructure", + "name": { + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + }, + "authority_level": "government", + "data_url": "https://nrii.org.cn/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + }, + { + "id": "brazil-conab", + "name": { + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" + }, + "authority_level": "government", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "has_api": false, + "geographic_scope": "national", + "file_path": "countries/south-america/brazil-conab.json" + }, + { + "id": "china-pbc", + "name": { + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" + }, + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/finance/banking/pbc.json" + }, + { + "id": "pubchem", + "name": { + "en": "PubChem", + "zh": "PubChem化学数据库" + }, + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "academic/chemistry/pubchem.json" }, { - "id": "dhs", + "id": "pubmed", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", + "authority_level": "government", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/health/dhs.json", - "geographic_scope": "regional" + "geographic_scope": "global", + "file_path": "academic/health/pubmed.json" }, { - "id": "cgiar-research-data", + "id": "china-sac-standards", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/technology/standards/china-sac-standards.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "countries/north-america/canada/statcan.json" }, { - "id": "faostat", + "id": "tcga", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "academic/health/tcga.json" }, { - "id": "adb-data", + "id": "usa-eia", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" + }, + "authority_level": "government", + "data_url": "https://www.eia.gov", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/eia.json" + }, + { + "id": "usgs-earthexplorer", + "name": { + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" + }, + "authority_level": "government", + "data_url": "https://earthexplorer.usgs.gov/", + "has_api": true, + "geographic_scope": "global", + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + }, + { + "id": "usa-census-bureau", + "name": { + "en": "United States Census Bureau", + "zh": "美国人口普查局" + }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/census-bureau.json" + } + ], + "international": [ + { + "id": "adb-data-library", + "name": { + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data.json", - "geographic_scope": "regional" + "geographic_scope": "regional", + "file_path": "international/economics/adb-data-library.json" + }, + { + "id": "africa-cdc", + "name": { + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" + }, + "authority_level": "international", + "data_url": "https://africacdc.org", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/health/africa-cdc.json" }, { "id": "afdb", @@ -470,145 +714,142 @@ "authority_level": "international", "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "geographic_scope": "regional", + "file_path": "international/development/afdb.json" }, { - "id": "caf", + "id": "afdb-statistics", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/afdb-statistics.json" }, { - "id": "caribbean-development-bank", + "id": "amis", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" + "geographic_scope": "global", + "file_path": "sectors/A-agriculture/amis.json" }, { - "id": "idb", + "id": "alphafold-db", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "data_url": "https://alphafold.com", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "geographic_scope": "global", + "file_path": "academic/biology/alphafold-db.json" }, { - "id": "intl-copernicus-cdse", + "id": "adb-vietnam", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", - "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" + "data_url": "https://www.adb.org/countries/viet-nam/data", + "has_api": false, + "geographic_scope": "national", + "file_path": "international/economics/adb-vietnam.json" }, { - "id": "imf-data", + "id": "adb-data-library", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://data.imf.org", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/economics/imf.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/development/adb-data-library.json" }, { - "id": "oecd-statistics", + "id": "adb-data", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, "authority_level": "international", - "data_url": "https://stats.oecd.org", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" + "geographic_scope": "regional", + "file_path": "international/development/adb-data.json" }, { - "id": "worldbank-open-data", + "id": "adb-key-indicators", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, "authority_level": "international", - "data_url": "https://data.worldbank.org", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/economics/worldbank.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "iea-education-studies", + "id": "adb-ado", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/education/iea-education-studies.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/economics/adb-ado.json" }, { - "id": "oecd-pisa", + "id": "bipm-kcdb", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "data_url": "https://www.bipm.org/kcdb", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/standards-metrology/bipm-kcdb.json" }, { - "id": "iaea-energy-data", + "id": "bis-reserves", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, "authority_level": "international", - "data_url": "https://data.iaea.org/", + "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "file_path": "international/energy/iaea-energy-data.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/finance/bis-reserves.json" }, { - "id": "iea-energy-data", + "id": "bis-statistics", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/energy/iea.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/finance/bis-statistics.json" }, { "id": "basel-convention", @@ -619,8 +860,20 @@ "authority_level": "international", "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/environment/basel-convention.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/environment/basel-convention.json" + }, + { + "id": "cgiar-research-data", + "name": { + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" + }, + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/agriculture/cgiar-research-data.json" }, { "id": "cites-trade-database", @@ -631,56 +884,93 @@ "authority_level": "international", "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "international/environment/cites-trade-database.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/environment/cites-trade-database.json" }, { - "id": "ebrd", + "id": "caribbean-development-bank", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.ebrd.com", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/finance/ebrd.json", - "geographic_scope": "regional" + "geographic_scope": "regional", + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "iais", + "id": "intl-chemspider", "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "international/finance/iais.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "academic/chemistry/chemspider.json" }, { - "id": "paris-club", + "id": "codex-alimentarius", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.clubdeparis.org", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/finance/paris-club.json", - "geographic_scope": "regional" + "geographic_scope": "global", + "file_path": "international/standards-metrology/codex-alimentarius.json" }, { - "id": "africa-cdc", + "id": "intl-copernicus-cdse", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "authority_level": "international", - "data_url": "https://africacdc.org", + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/earth-science/copernicus-data-space.json" + }, + { + "id": "copernicus-open-access-hub", + "name": { + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/environment/copernicus-open-access-hub.json" + }, + { + "id": "dhs", + "name": { + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" + }, + "authority_level": "international", + "data_url": "https://dhsprogram.com/", + "has_api": true, + "geographic_scope": "regional", + "file_path": "academic/health/dhs.json" + }, + { + "id": "caf", + "name": { + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" + }, + "authority_level": "international", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" + "geographic_scope": "regional", + "file_path": "international/development/caf.json" }, { "id": "ecdc-surveillance", @@ -691,58 +981,80 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "geographic_scope": "regional", + "file_path": "international/health/ecdc-surveillance.json" }, { - "id": "wipo-ip-statistics", + "id": "ebrd", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", + "data_url": "https://www.ebrd.com", "has_api": false, - "file_path": "international/intellectual-property/wipo.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/finance/ebrd.json" }, { - "id": "bipm-kcdb", + "id": "ena", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/biology/ena.json" + }, + { + "id": "faostat", + "name": { + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/agriculture/faostat.json" + }, + { + "id": "iaea-energy-data", + "name": { + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" + }, + "authority_level": "international", + "data_url": "https://data.iaea.org/", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/energy/iaea-energy-data.json" }, { - "id": "codex-alimentarius", + "id": "iais", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" }, "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/finance/iais.json" }, { - "id": "un-comtrade", + "id": "icao-aviation-data", "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, "authority_level": "international", - "data_url": "https://comtradeplus.un.org", + "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "international/trade/comtrade.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/transportation/icao-aviation-data.json" }, { "id": "icc-trade-register", @@ -753,704 +1065,658 @@ "authority_level": "international", "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", "has_api": false, - "file_path": "international/trade/icc-trade-register.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/trade/icc-trade-register.json" }, { - "id": "unctad", + "id": "iea-education-studies", "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" }, "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", - "has_api": true, - "file_path": "international/trade/unctad.json", - "geographic_scope": "global" + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/education/iea-education-studies.json" }, { - "id": "wto-statistics", + "id": "iea-energy-data", "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, "authority_level": "international", - "data_url": "https://stats.wto.org", + "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "file_path": "international/trade/wto.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/energy/iea.json" }, { - "id": "icao-aviation-data", + "id": "imf-data", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" }, "authority_level": "international", - "data_url": "https://dataservices.icao.int/", + "data_url": "https://data.imf.org", "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "international/economics/imf.json" }, { - "id": "amis", + "id": "idb", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" - } - ], - "government": [ - { - "id": "us-ncbi-genbank", - "name": { - "en": "GenBank", - "zh": "基因库" - }, - "authority_level": "government", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "academic/biology/genbank.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/development/idb.json" }, { - "id": "pubchem", + "id": "oecd-statistics", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "authority_level": "international", + "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/economics/oecd.json" }, { - "id": "clinicaltrials-gov", + "id": "oecd-pisa", "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "government", - "data_url": "https://clinicaltrials.gov/", - "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/education/oecd-pisa.json" }, { - "id": "pubmed", + "id": "paris-club", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "Paris Club", + "zh": "巴黎俱乐部" }, - "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", - "has_api": true, - "file_path": "academic/health/pubmed.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/finance/paris-club.json" }, { - "id": "tcga", + "id": "un-comtrade", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" }, - "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "authority_level": "international", + "data_url": "https://comtradeplus.un.org", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "international/trade/comtrade.json" }, { - "id": "china-ndrc-computing", + "id": "unctad", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://unctadstat.unctad.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/trade/unctad.json" }, { - "id": "china-ndrc", + "id": "wipo-ip-statistics", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "international", + "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "china/economy/macro/ndrc.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "international/intellectual-property/wipo.json" }, { - "id": "china-customs", + "id": "wto-statistics", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" }, - "authority_level": "government", - "data_url": "http://www.customs.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/customs.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://stats.wto.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/trade/wto.json" }, { - "id": "china-mofcom", + "id": "worldbank-open-data", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, - "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/mofcom.json", - "geographic_scope": "national" - }, + "authority_level": "international", + "data_url": "https://data.worldbank.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/worldbank.json" + } + ], + "market": [ { - "id": "china-moe-higher-education", + "id": "china-rare-earth-association", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" }, { - "id": "china-nfra", + "id": "brazil-cecafe", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "china/finance/banking/nfra.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/south-america/brazil-cecafe.json" }, { - "id": "china-pbc", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "china/finance/banking/pbc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" }, { - "id": "china-csrc", + "id": "china-auto-association", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, - "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "china/finance/securities/csrc.json", - "geographic_scope": "national" - }, - { - "id": "china-nbs", - "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" - }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", - "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" }, { - "id": "china-miit-rare-earth", + "id": "china-charging-alliance", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" }, { - "id": "china-mnr-minerals", + "id": "china-machine-tool-association", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" }, { - "id": "china-national-data-bureau", + "id": "china-optical-association", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" }, { - "id": "china-cnipa-patents", + "id": "china-lcd-association", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" }, { - "id": "china-most-infrastructure", + "id": "china-petroleum-chemical-federation", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "government", - "data_url": "https://nrii.org.cn/", + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" }, { - "id": "china-most-rnd", + "id": "china-semiconductor-association", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" }, { - "id": "china-sac-standards", + "id": "china-software-association", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/J-information-communication/china-software-association.json" }, { - "id": "china-miit", + "id": "china-robot-industry-alliance", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" }, { - "id": "india-dgcis", + "id": "bp-statistical-review", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" - }, + "geographic_scope": "global", + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "research": [ { - "id": "boj-statistics", + "id": "1000-genomes", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "academic/biology/1000-genomes.json" }, { - "id": "korea-bok", + "id": "tennis-atp-wta-data", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", - "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://github.com/JeffSackmann/tennis_atp", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" }, { - "id": "uk-boe", + "id": "arwu", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, - "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "authority_level": "research", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "sectors/P-education/arwu.json" }, { - "id": "uk-data-gov", + "id": "afrobarometer", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "geographic_scope": "regional", + "file_path": "academic/social/afrobarometer.json" }, { - "id": "aafc", + "id": "asian-barometer", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, - "authority_level": "government", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", - "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "geographic_scope": "regional", + "file_path": "academic/social/asian-barometer.json" }, { - "id": "canada-boc", + "id": "bookscorpus", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "BooksCorpus", + "zh": "图书语料库" }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://github.com/soskek/bookcorpus", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { - "id": "canada-cihi", + "id": "british-museum-collection", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "British Museum Collection", + "zh": "大英博物馆馆藏" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", - "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.britishmuseum.org/collection", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" }, { - "id": "canada-cer", + "id": "cern-open-data", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, - "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "academic/physics/cern-open-data.json" }, { - "id": "canada-statcan", + "id": "cifar", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/cifar.json" }, { - "id": "mx-banxico", + "id": "crsp", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, - "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "authority_level": "research", + "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/K-finance-insurance/crsp.json" }, { - "id": "mexico-coneval", + "id": "cambridge-structural-database", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", - "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, { - "id": "usa-census-bureau", + "id": "cdiac", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "international/environment/cdiac.json" }, { - "id": "usa-eia", + "id": "chembl", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, - "authority_level": "government", - "data_url": "https://www.eia.gov", + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "academic/chemistry/chembl.json" }, { - "id": "noaa-cdo", + "id": "china-caict", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", - "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json", - "geographic_scope": "global" + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/research/china-caict.json" }, { - "id": "us-bea", + "id": "china-instrument-society", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", - "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.cis.org.cn/post/index/162", + "has_api": false, + "geographic_scope": "national", + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" }, { - "id": "us-bls", + "id": "conll-shared-tasks", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" }, { - "id": "us-cdc", + "id": "common-crawl", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "authority_level": "research", + "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/common-crawl.json" }, { - "id": "us-data-gov", + "id": "acad-cod", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.crystallography.net/cod/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/physics/crystallography-open-database.json" }, { - "id": "usgs-earthexplorer", + "id": "drugbank", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, - "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", + "authority_level": "research", + "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "academic/chemistry/drugbank.json" }, { - "id": "australia-abs", + "id": "ghdx", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "academic/health/ghdx.json" }, { - "id": "aus-aihw", + "id": "ggdc-databases", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", - "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/ggdc-databases.json" }, { - "id": "bureau-of-meteorology", + "id": "imagenet", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "ImageNet", + "zh": "ImageNet 图像数据库" }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.image-net.org", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/imagenet.json" }, { - "id": "brazil-bcb", + "id": "nber-data", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, - "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", - "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/nber.json" }, { - "id": "brazil-ibge", + "id": "penn-world-table", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Penn World Table", + "zh": "宾州世界表" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/penn-world-table.json" }, { - "id": "nasa-earthdata", + "id": "intl-rcsb-pdb", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "authority_level": "research", + "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "academic/biology/pdb.json" }, { - "id": "bis-statistics", + "id": "acad-conferenceboard", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/conference-board.json" }, { - "id": "ecb-sdw", + "id": "uk-biobank", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "geographic_scope": "national", + "file_path": "academic/biology/uk-biobank.json" }, { - "id": "china-imt2030", + "id": "world-inequality-database", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", - "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://wid.world/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/economics/world-inequality-database.json" } ], "commercial": [ - { - "id": "hkex", - "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" - }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", - "has_api": true, - "file_path": "china/finance/securities/hkex.json", - "geographic_scope": "regional" - }, { "id": "alpha-vantage", "name": { @@ -1460,8 +1726,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" }, { "id": "bloomberg-terminal", @@ -1472,191 +1738,120 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" }, { - "id": "cryptocurrency-data", + "id": "bloomberg-terminal-ipo", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" }, { - "id": "derwent-innovation-index", + "id": "ceic-china-urbanization", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "geographic_scope": "national", + "file_path": "china/national/ceic-china-urbanization.json" }, { - "id": "aws-open-data-registry", + "id": "ceic-global-database", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "CEIC Global Database", + "zh": "环亚经济数据库" }, "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" - } - ], - "market": [ - { - "id": "china-rare-earth-association", - "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" - }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", - "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" - }, - { - "id": "china-additive-manufacturing-alliance", - "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" - }, - "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", - "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" - }, - { - "id": "china-auto-association", - "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" - }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" - }, - { - "id": "china-charging-alliance", - "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" - }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", - "geographic_scope": "national" - }, - { - "id": "china-petroleum-chemical-federation", - "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" - }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", - "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" - }, - { - "id": "china-lcd-association", - "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" - }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", - "geographic_scope": "national" + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/ceic-global-database.json" }, { - "id": "china-optical-association", + "id": "ceic-vietnam", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "has_api": true, + "geographic_scope": "national", + "file_path": "international/economics/ceic-vietnam.json" }, { - "id": "china-semiconductor-association", + "id": "cnki-population-census", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/national/cnki-population-census.json" }, { - "id": "china-machine-tool-association", + "id": "cryptocurrency-data", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, - "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", - "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", - "geographic_scope": "national" + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" }, { - "id": "china-robot-industry-alliance", + "id": "derwent-innovation-index", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" }, { - "id": "bp-statistical-review", + "id": "hkex", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" - }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", + "has_api": true, + "geographic_scope": "regional", + "file_path": "china/finance/securities/hkex.json" + } + ], + "other": [ { - "id": "china-software-association", + "id": "akshare", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "market", - "data_url": "https://www.csia.org.cn/", - "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json", - "geographic_scope": "national" + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/akshare.json" } ] } -} +} \ No newline at end of file diff --git a/firstdata/indexes/by-domain.json b/firstdata/indexes/by-domain.json index bd11096..85b3801 100644 --- a/firstdata/indexes/by-domain.json +++ b/firstdata/indexes/by-domain.json @@ -1,12 +1,12 @@ { "metadata": { - "generated_at": "2026-02-26T08:42:39.543315+00:00", - "total_domains": 545, - "total_sources": 134, + "generated_at": "2026-03-02T13:59:27.914498", + "total_domains": 624, + "total_sources": 150, "version": "2.0" }, "domains": { - "3d printing": [ + "3D Printing": [ { "id": "china-additive-manufacturing-alliance", "name": { @@ -16,8 +16,7 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" } ], "6g-technology": [ @@ -30,11 +29,23 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/china-imt2030.json" } ], - "academic excellence": [ + "ADMET": [ + { + "id": "chembl", + "name": { + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" + }, + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", + "has_api": true, + "file_path": "academic/chemistry/chembl.json" + } + ], + "Academic Excellence": [ { "id": "arwu", "name": { @@ -44,11 +55,10 @@ "authority_level": "research", "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/P-education/arwu.json", - "geographic_scope": "global" + "file_path": "sectors/P-education/arwu.json" } ], - "acoustics, ultrasound and vibration": [ + "Acoustics, Ultrasound and Vibration": [ { "id": "bipm-kcdb", "name": { @@ -59,11 +69,10 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "additive manufacturing": [ + "Additive Manufacturing": [ { "id": "china-additive-manufacturing-alliance", "name": { @@ -73,25 +82,10 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" - } - ], - "admet": [ - { - "id": "chembl", - "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" - }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", - "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" } ], - "advanced manufacturing": [ + "Advanced Manufacturing": [ { "id": "china-additive-manufacturing-alliance", "name": { @@ -101,11 +95,10 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" } ], - "aerospace": [ + "Aerospace": [ { "id": "derwent-innovation-index", "name": { @@ -115,11 +108,10 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "aged care": [ + "Aged care": [ { "id": "aus-aihw", "name": { @@ -129,11 +121,10 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" } ], - "agricultural biodiversity": [ + "Agricultural Biodiversity": [ { "id": "cgiar-research-data", "name": { @@ -143,11 +134,10 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "agricultural economics": [ + "Agricultural Economics": [ { "id": "aafc", "name": { @@ -158,8 +148,7 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/aafc.json" }, { "id": "cgiar-research-data", @@ -170,11 +159,10 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "agricultural policy": [ + "Agricultural Policy": [ { "id": "cgiar-research-data", "name": { @@ -184,11 +172,10 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "agricultural research": [ + "Agricultural Research": [ { "id": "aafc", "name": { @@ -199,11 +186,10 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/aafc.json" } ], - "agricultural trade": [ + "Agricultural Trade": [ { "id": "amis", "name": { @@ -213,35 +199,31 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" + "file_path": "sectors/A-agriculture/amis.json" } ], - "agriculture": [ + "Agriculture": [ { - "id": "china-nbs", + "id": "afdb", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" + "file_path": "international/development/afdb.json" }, { - "id": "china-sac-standards", + "id": "amis", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "file_path": "sectors/A-agriculture/amis.json" }, { "id": "aafc", @@ -253,57 +235,7 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" - }, - { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - }, - { - "id": "brazil-ibge", - "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" - }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/aafc.json" }, { "id": "cgiar-research-data", @@ -314,32 +246,40 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" }, { - "id": "faostat", + "id": "caribbean-development-bank", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "afdb", + "id": "intl-copernicus-cdse", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "international/earth-science/copernicus-data-space.json" + }, + { + "id": "us-data-gov", + "name": { + "en": "Data.gov", + "zh": "美国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" }, { "id": "caf", @@ -351,20 +291,18 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "international/development/caf.json" }, { - "id": "caribbean-development-bank", + "id": "faostat", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json" }, { "id": "idb", @@ -375,35 +313,21 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" - }, + "file_path": "international/development/idb.json" + } + ], + "Agrochemical Research": [ { - "id": "intl-copernicus-cdse", + "id": "cambridge-structural-database", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, - { - "id": "amis", - "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" - }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" - } - ], - "agrochemical research": [ { "id": "chembl", "name": { @@ -413,23 +337,10 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" - }, - { - "id": "cambridge-structural-database", - "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" - }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chembl.json" } ], - "agroforestry": [ + "Agroforestry": [ { "id": "cgiar-research-data", "name": { @@ -439,11 +350,10 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "alcohol and drugs": [ + "Alcohol and drugs": [ { "id": "aus-aihw", "name": { @@ -453,11 +363,10 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" } ], - "ancient civilizations": [ + "Ancient Civilizations": [ { "id": "british-museum-collection", "name": { @@ -467,11 +376,10 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" } ], - "anthropology": [ + "Anthropology": [ { "id": "british-museum-collection", "name": { @@ -481,11 +389,10 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" } ], - "antimicrobial resistance": [ + "Antimicrobial Resistance": [ { "id": "ecdc-surveillance", "name": { @@ -495,11 +402,10 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "file_path": "international/health/ecdc-surveillance.json" } ], - "archaeology": [ + "Archaeology": [ { "id": "british-museum-collection", "name": { @@ -509,11 +415,10 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" } ], - "art history": [ + "Art History": [ { "id": "british-museum-collection", "name": { @@ -523,11 +428,10 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" } ], - "artificial intelligence": [ + "Artificial Intelligence": [ { "id": "cifar", "name": { @@ -537,8 +441,7 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/cifar.json" }, { "id": "common-crawl", @@ -549,8 +452,7 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/common-crawl.json" }, { "id": "imagenet", @@ -561,37 +463,10 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" - }, - { - "id": "aws-open-data-registry", - "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" - }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" - } - ], - "artificial-intelligence": [ - { - "id": "china-caict", - "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" - }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/imagenet.json" } ], - "asset pricing": [ + "Asset Pricing": [ { "id": "crsp", "name": { @@ -601,77 +476,10 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" - } - ], - "astronomy": [ - { - "id": "aws-open-data-registry", - "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" - }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" - } - ], - "athletics": [ - { - "id": "tennis-sackmann", - "name": { - "en": "Tennis Abstract - ATP/WTA Match Data", - "zh": "网球数据摘要 - ATP/WTA 比赛数据" - }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "file_path": "sectors/sports/tennis-sackmann.json", - "geographic_scope": "global" - } - ], - "atmosphere": [ - { - "id": "copernicus-open-access-hub", - "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" - }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", - "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" - }, - { - "id": "bureau-of-meteorology", - "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" - }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" - }, - { - "id": "nasa-earthdata", - "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" - }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", - "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/crsp.json" } ], - "atmosphere monitoring": [ + "Atmosphere Monitoring": [ { "id": "intl-copernicus-cdse", "name": { @@ -681,25 +489,23 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" + "file_path": "international/earth-science/copernicus-data-space.json" } ], - "atmospheric_science": [ + "Atmospheric Science": [ { - "id": "noaa-cdo", + "id": "cdiac", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json", - "geographic_scope": "global" + "file_path": "international/environment/cdiac.json" } ], - "automotive": [ + "Automotive": [ { "id": "china-auto-association", "name": { @@ -709,20 +515,7 @@ "authority_level": "market", "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" - }, - { - "id": "china-charging-alliance", - "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" - }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" }, { "id": "derwent-innovation-index", @@ -733,25 +526,21 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "aviation": [ + "Balance of Payments": [ { - "id": "icao-aviation-data", + "id": "adb-data-library", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://dataservices.icao.int/", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json", - "geographic_scope": "global" - } - ], - "balance of payments": [ + "file_path": "international/development/adb-data-library.json" + }, { "id": "boj-statistics", "name": { @@ -762,8 +551,7 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "file_path": "countries/asia/japan/boj-statistics.json" }, { "id": "brazil-bcb", @@ -775,8 +563,7 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { "id": "ecb-sdw", @@ -787,51 +574,42 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "file_path": "international/economics/ecb-sdw.json" } ], - "balance_of_payments": [ + "Banking": [ { - "id": "korea-bok", + "id": "bis-statistics", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "international/economics/bis.json" }, { - "id": "mx-banxico", + "id": "bis-statistics", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "authority_level": "international", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" - } - ], - "banking": [ + "file_path": "international/finance/bis-statistics.json" + }, { - "id": "china-nfra", + "id": "uk-boe", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "china/finance/banking/nfra.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/bank-of-england.json" }, { "id": "boj-statistics", @@ -843,46 +621,7 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" - }, - { - "id": "uk-boe", - "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" - }, - "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", - "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" - }, - { - "id": "canada-boc", - "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" - }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" - }, - { - "id": "mx-banxico", - "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" - }, - "authority_level": "government", - "data_url": "https://www.banxico.org.mx", - "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "file_path": "countries/asia/japan/boj-statistics.json" }, { "id": "brazil-bcb", @@ -894,35 +633,10 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" - }, - { - "id": "icc-trade-register", - "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" - }, - "authority_level": "international", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", - "has_api": false, - "file_path": "international/trade/icc-trade-register.json", - "geographic_scope": "global" + "file_path": "countries/south-america/brazil/brazil-bcb.json" } ], - "banking statistics": [ + "Banking Statistics": [ { "id": "ecb-sdw", "name": { @@ -932,11 +646,10 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "file_path": "international/economics/ecb-sdw.json" } ], - "banking supervision": [ + "Banking Supervision": [ { "id": "ecb-sdw", "name": { @@ -946,26 +659,10 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" - } - ], - "banking_statistics": [ - { - "id": "korea-bok", - "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" - }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", - "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "international/economics/ecb-sdw.json" } ], - "bioactivity": [ + "Bioactivity": [ { "id": "chembl", "name": { @@ -975,11 +672,10 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chembl.json" } ], - "biochemistry": [ + "Biochemistry": [ { "id": "intl-rcsb-pdb", "name": { @@ -989,8 +685,7 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "file_path": "academic/biology/pdb.json" }, { "id": "pubchem", @@ -1001,23 +696,10 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/pubchem.json" } ], - "biodiversity": [ - { - "id": "ena", - "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" - }, - "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", - "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" - }, + "Biodiversity": [ { "id": "cites-trade-database", "name": { @@ -1027,23 +709,21 @@ "authority_level": "international", "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "international/environment/cites-trade-database.json", - "geographic_scope": "global" - } - ], - "bioinformatics": [ + "file_path": "international/environment/cites-trade-database.json" + }, { - "id": "1000-genomes-project", + "id": "ena", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", - "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" - }, + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "file_path": "academic/biology/ena.json" + } + ], + "Bioinformatics": [ { "id": "alphafold-db", "name": { @@ -1053,8 +733,18 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" + "file_path": "academic/biology/alphafold-db.json" + }, + { + "id": "drugbank", + "name": { + "en": "DrugBank", + "zh": "药物与药物靶点数据库" + }, + "authority_level": "research", + "data_url": "https://go.drugbank.com", + "has_api": true, + "file_path": "academic/chemistry/drugbank.json" }, { "id": "ena", @@ -1065,8 +755,7 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "file_path": "academic/biology/ena.json" }, { "id": "us-ncbi-genbank", @@ -1077,335 +766,164 @@ "authority_level": "government", "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "academic/biology/genbank.json", - "geographic_scope": "global" - }, + "file_path": "academic/biology/genbank.json" + } + ], + "Biology": [ { - "id": "drugbank", + "id": "pubchem", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "PubChem", + "zh": "PubChem化学数据库" }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" - }, + "file_path": "academic/chemistry/pubchem.json" + } + ], + "Biotechnology": [ { - "id": "tcga", + "id": "alphafold-db", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, - "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "authority_level": "international", + "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" - } - ], - "biology": [ + "file_path": "academic/biology/alphafold-db.json" + }, { - "id": "1000-genomes-project", + "id": "derwent-innovation-index", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", - "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "has_api": true, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" }, { - "id": "pubchem", + "id": "intl-rcsb-pdb", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "authority_level": "research", + "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" + "file_path": "academic/biology/pdb.json" } ], - "biomarkers": [ + "Blockchain Analytics": [ { - "id": "uk-biobank", + "id": "cryptocurrency-data", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" } ], - "biomedical": [ + "Bonds": [ { - "id": "pubmed", + "id": "akshare", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "academic/health/pubmed.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "biomedical research": [ + "Business": [ { - "id": "tcga", + "id": "us-data-gov", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", - "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" } ], - "biosphere": [ + "Business Cycles": [ { - "id": "nasa-earthdata", + "id": "acad-conferenceboard", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", - "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "file_path": "academic/economics/conference-board.json" } ], - "biotechnology": [ + "Business and economy": [ { - "id": "alphafold-db", + "id": "uk-data-gov", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://alphafold.com", + "authority_level": "government", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" - }, + "file_path": "countries/europe/uk/uk-data-gov.json" + } + ], + "Cancer": [ { - "id": "intl-rcsb-pdb", + "id": "us-cdc", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", + "authority_level": "government", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" - }, + "file_path": "countries/north-america/usa/us-cdc.json" + } + ], + "Capital Markets": [ { - "id": "derwent-innovation-index", + "id": "bloomberg-terminal-ipo", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" } ], - "blockchain analytics": [ + "Carbon Emissions": [ { - "id": "cryptocurrency-data", + "id": "cdiac", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" + "file_path": "international/environment/cdiac.json" } ], - "business": [ + "Catalysis": [ { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, - { - "id": "usa-census-bureau", - "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" - }, - "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - } - ], - "business and economy": [ - { - "id": "uk-data-gov", - "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" - } - ], - "business cycles": [ - { - "id": "acad-conferenceboard", - "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" - }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" - } - ], - "business_surveys": [ - { - "id": "korea-bok", - "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" - }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", - "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" - } - ], - "cancer": [ - { - "id": "us-cdc", - "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" - }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - } - ], - "cancer genomics": [ - { - "id": "tcga", - "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" - }, - "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", - "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" - } - ], - "capital_markets": [ - { - "id": "china-csrc", - "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" - }, - "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", - "has_api": false, - "file_path": "china/finance/securities/csrc.json", - "geographic_scope": "national" - }, - { - "id": "hkex", - "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" - }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", - "has_api": true, - "file_path": "china/finance/securities/hkex.json", - "geographic_scope": "regional" - } - ], - "cartography": [ - { - "id": "brazil-ibge", - "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" - }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" - } - ], - "catalysis": [ - { - "id": "cambridge-structural-database", + "id": "cambridge-structural-database", "name": { "en": "Cambridge Structural Database (CSD)", "zh": "剑桥晶体结构数据库" @@ -1413,11 +931,10 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" } ], - "catalysts": [ + "Catalysts": [ { "id": "china-petroleum-chemical-federation", "name": { @@ -1427,25 +944,34 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "census": [ + "Central Bank Statistics": [ { - "id": "brazil-ibge", + "id": "bis-statistics", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "file_path": "academic/economics/bis-statistics.json" } ], - "central banking": [ + "Central Banking": [ + { + "id": "bis-reserves", + "name": { + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" + }, + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", + "has_api": true, + "file_path": "international/finance/bis-reserves.json" + }, { "id": "bis-statistics", "name": { @@ -1455,11 +981,21 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" + "file_path": "international/economics/bis.json" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json" } ], - "certification systems": [ + "Certification Systems": [ { "id": "codex-alimentarius", "name": { @@ -1469,11 +1005,10 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "file_path": "international/standards-metrology/codex-alimentarius.json" } ], - "chemical biology": [ + "Chemical Biology": [ { "id": "chembl", "name": { @@ -1483,11 +1018,10 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chembl.json" } ], - "chemical industry": [ + "Chemical Industry": [ { "id": "china-petroleum-chemical-federation", "name": { @@ -1497,11 +1031,10 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "chemical information": [ + "Chemical Information": [ { "id": "intl-chemspider", "name": { @@ -1511,11 +1044,10 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chemspider.json" } ], - "chemical materials": [ + "Chemical Materials": [ { "id": "china-petroleum-chemical-federation", "name": { @@ -1525,11 +1057,10 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "chemical structures": [ + "Chemical Structures": [ { "id": "intl-chemspider", "name": { @@ -1539,11 +1070,10 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chemspider.json" } ], - "cheminformatics": [ + "Cheminformatics": [ { "id": "drugbank", "name": { @@ -1553,11 +1083,10 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/drugbank.json" } ], - "chemistry": [ + "Chemistry": [ { "id": "intl-chemspider", "name": { @@ -1567,20 +1096,7 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" - }, - { - "id": "pubchem", - "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" - }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", - "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chemspider.json" }, { "id": "acad-cod", @@ -1591,8 +1107,7 @@ "authority_level": "research", "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json", - "geographic_scope": "global" + "file_path": "academic/physics/crystallography-open-database.json" }, { "id": "derwent-innovation-index", @@ -1603,23 +1118,21 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" }, { - "id": "aws-open-data-registry", + "id": "pubchem", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "PubChem", + "zh": "PubChem化学数据库" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "has_api": true, + "file_path": "academic/chemistry/pubchem.json" } ], - "chemistry and biology": [ + "Chemistry and Biology": [ { "id": "bipm-kcdb", "name": { @@ -1630,11 +1143,10 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "child protection": [ + "Child protection": [ { "id": "aus-aihw", "name": { @@ -1644,25 +1156,23 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" } ], - "chronic diseases": [ + "Chronic Diseases": [ { "id": "us-cdc", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "citizen engagement": [ + "Citizen Engagement": [ { "id": "afrobarometer", "name": { @@ -1672,35 +1182,10 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "academic/social/afrobarometer.json" } ], - "climate": [ - { - "id": "copernicus-open-access-hub", - "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" - }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", - "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" - }, - { - "id": "noaa-cdo", - "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" - }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", - "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json", - "geographic_scope": "global" - }, + "Climate": [ { "id": "us-data-gov", "name": { @@ -1710,83 +1195,64 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, - { - "id": "bureau-of-meteorology", - "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" - }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/us-data-gov.json" + } + ], + "Climate Change": [ { - "id": "nasa-earthdata", + "id": "afdb", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "file_path": "international/development/afdb.json" }, { - "id": "iea-energy-data", + "id": "adb-data-library", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/energy/iea.json", - "geographic_scope": "global" - } - ], - "climate change": [ + "file_path": "international/development/adb-data-library.json" + }, { - "id": "faostat", + "id": "cdiac", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "file_path": "international/environment/cdiac.json" }, { - "id": "afdb", + "id": "intl-copernicus-cdse", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "international/earth-science/copernicus-data-space.json" }, { - "id": "intl-copernicus-cdse", + "id": "faostat", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" + "file_path": "international/agriculture/faostat.json" }, { "id": "bp-statistical-review", @@ -1797,11 +1263,10 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" + "file_path": "sectors/D-energy/bp-statistical-review.json" } ], - "climate change adaptation": [ + "Climate Change Adaptation": [ { "id": "cgiar-research-data", "name": { @@ -1811,11 +1276,10 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "climate finance": [ + "Climate Finance": [ { "id": "caf", "name": { @@ -1826,52 +1290,35 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "international/development/caf.json" } ], - "climate resilience": [ + "Climate Resilience": [ { - "id": "caf", + "id": "caribbean-development-bank", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "caribbean-development-bank", + "id": "caf", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" - } - ], - "climate science": [ - { - "id": "aws-open-data-registry", - "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" - }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "international/development/caf.json" } ], - "clinical pharmacology": [ + "Clinical Pharmacology": [ { "id": "drugbank", "name": { @@ -1881,53 +1328,10 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" - } - ], - "clinical_research": [ - { - "id": "clinicaltrials-gov", - "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" - }, - "authority_level": "government", - "data_url": "https://clinicaltrials.gov/", - "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json", - "geographic_scope": "global" - } - ], - "cloud-computing": [ - { - "id": "china-caict", - "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" - }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" - } - ], - "coal": [ - { - "id": "usa-eia", - "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" - }, - "authority_level": "government", - "data_url": "https://www.eia.gov", - "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "file_path": "academic/chemistry/drugbank.json" } ], - "coastal trade": [ + "Coastal Trade": [ { "id": "india-dgcis", "name": { @@ -1937,26 +1341,10 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" - } - ], - "commerce": [ - { - "id": "china-mofcom", - "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" - }, - "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/mofcom.json", - "geographic_scope": "national" + "file_path": "countries/asia/india/india-dgcis.json" } ], - "commodities": [ + "Commodities": [ { "id": "alpha-vantage", "name": { @@ -1966,8 +1354,7 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" }, { "id": "bloomberg-terminal", @@ -1978,11 +1365,10 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "commodity markets": [ + "Commodity Markets": [ { "id": "amis", "name": { @@ -1992,11 +1378,10 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" + "file_path": "sectors/A-agriculture/amis.json" } ], - "commodity price": [ + "Commodity Price": [ { "id": "china-rare-earth-association", "name": { @@ -2006,11 +1391,23 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + } + ], + "Communications": [ + { + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" } ], - "computational biology": [ + "Computational Biology": [ { "id": "intl-rcsb-pdb", "name": { @@ -2020,11 +1417,10 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "file_path": "academic/biology/pdb.json" } ], - "computational linguistics": [ + "Computational Linguistics": [ { "id": "bookscorpus", "name": { @@ -2034,8 +1430,7 @@ "authority_level": "research", "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { "id": "conll-shared-tasks", @@ -2046,11 +1441,10 @@ "authority_level": "research", "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" } ], - "computational physics": [ + "Computational Physics": [ { "id": "cern-open-data", "name": { @@ -2060,11 +1454,10 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" + "file_path": "academic/physics/cern-open-data.json" } ], - "computer science": [ + "Computer Science": [ { "id": "derwent-innovation-index", "name": { @@ -2074,23 +1467,10 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" - }, - { - "id": "aws-open-data-registry", - "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" - }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "computer vision": [ + "Computer Vision": [ { "id": "cifar", "name": { @@ -2100,8 +1480,7 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/cifar.json" }, { "id": "imagenet", @@ -2112,23 +1491,10 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" - }, - { - "id": "aws-open-data-registry", - "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" - }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/imagenet.json" } ], - "consumer": [ + "Consumer": [ { "id": "us-data-gov", "name": { @@ -2138,11 +1504,10 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-data-gov.json" } ], - "consumer confidence": [ + "Consumer Confidence": [ { "id": "acad-conferenceboard", "name": { @@ -2152,54 +1517,49 @@ "authority_level": "research", "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" + "file_path": "academic/economics/conference-board.json" } ], - "consumer expenditures": [ + "Consumer Expenditures": [ { "id": "us-bls", "name": { "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "zh": "美国劳工统计局" }, "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-bls.json" } ], - "consumer spending": [ + "Consumer Prices": [ { - "id": "us-bea", + "id": "bis-statistics", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" + "file_path": "academic/economics/bis-statistics.json" } ], - "consumer_surveys": [ + "Consumer Spending": [ { - "id": "korea-bok", + "id": "us-bea", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-bea.json" } ], - "contaminants": [ + "Contaminants": [ { "id": "codex-alimentarius", "name": { @@ -2209,26 +1569,10 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" - } - ], - "continuing_care": [ - { - "id": "canada-cihi", - "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" - }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", - "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "international/standards-metrology/codex-alimentarius.json" } ], - "corporate actions": [ + "Corporate Actions": [ { "id": "crsp", "name": { @@ -2238,11 +1582,10 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/crsp.json" } ], - "corporate fundamentals": [ + "Corporate Fundamentals": [ { "id": "bloomberg-terminal", "name": { @@ -2252,25 +1595,23 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "corporate profits": [ + "Corporate Profits": [ { "id": "us-bea", "name": { "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "zh": "美国经济分析局" }, "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-bea.json" } ], - "corruption and accountability": [ + "Corruption and Accountability": [ { "id": "afrobarometer", "name": { @@ -2280,11 +1621,10 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "academic/social/afrobarometer.json" } ], - "creative thinking": [ + "Creative Thinking": [ { "id": "oecd-pisa", "name": { @@ -2294,22 +1634,20 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "file_path": "international/education/oecd-pisa.json" } ], - "credit": [ + "Credit": [ { - "id": "uk-boe", + "id": "bis-statistics", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", - "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json" }, { "id": "bis-statistics", @@ -2317,14 +1655,24 @@ "en": "BIS Statistics - Bank for International Settlements", "zh": "国际清算银行统计数据" }, - "authority_level": "government", - "data_url": "https://data.bis.org/", + "authority_level": "international", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" + "file_path": "international/finance/bis-statistics.json" + }, + { + "id": "uk-boe", + "name": { + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" + }, + "authority_level": "government", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "has_api": false, + "file_path": "countries/europe/uk/bank-of-england.json" } ], - "credit data": [ + "Credit Data": [ { "id": "brazil-bcb", "name": { @@ -2335,11 +1683,23 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil/brazil-bcb.json" + } + ], + "Credit Markets": [ + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "academic/economics/bis-statistics.json" } ], - "crime and justice": [ + "Crime and justice": [ { "id": "uk-data-gov", "name": { @@ -2349,11 +1709,10 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/uk-data-gov.json" } ], - "crop production": [ + "Crop Production": [ { "id": "aafc", "name": { @@ -2364,11 +1723,10 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/aafc.json" } ], - "crop science": [ + "Crop Science": [ { "id": "cgiar-research-data", "name": { @@ -2378,11 +1736,10 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "crops": [ + "Crops": [ { "id": "faostat", "name": { @@ -2392,39 +1749,36 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "file_path": "international/agriculture/faostat.json" } ], - "cryosphere": [ + "Cryptocurrencies": [ { - "id": "nasa-earthdata", + "id": "alpha-vantage", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "authority_level": "commercial", + "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" } ], - "cryptocurrencies": [ + "Cryptocurrency": [ { - "id": "alpha-vantage", + "id": "akshare", "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "commercial", - "data_url": "https://www.alphavantage.co/", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "cryptocurrency markets": [ + "Cryptocurrency Markets": [ { "id": "cryptocurrency-data", "name": { @@ -2434,37 +1788,34 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" } ], - "crystallography": [ + "Crystallography": [ { - "id": "acad-cod", + "id": "cambridge-structural-database", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, { - "id": "cambridge-structural-database", + "id": "acad-cod", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "academic/physics/crystallography-open-database.json" } ], - "cultural heritage": [ + "Cultural Heritage": [ { "id": "british-museum-collection", "name": { @@ -2474,26 +1825,10 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" - } - ], - "culture": [ - { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" } ], - "currencies": [ + "Currencies": [ { "id": "bloomberg-terminal", "name": { @@ -2503,11 +1838,10 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "currency and coins": [ + "Currency and Coins": [ { "id": "brazil-bcb", "name": { @@ -2518,11 +1852,10 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil/brazil-bcb.json" } ], - "customs statistics": [ + "Customs Statistics": [ { "id": "india-dgcis", "name": { @@ -2532,11 +1865,10 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "file_path": "countries/asia/india/india-dgcis.json" } ], - "data science": [ + "Data Science": [ { "id": "cern-open-data", "name": { @@ -2546,8 +1878,7 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" + "file_path": "academic/physics/cern-open-data.json" }, { "id": "common-crawl", @@ -2558,25 +1889,36 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/common-crawl.json" } ], - "data_governance": [ + "DeFi (Decentralized Finance)": [ { - "id": "china-national-data-bureau", + "id": "cryptocurrency-data", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + }, + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", + "has_api": true, + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + } + ], + "Debt Securities": [ + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", - "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json", - "geographic_scope": "national" + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "academic/economics/bis-statistics.json" } ], - "deep learning": [ + "Deep Learning": [ { "id": "bookscorpus", "name": { @@ -2586,8 +1928,7 @@ "authority_level": "research", "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { "id": "cifar", @@ -2598,8 +1939,7 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/cifar.json" }, { "id": "imagenet", @@ -2610,11 +1950,10 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/imagenet.json" } ], - "defence": [ + "Defence": [ { "id": "uk-data-gov", "name": { @@ -2624,25 +1963,23 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/uk-data-gov.json" } ], - "defi (decentralized finance)": [ + "Democracy Studies": [ { - "id": "cryptocurrency-data", + "id": "asian-barometer", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, - "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", - "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "file_path": "academic/social/asian-barometer.json" } ], - "democracy and governance": [ + "Democracy and Governance": [ { "id": "afrobarometer", "name": { @@ -2652,149 +1989,55 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "academic/social/afrobarometer.json" } ], - "democracy studies": [ + "Demographics": [ { - "id": "asian-barometer", + "id": "adb-key-indicators", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", - "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" } ], - "demographics": [ + "Derivatives": [ { - "id": "uk-biobank", + "id": "bis-statistics", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "academic/economics/bis-statistics.json" }, { - "id": "dhs", + "id": "bis-statistics", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/health/dhs.json", - "geographic_scope": "regional" + "file_path": "international/economics/bis.json" }, { - "id": "ghdx", - "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" - }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", - "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" - }, - { - "id": "china-nbs", - "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" - }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", - "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" - }, - { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, - { - "id": "usa-census-bureau", - "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" - }, - "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" - }, - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - }, - { - "id": "brazil-ibge", - "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" - }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" - } - ], - "derivatives": [ - { - "id": "hkex", - "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" - }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", - "has_api": true, - "file_path": "china/finance/securities/hkex.json", - "geographic_scope": "regional" - }, - { - "id": "bis-statistics", + "id": "bis-statistics", "name": { "en": "BIS Statistics - Bank for International Settlements", "zh": "国际清算银行统计数据" }, - "authority_level": "government", - "data_url": "https://data.bis.org/", + "authority_level": "international", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" + "file_path": "international/finance/bis-statistics.json" }, { "id": "bloomberg-terminal", @@ -2805,110 +2048,55 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "development": [ - { - "id": "ggdc-databases", - "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" - }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "file_path": "academic/economics/ggdc-databases.json", - "geographic_scope": "global" - }, + "Development Economics": [ { - "id": "penn-world-table", + "id": "adb-ado", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "academic/economics/penn-world-table.json", - "geographic_scope": "global" - }, + "file_path": "international/economics/adb-ado.json" + } + ], + "Development Finance": [ { - "id": "china-ndrc", + "id": "afdb", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", - "has_api": false, - "file_path": "china/economy/macro/ndrc.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json" }, { - "id": "adb-data", + "id": "adb-data-library", "name": { "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "zh": "亚洲开发银行数据库" }, "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data.json", - "geographic_scope": "regional" - }, - { - "id": "ebrd", - "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" - }, - "authority_level": "international", - "data_url": "https://www.ebrd.com", - "has_api": false, - "file_path": "international/finance/ebrd.json", - "geographic_scope": "regional" + "file_path": "international/development/adb-data-library.json" }, { - "id": "paris-club", + "id": "caribbean-development-bank", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.clubdeparis.org", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/finance/paris-club.json", - "geographic_scope": "regional" - }, - { - "id": "unctad", - "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" - }, - "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", - "has_api": true, - "file_path": "international/trade/unctad.json", - "geographic_scope": "global" - } - ], - "development finance": [ - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "international/development/caribbean-development-bank.json" }, { "id": "caf", @@ -2920,20 +2108,7 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - }, - { - "id": "caribbean-development-bank", - "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" - }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" + "file_path": "international/development/caf.json" }, { "id": "idb", @@ -2944,11 +2119,10 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "file_path": "international/development/idb.json" } ], - "digital assets": [ + "Digital Assets": [ { "id": "cryptocurrency-data", "name": { @@ -2958,25 +2132,10 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" - } - ], - "digital service performance": [ - { - "id": "uk-data-gov", - "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" } ], - "digital transformation": [ + "Digital Transformation": [ { "id": "caf", "name": { @@ -2987,53 +2146,23 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - } - ], - "digital-economy": [ - { - "id": "china-caict", - "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" - }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" - } - ], - "digital_economy": [ - { - "id": "china-national-data-bureau", - "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" - }, - "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", - "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json", - "geographic_scope": "national" + "file_path": "international/development/caf.json" } ], - "digital_infrastructure": [ + "Digital service performance": [ { - "id": "china-national-data-bureau", + "id": "uk-data-gov", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", - "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json", - "geographic_scope": "national" + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" } ], - "disability": [ + "Disability": [ { "id": "aus-aihw", "name": { @@ -3043,39 +2172,34 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" } ], - "disaster response": [ + "Disease Surveillance": [ { - "id": "aws-open-data-registry", + "id": "us-cdc", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" - } - ], - "disaster_management": [ + "authority_level": "government", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" + }, { - "id": "copernicus-open-access-hub", + "id": "ecdc-surveillance", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", - "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "has_api": false, + "file_path": "international/health/ecdc-surveillance.json" } ], - "disease and injury": [ + "Disease and injury": [ { "id": "aus-aihw", "name": { @@ -3085,74 +2209,44 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" } ], - "disease burden": [ + "Drug Development": [ { - "id": "ghdx", + "id": "cambridge-structural-database", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + }, + { + "id": "drugbank", + "name": { + "en": "DrugBank", + "zh": "药物与药物靶点数据库" + }, + "authority_level": "research", + "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/drugbank.json" } ], - "disease surveillance": [ + "Drug Discovery": [ { - "id": "us-cdc", + "id": "alphafold-db", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "authority_level": "international", + "data_url": "https://alphafold.com", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - }, - { - "id": "africa-cdc", - "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" - }, - "authority_level": "international", - "data_url": "https://africacdc.org", - "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" - }, - { - "id": "ecdc-surveillance", - "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" - }, - "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" - } - ], - "drug development": [ - { - "id": "drugbank", - "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" - }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", - "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" + "file_path": "academic/biology/alphafold-db.json" }, { "id": "cambridge-structural-database", @@ -3163,34 +2257,7 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" - } - ], - "drug discovery": [ - { - "id": "alphafold-db", - "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" - }, - "authority_level": "international", - "data_url": "https://alphafold.com", - "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" - }, - { - "id": "intl-rcsb-pdb", - "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" - }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", - "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, { "id": "chembl", @@ -3201,8 +2268,7 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chembl.json" }, { "id": "drugbank", @@ -3213,23 +2279,21 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/drugbank.json" }, { - "id": "cambridge-structural-database", + "id": "intl-rcsb-pdb", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "academic/biology/pdb.json" } ], - "drug metabolism": [ + "Drug Metabolism": [ { "id": "drugbank", "name": { @@ -3239,25 +2303,36 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/drugbank.json" + } + ], + "ESG Data": [ + { + "id": "bloomberg-terminal", + "name": { + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" + }, + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/markets", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "earnings": [ + "Earnings": [ { "id": "us-bls", "name": { "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "zh": "美国劳工统计局" }, "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-bls.json" } ], - "earth observation": [ + "Earth Observation": [ { "id": "intl-copernicus-cdse", "name": { @@ -3267,39 +2342,10 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" - } - ], - "earth-observation": [ - { - "id": "usgs-earthexplorer", - "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" - }, - "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json", - "geographic_scope": "global" - } - ], - "earth-science": [ - { - "id": "nasa-earthdata", - "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" - }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", - "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "file_path": "international/earth-science/copernicus-data-space.json" } ], - "economic analysis": [ + "Economic Analysis": [ { "id": "china-petroleum-chemical-federation", "name": { @@ -3309,11 +2355,10 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "economic data": [ + "Economic Data": [ { "id": "bloomberg-terminal", "name": { @@ -3323,11 +2368,10 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "economic development": [ + "Economic Development": [ { "id": "afrobarometer", "name": { @@ -3337,8 +2381,18 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "academic/social/afrobarometer.json" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json" }, { "id": "caf", @@ -3350,23 +2404,21 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - }, + "file_path": "international/development/caf.json" + } + ], + "Economic Forecasting": [ { - "id": "caribbean-development-bank", + "id": "adb-ado", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" - } - ], - "economic forecasting": [ + "file_path": "international/economics/adb-ado.json" + }, { "id": "acad-conferenceboard", "name": { @@ -3376,11 +2428,10 @@ "authority_level": "research", "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" + "file_path": "academic/economics/conference-board.json" } ], - "economic indicators": [ + "Economic Indicators": [ { "id": "alpha-vantage", "name": { @@ -3390,11 +2441,10 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" } ], - "economic statistics": [ + "Economic Statistics": [ { "id": "afdb", "name": { @@ -3404,11 +2454,10 @@ "authority_level": "international", "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "international/development/afdb.json" } ], - "economic surveys": [ + "Economic Surveys": [ { "id": "boj-statistics", "name": { @@ -3419,501 +2468,499 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "file_path": "countries/asia/japan/boj-statistics.json" } ], - "economic_indicators": [ + "Economics": [ { - "id": "canada-boc", + "id": "adb-data-library", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" - } - ], - "economics": [ + "file_path": "international/development/adb-data-library.json" + }, { - "id": "acad-conferenceboard", + "id": "adb-key-indicators", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "ggdc-databases", + "id": "adb-ado", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "academic/economics/ggdc-databases.json", - "geographic_scope": "global" + "file_path": "international/economics/adb-ado.json" }, { - "id": "nber-data", + "id": "us-bea", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "file_path": "academic/economics/nber.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.bea.gov/data", + "has_api": true, + "file_path": "countries/north-america/usa/us-bea.json" }, { - "id": "penn-world-table", + "id": "acad-conferenceboard", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/penn-world-table.json", - "geographic_scope": "global" - }, + "file_path": "academic/economics/conference-board.json" + } + ], + "Ecosystems": [ { - "id": "world-inequality-database", + "id": "us-data-gov", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://wid.world/", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" + } + ], + "Education": [ + { + "id": "afdb", + "name": { + "en": "African Development Bank", + "zh": "非洲开发银行" + }, + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "academic/economics/world-inequality-database.json", - "geographic_scope": "global" + "file_path": "international/development/afdb.json" }, { - "id": "china-ndrc-computing", + "id": "adb-data-library", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json" }, { - "id": "china-ndrc", + "id": "caribbean-development-bank", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "china/economy/macro/ndrc.json", - "geographic_scope": "national" + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "china-customs", + "id": "us-data-gov", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "authority_level": "government", - "data_url": "http://www.customs.gov.cn", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "china/economy/trade/customs.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-data-gov.json" }, { - "id": "china-mofcom", + "id": "uk-data-gov", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/mofcom.json", - "geographic_scope": "national" + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" }, { - "id": "china-pbc", + "id": "caf", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "international", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "china/finance/banking/pbc.json", - "geographic_scope": "national" + "file_path": "international/development/caf.json" }, { - "id": "china-nbs", + "id": "idb", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" + "file_path": "international/development/idb.json" }, { - "id": "china-mnr-minerals", + "id": "oecd-pisa", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json", - "geographic_scope": "national" - }, - { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, + "file_path": "international/education/oecd-pisa.json" + } + ], + "Education Assessment": [ { - "id": "usa-census-bureau", + "id": "arwu", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, - "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" - }, + "authority_level": "research", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "has_api": false, + "file_path": "sectors/P-education/arwu.json" + } + ], + "Elections and Electoral Systems": [ { - "id": "usa-eia", + "id": "afrobarometer", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://www.eia.gov", - "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" - }, + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "file_path": "academic/social/afrobarometer.json" + } + ], + "Electoral Studies": [ { - "id": "us-bea", + "id": "asian-barometer", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", - "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" - }, + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "file_path": "academic/social/asian-barometer.json" + } + ], + "Electricity Transmission": [ { - "id": "australia-abs", + "id": "canada-cer", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/canada/canada-energy-regulator.json" + } + ], + "Electricity and Magnetism": [ { - "id": "brazil-ibge", + "id": "bipm-kcdb", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" - }, + "file_path": "international/standards-metrology/bipm-kcdb.json" + } + ], + "Electronics": [ { - "id": "adb-data", + "id": "derwent-innovation-index", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "international", - "data_url": "https://data.adb.org", + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "international/development/adb-data.json", - "geographic_scope": "regional" - }, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + } + ], + "Emergency Management": [ { - "id": "imf-data", + "id": "intl-copernicus-cdse", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "authority_level": "international", - "data_url": "https://data.imf.org", + "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/economics/imf.json", - "geographic_scope": "global" - }, + "file_path": "international/earth-science/copernicus-data-space.json" + } + ], + "Employment": [ { - "id": "oecd-statistics", + "id": "us-bls", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" + "file_path": "countries/north-america/usa/us-bls.json" }, { - "id": "worldbank-open-data", + "id": "faostat", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://data.worldbank.org", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/economics/worldbank.json", - "geographic_scope": "global" + "file_path": "international/agriculture/faostat.json" }, { - "id": "iea-energy-data", + "id": "acad-conferenceboard", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", - "has_api": true, - "file_path": "international/energy/iea.json", - "geographic_scope": "global" - }, + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "file_path": "academic/economics/conference-board.json" + } + ], + "Endangered Species": [ { - "id": "ebrd", + "id": "cites-trade-database", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" }, "authority_level": "international", - "data_url": "https://www.ebrd.com", + "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "international/finance/ebrd.json", - "geographic_scope": "regional" - }, + "file_path": "international/environment/cites-trade-database.json" + } + ], + "Energy": [ { - "id": "paris-club", + "id": "afdb", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://www.clubdeparis.org", - "has_api": false, - "file_path": "international/finance/paris-club.json", - "geographic_scope": "regional" + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json" }, { - "id": "un-comtrade", + "id": "adb-data-library", "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://comtradeplus.un.org", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/trade/comtrade.json", - "geographic_scope": "global" + "file_path": "international/development/adb-data-library.json" }, { - "id": "unctad", + "id": "adb-key-indicators", "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/trade/unctad.json", - "geographic_scope": "global" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "wto-statistics", + "id": "us-data-gov", "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://stats.wto.org", - "has_api": true, - "file_path": "international/trade/wto.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" }, { - "id": "aws-open-data-registry", + "id": "bp-statistical-review", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/D-energy/bp-statistical-review.json" } ], - "ecosystems": [ + "Energy Consumption": [ { - "id": "us-data-gov", + "id": "bp-statistical-review", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "file_path": "sectors/D-energy/bp-statistical-review.json" } ], - "education": [ + "Energy Economics": [ { - "id": "china-moe-higher-education", + "id": "bp-statistical-review", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json", - "geographic_scope": "national" - }, + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "Energy Infrastructure": [ { - "id": "uk-data-gov", + "id": "canada-cer", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/canada/canada-energy-regulator.json" + } + ], + "Energy Markets": [ { - "id": "canada-statcan", + "id": "canada-cer", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/canada/canada-energy-regulator.json" + } + ], + "Energy Production": [ { - "id": "mexico-coneval", + "id": "bp-statistical-review", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" - }, + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "Energy Safety": [ { - "id": "usa-census-bureau", + "id": "canada-cer", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.census.gov", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-energy-regulator.json" + } + ], + "Energy Statistics": [ + { + "id": "cdiac", + "name": { + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" + }, + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "file_path": "international/environment/cdiac.json" }, { - "id": "us-data-gov", + "id": "bp-statistical-review", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "Energy Trade": [ { - "id": "australia-abs", + "id": "canada-cer", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/canada-energy-regulator.json" }, { - "id": "afdb", + "id": "bp-statistical-review", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" - }, + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", + "has_api": false, + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "Energy Transition": [ { "id": "caf", "name": { @@ -3924,99 +2971,126 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "international/development/caf.json" }, { - "id": "caribbean-development-bank", + "id": "bp-statistical-review", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" - }, + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "Engineering": [ { - "id": "idb", + "id": "derwent-innovation-index", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" + }, + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "has_api": true, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + } + ], + "Environment": [ + { + "id": "adb-data-library", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "file_path": "international/development/adb-data-library.json" }, { - "id": "oecd-statistics", + "id": "adb-key-indicators", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, "authority_level": "international", - "data_url": "https://stats.oecd.org", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "worldbank-open-data", + "id": "basel-convention", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, "authority_level": "international", - "data_url": "https://data.worldbank.org", + "data_url": "https://www.basel.int", + "has_api": false, + "file_path": "international/environment/basel-convention.json" + }, + { + "id": "cdiac", + "name": { + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" + }, + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/economics/worldbank.json", - "geographic_scope": "global" + "file_path": "international/environment/cdiac.json" }, { - "id": "iea-education-studies", + "id": "us-data-gov", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "international/education/iea-education-studies.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-data-gov.json" }, { - "id": "oecd-pisa", + "id": "uk-data-gov", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" + }, + { + "id": "faostat", + "name": { + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json" } ], - "education assessment": [ + "Environmental Health": [ { - "id": "arwu", + "id": "us-cdc", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "has_api": false, - "file_path": "sectors/P-education/arwu.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "elections and electoral systems": [ + "Environmental Issues": [ { "id": "afrobarometer", "name": { @@ -4026,603 +3100,500 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "academic/social/afrobarometer.json" } ], - "electoral studies": [ + "Environmental Law": [ { - "id": "asian-barometer", + "id": "basel-convention", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", + "authority_level": "international", + "data_url": "https://www.basel.int", "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "file_path": "international/environment/basel-convention.json" } ], - "electricity": [ + "Environmental Monitoring": [ { - "id": "usa-eia", + "id": "aafc", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/aafc.json" } ], - "electricity and magnetism": [ + "Environmental Protection": [ { - "id": "bipm-kcdb", + "id": "cites-trade-database", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" }, "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", - "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "data_url": "https://trade.cites.org", + "has_api": false, + "file_path": "international/environment/cites-trade-database.json" } ], - "electricity transmission": [ + "Environmental Sciences": [ { - "id": "canada-cer", + "id": "ena", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "file_path": "academic/biology/ena.json" } ], - "electronics": [ + "Environmental Sustainability": [ { - "id": "china-miit", + "id": "caribbean-development-bank", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "china-lcd-association", + "id": "caf", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "international", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", - "geographic_scope": "national" - }, + "file_path": "international/development/caf.json" + } + ], + "Epidemiology": [ { - "id": "china-optical-association", + "id": "us-cdc", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "derwent-innovation-index", + "id": "ecdc-surveillance", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "has_api": false, + "file_path": "international/health/ecdc-surveillance.json" } ], - "electronics-manufacturing": [ + "Equipment Manufacturing": [ { - "id": "china-semiconductor-association", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" } ], - "emergency management": [ + "Equities": [ { - "id": "intl-copernicus-cdse", + "id": "bloomberg-terminal", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" - } + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + }, + { + "id": "crsp", + "name": { + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" + }, + "authority_level": "research", + "data_url": "https://www.crsp.org/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/crsp.json" + } ], - "emergency_care": [ + "Equity Offerings": [ { - "id": "canada-cihi", + "id": "bloomberg-terminal-ipo", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" } ], - "employment": [ + "Exchange Rates": [ { - "id": "acad-conferenceboard", + "id": "bis-statistics", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json" }, { - "id": "usa-census-bureau", + "id": "bis-statistics", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "international", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "file_path": "international/finance/bis-statistics.json" }, { - "id": "us-bls", + "id": "uk-boe", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "has_api": false, + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "australia-abs", + "id": "brazil-bcb", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "faostat", + "id": "ecb-sdw", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "government", + "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "file_path": "international/economics/ecb-sdw.json" } ], - "endangered species": [ + "Excise Revenue": [ { - "id": "cites-trade-database", + "id": "india-dgcis", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "international", - "data_url": "https://trade.cites.org", + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "international/environment/cites-trade-database.json", - "geographic_scope": "global" + "file_path": "countries/asia/india/india-dgcis.json" } ], - "energy": [ + "Experimental Physics": [ { - "id": "china-ndrc-computing", + "id": "cern-open-data", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json", - "geographic_scope": "national" - }, + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", + "has_api": true, + "file_path": "academic/physics/cern-open-data.json" + } + ], + "Export Statistics": [ { - "id": "usa-eia", + "id": "india-dgcis", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, "authority_level": "government", - "data_url": "https://www.eia.gov", - "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" - }, + "data_url": "https://www.commerce.gov.in/trade-statistics/", + "has_api": false, + "file_path": "countries/asia/india/india-dgcis.json" + } + ], + "Finance": [ { - "id": "us-data-gov", + "id": "akshare", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json" }, { - "id": "afdb", + "id": "adb-key-indicators", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "iaea-energy-data", + "id": "adb-ado", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "authority_level": "international", - "data_url": "https://data.iaea.org/", - "has_api": true, - "file_path": "international/energy/iaea-energy-data.json", - "geographic_scope": "global" + "data_url": "https://www.adb.org/outlook", + "has_api": false, + "file_path": "international/economics/adb-ado.json" }, { - "id": "iea-energy-data", + "id": "bis-statistics", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/energy/iea.json", - "geographic_scope": "global" + "file_path": "international/economics/bis.json" }, { - "id": "china-charging-alliance", + "id": "bis-statistics", "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json" }, { - "id": "bp-statistical-review", + "id": "us-data-gov", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-data-gov.json" } ], - "energy consumption": [ + "Financial Literacy": [ { - "id": "bp-statistical-review", + "id": "oecd-pisa", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" + "file_path": "international/education/oecd-pisa.json" } ], - "energy economics": [ + "Financial Markets": [ { - "id": "bp-statistical-review", + "id": "akshare", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" - } - ], - "energy infrastructure": [ + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json" + }, { - "id": "canada-cer", + "id": "bis-reserves", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, - "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" - } - ], - "energy markets": [ + "file_path": "international/finance/bis-reserves.json" + }, { - "id": "canada-cer", + "id": "uk-boe", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" - } - ], - "energy production": [ + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "has_api": false, + "file_path": "countries/europe/uk/bank-of-england.json" + }, { - "id": "bp-statistical-review", + "id": "boj-statistics", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" - } - ], - "energy safety": [ + "file_path": "countries/asia/japan/boj-statistics.json" + }, { - "id": "canada-cer", + "id": "ecb-sdw", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "file_path": "international/economics/ecb-sdw.json" } ], - "energy statistics": [ + "Financial News": [ { - "id": "bp-statistical-review", + "id": "bloomberg-terminal", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/markets", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" } ], - "energy trade": [ + "Financial Sector": [ { - "id": "canada-cer", + "id": "idb", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" - }, + "file_path": "international/development/idb.json" + } + ], + "Financial Stability": [ { - "id": "bp-statistical-review", + "id": "uk-boe", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" - }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" - } - ], - "energy transition": [ - { - "id": "caf", - "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" - }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - }, - { - "id": "bp-statistical-review", - "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" - }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" - } - ], - "engineering": [ - { - "id": "derwent-innovation-index", - "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" - }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" - } - ], - "environment": [ - { - "id": "copernicus-open-access-hub", - "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" - }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", - "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" - }, - { - "id": "china-mnr-minerals", - "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "uk-data-gov", + "id": "brazil-bcb", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "canada-statcan", + "id": "ecb-sdw", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, + "file_path": "international/economics/ecb-sdw.json" + } + ], + "Financial Statistics": [ { - "id": "usa-eia", + "id": "brazil-bcb", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, + "file_path": "countries/south-america/brazil/brazil-bcb.json" + } + ], + "Financial Technology": [ { - "id": "australia-abs", + "id": "cryptocurrency-data", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - }, + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + } + ], + "Fiscal Policy": [ { - "id": "brazil-ibge", + "id": "idb", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" - }, + "file_path": "international/development/idb.json" + } + ], + "Fisheries": [ { "id": "faostat", "name": { @@ -4632,128 +3603,152 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" - }, + "file_path": "international/agriculture/faostat.json" + } + ], + "Fixed Assets": [ { - "id": "nasa-earthdata", + "id": "us-bea", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" - }, + "file_path": "countries/north-america/usa/us-bea.json" + } + ], + "Fixed Income": [ { - "id": "oecd-statistics", + "id": "bloomberg-terminal", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" - }, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + } + ], + "Flow of Funds": [ { - "id": "worldbank-open-data", + "id": "boj-statistics", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" + }, + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json" + } + ], + "Food Additives": [ + { + "id": "codex-alimentarius", + "name": { + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://data.worldbank.org", - "has_api": true, - "file_path": "international/economics/worldbank.json", - "geographic_scope": "global" - }, + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json" + } + ], + "Food Hygiene": [ { - "id": "iaea-energy-data", + "id": "codex-alimentarius", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://data.iaea.org/", - "has_api": true, - "file_path": "international/energy/iaea-energy-data.json", - "geographic_scope": "global" - }, + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json" + } + ], + "Food Inspection": [ { - "id": "iea-energy-data", + "id": "codex-alimentarius", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", - "has_api": true, - "file_path": "international/energy/iea.json", - "geographic_scope": "global" - }, + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json" + } + ], + "Food Labeling": [ { - "id": "basel-convention", + "id": "codex-alimentarius", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.basel.int", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/environment/basel-convention.json", - "geographic_scope": "global" + "file_path": "international/standards-metrology/codex-alimentarius.json" } ], - "environmental health": [ + "Food Prices": [ { - "id": "us-cdc", + "id": "amis", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json" } ], - "environmental issues": [ + "Food Quality": [ { - "id": "afrobarometer", + "id": "codex-alimentarius", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", + "authority_level": "international", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "international/standards-metrology/codex-alimentarius.json" } ], - "environmental law": [ + "Food Safety": [ { - "id": "basel-convention", + "id": "codex-alimentarius", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.basel.int", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/environment/basel-convention.json", - "geographic_scope": "global" + "file_path": "international/standards-metrology/codex-alimentarius.json" } ], - "environmental monitoring": [ + "Food Security": [ + { + "id": "amis", + "name": { + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" + }, + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json" + }, { "id": "aafc", "name": { @@ -4764,564 +3759,526 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" - } - ], - "environmental protection": [ + "file_path": "countries/north-america/canada/aafc.json" + }, { - "id": "cites-trade-database", + "id": "cgiar-research-data", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, "authority_level": "international", - "data_url": "https://trade.cites.org", - "has_api": false, - "file_path": "international/environment/cites-trade-database.json", - "geographic_scope": "global" - } - ], - "environmental sciences": [ + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "file_path": "international/agriculture/cgiar-research-data.json" + }, { - "id": "ena", + "id": "faostat", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "file_path": "international/agriculture/faostat.json" } ], - "environmental sustainability": [ + "Food Standards": [ { - "id": "caf", + "id": "codex-alimentarius", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - }, + "file_path": "international/standards-metrology/codex-alimentarius.json" + } + ], + "Food and Waterborne Diseases": [ { - "id": "caribbean-development-bank", + "id": "ecdc-surveillance", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" + "file_path": "international/health/ecdc-surveillance.json" } ], - "environmental-monitoring": [ + "Foreign Direct Investment": [ { - "id": "usgs-earthexplorer", + "id": "us-bea", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-bea.json" } ], - "environmental_science": [ + "Foreign Exchange": [ { - "id": "noaa-cdo", + "id": "akshare", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json", - "geographic_scope": "global" - } - ], - "epidemiology": [ + "file_path": "sectors/K-finance-insurance/akshare.json" + }, { - "id": "uk-biobank", + "id": "alpha-vantage", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "commercial", + "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" }, { - "id": "ghdx", + "id": "bis-statistics", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" - }, + "file_path": "academic/economics/bis-statistics.json" + } + ], + "Foreign Exchange Reserves": [ { - "id": "us-cdc", + "id": "bis-reserves", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - }, + "file_path": "international/finance/bis-reserves.json" + } + ], + "Foreign Trade Statistics": [ { - "id": "africa-cdc", + "id": "india-dgcis", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "international", - "data_url": "https://africacdc.org", + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" + "file_path": "countries/asia/india/india-dgcis.json" + } + ], + "Forestry": [ + { + "id": "intl-copernicus-cdse", + "name": { + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "file_path": "international/earth-science/copernicus-data-space.json" }, { - "id": "ecdc-surveillance", + "id": "faostat", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json" } ], - "equipment manufacturing": [ + "Fossil Fuels": [ { - "id": "china-additive-manufacturing-alliance", + "id": "bp-statistical-review", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/D-energy/bp-statistical-review.json" } ], - "equities": [ + "Functional Materials": [ { - "id": "bloomberg-terminal", + "id": "cambridge-structural-database", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/markets", + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" - }, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + } + ], + "Funds": [ { - "id": "crsp", + "id": "akshare", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "research", - "data_url": "https://www.crsp.org/", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "esg data": [ + "Futures": [ { - "id": "bloomberg-terminal", + "id": "akshare", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/markets", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "exchange rates": [ + "GDP": [ { - "id": "uk-boe", + "id": "us-bea", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "data_url": "https://www.bea.gov/data", + "has_api": true, + "file_path": "countries/north-america/usa/us-bea.json" + } + ], + "GDP Growth": [ + { + "id": "adb-ado", + "name": { + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" - }, + "file_path": "international/economics/adb-ado.json" + } + ], + "Gender Equality": [ { - "id": "brazil-bcb", + "id": "afrobarometer", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", - "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" - }, + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "file_path": "academic/social/afrobarometer.json" + } + ], + "Genetics": [ { - "id": "bis-statistics", + "id": "us-ncbi-genbank", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "GenBank", + "zh": "基因库" }, "authority_level": "government", - "data_url": "https://data.bis.org/", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" - }, + "file_path": "academic/biology/genbank.json" + } + ], + "Genetics and Genomics": [ { - "id": "ecb-sdw", + "id": "cgiar-research-data", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "file_path": "international/agriculture/cgiar-research-data.json" } ], - "exchange_rates": [ + "Genomics": [ { - "id": "korea-bok", + "id": "chembl", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "academic/chemistry/chembl.json" }, { - "id": "canada-boc", + "id": "ena", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" + "file_path": "academic/biology/ena.json" }, { - "id": "mx-banxico", + "id": "us-ncbi-genbank", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "GenBank", + "zh": "基因库" }, "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "file_path": "academic/biology/genbank.json" } ], - "excise revenue": [ + "Geospatial Data": [ { - "id": "india-dgcis", + "id": "aafc", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "has_api": true, + "file_path": "countries/north-america/canada/aafc.json" } ], - "experimental physics": [ + "Global Competence": [ { - "id": "cern-open-data", + "id": "oecd-pisa", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", - "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "file_path": "international/education/oecd-pisa.json" } ], - "export statistics": [ + "Global Liquidity": [ { - "id": "india-dgcis", + "id": "bis-statistics", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "academic/economics/bis-statistics.json" } ], - "finance": [ - { - "id": "nber-data", - "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" - }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "file_path": "academic/economics/nber.json", - "geographic_scope": "global" - }, + "Governance": [ { - "id": "china-nfra", + "id": "afdb", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", - "has_api": false, - "file_path": "china/finance/banking/nfra.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json" }, { - "id": "china-pbc", + "id": "asian-barometer", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "research", + "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "china/finance/banking/pbc.json", - "geographic_scope": "national" - }, + "file_path": "academic/social/asian-barometer.json" + } + ], + "Government": [ { - "id": "china-csrc", + "id": "uk-data-gov", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", - "has_api": false, - "file_path": "china/finance/securities/csrc.json", - "geographic_scope": "national" - }, + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" + } + ], + "Government Finance": [ { - "id": "hkex", + "id": "adb-key-indicators", "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", + "authority_level": "international", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "china/finance/securities/hkex.json", - "geographic_scope": "regional" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "us-data-gov", + "id": "ecb-sdw", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, - { - "id": "adb-data", - "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", + "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/development/adb-data.json", - "geographic_scope": "regional" - }, + "file_path": "international/economics/ecb-sdw.json" + } + ], + "Government spending": [ { - "id": "bis-statistics", + "id": "uk-data-gov", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://data.bis.org/", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" - }, + "file_path": "countries/europe/uk/uk-data-gov.json" + } + ], + "Greenhouse Gases": [ { - "id": "imf-data", + "id": "cdiac", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "international", - "data_url": "https://data.imf.org", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/economics/imf.json", - "geographic_scope": "global" - }, + "file_path": "international/environment/cdiac.json" + } + ], + "Hazardous Materials": [ { - "id": "ebrd", + "id": "basel-convention", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, "authority_level": "international", - "data_url": "https://www.ebrd.com", + "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/finance/ebrd.json", - "geographic_scope": "regional" - }, + "file_path": "international/environment/basel-convention.json" + } + ], + "Health": [ { - "id": "paris-club", + "id": "afdb", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://www.clubdeparis.org", - "has_api": false, - "file_path": "international/finance/paris-club.json", - "geographic_scope": "regional" + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json" }, { - "id": "icc-trade-register", + "id": "adb-data-library", "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", - "has_api": false, - "file_path": "international/trade/icc-trade-register.json", - "geographic_scope": "global" - } - ], - "financial literacy": [ + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json" + }, { - "id": "oecd-pisa", + "id": "aus-aihw", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" - } - ], - "financial markets": [ + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", + "has_api": true, + "file_path": "countries/oceania/australia/aihw.json" + }, { - "id": "boj-statistics", + "id": "caribbean-development-bank", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "uk-boe", + "id": "us-data-gov", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-data-gov.json" }, { - "id": "ecb-sdw", + "id": "uk-data-gov", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" - } - ], - "financial news": [ + "file_path": "countries/europe/uk/uk-data-gov.json" + }, { - "id": "bloomberg-terminal", + "id": "caf", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/markets", - "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" - } - ], - "financial sector": [ + "authority_level": "international", + "data_url": "https://www.caf.com/en/", + "has_api": false, + "file_path": "international/development/caf.json" + }, { "id": "idb", "name": { @@ -5331,222 +4288,203 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "file_path": "international/development/idb.json" } ], - "financial stability": [ + "Health Equity": [ { - "id": "uk-boe", + "id": "us-cdc", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", - "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" - }, + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" + } + ], + "Health Statistics": [ { - "id": "brazil-bcb", + "id": "us-cdc", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/us-cdc.json" + } + ], + "Health and Education": [ { - "id": "ecb-sdw", + "id": "afrobarometer", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", - "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "file_path": "academic/social/afrobarometer.json" } ], - "financial statistics": [ + "Healthcare": [ { - "id": "brazil-bcb", + "id": "ena", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "file_path": "academic/biology/ena.json" } ], - "financial technology": [ + "Healthcare Access": [ { - "id": "cryptocurrency-data", + "id": "us-cdc", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", + "authority_level": "government", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "financial-stability": [ + "Healthcare-Associated Infections": [ { - "id": "iais", + "id": "ecdc-surveillance", "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/finance/iais.json", - "geographic_scope": "global" + "file_path": "international/health/ecdc-surveillance.json" } ], - "financial_markets": [ - { - "id": "canada-boc", - "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" - }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" - }, + "High Energy Physics": [ { - "id": "mx-banxico", + "id": "cern-open-data", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, - "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "file_path": "academic/physics/cern-open-data.json" } ], - "financial_statistics": [ + "Higher Education": [ { - "id": "korea-bok", + "id": "arwu", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", - "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "has_api": false, + "file_path": "sectors/P-education/arwu.json" } ], - "fiscal policy": [ + "Homelessness": [ { - "id": "idb", + "id": "aus-aihw", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "file_path": "countries/oceania/australia/aihw.json" } ], - "fisheries": [ + "Hospitals": [ { - "id": "faostat", + "id": "aus-aihw", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "file_path": "countries/oceania/australia/aihw.json" } ], - "fixed income": [ + "Housing": [ { - "id": "bloomberg-terminal", + "id": "aus-aihw", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/markets", + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", - "geographic_scope": "global" + "file_path": "countries/oceania/australia/aihw.json" } ], - "flow of funds": [ + "Human Rights": [ { - "id": "boj-statistics", + "id": "afrobarometer", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "file_path": "academic/social/afrobarometer.json" } ], - "flow_of_funds": [ + "IPO": [ { - "id": "korea-bok", + "id": "bloomberg-terminal-ipo", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" } ], - "food additives": [ + "Image Classification": [ { - "id": "codex-alimentarius", + "id": "cifar", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "authority_level": "research", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "has_api": false, + "file_path": "sectors/J-information-communication/cifar.json" + }, + { + "id": "imagenet", + "name": { + "en": "ImageNet", + "zh": "ImageNet 图像数据库" + }, + "authority_level": "research", + "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/imagenet.json" } ], - "food and waterborne diseases": [ + "Immunization": [ { "id": "ecdc-surveillance", "name": { @@ -5556,285 +4494,232 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "file_path": "international/health/ecdc-surveillance.json" } ], - "food hygiene": [ + "Import Statistics": [ { - "id": "codex-alimentarius", + "id": "india-dgcis", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "file_path": "countries/asia/india/india-dgcis.json" } ], - "food inspection": [ + "Indices": [ { - "id": "codex-alimentarius", + "id": "akshare", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "food labeling": [ + "Indigenous health": [ { - "id": "codex-alimentarius", + "id": "aus-aihw", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", + "has_api": true, + "file_path": "countries/oceania/australia/aihw.json" } ], - "food prices": [ + "Industrial Automation": [ { - "id": "amis", + "id": "china-robot-industry-alliance", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" } ], - "food quality": [ + "Industrial Economics": [ { - "id": "codex-alimentarius", + "id": "china-rare-earth-association", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" } ], - "food safety": [ + "Industrial Statistics": [ { - "id": "codex-alimentarius", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" - } - ], - "food security": [ - { - "id": "aafc", - "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" - }, - "authority_level": "government", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", - "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" }, { - "id": "cgiar-research-data", + "id": "china-auto-association", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, - "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", - "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" }, { - "id": "faostat", + "id": "china-petroleum-chemical-federation", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" - }, + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "has_api": false, + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + } + ], + "Industry Economics": [ { - "id": "amis", + "id": "us-bea", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.bea.gov/data", + "has_api": true, + "file_path": "countries/north-america/usa/us-bea.json" } ], - "food standards": [ + "Industry Standards": [ { - "id": "codex-alimentarius", + "id": "china-petroleum-chemical-federation", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "food-security": [ + "Industry Statistics": [ { - "id": "mexico-coneval", + "id": "us-bls", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "authority_level": "government", - "data_url": "https://www.coneval.org.mx", + "data_url": "https://www.bls.gov/data/", + "has_api": true, + "file_path": "countries/north-america/usa/us-bls.json" + }, + { + "id": "china-robot-industry-alliance", + "name": { + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" + }, + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" } ], - "foreign direct investment": [ + "Infectious Diseases": [ { - "id": "us-bea", + "id": "us-cdc", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" - } - ], - "foreign exchange": [ - { - "id": "alpha-vantage", - "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" - }, - "authority_level": "commercial", - "data_url": "https://www.alphavantage.co/", - "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" - } - ], - "foreign trade statistics": [ + "file_path": "countries/north-america/usa/us-cdc.json" + }, { - "id": "india-dgcis", + "id": "ecdc-surveillance", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", + "authority_level": "international", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "file_path": "international/health/ecdc-surveillance.json" } ], - "forestry": [ + "Inflation": [ { - "id": "faostat", + "id": "adb-ado", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "data_url": "https://www.adb.org/outlook", + "has_api": false, + "file_path": "international/economics/adb-ado.json" }, { - "id": "intl-copernicus-cdse", + "id": "us-bls", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" - } - ], - "fossil fuels": [ - { - "id": "bp-statistical-review", - "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" - }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-bls.json" } ], - "functional materials": [ + "Information Retrieval": [ { - "id": "cambridge-structural-database", + "id": "common-crawl", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/common-crawl.json" } ], - "gdp": [ + "Infrastructure": [ { - "id": "us-bea", + "id": "afdb", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" - } - ], - "gender equality": [ + "file_path": "international/development/afdb.json" + }, { "id": "afrobarometer", "name": { @@ -5844,463 +4729,496 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" - } - ], - "genetic variation": [ + "file_path": "academic/social/afrobarometer.json" + }, { - "id": "1000-genomes-project", + "id": "adb-data-library", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", - "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" - } - ], - "genetics": [ + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json" + }, { - "id": "us-ncbi-genbank", + "id": "adb-key-indicators", "name": { - "en": "GenBank", - "zh": "基因库" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, - "authority_level": "government", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "authority_level": "international", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "academic/biology/genbank.json", - "geographic_scope": "global" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "uk-biobank", + "id": "caribbean-development-bank", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", - "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" - } - ], - "genetics and genomics": [ + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json" + }, { - "id": "cgiar-research-data", + "id": "caf", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", - "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "data_url": "https://www.caf.com/en/", + "has_api": false, + "file_path": "international/development/caf.json" } ], - "genomics": [ + "Inland Trade": [ { - "id": "1000-genomes-project", + "id": "india-dgcis", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" - }, + "file_path": "countries/asia/india/india-dgcis.json" + } + ], + "Innovation": [ { - "id": "ena", + "id": "derwent-innovation-index", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" }, { - "id": "us-ncbi-genbank", + "id": "caf", "name": { - "en": "GenBank", - "zh": "基因库" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "government", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", - "has_api": true, - "file_path": "academic/biology/genbank.json", - "geographic_scope": "global" - }, + "authority_level": "international", + "data_url": "https://www.caf.com/en/", + "has_api": false, + "file_path": "international/development/caf.json" + } + ], + "Inorganic Chemistry": [ { - "id": "uk-biobank", + "id": "cambridge-structural-database", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, { - "id": "chembl", + "id": "intl-chemspider", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", - "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" - }, + "authority_level": "international", + "data_url": "https://www.chemspider.com", + "has_api": false, + "file_path": "academic/chemistry/chemspider.json" + } + ], + "Input-Output Tables": [ { - "id": "tcga", + "id": "us-bea", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/us-bea.json" + } + ], + "Intellectual Property": [ { - "id": "aws-open-data-registry", + "id": "derwent-innovation-index", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "data_url": "https://clarivate.com/products/derwent-innovation/", + "has_api": true, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "geography": [ + "Inter-State Trade": [ { - "id": "usa-census-bureau", + "id": "india-dgcis", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" - }, + "data_url": "https://www.commerce.gov.in/trade-statistics/", + "has_api": false, + "file_path": "countries/asia/india/india-dgcis.json" + } + ], + "Interest Rates": [ { - "id": "brazil-ibge", + "id": "uk-boe", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" - } - ], - "geospatial": [ + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "has_api": false, + "file_path": "countries/europe/uk/bank-of-england.json" + }, { - "id": "usgs-earthexplorer", + "id": "brazil-bcb", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json", - "geographic_scope": "global" + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "aws-open-data-registry", + "id": "ecb-sdw", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://data.ecb.europa.eu/", + "has_api": true, + "file_path": "international/economics/ecb-sdw.json" } ], - "geospatial data": [ + "International Banking": [ { - "id": "aafc", + "id": "bis-statistics", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "academic/economics/bis-statistics.json" } ], - "global competence": [ + "International Finance": [ { - "id": "oecd-pisa", + "id": "bis-reserves", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "data_url": "https://data.bis.org/topics/CBTA", + "has_api": true, + "file_path": "international/finance/bis-reserves.json" } ], - "governance": [ + "International System of Units (SI)": [ { - "id": "asian-barometer", + "id": "bipm-kcdb", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", + "has_api": true, + "file_path": "international/standards-metrology/bipm-kcdb.json" + } + ], + "International Trade": [ + { + "id": "basel-convention", + "name": { + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" + }, + "authority_level": "international", + "data_url": "https://www.basel.int", "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "file_path": "international/environment/basel-convention.json" }, { - "id": "afdb", + "id": "us-bea", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "authority_level": "government", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "countries/north-america/usa/us-bea.json" + }, + { + "id": "cites-trade-database", + "name": { + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" + }, + "authority_level": "international", + "data_url": "https://trade.cites.org", + "has_api": false, + "file_path": "international/environment/cites-trade-database.json" + }, + { + "id": "india-dgcis", + "name": { + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" + }, + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", + "has_api": false, + "file_path": "countries/asia/india/india-dgcis.json" } ], - "government": [ + "Investment": [ { - "id": "uk-data-gov", + "id": "faostat", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" - }, + "file_path": "international/agriculture/faostat.json" + } + ], + "Investment Banking": [ { - "id": "usa-census-bureau", + "id": "bloomberg-terminal-ipo", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" } ], - "government finance": [ + "Investment Research": [ { - "id": "ecb-sdw", + "id": "crsp", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "authority_level": "research", + "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "file_path": "sectors/K-finance-insurance/crsp.json" } ], - "government spending": [ + "Ionizing Radiation": [ { - "id": "uk-data-gov", + "id": "bipm-kcdb", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "government-finance": [ + "Labor Force": [ { - "id": "australia-abs", + "id": "us-bls", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-bls.json" } ], - "hazardous materials": [ + "Labor Market": [ { - "id": "basel-convention", + "id": "adb-data-library", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://www.basel.int", - "has_api": false, - "file_path": "international/environment/basel-convention.json", - "geographic_scope": "global" + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json" } ], - "health": [ + "Labor Markets": [ { - "id": "uk-biobank", + "id": "idb", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "international/development/idb.json" }, { - "id": "nber-data", + "id": "acad-conferenceboard", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, "authority_level": "research", - "data_url": "https://www.nber.org", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/nber.json", - "geographic_scope": "global" - }, + "file_path": "academic/economics/conference-board.json" + } + ], + "Land Monitoring": [ { - "id": "clinicaltrials-gov", + "id": "intl-copernicus-cdse", "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "file_path": "international/earth-science/copernicus-data-space.json" + } + ], + "Land Use": [ + { + "id": "aafc", + "name": { + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, "authority_level": "government", - "data_url": "https://clinicaltrials.gov/", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/aafc.json" }, { - "id": "dhs", + "id": "faostat", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://dhsprogram.com/", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "academic/health/dhs.json", - "geographic_scope": "regional" - }, + "file_path": "international/agriculture/faostat.json" + } + ], + "Large Language Models": [ { - "id": "ghdx", + "id": "common-crawl", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", + "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" - }, + "file_path": "sectors/J-information-communication/common-crawl.json" + } + ], + "Length": [ { - "id": "pubmed", + "id": "bipm-kcdb", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, - "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "academic/health/pubmed.json", - "geographic_scope": "global" - }, + "file_path": "international/standards-metrology/bipm-kcdb.json" + } + ], + "Liquidity": [ { - "id": "uk-data-gov", + "id": "bis-statistics", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "international/economics/bis.json" }, { - "id": "canada-statcan", + "id": "bis-statistics", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "authority_level": "international", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, + "file_path": "international/finance/bis-statistics.json" + } + ], + "Livestock": [ { - "id": "mexico-coneval", + "id": "faostat", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", - "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" - }, + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json" + } + ], + "Livestock Systems": [ { - "id": "usa-census-bureau", + "id": "cgiar-research-data", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" - }, + "file_path": "international/agriculture/cgiar-research-data.json" + } + ], + "Local Government": [ { "id": "us-data-gov", "name": { @@ -6310,403 +5228,392 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/us-data-gov.json" + } + ], + "Machine Learning": [ { - "id": "australia-abs", + "id": "bookscorpus", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "BooksCorpus", + "zh": "图书语料库" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://github.com/soskek/bookcorpus", + "has_api": false, + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { - "id": "aus-aihw", + "id": "cern-open-data", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "academic/physics/cern-open-data.json" }, { - "id": "afdb", + "id": "cifar", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "authority_level": "research", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "has_api": false, + "file_path": "sectors/J-information-communication/cifar.json" }, { - "id": "caf", + "id": "conll-shared-tasks", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" }, { - "id": "caribbean-development-bank", + "id": "common-crawl", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" + "authority_level": "research", + "data_url": "https://commoncrawl.org", + "has_api": true, + "file_path": "sectors/J-information-communication/common-crawl.json" }, { - "id": "idb", + "id": "imagenet", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "ImageNet", + "zh": "ImageNet 图像数据库" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" - }, + "authority_level": "research", + "data_url": "https://www.image-net.org", + "has_api": false, + "file_path": "sectors/J-information-communication/imagenet.json" + } + ], + "Macroeconomic Data": [ { - "id": "oecd-statistics", + "id": "akshare", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" - }, + "file_path": "sectors/K-finance-insurance/akshare.json" + } + ], + "Macroeconomic Statistics": [ { - "id": "worldbank-open-data", + "id": "idb", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, "authority_level": "international", - "data_url": "https://data.worldbank.org", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/economics/worldbank.json", - "geographic_scope": "global" + "file_path": "international/development/idb.json" } ], - "health and education": [ + "Macroeconomics": [ { - "id": "afrobarometer", + "id": "adb-ado", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "international/economics/adb-ado.json" } ], - "health equity": [ + "Manufacturing": [ { - "id": "us-cdc", + "id": "china-auto-association", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - } - ], - "health financing": [ + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + }, { - "id": "ghdx", + "id": "us-data-gov", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", - "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" - } - ], - "health security": [ + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" + }, { - "id": "africa-cdc", + "id": "china-robot-industry-alliance", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, - "authority_level": "international", - "data_url": "https://africacdc.org", + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" } ], - "health systems": [ + "Manufacturing Technology": [ { - "id": "ghdx", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", - "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", + "has_api": false, + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" } ], - "health_care": [ + "Mapping": [ { - "id": "canada-cihi", + "id": "uk-data-gov", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/uk-data-gov.json" } ], - "health_spending": [ + "Maritime": [ { - "id": "canada-cihi", + "id": "us-data-gov", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", - "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" } ], - "health_system_performance": [ + "Market Indices": [ { - "id": "canada-cihi", + "id": "crsp", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "authority_level": "research", + "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/crsp.json" } ], - "health_workforce": [ + "Market Information": [ { - "id": "canada-cihi", + "id": "aafc", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/aafc.json" } ], - "healthcare": [ + "Market Transparency": [ { - "id": "ena", + "id": "amis", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", - "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json" } ], - "healthcare-associated infections": [ + "Mass and Related Quantities": [ { - "id": "ecdc-surveillance", + "id": "bipm-kcdb", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "data_url": "https://www.bipm.org/kcdb", + "has_api": true, + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "high energy physics": [ + "Materials Science": [ { - "id": "cern-open-data", + "id": "cambridge-structural-database", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://opendata.cern.ch/", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" - } - ], - "higher education": [ + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + }, { - "id": "arwu", + "id": "intl-chemspider", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, - "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "authority_level": "international", + "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "sectors/P-education/arwu.json", - "geographic_scope": "global" - } - ], - "higher_education": [ + "file_path": "academic/chemistry/chemspider.json" + }, { - "id": "china-moe-higher-education", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json", - "geographic_scope": "national" - } - ], - "homelessness": [ + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + }, { - "id": "aus-aihw", + "id": "acad-cod", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "authority_level": "research", + "data_url": "https://www.crystallography.net/cod/", + "has_api": true, + "file_path": "academic/physics/crystallography-open-database.json" + }, + { + "id": "derwent-innovation-index", + "name": { + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" + }, + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "hospital_services": [ + "Mathematical Literacy": [ { - "id": "canada-cihi", + "id": "oecd-pisa", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "file_path": "international/education/oecd-pisa.json" + } + ], + "Measurement Standards": [ + { + "id": "bipm-kcdb", + "name": { + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" + }, + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "hospitals": [ + "Mechanical Engineering": [ { - "id": "aus-aihw", + "id": "derwent-innovation-index", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "housing": [ + "Medical Technology": [ { - "id": "canada-statcan", + "id": "derwent-innovation-index", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" - }, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + } + ], + "Medicinal Chemistry": [ { - "id": "mexico-coneval", + "id": "chembl", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", - "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", + "has_api": true, + "file_path": "academic/chemistry/chembl.json" }, { - "id": "usa-census-bureau", + "id": "drugbank", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "research", + "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" - }, + "file_path": "academic/chemistry/drugbank.json" + } + ], + "Medicine": [ { - "id": "australia-abs", + "id": "pubchem", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "PubChem", + "zh": "PubChem化学数据库" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - }, + "file_path": "academic/chemistry/pubchem.json" + } + ], + "Mental health": [ { "id": "aus-aihw", "name": { @@ -6716,466 +5623,340 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" } ], - "human genetics": [ + "Metagenomics": [ { - "id": "1000-genomes-project", + "id": "ena", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", - "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "file_path": "academic/biology/ena.json" } ], - "human rights": [ + "Metal Materials": [ { - "id": "afrobarometer", + "id": "china-rare-earth-association", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" } ], - "hydrology": [ + "Metal-Organic Frameworks": [ { - "id": "bureau-of-meteorology", + "id": "cambridge-structural-database", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" } ], - "image classification": [ + "Metrology": [ { - "id": "cifar", + "id": "bipm-kcdb", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, - "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", - "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" - }, + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", + "has_api": true, + "file_path": "international/standards-metrology/bipm-kcdb.json" + } + ], + "Mineralogy": [ { - "id": "imagenet", + "id": "acad-cod", "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, "authority_level": "research", - "data_url": "https://www.image-net.org", - "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" + "data_url": "https://www.crystallography.net/cod/", + "has_api": true, + "file_path": "academic/physics/crystallography-open-database.json" } ], - "imaging": [ + "Mining": [ { - "id": "aws-open-data-registry", + "id": "china-rare-earth-association", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" } ], - "immunization": [ + "Molecular Biology": [ { - "id": "ecdc-surveillance", + "id": "alphafold-db", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" - } - ], - "import statistics": [ + "data_url": "https://alphafold.com", + "has_api": true, + "file_path": "academic/biology/alphafold-db.json" + }, { - "id": "india-dgcis", + "id": "ena", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" - } - ], - "income": [ + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "file_path": "academic/biology/ena.json" + }, { - "id": "mexico-coneval", + "id": "us-ncbi-genbank", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "GenBank", + "zh": "基因库" }, "authority_level": "government", - "data_url": "https://www.coneval.org.mx", - "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "has_api": true, + "file_path": "academic/biology/genbank.json" }, { - "id": "usa-census-bureau", + "id": "intl-rcsb-pdb", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "research", + "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "file_path": "academic/biology/pdb.json" } ], - "indigenous health": [ + "Molecular Properties": [ { - "id": "aus-aihw", + "id": "intl-chemspider", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", - "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.chemspider.com", + "has_api": false, + "file_path": "academic/chemistry/chemspider.json" } ], - "industrial automation": [ + "Monetary Policy": [ { - "id": "china-robot-industry-alliance", + "id": "bis-reserves", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" - } - ], - "industrial economics": [ + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", + "has_api": true, + "file_path": "international/finance/bis-reserves.json" + }, { - "id": "china-rare-earth-association", + "id": "bis-statistics", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", - "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" - } - ], - "industrial statistics": [ + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json" + }, { - "id": "china-additive-manufacturing-alliance", + "id": "uk-boe", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, - "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", + "authority_level": "government", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "china-auto-association", + "id": "boj-statistics", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" + "file_path": "countries/asia/japan/boj-statistics.json" }, { - "id": "china-petroleum-chemical-federation", + "id": "brazil-bcb", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" - }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", - "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" - } - ], - "industrial-automation": [ - { - "id": "china-instrument-society", - "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" - }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", - "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json", - "geographic_scope": "national" - } - ], - "industrial-equipment": [ - { - "id": "china-machine-tool-association", - "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" - }, - "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", - "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", - "geographic_scope": "national" - } - ], - "industry": [ - { - "id": "china-nbs", - "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" - }, - { - "id": "china-miit-rare-earth", - "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" - }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", - "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "china-miit", + "id": "ecb-sdw", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", - "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" - }, + "data_url": "https://data.ecb.europa.eu/", + "has_api": true, + "file_path": "international/economics/ecb-sdw.json" + } + ], + "Mortality": [ { - "id": "brazil-ibge", + "id": "aus-aihw", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/aihw.json" }, { - "id": "china-software-association", - "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" - }, - "authority_level": "market", - "data_url": "https://www.csia.org.cn/", - "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json", - "geographic_scope": "national" - } - ], - "industry economics": [ - { - "id": "us-bea", + "id": "us-cdc", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "industry standards": [ + "Museum Studies": [ { - "id": "china-petroleum-chemical-federation", + "id": "british-museum-collection", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "British Museum Collection", + "zh": "大英博物馆馆藏" }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "authority_level": "research", + "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" } ], - "industry statistics": [ + "NFT Markets": [ { - "id": "us-bls", + "id": "cryptocurrency-data", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" - }, - { - "id": "china-robot-industry-alliance", - "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" - }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" } ], - "inequality": [ + "Named Entity Recognition": [ { - "id": "world-inequality-database", + "id": "conll-shared-tasks", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, "authority_level": "research", - "data_url": "https://wid.world/", - "has_api": true, - "file_path": "academic/economics/world-inequality-database.json", - "geographic_scope": "global" - }, - { - "id": "mexico-coneval", - "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" - }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", + "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" } ], - "infectious diseases": [ + "Natality": [ { "id": "us-cdc", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - }, - { - "id": "ecdc-surveillance", - "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" - }, - "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "inflation": [ + "National Accounts": [ { - "id": "canada-boc", + "id": "us-bea", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-bea.json" }, { - "id": "mx-banxico", + "id": "ecb-sdw", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "file_path": "international/economics/ecb-sdw.json" + } + ], + "Natural Language Processing": [ + { + "id": "bookscorpus", + "name": { + "en": "BooksCorpus", + "zh": "图书语料库" + }, + "authority_level": "research", + "data_url": "https://github.com/soskek/bookcorpus", + "has_api": false, + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { - "id": "us-bls", + "id": "conll-shared-tasks", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" - } - ], - "information retrieval": [ + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", + "has_api": false, + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + }, { "id": "common-crawl", "name": { @@ -7185,202 +5966,172 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "sectors/J-information-communication/common-crawl.json" } ], - "information-technology": [ + "New Energy Vehicles": [ { - "id": "china-software-association", + "id": "china-auto-association", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, "authority_level": "market", - "data_url": "https://www.csia.org.cn/", + "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" } ], - "infrastructure": [ + "Nuclear Physics": [ { - "id": "afrobarometer", + "id": "cern-open-data", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" - }, + "data_url": "https://opendata.cern.ch/", + "has_api": true, + "file_path": "academic/physics/cern-open-data.json" + } + ], + "Nutrition": [ { - "id": "china-ndrc-computing", + "id": "us-cdc", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json", - "geographic_scope": "national" + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "afdb", + "id": "cgiar-research-data", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" + "file_path": "international/agriculture/cgiar-research-data.json" }, { - "id": "caf", + "id": "codex-alimentarius", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "international/standards-metrology/codex-alimentarius.json" }, { - "id": "caribbean-development-bank", + "id": "faostat", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" - }, + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json" + } + ], + "Object Recognition": [ { - "id": "china-charging-alliance", + "id": "cifar", "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", + "authority_level": "research", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", - "geographic_scope": "national" - } - ], - "inland trade": [ + "file_path": "sectors/J-information-communication/cifar.json" + }, { - "id": "india-dgcis", + "id": "imagenet", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "ImageNet", + "zh": "ImageNet 图像数据库" }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", + "authority_level": "research", + "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/imagenet.json" } ], - "innovation": [ - { - "id": "china-cnipa-patents", - "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" - }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", - "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", - "geographic_scope": "national" - }, - { - "id": "china-most-rnd", - "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" - }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" - }, + "Occupational Statistics": [ { - "id": "australia-abs", + "id": "us-bls", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/us-bls.json" + } + ], + "Ocean": [ { - "id": "caf", + "id": "us-data-gov", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - }, + "file_path": "countries/north-america/usa/us-data-gov.json" + } + ], + "Ocean Monitoring": [ { - "id": "wipo-ip-statistics", + "id": "intl-copernicus-cdse", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", - "has_api": false, - "file_path": "international/intellectual-property/wipo.json", - "geographic_scope": "global" - }, + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "file_path": "international/earth-science/copernicus-data-space.json" + } + ], + "Oil and Gas": [ { - "id": "derwent-innovation-index", + "id": "canada-cer", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "authority_level": "government", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/canada-energy-regulator.json" } ], - "inorganic chemistry": [ + "Options": [ { - "id": "intl-chemspider", + "id": "akshare", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "international", - "data_url": "https://www.chemspider.com", - "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" - }, + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json" + } + ], + "Organic Chemistry": [ { "id": "cambridge-structural-database", "name": { @@ -7390,79 +6141,47 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" - } - ], - "instrumentation": [ - { - "id": "china-instrument-society", - "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" - }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", - "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json", - "geographic_scope": "national" - } - ], - "insurance": [ - { - "id": "china-nfra", - "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" - }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", - "has_api": false, - "file_path": "china/finance/banking/nfra.json", - "geographic_scope": "national" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, { - "id": "iais", + "id": "intl-chemspider", "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "international/finance/iais.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chemspider.json" } ], - "integrated-circuits": [ + "Parsing": [ { - "id": "china-semiconductor-association", + "id": "conll-shared-tasks", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" } ], - "intellectual property": [ + "Particle Physics": [ { - "id": "wipo-ip-statistics", + "id": "cern-open-data", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, - "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", - "has_api": false, - "file_path": "international/intellectual-property/wipo.json", - "geographic_scope": "global" - }, + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", + "has_api": true, + "file_path": "academic/physics/cern-open-data.json" + } + ], + "Patents": [ { "id": "derwent-innovation-index", "name": { @@ -7472,39 +6191,34 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "intellectual_property": [ + "Pathogen Surveillance": [ { - "id": "china-cnipa-patents", + "id": "ena", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", - "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "file_path": "academic/biology/ena.json" } ], - "inter-state trade": [ + "Payment Systems": [ { - "id": "india-dgcis", + "id": "bis-statistics", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" - } - ], - "interest rates": [ + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "academic/economics/bis-statistics.json" + }, { "id": "uk-boe", "name": { @@ -7514,224 +6228,204 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "brazil-bcb", + "id": "boj-statistics", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", - "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json" }, { - "id": "ecb-sdw", + "id": "brazil-bcb", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" + "file_path": "countries/south-america/brazil/brazil-bcb.json" } ], - "interest_rates": [ + "Payments": [ { - "id": "korea-bok", + "id": "bis-statistics", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "international/economics/bis.json" }, { - "id": "canada-boc", - "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" - }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" - } - ], - "international system of units (si)": [ - { - "id": "bipm-kcdb", + "id": "bis-statistics", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "international/finance/bis-statistics.json" } ], - "international trade": [ - { - "id": "india-dgcis", - "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" - }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" - }, + "Personal Income": [ { "id": "us-bea", "name": { "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "zh": "美国经济分析局" }, "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/us-bea.json" + } + ], + "Pesticide Residues": [ { - "id": "basel-convention", + "id": "codex-alimentarius", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://www.basel.int", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/environment/basel-convention.json", - "geographic_scope": "global" - }, + "file_path": "international/standards-metrology/codex-alimentarius.json" + } + ], + "Petrochemicals": [ { - "id": "cites-trade-database", + "id": "china-petroleum-chemical-federation", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "international", - "data_url": "https://trade.cites.org", + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "international/environment/cites-trade-database.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "international-assessment": [ + "Petroleum Industry": [ { - "id": "iea-education-studies", + "id": "china-petroleum-chemical-federation", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "international/education/iea-education-studies.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" } ], - "international_commerce": [ + "Pharmaceutical Sciences": [ { - "id": "china-customs", + "id": "cambridge-structural-database", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, - "authority_level": "government", - "data_url": "http://www.customs.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/customs.json", - "geographic_scope": "national" - } - ], - "investment": [ + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + }, { - "id": "china-ndrc", + "id": "chembl", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", - "has_api": false, - "file_path": "china/economy/macro/ndrc.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", + "has_api": true, + "file_path": "academic/chemistry/chembl.json" }, { - "id": "china-mofcom", + "id": "intl-chemspider", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, - "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", + "authority_level": "international", + "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "china/economy/trade/mofcom.json", - "geographic_scope": "national" + "file_path": "academic/chemistry/chemspider.json" }, { - "id": "faostat", + "id": "drugbank", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "research", + "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" - }, + "file_path": "academic/chemistry/drugbank.json" + } + ], + "Pharmaceuticals": [ { - "id": "unctad", + "id": "derwent-innovation-index", "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "international/trade/unctad.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "investment research": [ + "Pharmacology": [ { - "id": "crsp", + "id": "chembl", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, "authority_level": "research", - "data_url": "https://www.crsp.org/", + "data_url": "https://www.ebi.ac.uk/chembl/", + "has_api": true, + "file_path": "academic/chemistry/chembl.json" + }, + { + "id": "drugbank", + "name": { + "en": "DrugBank", + "zh": "药物与药物靶点数据库" + }, + "authority_level": "research", + "data_url": "https://go.drugbank.com", + "has_api": true, + "file_path": "academic/chemistry/drugbank.json" + }, + { + "id": "pubchem", + "name": { + "en": "PubChem", + "zh": "PubChem化学数据库" + }, + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "file_path": "academic/chemistry/pubchem.json" } ], - "ionizing radiation": [ + "Photometry and Radiometry": [ { "id": "bipm-kcdb", "name": { @@ -7742,599 +6436,619 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "justice": [ + "Physics": [ { - "id": "canada-statcan", + "id": "acad-cod", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" + }, + "authority_level": "research", + "data_url": "https://www.crystallography.net/cod/", + "has_api": true, + "file_path": "academic/physics/crystallography-open-database.json" + } + ], + "Pipeline Regulation": [ + { + "id": "canada-cer", + "name": { + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/canada-energy-regulator.json" } ], - "labor": [ + "Player Performance Analytics": [ { - "id": "nber-data", + "id": "tennis-atp-wta-data", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, "authority_level": "research", - "data_url": "https://www.nber.org", + "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "academic/economics/nber.json", - "geographic_scope": "global" - }, + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + } + ], + "Policy Coordination": [ { - "id": "brazil-ibge", + "id": "amis", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json" } ], - "labor force": [ + "Political Participation": [ { - "id": "us-bls", + "id": "afrobarometer", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "file_path": "academic/social/afrobarometer.json" } ], - "labor markets": [ + "Political Science": [ { - "id": "acad-conferenceboard", + "id": "asian-barometer", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/economics/conference-board.json", - "geographic_scope": "global" - }, + "file_path": "academic/social/asian-barometer.json" + } + ], + "Political Values": [ { - "id": "idb", + "id": "asian-barometer", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "file_path": "academic/social/asian-barometer.json" } ], - "labor_market": [ + "Population Health": [ { - "id": "mx-banxico", + "id": "us-cdc", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "laboratory systems": [ + "Poverty Analysis": [ { - "id": "africa-cdc", + "id": "adb-ado", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "authority_level": "international", - "data_url": "https://africacdc.org", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" - } - ], - "labour": [ - { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" + "file_path": "international/economics/adb-ado.json" } ], - "land": [ + "Poverty Reduction": [ { - "id": "copernicus-open-access-hub", + "id": "caribbean-development-bank", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", - "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json" } ], - "land monitoring": [ + "Poverty and Inequality": [ { - "id": "intl-copernicus-cdse", + "id": "adb-data-library", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" + "file_path": "international/development/adb-data-library.json" } ], - "land use": [ + "Prices": [ { - "id": "aafc", + "id": "bis-statistics", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "international/economics/bis.json" }, { - "id": "faostat", + "id": "boj-statistics", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" - }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" - } - ], - "land-cover": [ - { - "id": "usgs-earthexplorer", - "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json", - "geographic_scope": "global" - } - ], - "land-surface": [ + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json" + }, { - "id": "nasa-earthdata", + "id": "us-bls", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" - } - ], - "large language models": [ + "file_path": "countries/north-america/usa/us-bls.json" + }, { - "id": "common-crawl", + "id": "faostat", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "international/agriculture/faostat.json" } ], - "length": [ + "Productivity": [ { - "id": "bipm-kcdb", + "id": "us-bls", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, - "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-bls.json" } ], - "life sciences": [ + "Professional Sports Data": [ { - "id": "aws-open-data-registry", + "id": "tennis-atp-wta-data", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "authority_level": "research", + "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" } ], - "life_sciences": [ + "Property Prices": [ { - "id": "pubmed", + "id": "bis-statistics", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/health/pubmed.json", - "geographic_scope": "global" + "file_path": "academic/economics/bis-statistics.json" } ], - "lifestyle": [ + "Protein Science": [ { - "id": "uk-biobank", + "id": "intl-rcsb-pdb", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "academic/biology/pdb.json" } ], - "liquidity": [ + "Proteomics": [ { - "id": "bis-statistics", + "id": "alphafold-db", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, - "authority_level": "government", - "data_url": "https://data.bis.org/", + "authority_level": "international", + "data_url": "https://alphafold.com", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" - } - ], - "livestock": [ + "file_path": "academic/biology/alphafold-db.json" + }, { - "id": "faostat", + "id": "chembl", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chembl.json" } ], - "livestock systems": [ + "Public Finance": [ { - "id": "cgiar-research-data", + "id": "adb-data-library", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" - } - ], - "local government": [ + "file_path": "international/development/adb-data-library.json" + }, { - "id": "us-data-gov", + "id": "boj-statistics", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "file_path": "countries/asia/japan/boj-statistics.json" } ], - "machine learning": [ + "Public Health": [ { - "id": "cern-open-data", + "id": "us-cdc", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", + "authority_level": "government", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "bookscorpus", + "id": "ecdc-surveillance", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", + "authority_level": "international", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json", - "geographic_scope": "global" - }, + "file_path": "international/health/ecdc-surveillance.json" + } + ], + "Public Opinion": [ { - "id": "cifar", + "id": "asian-barometer", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" - }, + "file_path": "academic/social/asian-barometer.json" + } + ], + "Public Safety": [ { - "id": "common-crawl", + "id": "us-data-gov", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" + } + ], + "Public Sector": [ + { + "id": "idb", + "name": { + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" + }, + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" - }, + "file_path": "international/development/idb.json" + } + ], + "Public Sector Management": [ { - "id": "conll-shared-tasks", + "id": "adb-ado", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" - }, + "file_path": "international/economics/adb-ado.json" + } + ], + "Public Services": [ { - "id": "imagenet", + "id": "afrobarometer", "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, "authority_level": "research", - "data_url": "https://www.image-net.org", + "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" - }, + "file_path": "academic/social/afrobarometer.json" + } + ], + "Quantitative Finance": [ { - "id": "aws-open-data-registry", + "id": "akshare", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", - "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "machinery": [ + "Rare Earth Industry": [ { - "id": "china-machine-tool-association", + "id": "china-rare-earth-association", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", - "geographic_scope": "national" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" } ], - "macroeconomic statistics": [ + "Reading Literacy": [ { - "id": "idb", + "id": "oecd-pisa", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "file_path": "international/education/oecd-pisa.json" } ], - "manufacturing": [ + "Real Estate": [ { - "id": "china-most-rnd", + "id": "bis-statistics", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://service.most.gov.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json" }, { - "id": "china-sac-standards", + "id": "bis-statistics", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", - "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" - }, + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json" + } + ], + "Regional Economics": [ { - "id": "china-miit", + "id": "adb-ado", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" + "file_path": "international/economics/adb-ado.json" }, { - "id": "us-data-gov", + "id": "us-bea", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, + "data_url": "https://www.bea.gov/data", + "has_api": true, + "file_path": "countries/north-america/usa/us-bea.json" + } + ], + "Regional Integration": [ { - "id": "china-auto-association", + "id": "adb-data-library", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json" }, { - "id": "china-lcd-association", + "id": "caf", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "international", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", - "geographic_scope": "national" - }, + "file_path": "international/development/caf.json" + } + ], + "Regulatory Capital": [ { - "id": "china-optical-association", + "id": "uk-boe", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", + "authority_level": "government", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" + "file_path": "countries/europe/uk/bank-of-england.json" + } + ], + "Remote Sensing": [ + { + "id": "intl-copernicus-cdse", + "name": { + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "file_path": "international/earth-science/copernicus-data-space.json" + } + ], + "Renewable Energy": [ + { + "id": "canada-cer", + "name": { + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" + }, + "authority_level": "government", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-energy-regulator.json" }, { - "id": "china-machine-tool-association", + "id": "bp-statistical-review", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", - "geographic_scope": "national" - }, + "file_path": "sectors/D-energy/bp-statistical-review.json" + } + ], + "Research": [ { - "id": "china-robot-industry-alliance", + "id": "common-crawl", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "authority_level": "research", + "data_url": "https://commoncrawl.org", + "has_api": true, + "file_path": "sectors/J-information-communication/common-crawl.json" + } + ], + "Research Performance": [ + { + "id": "arwu", + "name": { + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" + }, + "authority_level": "research", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/P-education/arwu.json" } ], - "manufacturing technology": [ + "Resource Management": [ { - "id": "china-additive-manufacturing-alliance", + "id": "china-rare-earth-association", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" } ], - "mapping": [ + "Respiratory Diseases": [ { - "id": "uk-data-gov", + "id": "ecdc-surveillance", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "has_api": false, + "file_path": "international/health/ecdc-surveillance.json" + } + ], + "Robotics": [ + { + "id": "china-robot-industry-alliance", + "name": { + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" + }, + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "has_api": false, + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" } ], - "maritime": [ + "Science & Research": [ { "id": "us-data-gov", "name": { @@ -8344,242 +7058,387 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-data-gov.json" } ], - "market indices": [ + "Scientific Literacy": [ { - "id": "crsp", + "id": "oecd-pisa", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "research", - "data_url": "https://www.crsp.org/", - "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "file_path": "international/education/oecd-pisa.json" } ], - "market information": [ + "Securities": [ { - "id": "aafc", + "id": "bis-statistics", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "government", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "international", + "data_url": "https://data.bis.org", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "file_path": "international/finance/bis-statistics.json" } ], - "market transparency": [ + "Securities Issuance": [ { - "id": "amis", + "id": "bloomberg-terminal-ipo", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + } + ], + "Security and Conflict": [ + { + "id": "afrobarometer", + "name": { + "en": "Afrobarometer", + "zh": "非洲晴雨表" + }, + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" + "file_path": "academic/social/afrobarometer.json" } ], - "market-research": [ + "Semantic Analysis": [ { - "id": "china-lcd-association", + "id": "conll-shared-tasks", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" } ], - "markets": [ + "Sexually Transmitted Diseases": [ { - "id": "usa-eia", + "id": "us-cdc", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "mass and related quantities": [ + "Shipping Statistics": [ { - "id": "bipm-kcdb", + "id": "india-dgcis", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", - "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", + "has_api": false, + "file_path": "countries/asia/india/india-dgcis.json" } ], - "materials science": [ + "Social Development": [ { - "id": "intl-chemspider", + "id": "afdb", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://www.chemspider.com", - "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json" }, { - "id": "acad-cod", + "id": "adb-key-indicators", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, - "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "authority_level": "international", + "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json", - "geographic_scope": "global" + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "china-additive-manufacturing-alliance", + "id": "caribbean-development-bank", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, - "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "cambridge-structural-database", + "id": "caf", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "authority_level": "international", + "data_url": "https://www.caf.com/en/", + "has_api": false, + "file_path": "international/development/caf.json" }, { - "id": "derwent-innovation-index", + "id": "idb", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "international/development/idb.json" } ], - "mathematical literacy": [ + "Social Issues": [ { - "id": "oecd-pisa", + "id": "afrobarometer", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "file_path": "academic/social/afrobarometer.json" } ], - "measurement standards": [ + "Social Science": [ { - "id": "bipm-kcdb", + "id": "asian-barometer", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" + }, + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "file_path": "academic/social/asian-barometer.json" + } + ], + "Social Statistics": [ + { + "id": "adb-data-library", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "international/development/adb-data-library.json" } ], - "measurement-control": [ + "Society": [ { - "id": "china-instrument-society", + "id": "uk-data-gov", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" + } + ], + "Soil Science": [ + { + "id": "cgiar-research-data", + "name": { + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" + }, + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "file_path": "international/agriculture/cgiar-research-data.json" + } + ], + "Sports Statistics": [ + { + "id": "tennis-atp-wta-data", + "name": { + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", + "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json", - "geographic_scope": "national" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" } ], - "mechanical engineering": [ + "Stock Market": [ { - "id": "derwent-innovation-index", + "id": "akshare", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/K-finance-insurance/akshare.json" } ], - "medical imaging": [ + "Stock Markets": [ { - "id": "uk-biobank", + "id": "alpha-vantage", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" + }, + "authority_level": "commercial", + "data_url": "https://www.alphavantage.co/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + }, + { + "id": "crsp", + "name": { + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "data_url": "https://www.crsp.org/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/crsp.json" + } + ], + "Structural Biology": [ + { + "id": "alphafold-db", + "name": { + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" + }, + "authority_level": "international", + "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "academic/biology/alphafold-db.json" }, { - "id": "aws-open-data-registry", + "id": "intl-rcsb-pdb", + "name": { + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" + }, + "authority_level": "research", + "data_url": "https://www.rcsb.org", + "has_api": true, + "file_path": "academic/biology/pdb.json" + } + ], + "Structural Chemistry": [ + { + "id": "cambridge-structural-database", + "name": { + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" + }, + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + } + ], + "Student Assessment": [ + { + "id": "oecd-pisa", + "name": { + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" + }, + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "file_path": "international/education/oecd-pisa.json" + } + ], + "Sustainable Development Goals": [ + { + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" + } + ], + "Sustainable Intensification": [ + { + "id": "cgiar-research-data", + "name": { + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" + }, + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "file_path": "international/agriculture/cgiar-research-data.json" + } + ], + "Technical Analysis": [ + { + "id": "alpha-vantage", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "data_url": "https://www.alphavantage.co/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + } + ], + "Technology Standards": [ + { + "id": "china-robot-industry-alliance", + "name": { + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" + }, + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" } ], - "medical technology": [ + "Telecommunications": [ { "id": "derwent-innovation-index", "name": { @@ -8589,40 +7448,77 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" } ], - "medical_imaging": [ + "Tennis": [ { - "id": "canada-cihi", + "id": "tennis-atp-wta-data", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "authority_level": "research", + "data_url": "https://github.com/JeffSackmann/tennis_atp", + "has_api": false, + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + } + ], + "Text Mining": [ + { + "id": "bookscorpus", + "name": { + "en": "BooksCorpus", + "zh": "图书语料库" + }, + "authority_level": "research", + "data_url": "https://github.com/soskek/bookcorpus", + "has_api": false, + "file_path": "sectors/J-information-communication/bookscorpus.json" + } + ], + "Thermometry": [ + { + "id": "bipm-kcdb", + "name": { + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" + }, + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "international/standards-metrology/bipm-kcdb.json" } ], - "medical_trials": [ + "Time and Frequency": [ { - "id": "clinicaltrials-gov", + "id": "bipm-kcdb", "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" + }, + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", + "has_api": true, + "file_path": "international/standards-metrology/bipm-kcdb.json" + } + ], + "Towns and cities": [ + { + "id": "uk-data-gov", + "name": { + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://clinicaltrials.gov/", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json", - "geographic_scope": "global" + "file_path": "countries/europe/uk/uk-data-gov.json" } ], - "medicinal chemistry": [ + "Toxicology": [ { "id": "chembl", "name": { @@ -8632,8 +7528,7 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/chembl.json" }, { "id": "drugbank", @@ -8644,11 +7539,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" - } - ], - "medicine": [ + "file_path": "academic/chemistry/drugbank.json" + }, { "id": "pubchem", "name": { @@ -8658,54 +7550,71 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" + "file_path": "academic/chemistry/pubchem.json" } ], - "mental health": [ + "Trade": [ { - "id": "aus-aihw", + "id": "adb-data-library", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json" + }, + { + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" + }, + { + "id": "faostat", + "name": { + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "international/agriculture/faostat.json" } ], - "mental_health": [ + "Trade and Integration": [ { - "id": "canada-cihi", + "id": "idb", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "international/development/idb.json" } ], - "metabolomics": [ + "Trading Data": [ { - "id": "uk-biobank", + "id": "cryptocurrency-data", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" } ], - "metagenomics": [ + "Transcriptomics": [ { "id": "ena", "name": { @@ -8715,424 +7624,2214 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "file_path": "academic/biology/ena.json" } ], - "metal materials": [ + "Transport": [ { - "id": "china-rare-earth-association", + "id": "uk-data-gov", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" + } + ], + "Transportation": [ + { + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" + }, + { + "id": "china-auto-association", + "name": { + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, "authority_level": "market", - "data_url": "https://ac-rei.org.cn", + "data_url": "http://www.caam.org.cn/tjsj", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + }, + { + "id": "us-data-gov", + "name": { + "en": "Data.gov", + "zh": "美国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" + }, + { + "id": "caf", + "name": { + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" + }, + "authority_level": "international", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" + "file_path": "international/development/caf.json" } ], - "metal-organic frameworks": [ + "Tuberculosis": [ { - "id": "cambridge-structural-database", + "id": "us-cdc", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" + }, + "authority_level": "government", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" + } + ], + "Unemployment": [ + { + "id": "us-bls", + "name": { + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" + }, + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", + "has_api": true, + "file_path": "countries/north-america/usa/us-bls.json" + } + ], + "University Rankings": [ + { + "id": "arwu", + "name": { + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "has_api": false, + "file_path": "sectors/P-education/arwu.json" + } + ], + "Urban Development": [ + { + "id": "caf", + "name": { + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" + }, + "authority_level": "international", + "data_url": "https://www.caf.com/en/", + "has_api": false, + "file_path": "international/development/caf.json" + } + ], + "Vaccine Safety": [ + { + "id": "us-cdc", + "name": { + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" + }, + "authority_level": "government", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/us-cdc.json" } ], - "meteorology": [ + "Vector-Borne Diseases": [ { - "id": "noaa-cdo", + "id": "ecdc-surveillance", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" + }, + "authority_level": "international", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "has_api": false, + "file_path": "international/health/ecdc-surveillance.json" + } + ], + "Veterinary Drug Residues": [ + { + "id": "codex-alimentarius", + "name": { + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json" + } + ], + "Vital Statistics": [ + { + "id": "us-cdc", + "name": { + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" + } + ], + "Wages": [ + { + "id": "us-bls", + "name": { + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" + }, + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", + "has_api": true, + "file_path": "countries/north-america/usa/us-bls.json" + } + ], + "Waste Management": [ + { + "id": "basel-convention", + "name": { + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" + }, + "authority_level": "international", + "data_url": "https://www.basel.int", + "has_api": false, + "file_path": "international/environment/basel-convention.json" + } + ], + "Water Resources": [ + { + "id": "caf", + "name": { + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" + }, + "authority_level": "international", + "data_url": "https://www.caf.com/en/", + "has_api": false, + "file_path": "international/development/caf.json" + } + ], + "Water Resources Management": [ + { + "id": "cgiar-research-data", + "name": { + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" + }, + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "file_path": "international/agriculture/cgiar-research-data.json" + } + ], + "Web Analytics": [ + { + "id": "common-crawl", + "name": { + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" + }, + "authority_level": "research", + "data_url": "https://commoncrawl.org", + "has_api": true, + "file_path": "sectors/J-information-communication/common-crawl.json" + } + ], + "Web Crawling": [ + { + "id": "common-crawl", + "name": { + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" + }, + "authority_level": "research", + "data_url": "https://commoncrawl.org", + "has_api": true, + "file_path": "sectors/J-information-communication/common-crawl.json" + } + ], + "Welfare": [ + { + "id": "aus-aihw", + "name": { + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" + }, + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", + "has_api": true, + "file_path": "countries/oceania/australia/aihw.json" + } + ], + "Wildlife Conservation": [ + { + "id": "cites-trade-database", + "name": { + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" + }, + "authority_level": "international", + "data_url": "https://trade.cites.org", + "has_api": false, + "file_path": "international/environment/cites-trade-database.json" + } + ], + "Workplace Safety": [ + { + "id": "us-bls", + "name": { + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" + }, + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", + "has_api": true, + "file_path": "countries/north-america/usa/us-bls.json" + } + ], + "Youth Development": [ + { + "id": "afrobarometer", + "name": { + "en": "Afrobarometer", + "zh": "非洲晴雨表" + }, + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "file_path": "academic/social/afrobarometer.json" + } + ], + "agriculture": [ + { + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json", - "geographic_scope": "global" + "file_path": "countries/oceania/australia/abs.json" + }, + { + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "has_api": false, + "file_path": "countries/south-america/brazil-cecafe.json" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + }, + { + "id": "china-nbs", + "name": { + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" + }, + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json" + }, + { + "id": "brazil-conab", + "name": { + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" + }, + "authority_level": "government", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "has_api": false, + "file_path": "countries/south-america/brazil-conab.json" + }, + { + "id": "china-sac-standards", + "name": { + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" + }, + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" + } + ], + "artificial-intelligence": [ + { + "id": "china-caict", + "name": { + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" + }, + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "has_api": false, + "file_path": "china/research/china-caict.json" + } + ], + "atmosphere": [ + { + "id": "bureau-of-meteorology", + "name": { + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" + }, + "authority_level": "government", + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + }, + { + "id": "copernicus-open-access-hub", + "name": { + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" + }, + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" + } + ], + "atmospheric_science": [ + { + "id": "noaa-cdo", + "name": { + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" + }, + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "has_api": true, + "file_path": "countries/north-america/usa/noaa-cdo.json" + } + ], + "automotive": [ + { + "id": "china-charging-alliance", + "name": { + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" + }, + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + } + ], + "aviation": [ + { + "id": "icao-aviation-data", + "name": { + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" + }, + "authority_level": "international", + "data_url": "https://dataservices.icao.int/", + "has_api": true, + "file_path": "international/transportation/icao-aviation-data.json" + } + ], + "balance_of_payments": [ + { + "id": "korea-bok", + "name": { + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" + }, + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" + }, + { + "id": "mx-banxico", + "name": { + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" + }, + "authority_level": "government", + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" + } + ], + "banking": [ + { + "id": "canada-boc", + "name": { + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" + }, + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-boc.json" + }, + { + "id": "mx-banxico", + "name": { + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" + }, + "authority_level": "government", + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" + }, + { + "id": "icc-trade-register", + "name": { + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" + }, + "authority_level": "international", + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "has_api": false, + "file_path": "international/trade/icc-trade-register.json" + }, + { + "id": "china-nfra", + "name": { + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" + }, + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "has_api": false, + "file_path": "china/finance/banking/nfra.json" + } + ], + "banking_statistics": [ + { + "id": "korea-bok", + "name": { + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" + }, + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" + } + ], + "bioinformatics": [ + { + "id": "1000-genomes", + "name": { + "en": "1000 Genomes Project", + "zh": "千人基因组计划" + }, + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "file_path": "academic/biology/1000-genomes.json" + }, + { + "id": "tcga", + "name": { + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" + }, + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", + "has_api": true, + "file_path": "academic/health/tcga.json" + } + ], + "biomarkers": [ + { + "id": "uk-biobank", + "name": { + "en": "UK Biobank", + "zh": "英国生物样本库" + }, + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json" + } + ], + "biomedical": [ + { + "id": "pubmed", + "name": { + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" + }, + "authority_level": "government", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "has_api": true, + "file_path": "academic/health/pubmed.json" + } + ], + "biomedical research": [ + { + "id": "tcga", + "name": { + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" + }, + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", + "has_api": true, + "file_path": "academic/health/tcga.json" + } + ], + "biosphere": [ + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" + } + ], + "business": [ + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" + }, + { + "id": "usa-census-bureau", + "name": { + "en": "United States Census Bureau", + "zh": "美国人口普查局" + }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" + } + ], + "business_surveys": [ + { + "id": "korea-bok", + "name": { + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" + }, + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" + } + ], + "cancer genomics": [ + { + "id": "tcga", + "name": { + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" + }, + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", + "has_api": true, + "file_path": "academic/health/tcga.json" + } + ], + "capital_markets": [ + { + "id": "china-csrc", + "name": { + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" + }, + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "has_api": false, + "file_path": "china/finance/securities/csrc.json" + }, + { + "id": "hkex", + "name": { + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" + }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", + "has_api": true, + "file_path": "china/finance/securities/hkex.json" + } + ], + "cartography": [ + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + } + ], + "census": [ + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + } + ], + "climate": [ + { + "id": "bureau-of-meteorology", + "name": { + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" + }, + "authority_level": "government", + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + }, + { + "id": "copernicus-open-access-hub", + "name": { + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" + }, + { + "id": "iea-energy-data", + "name": { + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" + }, + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", + "has_api": true, + "file_path": "international/energy/iea.json" + }, + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" + }, + { + "id": "noaa-cdo", + "name": { + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" + }, + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "has_api": true, + "file_path": "countries/north-america/usa/noaa-cdo.json" + } + ], + "clinical_research": [ + { + "id": "clinicaltrials-gov", + "name": { + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" + }, + "authority_level": "government", + "data_url": "https://clinicaltrials.gov/", + "has_api": true, + "file_path": "academic/health/clinicaltrials-gov.json" + } + ], + "cloud-computing": [ + { + "id": "china-caict", + "name": { + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" + }, + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "has_api": false, + "file_path": "china/research/china-caict.json" + } + ], + "coal": [ + { + "id": "usa-eia", + "name": { + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" + }, + "authority_level": "government", + "data_url": "https://www.eia.gov", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json" + } + ], + "commerce": [ + { + "id": "china-mofcom", + "name": { + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" + }, + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json" + } + ], + "commodities": [ + { + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "has_api": false, + "file_path": "countries/south-america/brazil-cecafe.json" + }, + { + "id": "brazil-conab", + "name": { + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" + }, + "authority_level": "government", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "has_api": false, + "file_path": "countries/south-america/brazil-conab.json" + } + ], + "consumer_surveys": [ + { + "id": "korea-bok", + "name": { + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" + }, + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" + } + ], + "continuing_care": [ + { + "id": "canada-cihi", + "name": { + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" + }, + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "has_api": true, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "cryosphere": [ + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" + } + ], + "culture": [ + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" + } + ], + "data_governance": [ + { + "id": "china-national-data-bureau", + "name": { + "en": "National Data Administration of China", + "zh": "国家数据局" + }, + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", + "has_api": false, + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + } + ], + "demographics": [ + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + }, + { + "id": "ceic-china-urbanization", + "name": { + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "has_api": true, + "file_path": "china/national/ceic-china-urbanization.json" + }, + { + "id": "cnki-population-census", + "name": { + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" + }, + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", + "has_api": false, + "file_path": "china/national/cnki-population-census.json" + }, + { + "id": "dhs", + "name": { + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" + }, + "authority_level": "international", + "data_url": "https://dhsprogram.com/", + "has_api": true, + "file_path": "academic/health/dhs.json" + }, + { + "id": "ghdx", + "name": { + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" + }, + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", + "has_api": true, + "file_path": "academic/health/ghdx.json" + }, + { + "id": "china-nbs", + "name": { + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" + }, + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" + }, + { + "id": "uk-biobank", + "name": { + "en": "UK Biobank", + "zh": "英国生物样本库" + }, + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json" + }, + { + "id": "usa-census-bureau", + "name": { + "en": "United States Census Bureau", + "zh": "美国人口普查局" + }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" + } + ], + "derivatives": [ + { + "id": "hkex", + "name": { + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" + }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", + "has_api": true, + "file_path": "china/finance/securities/hkex.json" + } + ], + "development": [ + { + "id": "adb-data-library", + "name": { + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/economics/adb-data-library.json" + }, + { + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" + }, + { + "id": "adb-vietnam", + "name": { + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", + "has_api": false, + "file_path": "international/economics/adb-vietnam.json" + }, + { + "id": "adb-data", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data.json" + }, + { + "id": "ebrd", + "name": { + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" + }, + "authority_level": "international", + "data_url": "https://www.ebrd.com", + "has_api": false, + "file_path": "international/finance/ebrd.json" + }, + { + "id": "ggdc-databases", + "name": { + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json" + }, + { + "id": "china-ndrc", + "name": { + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json" + }, + { + "id": "paris-club", + "name": { + "en": "Paris Club", + "zh": "巴黎俱乐部" + }, + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", + "has_api": false, + "file_path": "international/finance/paris-club.json" + }, + { + "id": "penn-world-table", + "name": { + "en": "Penn World Table", + "zh": "宾州世界表" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "has_api": false, + "file_path": "academic/economics/penn-world-table.json" + }, + { + "id": "unctad", + "name": { + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" + }, + "authority_level": "international", + "data_url": "https://unctadstat.unctad.org", + "has_api": true, + "file_path": "international/trade/unctad.json" + } + ], + "digital-economy": [ + { + "id": "china-caict", + "name": { + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" + }, + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "has_api": false, + "file_path": "china/research/china-caict.json" + } + ], + "digital_economy": [ + { + "id": "china-national-data-bureau", + "name": { + "en": "National Data Administration of China", + "zh": "国家数据局" + }, + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", + "has_api": false, + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + } + ], + "digital_infrastructure": [ + { + "id": "china-national-data-bureau", + "name": { + "en": "National Data Administration of China", + "zh": "国家数据局" + }, + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", + "has_api": false, + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + } + ], + "disaster_management": [ + { + "id": "copernicus-open-access-hub", + "name": { + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" + } + ], + "disease burden": [ + { + "id": "ghdx", + "name": { + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" + }, + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", + "has_api": true, + "file_path": "academic/health/ghdx.json" + } + ], + "disease surveillance": [ + { + "id": "africa-cdc", + "name": { + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" + }, + "authority_level": "international", + "data_url": "https://africacdc.org", + "has_api": false, + "file_path": "international/health/africa-cdc.json" + } + ], + "earth-observation": [ + { + "id": "usgs-earthexplorer", + "name": { + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" + }, + "authority_level": "government", + "data_url": "https://earthexplorer.usgs.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + } + ], + "earth-science": [ + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" + } + ], + "economic_indicators": [ + { + "id": "canada-boc", + "name": { + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" + }, + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-boc.json" + } + ], + "economics": [ + { + "id": "adb-data-library", + "name": { + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/economics/adb-data-library.json" + }, + { + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" + }, + { + "id": "adb-vietnam", + "name": { + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", + "has_api": false, + "file_path": "international/economics/adb-vietnam.json" + }, + { + "id": "adb-data", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data.json" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json" + }, + { + "id": "bea-international-trade", + "name": { + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" + }, + "authority_level": "government", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "has_api": true, + "file_path": "international/trade/bea-international-trade.json" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + }, + { + "id": "ceic-china-urbanization", + "name": { + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "has_api": true, + "file_path": "china/national/ceic-china-urbanization.json" + }, + { + "id": "ceic-global-database", + "name": { + "en": "CEIC Global Database", + "zh": "环亚经济数据库" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "has_api": true, + "file_path": "international/economics/ceic-global-database.json" + }, + { + "id": "ceic-vietnam", + "name": { + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "has_api": true, + "file_path": "international/economics/ceic-vietnam.json" + }, + { + "id": "ebrd", + "name": { + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" + }, + "authority_level": "international", + "data_url": "https://www.ebrd.com", + "has_api": false, + "file_path": "international/finance/ebrd.json" + }, + { + "id": "china-customs", + "name": { + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" + }, + "authority_level": "government", + "data_url": "http://www.customs.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/customs.json" + }, + { + "id": "ggdc-databases", + "name": { + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json" + }, + { + "id": "iea-energy-data", + "name": { + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" + }, + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", + "has_api": true, + "file_path": "international/energy/iea.json" + }, + { + "id": "imf-data", + "name": { + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" + }, + "authority_level": "international", + "data_url": "https://data.imf.org", + "has_api": true, + "file_path": "international/economics/imf.json" + }, + { + "id": "china-mofcom", + "name": { + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" + }, + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json" + }, + { + "id": "china-mnr-minerals", + "name": { + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" + }, + "authority_level": "government", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "has_api": false, + "file_path": "china/resources/mineral/china-mnr-minerals.json" + }, + { + "id": "nber-data", + "name": { + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" + }, + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "file_path": "academic/economics/nber.json" + }, + { + "id": "china-ndrc-computing", + "name": { + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json" + }, + { + "id": "china-nbs", + "name": { + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" + }, + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json" + }, + { + "id": "china-ndrc", + "name": { + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json" + }, + { + "id": "oecd-statistics", + "name": { + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" + }, + "authority_level": "international", + "data_url": "https://stats.oecd.org", + "has_api": true, + "file_path": "international/economics/oecd.json" + }, + { + "id": "paris-club", + "name": { + "en": "Paris Club", + "zh": "巴黎俱乐部" + }, + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", + "has_api": false, + "file_path": "international/finance/paris-club.json" + }, + { + "id": "penn-world-table", + "name": { + "en": "Penn World Table", + "zh": "宾州世界表" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "has_api": false, + "file_path": "academic/economics/penn-world-table.json" + }, + { + "id": "china-pbc", + "name": { + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" + }, + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "has_api": false, + "file_path": "china/finance/banking/pbc.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" + }, + { + "id": "usa-eia", + "name": { + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" + }, + "authority_level": "government", + "data_url": "https://www.eia.gov", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json" + }, + { + "id": "un-comtrade", + "name": { + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" + }, + "authority_level": "international", + "data_url": "https://comtradeplus.un.org", + "has_api": true, + "file_path": "international/trade/comtrade.json" + }, + { + "id": "unctad", + "name": { + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" + }, + "authority_level": "international", + "data_url": "https://unctadstat.unctad.org", + "has_api": true, + "file_path": "international/trade/unctad.json" + }, + { + "id": "usa-census-bureau", + "name": { + "en": "United States Census Bureau", + "zh": "美国人口普查局" + }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" + }, + { + "id": "wto-statistics", + "name": { + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" + }, + "authority_level": "international", + "data_url": "https://stats.wto.org", + "has_api": true, + "file_path": "international/trade/wto.json" + }, + { + "id": "worldbank-open-data", + "name": { + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" + }, + "authority_level": "international", + "data_url": "https://data.worldbank.org", + "has_api": true, + "file_path": "international/economics/worldbank.json" + }, + { + "id": "world-inequality-database", + "name": { + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" + }, + "authority_level": "research", + "data_url": "https://wid.world/", + "has_api": true, + "file_path": "academic/economics/world-inequality-database.json" + } + ], + "education": [ + { + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json" + }, + { + "id": "cnki-population-census", + "name": { + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" + }, + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", + "has_api": false, + "file_path": "china/national/cnki-population-census.json" + }, + { + "id": "iea-education-studies", + "name": { + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" + }, + "authority_level": "international", + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "file_path": "international/education/iea-education-studies.json" + }, + { + "id": "china-moe-higher-education", + "name": { + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" + }, + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "has_api": false, + "file_path": "china/education/higher_education/china-moe-higher-education.json" + }, + { + "id": "mexico-coneval", + "name": { + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + }, + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", + "has_api": false, + "file_path": "countries/north-america/mexico/coneval.json" + }, + { + "id": "oecd-statistics", + "name": { + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" + }, + "authority_level": "international", + "data_url": "https://stats.oecd.org", + "has_api": true, + "file_path": "international/economics/oecd.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" + }, + { + "id": "usa-census-bureau", + "name": { + "en": "United States Census Bureau", + "zh": "美国人口普查局" + }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" + }, + { + "id": "worldbank-open-data", + "name": { + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" + }, + "authority_level": "international", + "data_url": "https://data.worldbank.org", + "has_api": true, + "file_path": "international/economics/worldbank.json" + } + ], + "electricity": [ + { + "id": "usa-eia", + "name": { + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" + }, + "authority_level": "government", + "data_url": "https://www.eia.gov", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json" + } + ], + "electronics": [ + { + "id": "china-optical-association", + "name": { + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" + }, + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + }, + { + "id": "china-lcd-association", + "name": { + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" + }, + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" }, { - "id": "bureau-of-meteorology", + "id": "china-miit", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json" } ], - "metrology": [ + "electronics-manufacturing": [ { - "id": "bipm-kcdb", + "id": "china-semiconductor-association", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", - "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" } ], - "mineral": [ + "emergency_care": [ { - "id": "china-miit-rare-earth", + "id": "canada-cihi", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", - "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json", - "geographic_scope": "national" + "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "has_api": true, + "file_path": "countries/north-america/canada/canada-cihi.json" } ], - "mineralogy": [ + "employment": [ { - "id": "acad-cod", + "id": "australia-abs", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json", - "geographic_scope": "global" - } - ], - "minerals": [ + "file_path": "countries/oceania/australia/abs.json" + }, { - "id": "china-mnr-minerals", + "id": "cnki-population-census", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, - "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json", - "geographic_scope": "national" - } - ], - "mining": [ + "file_path": "china/national/cnki-population-census.json" + }, { - "id": "china-rare-earth-association", + "id": "usa-census-bureau", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", - "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" } ], - "molecular biology": [ + "energy": [ { - "id": "alphafold-db", + "id": "afdb-statistics", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "authority_level": "international", - "data_url": "https://alphafold.com", + "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" + "file_path": "international/development/afdb-statistics.json" }, { - "id": "ena", + "id": "china-charging-alliance", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" + }, + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + }, + { + "id": "iaea-energy-data", + "name": { + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" }, "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", + "data_url": "https://data.iaea.org/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" + "file_path": "international/energy/iaea-energy-data.json" }, { - "id": "us-ncbi-genbank", + "id": "iea-energy-data", "name": { - "en": "GenBank", - "zh": "基因库" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, - "authority_level": "government", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "file_path": "academic/biology/genbank.json", - "geographic_scope": "global" + "file_path": "international/energy/iea.json" }, { - "id": "intl-rcsb-pdb", + "id": "china-ndrc-computing", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", - "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json" }, { - "id": "tcga", + "id": "usa-eia", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/eia.json" } ], - "molecular properties": [ + "environment": [ { - "id": "intl-chemspider", + "id": "australia-abs", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "international", - "data_url": "https://www.chemspider.com", - "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" - } - ], - "monetary policy": [ + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json" + }, { - "id": "boj-statistics", + "id": "brazil-ibge", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", - "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "uk-boe", + "id": "copernicus-open-access-hub", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, - "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", - "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" }, { - "id": "brazil-bcb", + "id": "iaea-energy-data", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" }, - "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", + "authority_level": "international", + "data_url": "https://data.iaea.org/", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "file_path": "international/energy/iaea-energy-data.json" }, { - "id": "ecb-sdw", + "id": "iea-energy-data", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" - } - ], - "monetary_policy": [ + "file_path": "international/energy/iea.json" + }, { - "id": "china-pbc", + "id": "china-mnr-minerals", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "china/finance/banking/pbc.json", - "geographic_scope": "national" + "file_path": "china/resources/mineral/china-mnr-minerals.json" }, { - "id": "korea-bok", + "id": "nasa-earthdata", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "NASA Earthdata", + "zh": "NASA地球数据" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "international/earth-science/nasa-earthdata.json" }, { - "id": "canada-boc", + "id": "oecd-statistics", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" + }, + "authority_level": "international", + "data_url": "https://stats.oecd.org", + "has_api": true, + "file_path": "international/economics/oecd.json" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/canada/statcan.json" }, { - "id": "mx-banxico", + "id": "usa-eia", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" - } - ], - "mortality": [ + "file_path": "countries/north-america/usa/eia.json" + }, { - "id": "ghdx", + "id": "worldbank-open-data", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", + "authority_level": "international", + "data_url": "https://data.worldbank.org", "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" - }, + "file_path": "international/economics/worldbank.json" + } + ], + "environmental-monitoring": [ { - "id": "us-cdc", + "id": "usgs-earthexplorer", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + } + ], + "environmental_science": [ { - "id": "aus-aihw", + "id": "noaa-cdo", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/noaa-cdo.json" } ], - "museum studies": [ + "epidemiology": [ { - "id": "british-museum-collection", + "id": "africa-cdc", "name": { - "en": "British Museum Collection", - "zh": "大英博物馆馆藏" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, - "authority_level": "research", - "data_url": "https://www.britishmuseum.org/collection", + "authority_level": "international", + "data_url": "https://africacdc.org", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", - "geographic_scope": "global" - } - ], - "named entity recognition": [ + "file_path": "international/health/africa-cdc.json" + }, { - "id": "conll-shared-tasks", + "id": "ghdx", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", - "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" - } - ], - "natality": [ + "data_url": "https://ghdx.healthdata.org/", + "has_api": true, + "file_path": "academic/health/ghdx.json" + }, { - "id": "us-cdc", + "id": "uk-biobank", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "file_path": "academic/biology/uk-biobank.json" } ], - "national accounts": [ + "evolutionary biology": [ { - "id": "us-bea", + "id": "1000-genomes", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", - "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" - }, + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "file_path": "academic/biology/1000-genomes.json" + } + ], + "exchange_rates": [ { - "id": "ecb-sdw", + "id": "canada-boc", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json", - "geographic_scope": "regional" - } - ], - "national_accounts": [ + "file_path": "countries/north-america/canada/canada-boc.json" + }, { "id": "korea-bok", "name": { @@ -9143,320 +9842,338 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" - } - ], - "natural gas": [ + "file_path": "countries/asia/korea/korea-bok.json" + }, { - "id": "usa-eia", + "id": "mx-banxico", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "file_path": "countries/north-america/mexico/banxico.json" } ], - "natural language processing": [ + "exports": [ { - "id": "bookscorpus", + "id": "brazil-cecafe", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json", - "geographic_scope": "global" - }, + "file_path": "countries/south-america/brazil-cecafe.json" + } + ], + "finance": [ { - "id": "common-crawl", + "id": "adb-data-library", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "international/economics/adb-data-library.json" }, { - "id": "conll-shared-tasks", + "id": "afdb-statistics", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", - "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" - } - ], - "network-architecture": [ + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" + }, { - "id": "china-imt2030", + "id": "adb-vietnam", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, - "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" - } - ], - "new energy vehicles": [ + "file_path": "international/economics/adb-vietnam.json" + }, { - "id": "china-auto-association", + "id": "adb-data", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" - } - ], - "nft markets": [ + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data.json" + }, { - "id": "cryptocurrency-data", + "id": "ceic-global-database", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "CEIC Global Database", + "zh": "环亚经济数据库" }, "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" - } - ], - "nuclear energy": [ + "file_path": "international/economics/ceic-global-database.json" + }, { - "id": "usa-eia", + "id": "ceic-vietnam", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, - "authority_level": "government", - "data_url": "https://www.eia.gov", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" - } - ], - "nuclear physics": [ + "file_path": "international/economics/ceic-vietnam.json" + }, { - "id": "cern-open-data", + "id": "china-csrc", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", - "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" - } - ], - "nuclear-power": [ + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "has_api": false, + "file_path": "china/finance/securities/csrc.json" + }, { - "id": "iaea-energy-data", + "id": "ebrd", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, "authority_level": "international", - "data_url": "https://data.iaea.org/", + "data_url": "https://www.ebrd.com", + "has_api": false, + "file_path": "international/finance/ebrd.json" + }, + { + "id": "hkex", + "name": { + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" + }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", "has_api": true, - "file_path": "international/energy/iaea-energy-data.json", - "geographic_scope": "global" - } - ], - "nutrition": [ + "file_path": "china/finance/securities/hkex.json" + }, { - "id": "cgiar-research-data", + "id": "icc-trade-register", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" }, "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", - "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "has_api": false, + "file_path": "international/trade/icc-trade-register.json" }, { - "id": "faostat", + "id": "imf-data", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" }, "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "data_url": "https://data.imf.org", "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "file_path": "international/economics/imf.json" }, { - "id": "codex-alimentarius", + "id": "nber-data", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "authority_level": "research", + "data_url": "https://www.nber.org", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" - } - ], - "object recognition": [ + "file_path": "academic/economics/nber.json" + }, { - "id": "cifar", + "id": "china-nfra", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" + }, + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "has_api": false, + "file_path": "china/finance/banking/nfra.json" + }, + { + "id": "paris-club", + "name": { + "en": "Paris Club", + "zh": "巴黎俱乐部" }, - "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json", - "geographic_scope": "global" + "file_path": "international/finance/paris-club.json" }, { - "id": "imagenet", + "id": "china-pbc", "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, - "authority_level": "research", - "data_url": "https://www.image-net.org", + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json", - "geographic_scope": "global" + "file_path": "china/finance/banking/pbc.json" } ], - "occupational statistics": [ + "financial-stability": [ { - "id": "us-bls", + "id": "iais", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "has_api": false, + "file_path": "international/finance/iais.json" } ], - "ocean": [ + "financial_markets": [ { - "id": "copernicus-open-access-hub", + "id": "canada-boc", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/canada-boc.json" }, { - "id": "us-data-gov", + "id": "mx-banxico", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - }, + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" + } + ], + "financial_statistics": [ { - "id": "nasa-earthdata", + "id": "korea-bok", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json", - "geographic_scope": "global" + "file_path": "countries/asia/korea/korea-bok.json" } ], - "ocean monitoring": [ + "flow_of_funds": [ { - "id": "intl-copernicus-cdse", + "id": "korea-bok", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" + "file_path": "countries/asia/korea/korea-bok.json" } ], - "oceanography": [ + "food-security": [ { - "id": "bureau-of-meteorology", + "id": "mexico-coneval", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "data_url": "https://www.coneval.org.mx", + "has_api": false, + "file_path": "countries/north-america/mexico/coneval.json" } ], - "oceans": [ + "food-supply": [ { - "id": "bureau-of-meteorology", + "id": "brazil-conab", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" }, "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "has_api": false, + "file_path": "countries/south-america/brazil-conab.json" } ], - "oil and gas": [ + "genetics": [ { - "id": "canada-cer", + "id": "1000-genomes", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, - "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "file_path": "academic/biology/1000-genomes.json" + }, + { + "id": "uk-biobank", + "name": { + "en": "UK Biobank", + "zh": "英国生物样本库" + }, + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "file_path": "academic/biology/uk-biobank.json" } ], - "oncology": [ + "genomics": [ + { + "id": "1000-genomes", + "name": { + "en": "1000 Genomes Project", + "zh": "千人基因组计划" + }, + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "file_path": "academic/biology/1000-genomes.json" + }, { "id": "tcga", "name": { @@ -9466,352 +10183,314 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" - } - ], - "optics": [ + "file_path": "academic/health/tcga.json" + }, { - "id": "china-optical-association", + "id": "uk-biobank", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json" } ], - "optoelectronics": [ + "geography": [ { - "id": "china-optical-association", + "id": "brazil-ibge", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" - } - ], - "organic chemistry": [ + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + }, { - "id": "intl-chemspider", + "id": "usa-census-bureau", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "international", - "data_url": "https://www.chemspider.com", - "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" - }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" + } + ], + "geospatial": [ { - "id": "cambridge-structural-database", + "id": "usgs-earthexplorer", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "authority_level": "government", + "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" } ], - "outbreak response": [ + "governance": [ { - "id": "africa-cdc", + "id": "afdb-statistics", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "authority_level": "international", - "data_url": "https://africacdc.org", - "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" } ], - "parsing": [ + "government": [ { - "id": "conll-shared-tasks", + "id": "usa-census-bureau", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", - "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" } ], - "particle physics": [ + "government-finance": [ { - "id": "cern-open-data", + "id": "australia-abs", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "academic/physics/cern-open-data.json", - "geographic_scope": "global" + "file_path": "countries/oceania/australia/abs.json" } ], - "patents": [ + "health": [ { - "id": "wipo-ip-statistics", + "id": "afdb-statistics", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", - "has_api": false, - "file_path": "international/intellectual-property/wipo.json", - "geographic_scope": "global" + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" }, { - "id": "derwent-innovation-index", + "id": "australia-abs", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" - } - ], - "pathogen surveillance": [ + "file_path": "countries/oceania/australia/abs.json" + }, { - "id": "ena", + "id": "clinicaltrials-gov", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" + }, + "authority_level": "government", + "data_url": "https://clinicaltrials.gov/", + "has_api": true, + "file_path": "academic/health/clinicaltrials-gov.json" + }, + { + "id": "dhs", + "name": { + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", + "data_url": "https://dhsprogram.com/", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" - } - ], - "patient_outcomes": [ + "file_path": "academic/health/dhs.json" + }, { - "id": "canada-cihi", + "id": "ghdx", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" - } - ], - "payment systems": [ + "file_path": "academic/health/ghdx.json" + }, { - "id": "boj-statistics", + "id": "nber-data", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "authority_level": "research", + "data_url": "https://www.nber.org", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "file_path": "academic/economics/nber.json" }, { - "id": "uk-boe", + "id": "mexico-coneval", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "file_path": "countries/north-america/mexico/coneval.json" }, { - "id": "brazil-bcb", + "id": "oecd-statistics", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, - "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", + "authority_level": "international", + "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" - } - ], - "payment_systems": [ + "file_path": "international/economics/oecd.json" + }, { - "id": "mx-banxico", + "id": "pubmed", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" - } - ], - "payments": [ + "file_path": "academic/health/pubmed.json" + }, { - "id": "bis-statistics", + "id": "canada-statcan", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, "authority_level": "government", - "data_url": "https://data.bis.org/", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" - } - ], - "personal income": [ + "file_path": "countries/north-america/canada/statcan.json" + }, { - "id": "us-bea", + "id": "uk-biobank", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" - } - ], - "pesticide residues": [ + "file_path": "academic/biology/uk-biobank.json" + }, { - "id": "codex-alimentarius", + "id": "usa-census-bureau", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" - } - ], - "petrochemicals": [ + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" + }, { - "id": "china-petroleum-chemical-federation", + "id": "worldbank-open-data", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", - "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://data.worldbank.org", + "has_api": true, + "file_path": "international/economics/worldbank.json" } ], - "petroleum": [ + "health financing": [ { - "id": "usa-eia", + "id": "ghdx", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, - "authority_level": "government", - "data_url": "https://www.eia.gov", + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "file_path": "academic/health/ghdx.json" } ], - "petroleum industry": [ + "health security": [ { - "id": "china-petroleum-chemical-federation", + "id": "africa-cdc", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "authority_level": "international", + "data_url": "https://africacdc.org", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "file_path": "international/health/africa-cdc.json" } ], - "pharmaceutical sciences": [ + "health systems": [ { - "id": "chembl", + "id": "ghdx", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" - }, - { - "id": "intl-chemspider", - "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" - }, - "authority_level": "international", - "data_url": "https://www.chemspider.com", - "has_api": false, - "file_path": "academic/chemistry/chemspider.json", - "geographic_scope": "global" - }, + "file_path": "academic/health/ghdx.json" + } + ], + "health_care": [ { - "id": "drugbank", + "id": "canada-cihi", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" - }, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "health_spending": [ { - "id": "cambridge-structural-database", + "id": "canada-cihi", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/canada-cihi.json" } ], - "pharmaceuticals": [ + "health_system_performance": [ { "id": "canada-cihi", "name": { @@ -9822,296 +10501,267 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "health_workforce": [ { - "id": "derwent-innovation-index", + "id": "canada-cihi", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/canada-cihi.json" } ], - "pharmacology": [ + "higher_education": [ { - "id": "chembl", + "id": "china-moe-higher-education", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", - "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" - }, + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "has_api": false, + "file_path": "china/education/higher_education/china-moe-higher-education.json" + } + ], + "hospital_services": [ { - "id": "drugbank", + "id": "canada-cihi", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" - }, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "housing": [ { - "id": "pubchem", + "id": "australia-abs", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" - } - ], - "photometry and radiometry": [ + "file_path": "countries/oceania/australia/abs.json" + }, { - "id": "bipm-kcdb", + "id": "cnki-population-census", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, - "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", - "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" - } - ], - "photonics": [ + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", + "has_api": false, + "file_path": "china/national/cnki-population-census.json" + }, { - "id": "china-optical-association", + "id": "mexico-coneval", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" - } - ], - "physics": [ + "file_path": "countries/north-america/mexico/coneval.json" + }, { - "id": "acad-cod", + "id": "canada-statcan", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, - "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json", - "geographic_scope": "global" - } - ], - "pipeline regulation": [ + "file_path": "countries/north-america/canada/statcan.json" + }, { - "id": "canada-cer", + "id": "usa-census-bureau", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/census-bureau.json" } ], - "player performance": [ + "human genetic variation": [ { - "id": "tennis-abstract-atp-wta", + "id": "1000-genomes", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" + "file_path": "academic/biology/1000-genomes.json" } ], - "player performance analytics": [ + "hydrology": [ { - "id": "tennis-atp-wta-data", + "id": "bureau-of-meteorology", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" } ], - "policy coordination": [ + "income": [ { - "id": "amis", + "id": "mexico-coneval", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json", - "geographic_scope": "global" - } - ], - "political participation": [ + "file_path": "countries/north-america/mexico/coneval.json" + }, { - "id": "afrobarometer", + "id": "usa-census-bureau", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" } ], - "political science": [ + "industrial-automation": [ { - "id": "asian-barometer", + "id": "china-instrument-society", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, "authority_level": "research", - "data_url": "https://asianbarometer.org", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" } ], - "political values": [ + "industrial-equipment": [ { - "id": "asian-barometer", + "id": "china-machine-tool-association", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" } ], - "population": [ + "industry": [ { - "id": "dhs", + "id": "brazil-ibge", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "academic/health/dhs.json", - "geographic_scope": "regional" + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "usa-census-bureau", + "id": "ceic-global-database", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "CEIC Global Database", + "zh": "环亚经济数据库" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "file_path": "international/economics/ceic-global-database.json" }, { - "id": "australia-abs", + "id": "ceic-vietnam", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "file_path": "international/economics/ceic-vietnam.json" }, { - "id": "brazil-ibge", + "id": "china-software-association", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" - } - ], - "population genetics": [ + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", + "has_api": false, + "file_path": "sectors/J-information-communication/china-software-association.json" + }, { - "id": "1000-genomes-project", + "id": "china-miit-rare-earth", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/data-portal/", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "file_path": "academic/biology/1000-genomes.json", - "geographic_scope": "global" - } - ], - "population health": [ + "file_path": "china/resources/mineral/china-miit-rare-earth.json" + }, { - "id": "us-cdc", + "id": "china-miit", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - } - ], - "population_health": [ + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json" + }, { - "id": "canada-cihi", + "id": "china-nbs", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "data_url": "https://www.stats.gov.cn/sj/", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "file_path": "china/national/nbs.json" } ], - "poverty": [ + "inequality": [ { "id": "mexico-coneval", "name": { @@ -10122,359 +10772,384 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" - } - ], - "poverty reduction": [ + "file_path": "countries/north-america/mexico/coneval.json" + }, { - "id": "caribbean-development-bank", + "id": "world-inequality-database", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" + "authority_level": "research", + "data_url": "https://wid.world/", + "has_api": true, + "file_path": "academic/economics/world-inequality-database.json" } ], - "precision medicine": [ + "inflation": [ { - "id": "tcga", + "id": "canada-boc", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" - } - ], - "price_indices": [ + "file_path": "countries/north-america/canada/canada-boc.json" + }, { - "id": "korea-bok", + "id": "mx-banxico", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "file_path": "countries/north-america/mexico/banxico.json" } ], - "prices": [ + "information-technology": [ { - "id": "china-ndrc", + "id": "china-software-association", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", + "has_api": false, + "file_path": "sectors/J-information-communication/china-software-association.json" + } + ], + "infrastructure": [ + { + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" + }, + { + "id": "china-charging-alliance", + "name": { + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" + }, + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "file_path": "china/economy/macro/ndrc.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" }, { - "id": "boj-statistics", + "id": "china-ndrc-computing", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" - }, + "file_path": "china/economy/macro/china-ndrc-computing.json" + } + ], + "innovation": [ { - "id": "us-bls", + "id": "australia-abs", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://www.bls.gov/data/", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/abs.json" }, { - "id": "faostat", + "id": "china-cnipa-patents", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "has_api": false, + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" }, { - "id": "bis-statistics", + "id": "china-most-rnd", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" - } - ], - "production": [ + "data_url": "https://service.most.gov.cn/", + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-rnd.json" + }, { - "id": "mx-banxico", + "id": "wipo-ip-statistics", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, - "authority_level": "government", - "data_url": "https://www.banxico.org.mx", - "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www3.wipo.int/ipstats/", + "has_api": false, + "file_path": "international/intellectual-property/wipo.json" } ], - "productivity": [ + "instrumentation": [ { - "id": "ggdc-databases", + "id": "china-instrument-society", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "academic/economics/ggdc-databases.json", - "geographic_scope": "global" - }, + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + } + ], + "insurance": [ { - "id": "nber-data", + "id": "iais", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" }, - "authority_level": "research", - "data_url": "https://www.nber.org", + "authority_level": "international", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", "has_api": false, - "file_path": "academic/economics/nber.json", - "geographic_scope": "global" + "file_path": "international/finance/iais.json" }, { - "id": "penn-world-table", + "id": "china-nfra", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "has_api": false, - "file_path": "academic/economics/penn-world-table.json", - "geographic_scope": "global" - }, + "file_path": "china/finance/banking/nfra.json" + } + ], + "integrated-circuits": [ { - "id": "us-bls", + "id": "china-semiconductor-association", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" } ], - "professional sports data": [ + "intellectual property": [ { - "id": "tennis-atp-wta-data", + "id": "wipo-ip-statistics", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "international", + "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", - "geographic_scope": "global" + "file_path": "international/intellectual-property/wipo.json" } ], - "protein science": [ + "intellectual_property": [ { - "id": "intl-rcsb-pdb", + "id": "china-cnipa-patents", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", - "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "has_api": false, + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" } ], - "proteomics": [ + "interest_rates": [ { - "id": "alphafold-db", + "id": "canada-boc", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, - "authority_level": "international", - "data_url": "https://alphafold.com", + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/canada-boc.json" }, { - "id": "uk-biobank", + "id": "korea-bok", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" - }, + "file_path": "countries/asia/korea/korea-bok.json" + } + ], + "international": [ { - "id": "chembl", + "id": "bea-international-trade", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", + "authority_level": "government", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "file_path": "international/trade/bea-international-trade.json" } ], - "public finance": [ + "international-assessment": [ { - "id": "boj-statistics", + "id": "iea-education-studies", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" + }, + "authority_level": "international", + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "file_path": "international/education/iea-education-studies.json" + } + ], + "international_commerce": [ + { + "id": "china-customs", + "name": { + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "data_url": "http://www.customs.gov.cn", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "file_path": "china/economy/trade/customs.json" } ], - "public health": [ + "investment": [ { - "id": "us-cdc", + "id": "china-mofcom", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "data_url": "https://data.mofcom.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json" }, { - "id": "africa-cdc", + "id": "china-ndrc", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, - "authority_level": "international", - "data_url": "https://africacdc.org", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", "has_api": false, - "file_path": "international/health/africa-cdc.json", - "geographic_scope": "regional" + "file_path": "china/economy/macro/ndrc.json" }, { - "id": "ecdc-surveillance", + "id": "unctad", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" }, "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "data_url": "https://unctadstat.unctad.org", + "has_api": true, + "file_path": "international/trade/unctad.json" } ], - "public opinion": [ + "justice": [ { - "id": "asian-barometer", + "id": "canada-statcan", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", - "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" } ], - "public safety": [ + "labor": [ { - "id": "us-data-gov", + "id": "brazil-ibge", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" - } - ], - "public sector": [ + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" + }, { - "id": "idb", + "id": "ceic-global-database", + "name": { + "en": "CEIC Global Database", + "zh": "环亚经济数据库" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "has_api": true, + "file_path": "international/economics/ceic-global-database.json" + }, + { + "id": "ceic-vietnam", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" - } - ], - "public services": [ + "file_path": "international/economics/ceic-vietnam.json" + }, { - "id": "afrobarometer", + "id": "nber-data", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", + "data_url": "https://www.nber.org", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "academic/economics/nber.json" } ], - "public_finance": [ + "labor_market": [ { "id": "mx-banxico", "name": { @@ -10485,180 +11160,196 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "file_path": "countries/north-america/mexico/banxico.json" } ], - "quality-management": [ + "laboratory systems": [ { - "id": "china-sac-standards", + "id": "africa-cdc", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "international", + "data_url": "https://africacdc.org", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "file_path": "international/health/africa-cdc.json" } ], - "rare earth industry": [ + "labour": [ { - "id": "china-rare-earth-association", + "id": "canada-statcan", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", - "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" } ], - "reading literacy": [ + "land": [ { - "id": "oecd-pisa", + "id": "copernicus-open-access-hub", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" } ], - "real estate": [ + "land-cover": [ { - "id": "bis-statistics", + "id": "usgs-earthexplorer", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" }, "authority_level": "government", - "data_url": "https://data.bis.org/", + "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" } ], - "regional economics": [ + "land-surface": [ { - "id": "us-bea", + "id": "nasa-earthdata", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "NASA Earthdata", + "zh": "NASA地球数据" }, "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" + "file_path": "international/earth-science/nasa-earthdata.json" } ], - "regional integration": [ + "life_sciences": [ { - "id": "caf", + "id": "pubmed", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "authority_level": "government", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "has_api": true, + "file_path": "academic/health/pubmed.json" } ], - "regulation": [ + "lifestyle": [ { - "id": "china-nfra", + "id": "uk-biobank", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", - "has_api": false, - "file_path": "china/finance/banking/nfra.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json" } ], - "regulatory capital": [ + "machinery": [ { - "id": "uk-boe", + "id": "china-machine-tool-association", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" } ], - "regulatory-standards": [ + "manufacturing": [ { - "id": "iais", + "id": "china-machine-tool-association", "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "international/finance/iais.json", - "geographic_scope": "global" - } - ], - "remote sensing": [ + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + }, { - "id": "intl-copernicus-cdse", + "id": "china-optical-association", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", - "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json", - "geographic_scope": "global" - } - ], - "remote-sensing": [ + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + }, { - "id": "usgs-earthexplorer", + "id": "china-lcd-association", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" + }, + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + }, + { + "id": "china-miit", + "name": { + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", - "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json", - "geographic_scope": "global" - } - ], - "renewable energy": [ + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json" + }, { - "id": "canada-cer", + "id": "china-most-rnd", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "data_url": "https://service.most.gov.cn/", + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-rnd.json" }, + { + "id": "china-sac-standards", + "name": { + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" + }, + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" + } + ], + "market-research": [ + { + "id": "china-lcd-association", + "name": { + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" + }, + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + } + ], + "markets": [ { "id": "usa-eia", "name": { @@ -10668,91 +11359,114 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/usa/eia.json" + } + ], + "measurement-control": [ { - "id": "bp-statistical-review", + "id": "china-instrument-society", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", + "authority_level": "research", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json", - "geographic_scope": "global" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" } ], - "research": [ + "medical imaging": [ { - "id": "china-most-rnd", + "id": "uk-biobank", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "UK Biobank", + "zh": "英国生物样本库" + }, + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json" + } + ], + "medical_imaging": [ + { + "id": "canada-cihi", + "name": { + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://service.most.gov.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" - }, + "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "has_api": true, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "medical_trials": [ + { + "id": "clinicaltrials-gov", + "name": { + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" + }, + "authority_level": "government", + "data_url": "https://clinicaltrials.gov/", + "has_api": true, + "file_path": "academic/health/clinicaltrials-gov.json" + } + ], + "mental_health": [ { - "id": "common-crawl", + "id": "canada-cihi", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "countries/north-america/canada/canada-cihi.json" } ], - "research performance": [ + "metabolomics": [ { - "id": "arwu", + "id": "uk-biobank", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "UK Biobank", + "zh": "英国生物样本库" }, "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "has_api": false, - "file_path": "sectors/P-education/arwu.json", - "geographic_scope": "global" + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json" } ], - "research-infrastructure": [ + "meteorology": [ { - "id": "china-most-infrastructure", + "id": "bureau-of-meteorology", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, "authority_level": "government", - "data_url": "https://nrii.org.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json", - "geographic_scope": "national" - } - ], - "resource management": [ + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + }, { - "id": "china-rare-earth-association", + "id": "noaa-cdo", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", - "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "has_api": true, + "file_path": "countries/north-america/usa/noaa-cdo.json" } ], - "resources": [ + "mineral": [ { "id": "china-miit-rare-earth", "name": { @@ -10762,9 +11476,10 @@ "authority_level": "government", "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json", - "geographic_scope": "national" - }, + "file_path": "china/resources/mineral/china-miit-rare-earth.json" + } + ], + "minerals": [ { "id": "china-mnr-minerals", "name": { @@ -10774,25 +11489,73 @@ "authority_level": "government", "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json", - "geographic_scope": "national" + "file_path": "china/resources/mineral/china-mnr-minerals.json" } ], - "respiratory diseases": [ + "molecular biology": [ { - "id": "ecdc-surveillance", + "id": "tcga", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, - "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", + "has_api": true, + "file_path": "academic/health/tcga.json" + } + ], + "monetary_policy": [ + { + "id": "canada-boc", + "name": { + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" + }, + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-boc.json" + }, + { + "id": "korea-bok", + "name": { + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" + }, + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" + }, + { + "id": "mx-banxico", + "name": { + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" + }, + "authority_level": "government", + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" + }, + { + "id": "china-pbc", + "name": { + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" + }, + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "file_path": "china/finance/banking/pbc.json" } ], - "risk factors": [ + "mortality": [ { "id": "ghdx", "name": { @@ -10802,268 +11565,270 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json", - "geographic_scope": "global" + "file_path": "academic/health/ghdx.json" } ], - "robotics": [ + "national_accounts": [ { - "id": "china-robot-industry-alliance", + "id": "korea-bok", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" } ], - "safety": [ + "natural gas": [ { - "id": "icao-aviation-data", + "id": "usa-eia", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, - "authority_level": "international", - "data_url": "https://dataservices.icao.int/", + "authority_level": "government", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json", - "geographic_scope": "global" + "file_path": "countries/north-america/usa/eia.json" } ], - "science": [ + "network-architecture": [ { - "id": "china-most-infrastructure", + "id": "china-imt2030", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, "authority_level": "government", - "data_url": "https://nrii.org.cn/", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/china-imt2030.json" } ], - "science & research": [ + "nuclear energy": [ { - "id": "us-data-gov", + "id": "usa-eia", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "data_url": "https://www.eia.gov", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json" } ], - "scientific literacy": [ + "nuclear-power": [ { - "id": "oecd-pisa", + "id": "iaea-energy-data", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" }, "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "data_url": "https://data.iaea.org/", + "has_api": true, + "file_path": "international/energy/iaea-energy-data.json" } ], - "scientific-instruments": [ + "ocean": [ { - "id": "china-most-infrastructure", + "id": "copernicus-open-access-hub", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, - "authority_level": "government", - "data_url": "https://nrii.org.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" }, { - "id": "china-instrument-society", + "id": "nasa-earthdata", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "NASA Earthdata", + "zh": "NASA地球数据" }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", - "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json", - "geographic_scope": "national" + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" } ], - "securities": [ + "oceanography": [ { - "id": "china-csrc", + "id": "bureau-of-meteorology", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", - "has_api": false, - "file_path": "china/finance/securities/csrc.json", - "geographic_scope": "national" - }, + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + } + ], + "oceans": [ { - "id": "hkex", + "id": "bureau-of-meteorology", "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", + "authority_level": "government", + "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "china/finance/securities/hkex.json", - "geographic_scope": "regional" - }, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + } + ], + "oncology": [ { - "id": "bis-statistics", + "id": "tcga", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, "authority_level": "government", - "data_url": "https://data.bis.org/", + "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "international/economics/bis.json", - "geographic_scope": "global" + "file_path": "academic/health/tcga.json" } ], - "security and conflict": [ + "optics": [ { - "id": "afrobarometer", + "id": "china-optical-association", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" + }, + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + } + ], + "optoelectronics": [ + { + "id": "china-optical-association", + "name": { + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" } ], - "semantic analysis": [ + "outbreak response": [ { - "id": "conll-shared-tasks", + "id": "africa-cdc", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", + "authority_level": "international", + "data_url": "https://africacdc.org", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json", - "geographic_scope": "global" + "file_path": "international/health/africa-cdc.json" } ], - "semiconductors": [ + "patents": [ { - "id": "china-semiconductor-association", + "id": "wipo-ip-statistics", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "international", + "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", - "geographic_scope": "national" + "file_path": "international/intellectual-property/wipo.json" } ], - "services": [ + "patient_outcomes": [ { - "id": "china-nbs", + "id": "canada-cihi", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" - }, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "payment_systems": [ { - "id": "china-sac-standards", + "id": "mx-banxico", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", - "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" } ], - "sexually transmitted diseases": [ + "petroleum": [ { - "id": "us-cdc", + "id": "usa-eia", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "file_path": "countries/north-america/usa/eia.json" } ], - "shipping statistics": [ + "pharmaceuticals": [ { - "id": "india-dgcis", + "id": "canada-cihi", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", - "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "has_api": true, + "file_path": "countries/north-america/canada/canada-cihi.json" } ], - "social": [ + "photonics": [ { - "id": "world-inequality-database", + "id": "china-optical-association", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "research", - "data_url": "https://wid.world/", - "has_api": true, - "file_path": "academic/economics/world-inequality-database.json", - "geographic_scope": "global" - }, + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + } + ], + "population": [ { - "id": "china-nbs", + "id": "australia-abs", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" + "file_path": "countries/oceania/australia/abs.json" }, { "id": "brazil-ibge", @@ -11074,581 +11839,536 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "adb-data", + "id": "dhs", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, "authority_level": "international", - "data_url": "https://data.adb.org", + "data_url": "https://dhsprogram.com/", "has_api": true, - "file_path": "international/development/adb-data.json", - "geographic_scope": "regional" + "file_path": "academic/health/dhs.json" }, { - "id": "oecd-statistics", + "id": "usa-census-bureau", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", + "authority_level": "government", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" - }, + "file_path": "countries/north-america/usa/census-bureau.json" + } + ], + "population genetics": [ { - "id": "worldbank-open-data", + "id": "1000-genomes", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, - "authority_level": "international", - "data_url": "https://data.worldbank.org", - "has_api": true, - "file_path": "international/economics/worldbank.json", - "geographic_scope": "global" + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "file_path": "academic/biology/1000-genomes.json" } ], - "social development": [ + "population_health": [ { - "id": "afdb", + "id": "canada-cihi", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "international/development/afdb.json", - "geographic_scope": "regional" - }, - { - "id": "caf", - "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" - }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - }, + "file_path": "countries/north-america/canada/canada-cihi.json" + } + ], + "poverty": [ { - "id": "caribbean-development-bank", + "id": "mexico-coneval", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json", - "geographic_scope": "regional" - }, + "file_path": "countries/north-america/mexico/coneval.json" + } + ], + "precision medicine": [ { - "id": "idb", + "id": "tcga", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" + "file_path": "academic/health/tcga.json" } ], - "social issues": [ + "price_indices": [ { - "id": "afrobarometer", + "id": "korea-bok", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" } ], - "social science": [ + "prices": [ { - "id": "asian-barometer", + "id": "china-ndrc", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", "has_api": false, - "file_path": "academic/social/asian-barometer.json", - "geographic_scope": "regional" + "file_path": "china/economy/macro/ndrc.json" } ], - "social-development": [ + "production": [ { - "id": "mexico-coneval", + "id": "mx-banxico", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "authority_level": "government", - "data_url": "https://www.coneval.org.mx", - "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" } ], - "social-policy": [ + "productivity": [ { - "id": "mexico-coneval", + "id": "ggdc-databases", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" - } - ], - "social-services": [ + "file_path": "academic/economics/ggdc-databases.json" + }, + { + "id": "nber-data", + "name": { + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" + }, + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "file_path": "academic/economics/nber.json" + }, { - "id": "mexico-coneval", + "id": "penn-world-table", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Penn World Table", + "zh": "宾州世界表" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "file_path": "academic/economics/penn-world-table.json" } ], - "society": [ + "proteomics": [ { - "id": "uk-data-gov", + "id": "uk-biobank", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "file_path": "academic/biology/uk-biobank.json" } ], - "software": [ + "public health": [ { - "id": "china-most-rnd", + "id": "africa-cdc", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", + "authority_level": "international", + "data_url": "https://africacdc.org", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" + "file_path": "international/health/africa-cdc.json" } ], - "soil science": [ + "public_finance": [ { - "id": "cgiar-research-data", + "id": "mx-banxico", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, - "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", + "authority_level": "government", + "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "countries/north-america/mexico/banxico.json" } ], - "space weather": [ + "quality-management": [ { - "id": "bureau-of-meteorology", + "id": "china-sac-standards", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" } ], - "sports": [ + "regulation": [ { - "id": "tennis-abstract-atp-wta", + "id": "china-nfra", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" - }, + "file_path": "china/finance/banking/nfra.json" + } + ], + "regulatory-standards": [ { - "id": "tennis-sackmann", + "id": "iais", "name": { - "en": "Tennis Abstract - ATP/WTA Match Data", - "zh": "网球数据摘要 - ATP/WTA 比赛数据" + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "international", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", "has_api": false, - "file_path": "sectors/sports/tennis-sackmann.json", - "geographic_scope": "global" + "file_path": "international/finance/iais.json" } ], - "sports analytics": [ + "remote-sensing": [ { - "id": "tennis-abstract-atp-wta", + "id": "usgs-earthexplorer", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://earthexplorer.usgs.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" } ], - "sports statistics": [ + "renewable energy": [ { - "id": "tennis-atp-wta-data", + "id": "usa-eia", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", - "geographic_scope": "global" - }, + "authority_level": "government", + "data_url": "https://www.eia.gov", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json" + } + ], + "research": [ { - "id": "tennis-abstract-atp-wta", + "id": "china-most-rnd", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" + "file_path": "china/technology/sci_resources/china-most-rnd.json" } ], - "standards": [ + "research-infrastructure": [ { - "id": "china-sac-standards", + "id": "china-most-infrastructure", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" } ], - "statistics": [ + "resources": [ { - "id": "china-moe-higher-education", + "id": "china-miit-rare-earth", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json", - "geographic_scope": "national" - }, - { - "id": "icao-aviation-data", - "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" - }, - "authority_level": "international", - "data_url": "https://dataservices.icao.int/", - "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json", - "geographic_scope": "global" + "file_path": "china/resources/mineral/china-miit-rare-earth.json" }, { - "id": "tennis-sackmann", + "id": "china-mnr-minerals", "name": { - "en": "Tennis Abstract - ATP/WTA Match Data", - "zh": "网球数据摘要 - ATP/WTA 比赛数据" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "sectors/sports/tennis-sackmann.json", - "geographic_scope": "global" + "file_path": "china/resources/mineral/china-mnr-minerals.json" } ], - "stock markets": [ - { - "id": "alpha-vantage", - "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" - }, - "authority_level": "commercial", - "data_url": "https://www.alphavantage.co/", - "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" - }, + "risk factors": [ { - "id": "crsp", + "id": "ghdx", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, "authority_level": "research", - "data_url": "https://www.crsp.org/", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "file_path": "academic/health/ghdx.json" } ], - "structural biology": [ + "safety": [ { - "id": "alphafold-db", + "id": "icao-aviation-data", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, "authority_level": "international", - "data_url": "https://alphafold.com", - "has_api": true, - "file_path": "academic/biology/alphafold-db.json", - "geographic_scope": "global" - }, - { - "id": "intl-rcsb-pdb", - "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" - }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", + "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "academic/biology/pdb.json", - "geographic_scope": "global" + "file_path": "international/transportation/icao-aviation-data.json" } ], - "structural chemistry": [ + "science": [ { - "id": "cambridge-structural-database", + "id": "china-most-infrastructure", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://nrii.org.cn/", + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" } ], - "structural-change": [ + "scientific-instruments": [ { - "id": "ggdc-databases", + "id": "china-instrument-society", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "academic/economics/ggdc-databases.json", - "geographic_scope": "global" - } - ], - "student assessment": [ + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + }, { - "id": "oecd-pisa", + "id": "china-most-infrastructure", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, - "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "authority_level": "government", + "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "international/education/oecd-pisa.json", - "geographic_scope": "global" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" } ], - "student-achievement": [ + "securities": [ { - "id": "iea-education-studies", + "id": "china-csrc", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, - "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "file_path": "international/education/iea-education-studies.json", - "geographic_scope": "global" + "file_path": "china/finance/securities/csrc.json" + }, + { + "id": "hkex", + "name": { + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" + }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", + "has_api": true, + "file_path": "china/finance/securities/hkex.json" } ], - "sustainability": [ + "semiconductors": [ { - "id": "aws-open-data-registry", + "id": "china-semiconductor-association", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" } ], - "sustainable intensification": [ + "services": [ { - "id": "cgiar-research-data", + "id": "china-nbs", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "china/national/nbs.json" + }, + { + "id": "china-sac-standards", + "name": { + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" + }, + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" } ], - "technical analysis": [ + "social": [ { - "id": "alpha-vantage", + "id": "adb-data-library", "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "commercial", - "data_url": "https://www.alphavantage.co/", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json", - "geographic_scope": "global" - } - ], - "technology": [ + "file_path": "international/economics/adb-data-library.json" + }, { - "id": "china-ndrc-computing", + "id": "afdb-statistics", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json" }, { - "id": "china-caict", + "id": "adb-vietnam", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" + "file_path": "international/economics/adb-vietnam.json" }, { - "id": "china-cnipa-patents", + "id": "adb-data", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", - "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data.json" }, { - "id": "china-most-infrastructure", + "id": "brazil-ibge", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://nrii.org.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json", - "geographic_scope": "national" + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "china-most-rnd", + "id": "ceic-china-urbanization", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", - "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "has_api": true, + "file_path": "china/national/ceic-china-urbanization.json" }, { - "id": "china-sac-standards", + "id": "cnki-population-census", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "file_path": "china/national/cnki-population-census.json" }, { - "id": "china-miit", + "id": "china-nbs", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", - "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json" }, { "id": "oecd-statistics", @@ -11660,696 +12380,567 @@ "authority_level": "international", "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "international/economics/oecd.json", - "geographic_scope": "regional" + "file_path": "international/economics/oecd.json" }, { - "id": "wipo-ip-statistics", + "id": "worldbank-open-data", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", - "has_api": false, - "file_path": "international/intellectual-property/wipo.json", - "geographic_scope": "global" - }, - { - "id": "china-lcd-association", - "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" - }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", - "geographic_scope": "national" - }, - { - "id": "china-semiconductor-association", - "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" - }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", - "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", - "geographic_scope": "national" + "data_url": "https://data.worldbank.org", + "has_api": true, + "file_path": "international/economics/worldbank.json" }, { - "id": "china-software-association", + "id": "world-inequality-database", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "market", - "data_url": "https://www.csia.org.cn/", - "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json", - "geographic_scope": "national" + "authority_level": "research", + "data_url": "https://wid.world/", + "has_api": true, + "file_path": "academic/economics/world-inequality-database.json" } ], - "technology standards": [ + "social-development": [ { - "id": "china-robot-industry-alliance", + "id": "mexico-coneval", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" + "file_path": "countries/north-america/mexico/coneval.json" } ], - "technology-research": [ + "social-policy": [ { - "id": "china-imt2030", + "id": "mexico-coneval", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" + "file_path": "countries/north-america/mexico/coneval.json" } ], - "telecommunications": [ - { - "id": "china-caict", - "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" - }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" - }, - { - "id": "china-miit", - "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" - }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", - "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" - }, + "social-services": [ { - "id": "china-imt2030", + "id": "mexico-coneval", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" - }, - { - "id": "derwent-innovation-index", - "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" - }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", - "geographic_scope": "global" + "file_path": "countries/north-america/mexico/coneval.json" } ], - "tennis": [ - { - "id": "tennis-atp-wta-data", - "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" - }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", - "geographic_scope": "global" - }, + "software": [ { - "id": "tennis-abstract-atp-wta", + "id": "china-most-rnd", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" + "file_path": "china/technology/sci_resources/china-most-rnd.json" } ], - "text mining": [ + "space weather": [ { - "id": "bookscorpus", + "id": "bureau-of-meteorology", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", - "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" } ], - "thermometry": [ + "standards": [ { - "id": "bipm-kcdb", + "id": "china-sac-standards", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", - "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" } ], - "time and frequency": [ + "statistics": [ { - "id": "bipm-kcdb", + "id": "icao-aviation-data", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", + "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json", - "geographic_scope": "global" + "file_path": "international/transportation/icao-aviation-data.json" + }, + { + "id": "china-moe-higher-education", + "name": { + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" + }, + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "has_api": false, + "file_path": "china/education/higher_education/china-moe-higher-education.json" } ], - "tournament data": [ + "structural-change": [ { - "id": "tennis-abstract-atp-wta", + "id": "ggdc-databases", "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", + "data_url": "https://www.rug.nl/ggdc/", "has_api": false, - "file_path": "sectors/sports/tennis-abstract-atp-wta.json", - "geographic_scope": "global" + "file_path": "academic/economics/ggdc-databases.json" } ], - "towns and cities": [ + "student-achievement": [ { - "id": "uk-data-gov", + "id": "iea-education-studies", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "authority_level": "international", + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "file_path": "international/education/iea-education-studies.json" } ], - "toxicology": [ + "technology": [ { - "id": "chembl", + "id": "china-caict", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" }, "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", - "has_api": true, - "file_path": "academic/chemistry/chembl.json", - "geographic_scope": "global" + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "has_api": false, + "file_path": "china/research/china-caict.json" }, { - "id": "drugbank", + "id": "china-cnipa-patents", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", - "has_api": true, - "file_path": "academic/chemistry/drugbank.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "has_api": false, + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" }, { - "id": "pubchem", + "id": "china-lcd-association", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", - "has_api": true, - "file_path": "academic/chemistry/pubchem.json", - "geographic_scope": "global" - } - ], - "trade": [ + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + }, { - "id": "ggdc-databases", + "id": "china-semiconductor-association", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "academic/economics/ggdc-databases.json", - "geographic_scope": "global" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" }, { - "id": "china-customs", + "id": "china-software-association", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, - "authority_level": "government", - "data_url": "http://www.customs.gov.cn", + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", "has_api": false, - "file_path": "china/economy/trade/customs.json", - "geographic_scope": "national" + "file_path": "sectors/J-information-communication/china-software-association.json" }, { - "id": "china-mofcom", + "id": "china-miit", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "file_path": "china/economy/trade/mofcom.json", - "geographic_scope": "national" + "file_path": "china/technology/telecommunications/china-miit.json" }, { - "id": "canada-statcan", + "id": "china-ndrc-computing", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json" }, { - "id": "usa-census-bureau", + "id": "china-most-rnd", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "data_url": "https://service.most.gov.cn/", + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-rnd.json" }, { - "id": "australia-abs", + "id": "china-most-infrastructure", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "data_url": "https://nrii.org.cn/", + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" }, { - "id": "brazil-ibge", + "id": "oecd-statistics", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "authority_level": "international", + "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "file_path": "international/economics/oecd.json" }, { - "id": "faostat", + "id": "china-sac-standards", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" }, { - "id": "un-comtrade", + "id": "wipo-ip-statistics", "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, "authority_level": "international", - "data_url": "https://comtradeplus.un.org", - "has_api": true, - "file_path": "international/trade/comtrade.json", - "geographic_scope": "global" - }, + "data_url": "https://www3.wipo.int/ipstats/", + "has_api": false, + "file_path": "international/intellectual-property/wipo.json" + } + ], + "technology-research": [ { - "id": "icc-trade-register", + "id": "china-imt2030", "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, - "authority_level": "international", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "authority_level": "government", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "has_api": false, + "file_path": "sectors/J-information-communication/china-imt2030.json" + } + ], + "telecommunications": [ + { + "id": "china-caict", + "name": { + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" + }, + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "international/trade/icc-trade-register.json", - "geographic_scope": "global" + "file_path": "china/research/china-caict.json" }, { - "id": "unctad", + "id": "china-imt2030", "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, - "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", - "has_api": true, - "file_path": "international/trade/unctad.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "has_api": false, + "file_path": "sectors/J-information-communication/china-imt2030.json" }, { - "id": "wto-statistics", + "id": "china-miit", "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, - "authority_level": "international", - "data_url": "https://stats.wto.org", - "has_api": true, - "file_path": "international/trade/wto.json", - "geographic_scope": "global" + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json" } ], - "trade and integration": [ + "trade": [ { - "id": "idb", + "id": "australia-abs", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "international/development/idb.json", - "geographic_scope": "regional" - } - ], - "trademarks": [ + "file_path": "countries/oceania/australia/abs.json" + }, { - "id": "wipo-ip-statistics", + "id": "bea-international-trade", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, - "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", + "authority_level": "government", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "has_api": true, + "file_path": "international/trade/bea-international-trade.json" + }, + { + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "international/intellectual-property/wipo.json", - "geographic_scope": "global" - } - ], - "trading data": [ + "file_path": "countries/south-america/brazil-cecafe.json" + }, { - "id": "cryptocurrency-data", + "id": "brazil-ibge", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, - "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", - "geographic_scope": "global" - } - ], - "transcriptomics": [ + "file_path": "countries/south-america/brazil-ibge.json" + }, { - "id": "ena", + "id": "ceic-global-database", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "CEIC Global Database", + "zh": "环亚经济数据库" }, - "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "academic/biology/ena.json", - "geographic_scope": "global" - } - ], - "transport": [ + "file_path": "international/economics/ceic-global-database.json" + }, { - "id": "uk-data-gov", + "id": "ceic-vietnam", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" - } - ], - "transportation": [ + "file_path": "international/economics/ceic-vietnam.json" + }, { - "id": "us-data-gov", + "id": "china-customs", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", + "data_url": "http://www.customs.gov.cn", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "file_path": "china/economy/trade/customs.json" }, { - "id": "caf", + "id": "ggdc-databases", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" + "file_path": "academic/economics/ggdc-databases.json" }, { - "id": "icao-aviation-data", + "id": "icc-trade-register", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" }, "authority_level": "international", - "data_url": "https://dataservices.icao.int/", - "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json", - "geographic_scope": "global" + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "has_api": false, + "file_path": "international/trade/icc-trade-register.json" }, { - "id": "china-auto-association", + "id": "china-mofcom", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" + "file_path": "china/economy/trade/mofcom.json" }, { - "id": "aws-open-data-registry", + "id": "brazil-conab", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" }, - "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "authority_level": "government", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" - } - ], - "tuberculosis": [ + "file_path": "countries/south-america/brazil-conab.json" + }, { - "id": "us-cdc", + "id": "canada-statcan", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - } - ], - "unemployment": [ + "file_path": "countries/north-america/canada/statcan.json" + }, { - "id": "us-bls", + "id": "un-comtrade", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", + "authority_level": "international", + "data_url": "https://comtradeplus.un.org", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" - } - ], - "university rankings": [ - { - "id": "arwu", - "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" - }, - "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "has_api": false, - "file_path": "sectors/P-education/arwu.json", - "geographic_scope": "global" - } - ], - "urban development": [ + "file_path": "international/trade/comtrade.json" + }, { - "id": "caf", + "id": "unctad", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - } - ], - "vaccine safety": [ + "data_url": "https://unctadstat.unctad.org", + "has_api": true, + "file_path": "international/trade/unctad.json" + }, { - "id": "us-cdc", + "id": "usa-census-bureau", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" - } - ], - "vector-borne diseases": [ + "file_path": "countries/north-america/usa/census-bureau.json" + }, { - "id": "ecdc-surveillance", + "id": "wto-statistics", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" }, "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "file_path": "international/health/ecdc-surveillance.json", - "geographic_scope": "regional" + "data_url": "https://stats.wto.org", + "has_api": true, + "file_path": "international/trade/wto.json" } ], - "veterinary drug residues": [ + "trademarks": [ { - "id": "codex-alimentarius", + "id": "wipo-ip-statistics", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json", - "geographic_scope": "global" + "file_path": "international/intellectual-property/wipo.json" } ], - "vital statistics": [ + "transportation": [ { - "id": "us-cdc", + "id": "icao-aviation-data", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, - "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "authority_level": "international", + "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "file_path": "international/transportation/icao-aviation-data.json" } ], - "wages": [ + "urbanization": [ { - "id": "us-bls", + "id": "ceic-china-urbanization", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" - } - ], - "waste management": [ - { - "id": "basel-convention", - "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" - }, - "authority_level": "international", - "data_url": "https://www.basel.int", - "has_api": false, - "file_path": "international/environment/basel-convention.json", - "geographic_scope": "global" + "file_path": "china/national/ceic-china-urbanization.json" } ], "water": [ @@ -12362,37 +12953,7 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" - } - ], - "water resources": [ - { - "id": "caf", - "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" - }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "file_path": "international/development/caf.json", - "geographic_scope": "regional" - } - ], - "water resources management": [ - { - "id": "cgiar-research-data", - "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" - }, - "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", - "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json", - "geographic_scope": "global" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" } ], "weather": [ @@ -12405,36 +12966,7 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" - } - ], - "web analytics": [ - { - "id": "common-crawl", - "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" - }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", - "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" - } - ], - "web crawling": [ - { - "id": "common-crawl", - "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" - }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", - "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json", - "geographic_scope": "global" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" } ], "welfare": [ @@ -12448,34 +12980,7 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" - }, - { - "id": "aus-aihw", - "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" - }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", - "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" - } - ], - "wildlife conservation": [ - { - "id": "cites-trade-database", - "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" - }, - "authority_level": "international", - "data_url": "https://trade.cites.org", - "has_api": false, - "file_path": "international/environment/cites-trade-database.json", - "geographic_scope": "global" + "file_path": "countries/north-america/mexico/coneval.json" } ], "wireless-communication": [ @@ -12488,37 +12993,8 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" - } - ], - "workplace safety": [ - { - "id": "us-bls", - "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" - }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" - } - ], - "youth development": [ - { - "id": "afrobarometer", - "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" - }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "file_path": "academic/social/afrobarometer.json", - "geographic_scope": "regional" + "file_path": "sectors/J-information-communication/china-imt2030.json" } ] } -} +} \ No newline at end of file diff --git a/firstdata/indexes/by-region.json b/firstdata/indexes/by-region.json index 314b02c..6ea512a 100644 --- a/firstdata/indexes/by-region.json +++ b/firstdata/indexes/by-region.json @@ -1,8 +1,8 @@ { "metadata": { - "generated_at": "2026-02-26T08:42:39.543315+00:00", - "total_regions": 10, - "total_sources": 134, + "generated_at": "2026-03-02T13:59:27.915078", + "total_regions": 13, + "total_sources": 150, "version": "2.0" }, "regions": { @@ -16,8 +16,8 @@ "authority_level": "government", "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/abs.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/oceania/australia/abs.json" }, { "id": "aus-aihw", @@ -28,8 +28,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/oceania/australia/aihw.json" }, { "id": "bureau-of-meteorology", @@ -40,11 +40,35 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" } ], "BR": [ + { + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "has_api": false, + "geographic_scope": "national", + "file_path": "countries/south-america/brazil-cecafe.json" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/south-america/brazil-ibge.json" + }, { "id": "brazil-bcb", "name": { @@ -55,20 +79,20 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "brazil-ibge", + "id": "brazil-conab", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json", - "geographic_scope": "national" + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "has_api": false, + "geographic_scope": "national", + "file_path": "countries/south-america/brazil-conab.json" } ], "CA": [ @@ -82,8 +106,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/canada/aafc.json" }, { "id": "canada-boc", @@ -95,34 +119,34 @@ "authority_level": "government", "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/canada/canada-boc.json" }, { - "id": "canada-cihi", + "id": "canada-cer", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/canada/canada-energy-regulator.json" }, { - "id": "canada-cer", + "id": "canada-cihi", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/canada/canada-cihi.json" }, { "id": "canada-statcan", @@ -134,404 +158,416 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/canada/statcan.json" } ], "CN": [ { - "id": "china-ndrc-computing", + "id": "china-rare-earth-association", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" }, { - "id": "china-ndrc", + "id": "ceic-china-urbanization", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "has_api": true, + "geographic_scope": "national", + "file_path": "china/national/ceic-china-urbanization.json" + }, + { + "id": "cnki-population-census", + "name": { + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" + }, + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/economy/macro/ndrc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/national/cnki-population-census.json" }, { - "id": "china-customs", + "id": "china-caict", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" }, - "authority_level": "government", - "data_url": "http://www.customs.gov.cn", + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "china/economy/trade/customs.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/research/china-caict.json" }, { - "id": "china-mofcom", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "china/economy/trade/mofcom.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" }, { - "id": "china-moe-higher-education", + "id": "china-auto-association", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, - "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" }, { - "id": "china-nfra", + "id": "china-charging-alliance", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "file_path": "china/finance/banking/nfra.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" }, { - "id": "china-pbc", + "id": "china-instrument-society", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "research", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "china/finance/banking/pbc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" }, { - "id": "china-csrc", + "id": "china-machine-tool-association", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "china/finance/securities/csrc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" }, { - "id": "china-nbs", + "id": "china-cnipa-patents", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", - "has_api": true, - "file_path": "china/national/nbs.json", - "geographic_scope": "national" + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "has_api": false, + "geographic_scope": "national", + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" }, { - "id": "china-caict", + "id": "china-optical-association", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "china/research/china-caict.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" }, { - "id": "china-miit-rare-earth", + "id": "china-lcd-association", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" }, { - "id": "china-mnr-minerals", + "id": "china-petroleum-chemical-federation", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" }, { - "id": "china-national-data-bureau", + "id": "china-csrc", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/finance/securities/csrc.json" }, { - "id": "china-cnipa-patents", + "id": "china-semiconductor-association", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" }, { - "id": "china-most-infrastructure", + "id": "china-software-association", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, - "authority_level": "government", - "data_url": "https://nrii.org.cn/", + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/J-information-communication/china-software-association.json" }, { - "id": "china-most-rnd", + "id": "china-customs", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "authority_level": "government", - "data_url": "https://service.most.gov.cn/", + "data_url": "http://www.customs.gov.cn", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/economy/trade/customs.json" }, { - "id": "china-sac-standards", + "id": "china-imt2030", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/J-information-communication/china-imt2030.json" }, { - "id": "china-miit", + "id": "china-miit-rare-earth", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/resources/mineral/china-miit-rare-earth.json" }, { - "id": "china-rare-earth-association", + "id": "china-mofcom", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/economy/trade/mofcom.json" }, { - "id": "china-additive-manufacturing-alliance", + "id": "china-moe-higher-education", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, - "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/education/higher_education/china-moe-higher-education.json" }, { - "id": "china-auto-association", + "id": "china-miit", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/technology/telecommunications/china-miit.json" }, { - "id": "china-charging-alliance", + "id": "china-mnr-minerals", "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", + "authority_level": "government", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/resources/mineral/china-mnr-minerals.json" }, { - "id": "china-petroleum-chemical-federation", + "id": "china-ndrc-computing", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/economy/macro/china-ndrc-computing.json" }, { - "id": "china-lcd-association", + "id": "china-nbs", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "geographic_scope": "national", + "file_path": "china/national/nbs.json" + }, + { + "id": "china-national-data-bureau", + "name": { + "en": "National Data Administration of China", + "zh": "国家数据局" + }, + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" }, { - "id": "china-optical-association", + "id": "china-ndrc", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/economy/macro/ndrc.json" }, { - "id": "china-semiconductor-association", + "id": "china-nfra", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/finance/banking/nfra.json" }, { - "id": "china-machine-tool-association", + "id": "china-most-rnd", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, - "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/technology/sci_resources/china-most-rnd.json" }, { - "id": "china-robot-industry-alliance", + "id": "china-most-infrastructure", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "authority_level": "government", + "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" }, { - "id": "china-imt2030", + "id": "china-pbc", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/finance/banking/pbc.json" }, { - "id": "china-software-association", + "id": "china-robot-industry-alliance", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, "authority_level": "market", - "data_url": "https://www.csia.org.cn/", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" }, { - "id": "china-instrument-society", + "id": "china-sac-standards", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "china/technology/standards/china-sac-standards.json" } ], "GB": [ - { - "id": "uk-biobank", - "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" - }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", - "has_api": true, - "file_path": "academic/biology/uk-biobank.json", - "geographic_scope": "national" - }, { "id": "uk-boe", "name": { @@ -541,8 +577,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/europe/uk/bank-of-england.json" }, { "id": "uk-data-gov", @@ -553,8 +589,20 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/europe/uk/uk-data-gov.json" + }, + { + "id": "uk-biobank", + "name": { + "en": "UK Biobank", + "zh": "英国生物样本库" + }, + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "geographic_scope": "national", + "file_path": "academic/biology/uk-biobank.json" } ], "IN": [ @@ -567,8 +615,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/asia/india/india-dgcis.json" } ], "JP": [ @@ -582,8 +630,8 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/asia/japan/boj-statistics.json" } ], "KR": [ @@ -597,8 +645,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/asia/korea/korea-bok.json" } ], "MX": [ @@ -612,8 +660,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/mexico/banxico.json" }, { "id": "mexico-coneval", @@ -625,119 +673,1192 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/mexico/coneval.json" } ], "US": [ { - "id": "tcga", + "id": "bea-international-trade", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "file_path": "academic/health/tcga.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "international/trade/bea-international-trade.json" }, { - "id": "usa-census-bureau", + "id": "us-bea", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "authority_level": "government", - "data_url": "https://www.census.gov", + "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-bea.json" }, { - "id": "usa-eia", + "id": "us-bls", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/eia.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-bls.json" }, { - "id": "us-bea", + "id": "us-cdc", "name": { - "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "us-bls", + "id": "crsp", "name": { - "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" + }, + "authority_level": "research", + "data_url": "https://www.crsp.org/", + "has_api": true, + "geographic_scope": "national", + "file_path": "sectors/K-finance-insurance/crsp.json" + }, + { + "id": "us-data-gov", + "name": { + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "authority_level": "government", - "data_url": "https://www.bls.gov/data/", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/us-data-gov.json" + }, + { + "id": "tcga", + "name": { + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" + }, + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "academic/health/tcga.json" }, { - "id": "us-cdc", + "id": "usa-eia", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "authority_level": "government", - "data_url": "https://wonder.cdc.gov/", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "countries/north-america/usa/eia.json" }, { - "id": "us-data-gov", + "id": "usa-census-bureau", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", + "data_url": "https://www.census.gov", + "has_api": true, + "geographic_scope": "national", + "file_path": "countries/north-america/usa/census-bureau.json" + } + ], + "VN": [ + { + "id": "adb-vietnam", + "name": { + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json", - "geographic_scope": "national" + "geographic_scope": "national", + "file_path": "international/economics/adb-vietnam.json" }, { - "id": "crsp", + "id": "ceic-vietnam", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "has_api": true, + "geographic_scope": "national", + "file_path": "international/economics/ceic-vietnam.json" + } + ], + "global": [ + { + "id": "1000-genomes", + "name": { + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, "authority_level": "research", - "data_url": "https://www.crsp.org/", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/biology/1000-genomes.json" + }, + { + "id": "akshare", + "name": { + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" + }, + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json", - "geographic_scope": "national" + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/akshare.json" + }, + { + "id": "tennis-atp-wta-data", + "name": { + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" + }, + "authority_level": "research", + "data_url": "https://github.com/JeffSackmann/tennis_atp", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + }, + { + "id": "arwu", + "name": { + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" + }, + "authority_level": "research", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/P-education/arwu.json" + }, + { + "id": "amis", + "name": { + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" + }, + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/A-agriculture/amis.json" }, { - "id": "aws-open-data-registry", + "id": "alpha-vantage", "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, "authority_level": "commercial", - "data_url": "https://registry.opendata.aws/", + "data_url": "https://www.alphavantage.co/", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + }, + { + "id": "alphafold-db", + "name": { + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" + }, + "authority_level": "international", + "data_url": "https://alphafold.com", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/biology/alphafold-db.json" + }, + { + "id": "bipm-kcdb", + "name": { + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" + }, + "authority_level": "international", + "data_url": "https://www.bipm.org/kcdb", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/standards-metrology/bipm-kcdb.json" + }, + { + "id": "bis-reserves", + "name": { + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" + }, + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/finance/bis-reserves.json" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/economics/bis-statistics.json" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/bis.json" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/finance/bis-statistics.json" + }, + { + "id": "basel-convention", + "name": { + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" + }, + "authority_level": "international", + "data_url": "https://www.basel.int", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/environment/basel-convention.json" + }, + { + "id": "bloomberg-terminal", + "name": { + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" + }, + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/markets", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + }, + { + "id": "bloomberg-terminal-ipo", + "name": { + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" + }, + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + }, + { + "id": "bookscorpus", + "name": { + "en": "BooksCorpus", + "zh": "图书语料库" + }, + "authority_level": "research", + "data_url": "https://github.com/soskek/bookcorpus", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/bookscorpus.json" + }, + { + "id": "british-museum-collection", + "name": { + "en": "British Museum Collection", + "zh": "大英博物馆馆藏" + }, + "authority_level": "research", + "data_url": "https://www.britishmuseum.org/collection", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + }, + { + "id": "ceic-global-database", + "name": { + "en": "CEIC Global Database", + "zh": "环亚经济数据库" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/ceic-global-database.json" + }, + { + "id": "cern-open-data", + "name": { + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" + }, + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/physics/cern-open-data.json" + }, + { + "id": "cgiar-research-data", + "name": { + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" + }, + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/agriculture/cgiar-research-data.json" + }, + { + "id": "cifar", + "name": { + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" + }, + "authority_level": "research", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/cifar.json" + }, + { + "id": "cites-trade-database", + "name": { + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" + }, + "authority_level": "international", + "data_url": "https://trade.cites.org", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/environment/cites-trade-database.json" + }, + { + "id": "cambridge-structural-database", + "name": { + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" + }, + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + }, + { + "id": "cdiac", + "name": { + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" + }, + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/environment/cdiac.json" + }, + { + "id": "chembl", + "name": { + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" + }, + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/chemistry/chembl.json" + }, + { + "id": "intl-chemspider", + "name": { + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" + }, + "authority_level": "international", + "data_url": "https://www.chemspider.com", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/chemistry/chemspider.json" + }, + { + "id": "clinicaltrials-gov", + "name": { + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" + }, + "authority_level": "government", + "data_url": "https://clinicaltrials.gov/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/health/clinicaltrials-gov.json" + }, + { + "id": "conll-shared-tasks", + "name": { + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" + }, + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + }, + { + "id": "codex-alimentarius", + "name": { + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/standards-metrology/codex-alimentarius.json" + }, + { + "id": "common-crawl", + "name": { + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" + }, + "authority_level": "research", + "data_url": "https://commoncrawl.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/common-crawl.json" + }, + { + "id": "intl-copernicus-cdse", + "name": { + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/earth-science/copernicus-data-space.json" + }, + { + "id": "copernicus-open-access-hub", + "name": { + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" + }, + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/environment/copernicus-open-access-hub.json" + }, + { + "id": "cryptocurrency-data", + "name": { + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + }, + "authority_level": "commercial", + "data_url": "https://coinmarketcap.com", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + }, + { + "id": "acad-cod", + "name": { + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" + }, + "authority_level": "research", + "data_url": "https://www.crystallography.net/cod/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/physics/crystallography-open-database.json" + }, + { + "id": "derwent-innovation-index", + "name": { + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" + }, + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "has_api": true, + "geographic_scope": "global", + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + }, + { + "id": "drugbank", + "name": { + "en": "DrugBank", + "zh": "药物与药物靶点数据库" + }, + "authority_level": "research", + "data_url": "https://go.drugbank.com", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/chemistry/drugbank.json" + }, + { + "id": "ena", + "name": { + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" + }, + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/biology/ena.json" + }, + { + "id": "faostat", + "name": { + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/agriculture/faostat.json" + }, + { + "id": "us-ncbi-genbank", + "name": { + "en": "GenBank", + "zh": "基因库" + }, + "authority_level": "government", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/biology/genbank.json" + }, + { + "id": "ghdx", + "name": { + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" + }, + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/health/ghdx.json" + }, + { + "id": "ggdc-databases", + "name": { + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/ggdc-databases.json" + }, + { + "id": "iaea-energy-data", + "name": { + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" + }, + "authority_level": "international", + "data_url": "https://data.iaea.org/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/energy/iaea-energy-data.json" + }, + { + "id": "iais", + "name": { + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" + }, + "authority_level": "international", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/finance/iais.json" + }, + { + "id": "icao-aviation-data", + "name": { + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" + }, + "authority_level": "international", + "data_url": "https://dataservices.icao.int/", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/transportation/icao-aviation-data.json" + }, + { + "id": "icc-trade-register", + "name": { + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" + }, + "authority_level": "international", + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/trade/icc-trade-register.json" + }, + { + "id": "iea-education-studies", + "name": { + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" + }, + "authority_level": "international", + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/education/iea-education-studies.json" + }, + { + "id": "iea-energy-data", + "name": { + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" + }, + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/energy/iea.json" + }, + { + "id": "imf-data", + "name": { + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" + }, + "authority_level": "international", + "data_url": "https://data.imf.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/imf.json" + }, + { + "id": "imagenet", + "name": { + "en": "ImageNet", + "zh": "ImageNet 图像数据库" + }, + "authority_level": "research", + "data_url": "https://www.image-net.org", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/J-information-communication/imagenet.json" + }, + { + "id": "nasa-earthdata", + "name": { + "en": "NASA Earthdata", + "zh": "NASA地球数据" + }, + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/earth-science/nasa-earthdata.json" + }, + { + "id": "nber-data", + "name": { + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" + }, + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/nber.json" + }, + { + "id": "noaa-cdo", + "name": { + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" + }, + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "has_api": true, + "geographic_scope": "global", + "file_path": "countries/north-america/usa/noaa-cdo.json" + }, + { + "id": "oecd-pisa", + "name": { + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" + }, + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/education/oecd-pisa.json" + }, + { + "id": "penn-world-table", + "name": { + "en": "Penn World Table", + "zh": "宾州世界表" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/penn-world-table.json" + }, + { + "id": "intl-rcsb-pdb", + "name": { + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" + }, + "authority_level": "research", + "data_url": "https://www.rcsb.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/biology/pdb.json" + }, + { + "id": "pubchem", + "name": { + "en": "PubChem", + "zh": "PubChem化学数据库" + }, + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/chemistry/pubchem.json" + }, + { + "id": "pubmed", + "name": { + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" + }, + "authority_level": "government", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/health/pubmed.json" + }, + { + "id": "bp-statistical-review", + "name": { + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" + }, + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", + "has_api": false, + "geographic_scope": "global", + "file_path": "sectors/D-energy/bp-statistical-review.json" + }, + { + "id": "acad-conferenceboard", + "name": { + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" + }, + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "geographic_scope": "global", + "file_path": "academic/economics/conference-board.json" + }, + { + "id": "un-comtrade", + "name": { + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" + }, + "authority_level": "international", + "data_url": "https://comtradeplus.un.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/trade/comtrade.json" + }, + { + "id": "unctad", + "name": { + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" + }, + "authority_level": "international", + "data_url": "https://unctadstat.unctad.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/trade/unctad.json" + }, + { + "id": "usgs-earthexplorer", + "name": { + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" + }, + "authority_level": "government", + "data_url": "https://earthexplorer.usgs.gov/", + "has_api": true, + "geographic_scope": "global", + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + }, + { + "id": "wipo-ip-statistics", + "name": { + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" + }, + "authority_level": "international", + "data_url": "https://www3.wipo.int/ipstats/", + "has_api": false, + "geographic_scope": "global", + "file_path": "international/intellectual-property/wipo.json" + }, + { + "id": "wto-statistics", + "name": { + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" + }, + "authority_level": "international", + "data_url": "https://stats.wto.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/trade/wto.json" + }, + { + "id": "worldbank-open-data", + "name": { + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" + }, + "authority_level": "international", + "data_url": "https://data.worldbank.org", + "has_api": true, + "geographic_scope": "global", + "file_path": "international/economics/worldbank.json" + }, + { + "id": "world-inequality-database", + "name": { + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" + }, + "authority_level": "research", + "data_url": "https://wid.world/", + "has_api": true, + "geographic_scope": "global", + "file_path": "academic/economics/world-inequality-database.json" + } + ], + "regional": [ + { + "id": "adb-data-library", + "name": { + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/economics/adb-data-library.json" + }, + { + "id": "africa-cdc", + "name": { + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" + }, + "authority_level": "international", + "data_url": "https://africacdc.org", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/health/africa-cdc.json" + }, + { + "id": "afdb", + "name": { + "en": "African Development Bank", + "zh": "非洲开发银行" + }, + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/afdb.json" + }, + { + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/afdb-statistics.json" + }, + { + "id": "afrobarometer", + "name": { + "en": "Afrobarometer", + "zh": "非洲晴雨表" + }, + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "geographic_scope": "regional", + "file_path": "academic/social/afrobarometer.json" + }, + { + "id": "asian-barometer", + "name": { + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" + }, + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "geographic_scope": "regional", + "file_path": "academic/social/asian-barometer.json" + }, + { + "id": "adb-data-library", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/adb-data-library.json" + }, + { + "id": "adb-data", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/adb-data.json" + }, + { + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/adb-key-indicators.json" + }, + { + "id": "adb-ado", + "name": { + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/economics/adb-ado.json" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/development/caribbean-development-bank.json" + }, + { + "id": "dhs", + "name": { + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" + }, + "authority_level": "international", + "data_url": "https://dhsprogram.com/", + "has_api": true, + "geographic_scope": "regional", + "file_path": "academic/health/dhs.json" + }, + { + "id": "caf", + "name": { + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" + }, + "authority_level": "international", + "data_url": "https://www.caf.com/en/", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/development/caf.json" + }, + { + "id": "ecb-sdw", + "name": { + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" + }, + "authority_level": "government", + "data_url": "https://data.ecb.europa.eu/", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/economics/ecb-sdw.json" + }, + { + "id": "ecdc-surveillance", + "name": { + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" + }, + "authority_level": "international", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/health/ecdc-surveillance.json" + }, + { + "id": "ebrd", + "name": { + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" + }, + "authority_level": "international", + "data_url": "https://www.ebrd.com", + "has_api": false, + "geographic_scope": "regional", + "file_path": "international/finance/ebrd.json" + }, + { + "id": "hkex", + "name": { + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" + }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", + "has_api": true, + "geographic_scope": "regional", + "file_path": "china/finance/securities/hkex.json" + }, + { + "id": "idb", + "name": { + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" + }, + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/development/idb.json" + }, + { + "id": "oecd-statistics", + "name": { + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" + }, + "authority_level": "international", + "data_url": "https://stats.oecd.org", + "has_api": true, + "geographic_scope": "regional", + "file_path": "international/economics/oecd.json" + }, + { + "id": "paris-club", + "name": { + "en": "Paris Club", + "zh": "巴黎俱乐部" + }, + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", "has_api": false, - "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", - "geographic_scope": "global" + "geographic_scope": "regional", + "file_path": "international/finance/paris-club.json" } ] } -} +} \ No newline at end of file diff --git a/firstdata/indexes/statistics.json b/firstdata/indexes/statistics.json index c738e07..07ed1c2 100644 --- a/firstdata/indexes/statistics.json +++ b/firstdata/indexes/statistics.json @@ -1,195 +1,227 @@ { "metadata": { - "generated_at": "2026-02-26T08:42:39.543315+00:00", + "generated_at": "2026-03-02T13:59:27.915345", "version": "2.0" }, "overview": { - "total_sources": 134, - "sources_with_api": 65, - "last_updated": "2026-02-26" + "total_sources": 150, + "sources_with_api": 79, + "last_updated": "2026-03-02" }, "by_authority_level": { - "research": 29, - "international": 36, - "government": 51, - "commercial": 6, - "market": 12 + "research": 28, + "international": 44, + "government": 54, + "commercial": 10, + "market": 13, + "other": 1 }, "by_geographic_scope": { - "global": 62, - "national": 57, - "regional": 15 + "global": 66, + "national": 64, + "regional": 20 + }, + "by_access_level": { + "unknown": 150 }, "by_update_frequency": { "irregular": 35, - "daily": 28, - "weekly": 7, - "quarterly": 10, - "monthly": 25, - "annual": 24, - "real-time": 5 + "daily": 30, + "weekly": 6, + "quarterly": 15, + "monthly": 29, + "annual": 29, + "real-time": 6 }, "by_domain": { - "economics": 29, - "health": 19, - "environment": 15, - "education": 15, - "agriculture": 15, - "trade": 12, - "finance": 12, + "economics": 33, + "trade": 16, + "finance": 15, + "health": 13, "technology": 12, - "manufacturing": 9, - "demographics": 8, - "energy": 8, - "banking": 8, - "genomics": 7, - "development": 7, - "machine learning": 7, - "bioinformatics": 6, - "social": 6, - "climate": 6, - "infrastructure": 6, - "innovation": 6, - "drug discovery": 5, - "molecular biology": 5, - "epidemiology": 5, - "chemistry": 5, - "materials science": 5, - "employment": 5, - "prices": 5, - "industry": 5, + "social": 11, + "environment": 11, + "demographics": 10, + "development": 10, + "education": 10, + "Agriculture": 10, + "agriculture": 8, + "Education": 8, + "Health": 8, + "industry": 7, + "Environment": 7, + "Machine Learning": 6, + "Infrastructure": 6, + "energy": 6, + "manufacturing": 6, + "Monetary Policy": 6, + "Finance": 6, + "Climate Change": 6, + "Drug Discovery": 5, + "Materials Science": 5, + "Economics": 5, + "climate": 5, "housing": 5, - "transportation": 5, - "pharmaceutical sciences": 4, - "productivity": 4, + "Financial Markets": 5, + "Banking": 5, + "Exchange Rates": 5, + "Energy": 5, + "Development Finance": 5, + "Social Development": 5, + "Molecular Biology": 4, + "Bioinformatics": 4, + "Pharmaceutical Sciences": 4, + "Chemistry": 4, + "Derivatives": 4, + "Payment Systems": 4, + "labor": 4, "population": 4, - "investment": 4, + "banking": 4, "monetary_policy": 4, - "telecommunications": 4, - "electronics": 4, - "international trade": 4, - "monetary policy": 4, - "exchange rates": 4, - "food security": 4, - "business": 4, - "climate change": 4, - "development finance": 4, - "social development": 4, - "artificial intelligence": 4, - "proteomics": 3, - "biotechnology": 3, - "pharmacology": 3, - "toxicology": 3, - "ocean": 3, + "innovation": 4, + "International Trade": 4, + "Prices": 4, + "Balance of Payments": 4, + "Food Security": 4, + "Nutrition": 4, + "Transportation": 4, + "genomics": 3, + "Biotechnology": 3, + "Genomics": 3, + "epidemiology": 3, + "Pharmacology": 3, + "Toxicology": 3, + "Foreign Exchange": 3, + "Employment": 3, + "productivity": 3, "atmosphere": 3, - "mortality": 3, - "economic development": 3, - "statistics": 3, - "securities": 3, - "derivatives": 3, - "financial markets": 3, - "balance of payments": 3, - "payment systems": 3, + "Economic Development": 3, + "infrastructure": 3, + "investment": 3, + "employment": 3, + "telecommunications": 3, + "electronics": 3, "exchange_rates": 3, - "interest rates": 3, - "financial stability": 3, - "inflation": 3, - "renewable energy": 3, - "public health": 3, - "disease surveillance": 3, - "nutrition": 3, - "industrial statistics": 3, - "automotive": 3, - "natural language processing": 3, - "deep learning": 3, - "computer vision": 3, - "biology": 2, - "structural biology": 2, - "biodiversity": 2, + "Interest Rates": 3, + "Credit": 3, + "Financial Stability": 3, + "business": 3, + "Manufacturing": 3, + "Trade": 3, + "Central Banking": 3, + "Industrial Statistics": 3, + "Natural Language Processing": 3, + "Deep Learning": 3, + "Artificial Intelligence": 3, "genetics": 2, - "biochemistry": 2, - "medical imaging": 2, - "medicinal chemistry": 2, - "agrochemical research": 2, - "organic chemistry": 2, - "inorganic chemistry": 2, - "drug development": 2, - "labor markets": 2, - "labor": 2, + "bioinformatics": 2, + "Structural Biology": 2, + "Proteomics": 2, + "Biodiversity": 2, + "Biochemistry": 2, + "Medicinal Chemistry": 2, + "Agrochemical Research": 2, + "Organic Chemistry": 2, + "Inorganic Chemistry": 2, + "Drug Development": 2, + "Labor Markets": 2, + "Economic Forecasting": 2, "inequality": 2, - "data science": 2, - "crystallography": 2, - "governance": 2, + "ocean": 2, + "Data Science": 2, + "Crystallography": 2, + "Governance": 2, + "statistics": 2, "insurance": 2, + "securities": 2, "capital_markets": 2, "services": 2, "resources": 2, "scientific-instruments": 2, - "research": 2, + "Public Finance": 2, "balance_of_payments": 2, "interest_rates": 2, - "credit": 2, - "government": 2, - "land use": 2, - "agricultural economics": 2, + "Land Use": 2, + "Agricultural Economics": 2, + "inflation": 2, "financial_markets": 2, - "pharmaceuticals": 2, - "energy trade": 2, - "welfare": 2, + "Renewable Energy": 2, + "Energy Trade": 2, "income": 2, "geography": 2, "meteorology": 2, - "national accounts": 2, - "industry statistics": 2, - "infectious diseases": 2, - "geospatial": 2, - "forestry": 2, - "energy transition": 2, - "environmental sustainability": 2, - "climate resilience": 2, - "intellectual property": 2, - "patents": 2, - "computational linguistics": 2, - "image classification": 2, - "object recognition": 2, - "stock markets": 2, + "National Accounts": 2, + "Regional Economics": 2, + "Inflation": 2, + "Industry Statistics": 2, + "Public Health": 2, + "Infectious Diseases": 2, + "Mortality": 2, + "Disease Surveillance": 2, + "Epidemiology": 2, "commodities": 2, - "equities": 2, - "computer science": 2, - "sports statistics": 2, - "tennis": 2, - "sports": 2, - "human genetics": 1, + "Forestry": 2, + "Regional Integration": 2, + "Government Finance": 2, + "Energy Transition": 2, + "Innovation": 2, + "Environmental Sustainability": 2, + "Climate Resilience": 2, + "Securities": 2, + "Liquidity": 2, + "Real Estate": 2, + "Payments": 2, + "Energy Statistics": 2, + "Automotive": 2, + "Computational Linguistics": 2, + "Computer Vision": 2, + "Image Classification": 2, + "Object Recognition": 2, + "Stock Markets": 2, + "Commodities": 2, + "Equities": 2, + "human genetic variation": 1, "population genetics": 1, - "genetic variation": 1, - "transcriptomics": 1, - "metagenomics": 1, - "environmental sciences": 1, - "healthcare": 1, - "pathogen surveillance": 1, - "computational biology": 1, - "protein science": 1, + "evolutionary biology": 1, + "Transcriptomics": 1, + "Metagenomics": 1, + "Environmental Sciences": 1, + "Healthcare": 1, + "Pathogen Surveillance": 1, + "Genetics": 1, + "Computational Biology": 1, + "Protein Science": 1, "biomarkers": 1, + "medical imaging": 1, "lifestyle": 1, + "proteomics": 1, "metabolomics": 1, - "chemical biology": 1, - "bioactivity": 1, - "admet": 1, - "chemical structures": 1, - "molecular properties": 1, - "chemical information": 1, - "cheminformatics": 1, - "clinical pharmacology": 1, - "drug metabolism": 1, - "medicine": 1, - "business cycles": 1, - "consumer confidence": 1, - "economic forecasting": 1, + "Chemical Biology": 1, + "Bioactivity": 1, + "ADMET": 1, + "Chemical Structures": 1, + "Molecular Properties": 1, + "Chemical Information": 1, + "Cheminformatics": 1, + "Clinical Pharmacology": 1, + "Drug Metabolism": 1, + "Biology": 1, + "Medicine": 1, + "International Banking": 1, + "Debt Securities": 1, + "Credit Markets": 1, + "Property Prices": 1, + "Consumer Prices": 1, + "Global Liquidity": 1, + "Central Bank Statistics": 1, + "Business Cycles": 1, + "Consumer Confidence": 1, "structural-change": 1, "land": 1, "disaster_management": 1, "clinical_research": 1, "medical_trials": 1, + "mortality": 1, "disease burden": 1, "health financing": 1, "risk factors": 1, @@ -198,38 +230,42 @@ "life_sciences": 1, "cancer genomics": 1, "oncology": 1, + "molecular biology": 1, "precision medicine": 1, "biomedical research": 1, - "particle physics": 1, - "high energy physics": 1, - "nuclear physics": 1, - "experimental physics": 1, - "computational physics": 1, - "physics": 1, - "mineralogy": 1, - "democracy and governance": 1, - "political participation": 1, - "elections and electoral systems": 1, - "social issues": 1, - "public services": 1, - "citizen engagement": 1, - "human rights": 1, - "gender equality": 1, - "corruption and accountability": 1, - "security and conflict": 1, - "youth development": 1, - "health and education": 1, - "environmental issues": 1, - "political science": 1, - "democracy studies": 1, - "public opinion": 1, - "political values": 1, - "electoral studies": 1, - "social science": 1, + "Particle Physics": 1, + "High Energy Physics": 1, + "Nuclear Physics": 1, + "Experimental Physics": 1, + "Computational Physics": 1, + "Physics": 1, + "Mineralogy": 1, + "Democracy and Governance": 1, + "Political Participation": 1, + "Elections and Electoral Systems": 1, + "Social Issues": 1, + "Public Services": 1, + "Citizen Engagement": 1, + "Human Rights": 1, + "Gender Equality": 1, + "Corruption and Accountability": 1, + "Security and Conflict": 1, + "Youth Development": 1, + "Health and Education": 1, + "Environmental Issues": 1, + "Political Science": 1, + "Democracy Studies": 1, + "Public Opinion": 1, + "Political Values": 1, + "Electoral Studies": 1, + "Social Science": 1, + "prices": 1, "international_commerce": 1, "commerce": 1, "higher_education": 1, "regulation": 1, + "derivatives": 1, + "urbanization": 1, "digital-economy": 1, "cloud-computing": 1, "artificial-intelligence": 1, @@ -241,21 +277,21 @@ "intellectual_property": 1, "research-infrastructure": 1, "science": 1, + "research": 1, "software": 1, "standards": 1, "quality-management": 1, - "foreign trade statistics": 1, - "inland trade": 1, - "customs statistics": 1, - "export statistics": 1, - "import statistics": 1, - "shipping statistics": 1, - "coastal trade": 1, - "inter-state trade": 1, - "excise revenue": 1, - "flow of funds": 1, - "economic surveys": 1, - "public finance": 1, + "Foreign Trade Statistics": 1, + "Inland Trade": 1, + "Customs Statistics": 1, + "Export Statistics": 1, + "Import Statistics": 1, + "Shipping Statistics": 1, + "Coastal Trade": 1, + "Inter-State Trade": 1, + "Excise Revenue": 1, + "Flow of Funds": 1, + "Economic Surveys": 1, "financial_statistics": 1, "national_accounts": 1, "price_indices": 1, @@ -263,24 +299,26 @@ "consumer_surveys": 1, "flow_of_funds": 1, "banking_statistics": 1, - "regulatory capital": 1, - "business and economy": 1, - "crime and justice": 1, - "defence": 1, - "government spending": 1, - "mapping": 1, - "society": 1, - "towns and cities": 1, - "transport": 1, - "digital service performance": 1, - "crop production": 1, - "geospatial data": 1, - "environmental monitoring": 1, - "agricultural research": 1, - "market information": 1, + "Regulatory Capital": 1, + "Business and economy": 1, + "Crime and justice": 1, + "Defence": 1, + "Government": 1, + "Government spending": 1, + "Mapping": 1, + "Society": 1, + "Towns and cities": 1, + "Transport": 1, + "Digital service performance": 1, + "Crop Production": 1, + "Geospatial Data": 1, + "Environmental Monitoring": 1, + "Agricultural Research": 1, + "Market Information": 1, "economic_indicators": 1, "health_care": 1, "hospital_services": 1, + "pharmaceuticals": 1, "medical_imaging": 1, "emergency_care": 1, "mental_health": 1, @@ -290,12 +328,12 @@ "population_health": 1, "patient_outcomes": 1, "health_system_performance": 1, - "energy infrastructure": 1, - "pipeline regulation": 1, - "electricity transmission": 1, - "oil and gas": 1, - "energy safety": 1, - "energy markets": 1, + "Energy Infrastructure": 1, + "Pipeline Regulation": 1, + "Electricity Transmission": 1, + "Oil and Gas": 1, + "Energy Safety": 1, + "Energy Markets": 1, "labour": 1, "justice": 1, "culture": 1, @@ -306,190 +344,224 @@ "poverty": 1, "social-development": 1, "social-policy": 1, + "welfare": 1, "food-security": 1, "social-services": 1, + "government": 1, "petroleum": 1, "natural gas": 1, "coal": 1, "electricity": 1, "nuclear energy": 1, + "renewable energy": 1, "markets": 1, "environmental_science": 1, "atmospheric_science": 1, - "gdp": 1, - "foreign direct investment": 1, - "personal income": 1, - "consumer spending": 1, - "corporate profits": 1, - "regional economics": 1, - "industry economics": 1, - "unemployment": 1, - "labor force": 1, - "wages": 1, - "earnings": 1, - "consumer expenditures": 1, - "workplace safety": 1, - "occupational statistics": 1, - "chronic diseases": 1, - "vital statistics": 1, - "natality": 1, - "environmental health": 1, - "cancer": 1, - "tuberculosis": 1, - "sexually transmitted diseases": 1, - "vaccine safety": 1, - "population health": 1, - "health equity": 1, - "consumer": 1, - "public safety": 1, - "science & research": 1, - "local government": 1, - "maritime": 1, - "ecosystems": 1, + "GDP": 1, + "Foreign Direct Investment": 1, + "Personal Income": 1, + "Consumer Spending": 1, + "Corporate Profits": 1, + "Industry Economics": 1, + "Input-Output Tables": 1, + "Fixed Assets": 1, + "Unemployment": 1, + "Labor Force": 1, + "Wages": 1, + "Earnings": 1, + "Consumer Expenditures": 1, + "Productivity": 1, + "Workplace Safety": 1, + "Occupational Statistics": 1, + "Health Statistics": 1, + "Chronic Diseases": 1, + "Vital Statistics": 1, + "Natality": 1, + "Environmental Health": 1, + "Cancer": 1, + "Tuberculosis": 1, + "Sexually Transmitted Diseases": 1, + "Vaccine Safety": 1, + "Population Health": 1, + "Health Equity": 1, + "Healthcare Access": 1, + "Business": 1, + "Climate": 1, + "Consumer": 1, + "Public Safety": 1, + "Science & Research": 1, + "Ocean": 1, + "Local Government": 1, + "Maritime": 1, + "Ecosystems": 1, "earth-observation": 1, "remote-sensing": 1, + "geospatial": 1, "environmental-monitoring": 1, "land-cover": 1, "government-finance": 1, - "hospitals": 1, - "mental health": 1, - "aged care": 1, - "disability": 1, - "child protection": 1, - "homelessness": 1, - "indigenous health": 1, - "alcohol and drugs": 1, - "disease and injury": 1, + "Welfare": 1, + "Hospitals": 1, + "Mental health": 1, + "Aged care": 1, + "Disability": 1, + "Child protection": 1, + "Homelessness": 1, + "Housing": 1, + "Indigenous health": 1, + "Alcohol and drugs": 1, + "Disease and injury": 1, "weather": 1, "water": 1, "oceans": 1, "space weather": 1, "hydrology": 1, "oceanography": 1, - "financial statistics": 1, - "credit data": 1, - "currency and coins": 1, + "Financial Statistics": 1, + "Credit Data": 1, + "Currency and Coins": 1, + "exports": 1, + "food-supply": 1, "cartography": 1, "census": 1, - "climate change adaptation": 1, - "agricultural biodiversity": 1, - "crop science": 1, - "livestock systems": 1, - "water resources management": 1, - "soil science": 1, - "genetics and genomics": 1, - "sustainable intensification": 1, - "agricultural policy": 1, - "agroforestry": 1, - "fisheries": 1, - "livestock": 1, - "crops": 1, - "economic statistics": 1, - "climate finance": 1, - "water resources": 1, - "digital transformation": 1, - "urban development": 1, - "regional integration": 1, - "poverty reduction": 1, - "macroeconomic statistics": 1, - "fiscal policy": 1, - "trade and integration": 1, - "public sector": 1, - "financial sector": 1, - "earth observation": 1, - "remote sensing": 1, - "land monitoring": 1, - "ocean monitoring": 1, - "atmosphere monitoring": 1, - "emergency management": 1, + "Climate Change Adaptation": 1, + "Agricultural Biodiversity": 1, + "Crop Science": 1, + "Livestock Systems": 1, + "Water Resources Management": 1, + "Soil Science": 1, + "Genetics and Genomics": 1, + "Sustainable Intensification": 1, + "Agricultural Policy": 1, + "Agroforestry": 1, + "Fisheries": 1, + "Livestock": 1, + "Crops": 1, + "Investment": 1, + "Social Statistics": 1, + "Labor Market": 1, + "Poverty and Inequality": 1, + "Demographics": 1, + "Communications": 1, + "Sustainable Development Goals": 1, + "governance": 1, + "Economic Statistics": 1, + "Climate Finance": 1, + "Water Resources": 1, + "Digital Transformation": 1, + "Urban Development": 1, + "Poverty Reduction": 1, + "Macroeconomic Statistics": 1, + "Fiscal Policy": 1, + "Trade and Integration": 1, + "Public Sector": 1, + "Financial Sector": 1, + "Earth Observation": 1, + "Remote Sensing": 1, + "Land Monitoring": 1, + "Ocean Monitoring": 1, + "Atmosphere Monitoring": 1, + "Emergency Management": 1, "earth-science": 1, "land-surface": 1, "cryosphere": 1, "biosphere": 1, - "liquidity": 1, - "real estate": 1, - "central banking": 1, - "payments": 1, - "banking statistics": 1, - "government finance": 1, - "banking supervision": 1, + "Macroeconomics": 1, + "Development Economics": 1, + "GDP Growth": 1, + "Poverty Analysis": 1, + "Public Sector Management": 1, + "Banking Statistics": 1, + "Banking Supervision": 1, "international-assessment": 1, "student-achievement": 1, - "student assessment": 1, - "reading literacy": 1, - "mathematical literacy": 1, - "scientific literacy": 1, - "financial literacy": 1, - "creative thinking": 1, - "global competence": 1, + "Student Assessment": 1, + "Reading Literacy": 1, + "Mathematical Literacy": 1, + "Scientific Literacy": 1, + "Financial Literacy": 1, + "Creative Thinking": 1, + "Global Competence": 1, "nuclear-power": 1, - "waste management": 1, - "hazardous materials": 1, - "environmental law": 1, - "wildlife conservation": 1, - "endangered species": 1, - "environmental protection": 1, + "Waste Management": 1, + "Hazardous Materials": 1, + "Environmental Law": 1, + "Carbon Emissions": 1, + "Atmospheric Science": 1, + "Greenhouse Gases": 1, + "Wildlife Conservation": 1, + "Endangered Species": 1, + "Environmental Protection": 1, + "Foreign Exchange Reserves": 1, + "International Finance": 1, "financial-stability": 1, "regulatory-standards": 1, + "public health": 1, + "disease surveillance": 1, "outbreak response": 1, "laboratory systems": 1, "health security": 1, - "antimicrobial resistance": 1, - "immunization": 1, - "healthcare-associated infections": 1, - "vector-borne diseases": 1, - "food and waterborne diseases": 1, - "respiratory diseases": 1, + "Antimicrobial Resistance": 1, + "Immunization": 1, + "Healthcare-Associated Infections": 1, + "Vector-Borne Diseases": 1, + "Food and Waterborne Diseases": 1, + "Respiratory Diseases": 1, + "intellectual property": 1, + "patents": 1, "trademarks": 1, - "metrology": 1, - "measurement standards": 1, - "international system of units (si)": 1, - "time and frequency": 1, - "mass and related quantities": 1, - "length": 1, - "thermometry": 1, - "electricity and magnetism": 1, - "photometry and radiometry": 1, - "ionizing radiation": 1, - "chemistry and biology": 1, - "acoustics, ultrasound and vibration": 1, - "food safety": 1, - "food standards": 1, - "food labeling": 1, - "food hygiene": 1, - "food additives": 1, - "pesticide residues": 1, - "veterinary drug residues": 1, - "contaminants": 1, - "food inspection": 1, - "certification systems": 1, - "food quality": 1, + "Metrology": 1, + "Measurement Standards": 1, + "International System of Units (SI)": 1, + "Time and Frequency": 1, + "Mass and Related Quantities": 1, + "Length": 1, + "Thermometry": 1, + "Electricity and Magnetism": 1, + "Photometry and Radiometry": 1, + "Ionizing Radiation": 1, + "Chemistry and Biology": 1, + "Acoustics, Ultrasound and Vibration": 1, + "Food Safety": 1, + "Food Standards": 1, + "Food Labeling": 1, + "Food Hygiene": 1, + "Food Additives": 1, + "Pesticide Residues": 1, + "Veterinary Drug Residues": 1, + "Contaminants": 1, + "Food Inspection": 1, + "Certification Systems": 1, + "Food Quality": 1, + "international": 1, + "transportation": 1, "aviation": 1, "safety": 1, - "commodity markets": 1, - "agricultural trade": 1, - "food prices": 1, - "market transparency": 1, - "policy coordination": 1, - "mining": 1, - "rare earth industry": 1, - "metal materials": 1, - "resource management": 1, - "industrial economics": 1, - "commodity price": 1, - "additive manufacturing": 1, - "3d printing": 1, - "advanced manufacturing": 1, - "manufacturing technology": 1, - "equipment manufacturing": 1, - "new energy vehicles": 1, - "chemical industry": 1, - "petroleum industry": 1, - "catalysts": 1, - "chemical materials": 1, - "petrochemicals": 1, - "industry standards": 1, - "economic analysis": 1, + "Commodity Markets": 1, + "Agricultural Trade": 1, + "Food Prices": 1, + "Market Transparency": 1, + "Policy Coordination": 1, + "Mining": 1, + "Rare Earth Industry": 1, + "Metal Materials": 1, + "Resource Management": 1, + "Industrial Economics": 1, + "Commodity Price": 1, + "Additive Manufacturing": 1, + "3D Printing": 1, + "Advanced Manufacturing": 1, + "Manufacturing Technology": 1, + "Equipment Manufacturing": 1, + "New Energy Vehicles": 1, + "automotive": 1, + "Chemical Industry": 1, + "Petroleum Industry": 1, + "Catalysts": 1, + "Chemical Materials": 1, + "Petrochemicals": 1, + "Industry Standards": 1, + "Economic Analysis": 1, "market-research": 1, "optics": 1, "optoelectronics": 1, @@ -499,81 +571,92 @@ "electronics-manufacturing": 1, "machinery": 1, "industrial-equipment": 1, - "robotics": 1, - "industrial automation": 1, - "technology standards": 1, - "energy economics": 1, - "energy statistics": 1, - "energy production": 1, - "energy consumption": 1, - "fossil fuels": 1, - "text mining": 1, + "Robotics": 1, + "Industrial Automation": 1, + "Technology Standards": 1, + "Energy Economics": 1, + "Energy Production": 1, + "Energy Consumption": 1, + "Fossil Fuels": 1, + "Text Mining": 1, "wireless-communication": 1, "6g-technology": 1, "technology-research": 1, "network-architecture": 1, "information-technology": 1, - "web crawling": 1, - "information retrieval": 1, - "web analytics": 1, - "large language models": 1, - "named entity recognition": 1, - "parsing": 1, - "semantic analysis": 1, - "foreign exchange": 1, - "cryptocurrencies": 1, - "economic indicators": 1, - "technical analysis": 1, - "fixed income": 1, - "currencies": 1, - "economic data": 1, - "financial news": 1, - "corporate fundamentals": 1, - "esg data": 1, - "market indices": 1, - "corporate actions": 1, - "investment research": 1, - "asset pricing": 1, - "cryptocurrency markets": 1, - "blockchain analytics": 1, - "digital assets": 1, - "defi (decentralized finance)": 1, - "nft markets": 1, - "trading data": 1, - "financial technology": 1, - "structural chemistry": 1, - "metal-organic frameworks": 1, - "catalysis": 1, - "functional materials": 1, + "Web Crawling": 1, + "Information Retrieval": 1, + "Web Analytics": 1, + "Research": 1, + "Large Language Models": 1, + "Named Entity Recognition": 1, + "Parsing": 1, + "Semantic Analysis": 1, + "Stock Market": 1, + "Futures": 1, + "Options": 1, + "Funds": 1, + "Bonds": 1, + "Indices": 1, + "Cryptocurrency": 1, + "Macroeconomic Data": 1, + "Quantitative Finance": 1, + "Cryptocurrencies": 1, + "Economic Indicators": 1, + "Technical Analysis": 1, + "IPO": 1, + "Equity Offerings": 1, + "Capital Markets": 1, + "Investment Banking": 1, + "Securities Issuance": 1, + "Fixed Income": 1, + "Currencies": 1, + "Economic Data": 1, + "Financial News": 1, + "Corporate Fundamentals": 1, + "ESG Data": 1, + "Market Indices": 1, + "Corporate Actions": 1, + "Investment Research": 1, + "Asset Pricing": 1, + "Cryptocurrency Markets": 1, + "Blockchain Analytics": 1, + "Digital Assets": 1, + "DeFi (Decentralized Finance)": 1, + "NFT Markets": 1, + "Trading Data": 1, + "Financial Technology": 1, + "Structural Chemistry": 1, + "Metal-Organic Frameworks": 1, + "Catalysis": 1, + "Functional Materials": 1, "instrumentation": 1, "measurement-control": 1, "industrial-automation": 1, - "engineering": 1, - "medical technology": 1, - "mechanical engineering": 1, - "aerospace": 1, - "higher education": 1, - "university rankings": 1, - "research performance": 1, - "academic excellence": 1, - "education assessment": 1, - "cultural heritage": 1, - "archaeology": 1, - "art history": 1, - "anthropology": 1, - "ancient civilizations": 1, - "museum studies": 1, - "professional sports data": 1, - "player performance analytics": 1, - "astronomy": 1, - "climate science": 1, - "life sciences": 1, - "sustainability": 1, - "imaging": 1, - "disaster response": 1, - "sports analytics": 1, - "player performance": 1, - "tournament data": 1, - "athletics": 1 + "Patents": 1, + "Intellectual Property": 1, + "Pharmaceuticals": 1, + "Electronics": 1, + "Engineering": 1, + "Telecommunications": 1, + "Medical Technology": 1, + "Mechanical Engineering": 1, + "Computer Science": 1, + "Aerospace": 1, + "Higher Education": 1, + "University Rankings": 1, + "Research Performance": 1, + "Academic Excellence": 1, + "Education Assessment": 1, + "Cultural Heritage": 1, + "Archaeology": 1, + "Art History": 1, + "Anthropology": 1, + "Ancient Civilizations": 1, + "Museum Studies": 1, + "Sports Statistics": 1, + "Tennis": 1, + "Professional Sports Data": 1, + "Player Performance Analytics": 1 } -} +} \ No newline at end of file diff --git a/firstdata/schemas/DOMAINS.md b/firstdata/schemas/DOMAINS.md deleted file mode 100644 index f9768d8..0000000 --- a/firstdata/schemas/DOMAINS.md +++ /dev/null @@ -1,149 +0,0 @@ -# Standard Domain Names Reference - -**Version**: 1.0 -**Last Updated**: 2026-02-25 - -## Purpose - -This document defines the standard naming convention for the `domains` field in FirstData source metadata files. - -## Naming Convention - -**All domain names MUST use lowercase letters.** - -### Rationale - -- **Consistency**: Ensures uniform categorization across all 1000+ planned data sources -- **Searchability**: Simplifies programmatic filtering and search operations -- **Maintenance**: Reduces confusion and prevents duplicate categories -- **Internationalization**: Lowercase is more neutral across different language contexts - -### Examples - -✅ **Correct**: -```json -"domains": ["economics", "finance", "trade"] -``` - -❌ **Incorrect**: -```json -"domains": ["Economics", "Finance", "Trade"] -``` - -## Common Domains - -Below are the most frequently used domains in the FirstData repository. This list is not exhaustive - you may use other domains as appropriate for your data source, but they **must be lowercase**. - -### Top 30 Most Used Domains - -| Domain | Description | Example Sources | -|--------|-------------|-----------------| -| `economics` | Economic data and indicators | World Bank, IMF, OECD | -| `health` | Healthcare, public health, medical data | WHO, CDC, PubMed | -| `environment` | Environmental monitoring, climate | NASA Earthdata, Copernicus | -| `education` | Educational statistics, assessments | PISA, IEA studies | -| `agriculture` | Agricultural production, food security | FAOSTAT, USDA | -| `finance` | Financial markets, banking | Central banks, BIS | -| `technology` | Tech industry, innovation | Patent offices, tech statistics | -| `trade` | International trade, customs | WTO, customs agencies | -| `demographics` | Population, census data | National statistical offices | -| `energy` | Energy production, consumption | IEA, EIA | -| `banking` | Banking sector statistics | Central banks | -| `manufacturing` | Industrial production | Industry associations | -| `development` | Economic development | Development banks | -| `social` | Social indicators, welfare | National statistics | -| `climate` | Climate data, meteorology | Weather agencies | -| `employment` | Labor market, unemployment | Labor statistics bureaus | -| `infrastructure` | Transport, utilities | Infrastructure agencies | -| `innovation` | R&D, patents | Patent offices, research agencies | -| `housing` | Real estate, construction | Housing agencies | -| `transportation` | Transport statistics | Transport authorities | -| `genomics` | Genetic data | Genome databases | -| `bioinformatics` | Biological data science | Bioinformatics repositories | -| `chemistry` | Chemical data | Chemical databases | -| `epidemiology` | Disease surveillance | Health agencies | -| `machine learning` | AI datasets | ML repositories | -| `industry` | Industry-specific data | Sector associations | -| `prices` | Price indices, inflation | Statistical agencies | -| `productivity` | Economic productivity | Research institutions | -| `monetary policy` | Central bank policy | Central banks | -| `securities` | Stock markets, bonds | Securities regulators | - -## Multi-Word Domains - -For multi-word concepts, use **lowercase with spaces** (not hyphens or underscores) for readability: - -✅ **Correct**: -```json -"domains": ["machine learning", "climate change", "public health"] -``` - -❌ **Incorrect**: -```json -"domains": ["machine-learning", "Climate_Change", "PublicHealth"] -``` - -**Note**: Some legacy entries may use hyphens or underscores. These should be gradually migrated to the space-separated format. - -## Domain Selection Guidelines - -### 1. Use Existing Domains When Possible - -Before creating a new domain, check: -- `firstdata/indexes/statistics.json` - see `by_domain` section -- `firstdata/schemas/suggested-standard-domains.json` - auto-generated list - -### 2. Be Specific But Not Too Narrow - -- ✅ Good: `renewable energy` (specific industry subdomain) -- ❌ Too narrow: `solar panel manufacturing` (overly specific) -- ❌ Too broad: `energy` when `renewable energy` is more accurate - -### 3. Use 1-5 Domains Per Source - -Most data sources should have 1-5 domain tags. More than 5 suggests the source may be too broad or domains are too specific. - -### 4. Prefer General Over Specialized - -When in doubt, use the more general domain: -- Use `health` rather than `epidemiology` unless the source is specifically focused on disease surveillance -- Use `finance` rather than `derivatives trading` unless that's the specific focus - -## Validation - -Domain consistency is automatically checked by: - -```bash -# Manual check -make check-domains - -# Full validation suite -make check -``` - -This check is also run automatically in CI/CD for all pull requests. - -## Migration from Capitalized Domains - -If you encounter source files with capitalized domains (e.g., `"Economics"`, `"Health"`), please update them to lowercase as part of your contribution: - -```bash -# Find files with capitalized domains -python scripts/check_domains.py - -# The script will identify all files needing updates -``` - -## Questions? - -If you're unsure which domains to use for a data source: -1. Check similar sources in the same category -2. Review the top 30 list above -3. Ask in the project's GitHub issues - ---- - -**See Also**: -- [Data Source Schema](datasource-schema.json) -- [AGENTS.md](../../AGENTS.md) - Contributor guidelines -- [Domain Analysis Script](../../scripts/analyze_domains.py) diff --git a/firstdata/schemas/suggested-standard-domains.json b/firstdata/schemas/suggested-standard-domains.json deleted file mode 100644 index 147dd3f..0000000 --- a/firstdata/schemas/suggested-standard-domains.json +++ /dev/null @@ -1,522 +0,0 @@ -{ - "domains": [ - "3d printing", - "6g technology", - "academic excellence", - "acoustics, ultrasound and vibration", - "additive manufacturing", - "admet", - "advanced manufacturing", - "aerospace", - "aged care", - "agricultural biodiversity", - "agricultural economics", - "agricultural policy", - "agricultural research", - "agricultural trade", - "agriculture", - "agrochemical research", - "agroforestry", - "alcohol and drugs", - "ancient civilizations", - "anthropology", - "antimicrobial resistance", - "archaeology", - "art history", - "artificial intelligence", - "asset pricing", - "astronomy", - "athletics", - "atmosphere", - "atmosphere monitoring", - "atmospheric science", - "automotive", - "aviation", - "balance of payments", - "banking", - "banking statistics", - "banking supervision", - "bioactivity", - "biochemistry", - "biodiversity", - "bioinformatics", - "biology", - "biomarkers", - "biomedical", - "biomedical research", - "biosphere", - "biotechnology", - "blockchain analytics", - "business", - "business and economy", - "business cycles", - "business surveys", - "cancer", - "cancer genomics", - "capital markets", - "cartography", - "catalysis", - "catalysts", - "census", - "central banking", - "certification systems", - "chemical biology", - "chemical industry", - "chemical information", - "chemical materials", - "chemical structures", - "cheminformatics", - "chemistry", - "chemistry and biology", - "child protection", - "chronic diseases", - "citizen engagement", - "climate", - "climate change", - "climate change adaptation", - "climate finance", - "climate resilience", - "climate science", - "clinical pharmacology", - "clinical research", - "cloud computing", - "coal", - "coastal trade", - "commerce", - "commodities", - "commodity markets", - "commodity price", - "computational biology", - "computational linguistics", - "computational physics", - "computer science", - "computer vision", - "consumer", - "consumer confidence", - "consumer expenditures", - "consumer spending", - "consumer surveys", - "contaminants", - "continuing care", - "corporate actions", - "corporate fundamentals", - "corporate profits", - "corruption and accountability", - "creative thinking", - "credit", - "credit data", - "crime and justice", - "crop production", - "crop science", - "crops", - "cryosphere", - "cryptocurrencies", - "cryptocurrency markets", - "crystallography", - "cultural heritage", - "culture", - "currencies", - "currency and coins", - "customs statistics", - "data governance", - "data science", - "deep learning", - "defence", - "defi (decentralized finance)", - "democracy and governance", - "democracy studies", - "demographics", - "derivatives", - "development", - "development finance", - "digital assets", - "digital economy", - "digital infrastructure", - "digital service performance", - "digital transformation", - "disability", - "disaster management", - "disaster response", - "disease and injury", - "disease burden", - "disease surveillance", - "drug development", - "drug discovery", - "drug metabolism", - "earnings", - "earth observation", - "earth science", - "economic analysis", - "economic data", - "economic development", - "economic forecasting", - "economic indicators", - "economic statistics", - "economic surveys", - "economics", - "ecosystems", - "education", - "education assessment", - "elections and electoral systems", - "electoral studies", - "electricity", - "electricity and magnetism", - "electricity transmission", - "electronics", - "electronics manufacturing", - "emergency care", - "emergency management", - "employment", - "endangered species", - "energy", - "energy consumption", - "energy economics", - "energy infrastructure", - "energy markets", - "energy production", - "energy safety", - "energy statistics", - "energy trade", - "energy transition", - "engineering", - "environment", - "environmental health", - "environmental issues", - "environmental law", - "environmental monitoring", - "environmental protection", - "environmental science", - "environmental sciences", - "environmental sustainability", - "epidemiology", - "equipment manufacturing", - "equities", - "esg data", - "exchange rates", - "excise revenue", - "experimental physics", - "export statistics", - "finance", - "financial literacy", - "financial markets", - "financial news", - "financial sector", - "financial stability", - "financial statistics", - "financial technology", - "fiscal policy", - "fisheries", - "fixed income", - "flow of funds", - "food additives", - "food and waterborne diseases", - "food hygiene", - "food inspection", - "food labeling", - "food prices", - "food quality", - "food safety", - "food security", - "food standards", - "foreign direct investment", - "foreign exchange", - "foreign trade statistics", - "forestry", - "fossil fuels", - "functional materials", - "gdp", - "gender equality", - "genetic variation", - "genetics", - "genetics and genomics", - "genomics", - "geography", - "geospatial", - "geospatial data", - "global competence", - "governance", - "government", - "government finance", - "government spending", - "hazardous materials", - "health", - "health and education", - "health care", - "health equity", - "health financing", - "health security", - "health spending", - "health system performance", - "health systems", - "health workforce", - "healthcare", - "healthcare associated infections", - "high energy physics", - "higher education", - "homelessness", - "hospital services", - "hospitals", - "housing", - "human genetics", - "human rights", - "hydrology", - "image classification", - "imaging", - "immunization", - "import statistics", - "income", - "indigenous health", - "industrial automation", - "industrial economics", - "industrial equipment", - "industrial statistics", - "industry", - "industry economics", - "industry standards", - "industry statistics", - "inequality", - "infectious diseases", - "inflation", - "information retrieval", - "information technology", - "infrastructure", - "inland trade", - "innovation", - "inorganic chemistry", - "instrumentation", - "insurance", - "integrated circuits", - "intellectual property", - "inter state trade", - "interest rates", - "international assessment", - "international commerce", - "international system of units (si)", - "international trade", - "investment", - "investment research", - "ionizing radiation", - "justice", - "labor", - "labor force", - "labor market", - "labor markets", - "laboratory systems", - "labour", - "land", - "land cover", - "land monitoring", - "land surface", - "land use", - "large language models", - "length", - "life sciences", - "lifestyle", - "liquidity", - "livestock", - "livestock systems", - "local government", - "machine learning", - "machinery", - "macroeconomic statistics", - "manufacturing", - "manufacturing technology", - "mapping", - "maritime", - "market indices", - "market information", - "market research", - "market transparency", - "markets", - "mass and related quantities", - "materials science", - "mathematical literacy", - "measurement control", - "measurement standards", - "mechanical engineering", - "medical imaging", - "medical technology", - "medical trials", - "medicinal chemistry", - "medicine", - "mental health", - "metabolomics", - "metagenomics", - "metal materials", - "metal organic frameworks", - "meteorology", - "metrology", - "mineral", - "mineralogy", - "minerals", - "mining", - "molecular biology", - "molecular properties", - "monetary policy", - "mortality", - "museum studies", - "named entity recognition", - "natality", - "national accounts", - "natural gas", - "natural language processing", - "network architecture", - "new energy vehicles", - "nft markets", - "nuclear energy", - "nuclear physics", - "nuclear power", - "nutrition", - "object recognition", - "occupational statistics", - "ocean", - "ocean monitoring", - "oceanography", - "oceans", - "oil and gas", - "oncology", - "optics", - "optoelectronics", - "organic chemistry", - "outbreak response", - "parsing", - "particle physics", - "patents", - "pathogen surveillance", - "patient outcomes", - "payment systems", - "payments", - "personal income", - "pesticide residues", - "petrochemicals", - "petroleum", - "petroleum industry", - "pharmaceutical sciences", - "pharmaceuticals", - "pharmacology", - "photometry and radiometry", - "photonics", - "physics", - "pipeline regulation", - "player performance", - "player performance analytics", - "policy coordination", - "political participation", - "political science", - "political values", - "population", - "population genetics", - "population health", - "poverty", - "poverty reduction", - "precision medicine", - "price indices", - "prices", - "production", - "productivity", - "professional sports data", - "protein science", - "proteomics", - "public finance", - "public health", - "public opinion", - "public safety", - "public sector", - "public services", - "quality management", - "rare earth industry", - "reading literacy", - "real estate", - "regional economics", - "regional integration", - "regulation", - "regulatory capital", - "regulatory standards", - "remote sensing", - "renewable energy", - "research", - "research infrastructure", - "research performance", - "resource management", - "resources", - "respiratory diseases", - "risk factors", - "robotics", - "safety", - "science", - "science & research", - "scientific instruments", - "scientific literacy", - "securities", - "security and conflict", - "semantic analysis", - "semiconductors", - "services", - "sexually transmitted diseases", - "shipping statistics", - "social", - "social development", - "social issues", - "social policy", - "social science", - "social services", - "society", - "software", - "soil science", - "space weather", - "sports", - "sports analytics", - "sports statistics", - "standards", - "statistics", - "stock markets", - "structural biology", - "structural change", - "structural chemistry", - "student achievement", - "student assessment", - "sustainability", - "sustainable intensification", - "technical analysis", - "technology", - "technology research", - "technology standards", - "telecommunications", - "tennis", - "text mining", - "thermometry", - "time and frequency", - "tournament data", - "towns and cities", - "toxicology", - "trade", - "trade and integration", - "trademarks", - "trading data", - "transcriptomics", - "transport", - "transportation", - "tuberculosis", - "unemployment", - "university rankings", - "urban development", - "vaccine safety", - "vector borne diseases", - "veterinary drug residues", - "vital statistics", - "wages", - "waste management", - "water", - "water resources", - "water resources management", - "weather", - "web analytics", - "web crawling", - "welfare", - "wildlife conservation", - "wireless communication", - "workplace safety", - "youth development" - ], - "note": "Auto-generated standard domain list (lowercase, space-separated for multi-word terms)" -} diff --git a/firstdata/sources/README.md b/firstdata/sources/README.md index b296ac4..0846265 100644 --- a/firstdata/sources/README.md +++ b/firstdata/sources/README.md @@ -6,63 +6,92 @@ This directory contains metadata for all data sources included in FirstData. -> 📊 **最新统计**: 查看 [indexes/statistics.json](../indexes/statistics.json) 获取实时数据源统计信息。 +## 总体进度 | Overall Progress + +``` +总目标: 1000+ 个数据源 +当前完成: 150 个 +完成度: ███████░░░░░░░░░░░░░ 15% +``` + +| 分类 | 目标 | 已完成 | 进度 | +|------|------|--------|------| +| 🇨🇳 中国 China | 500+ | 21 | 4.2% | +| 🌍 国际 International | 100+ | 45 | 45% | +| 🌎 各国 Countries | 200+ | 27 | 13.5% | +| 🎓 学术 Academic | 100+ | 26 | 26% | +| 🏭 行业 Sectors | 100+ | 31 | 31% | +| **总计 Total** | **1000+** | **150** | **15%** | ## 目录结构 | Directory Structure ### 📂 中国数据源 | China **路径**: `sources/china/` +**目标**: 500+个数据源 +**完成度**: 21/500 (4.2%) 中国政府机构和官方组织发布的权威数据源,涵盖20个领域: -- 国家级综合统计 -- 国家级部委数据源:金融、经济、交通、文化、科技、教育等17个领域 -- 省级数据源:34个省级行政区 + 15个重点城市 -- 研究机构和特色数据 +- 国家级综合统计(1个) +- 国家级部委数据源(345个):金融、经济、交通、文化、科技、教育等17个领域 +- 省级数据源(49个):34个省级行政区 + 15个重点城市 +- 研究机构和特色数据(21个):6个研究机构 + 7个行业协会 + 8个特色数据 [查看详情 | View Details →](china/README.md) ### 🌍 国际组织 | International **路径**: `sources/international/` +**目标**: 100+个数据源 +**完成度**: 45/100 (45%) 国际组织和跨国机构发布的全球性数据源,涵盖14个领域: -- 经济、贸易、能源、农业、教育、健康 -- 环境、发展、金融、知识产权、地球科学 -- 劳工与社会、交通运输、标准与计量 +- 经济(8个)、贸易(6个)、能源(6个) +- 农业(5个)、教育(8个)、健康(10个) +- 环境(12个)、发展(13个)、金融(6个) +- 知识产权(5个)、地球科学(8个) +- 劳工与社会(6个)、交通运输(4个)、标准与计量(3个) [查看详情 | View Details →](international/README.md) ### 🌎 各国官方 | Countries **路径**: `sources/countries/` +**目标**: 200+个数据源 +**完成度**: 进行中 各国官方政府机构发布的权威数据源,涵盖6大洲42个国家: -- 北美洲:美国、加拿大、墨西哥 -- 欧洲:15个国家 -- 亚洲:14个国家(除中国) -- 大洋洲:澳大利亚、新西兰 -- 南美洲:4个国家 -- 非洲:4个国家 +- 北美洲(30个):美国、加拿大、墨西哥 +- 欧洲(50个):15个国家 +- 亚洲(50个):14个国家(除中国) +- 大洋洲(10个):澳大利亚、新西兰 +- 南美洲(15个):4个国家 +- 非洲(15个):4个国家 [查看详情 | View Details →](countries/README.md) ### 🎓 学术研究 | Academic **路径**: `sources/academic/` +**目标**: 100+个数据源 +**完成度**: 26/100+ (26%) 学术机构和研究组织维护的学术研究数据源,涵盖9个学科领域: -- 经济学、健康医学、环境科学 -- 社会科学、物理学、化学 -- 生命科学、材料学 -- 地球科学与地理信息 +- 经济学(10个)、健康医学(10个)、环境科学(8个) +- 社会科学(8个)、物理学(5个)、化学(5个) +- 生命科学(10个)、材料学(1个) +- 地球科学与地理信息(15个) [查看详情 | View Details →](academic/README.md) ### 🏭 行业领域 | Sectors **路径**: `sources/sectors/` +**目标**: 100+个数据源 +**完成度**: 31/100+ (31%) 特定行业和专业领域的数据源,按照国际标准产业分类(ISIC Rev.4)组织: - A-S共19个产业门类 - 从农业到服务业的完整覆盖 - 包括制造业、能源、金融、信息通信、教育、健康等 +**注意**: 目录结构已从旧的主题分类更新为ISIC标准分类。 + [查看详情 | View Details →](sectors/README.md) ## 分类规则 | Classification Rules diff --git a/firstdata/sources/academic/README.md b/firstdata/sources/academic/README.md index 5e8314b..9e42406 100644 --- a/firstdata/sources/academic/README.md +++ b/firstdata/sources/academic/README.md @@ -1,12 +1,44 @@ # 学术研究 | Academic Research -> 📊 **最新统计**: 查看 [indexes/statistics.json](../../indexes/statistics.json) 获取实时数据源统计信息。 +**总数**: 100+个数据源 +**已完成**: 26个 +**进度**: 26% + +--- + +## 📊 总体进度 + +``` +总目标: 100+ 个高质量学术数据源 +当前完成: 26 个 +完成度: █████░░░░░░░░░░░░ 26% +``` + +**目录结构**: ✅ 已完成 +**数据填充**: 进行中 + +--- + +## 🎯 分类进度概览 + +| 类别 | 计划 | 完成 | 进度 | 说明 | +|------|------|------|------|------| +| 📊 经济学 | 10 | 6 | 60% | Economics | +| 🏥 健康医学 | 10 | 5 | 50% | Health & Medicine | +| 🧬 生命科学 | 10 | 6 | 60% | Life Sciences & Biology | +| 🧪 化学 | 5 | 4 | 80% | Chemistry | +| ⚛️ 物理学 | 5 | 2 | 40% | Physics | +| 🌍 环境科学 | 8 | 1 | 13% | Environmental Science | +| 👥 社会科学 | 8 | 2 | 25% | Social Science | +| 🔬 材料学 | 1 | 0 | 0% | Materials Science | +| 🌏 地球科学与地理信息 | 15 | 0 | 0% | Geoscience & Geography | +| **总计** | **100+** | **26** | **26%** | - | --- ## 📚 已收录数据源 -### 📊 经济学 Economics +### 📊 经济学 Economics (6/10) #### BIS Statistics - 国际清算银行统计数据 - **文件**: [bis-statistics.json](economics/bis-statistics.json) ⭐💎 @@ -56,7 +88,7 @@ - **更新频率**: 年度 - **特色**: 顶层收入份额、财富集中度、性别不平等、World Inequality Report数据来源 -### 🏥 健康医学 Health & Medicine +### 🏥 健康医学 Health & Medicine (5/10) #### PubMed - PubMed生物医学文献数据库 - **文件**: [pubmed.json](health/pubmed.json) ⭐💎 @@ -98,7 +130,7 @@ - **更新频率**: 一次性(项目已完成) - **特色**: NCI/NHGRI、全基因组测序、RNA-seq、甲基化、蛋白质组、GDC平台 -### 🧬 生命科学 Life Sciences & Biology +### 🧬 生命科学 Life Sciences & Biology (6/10) #### GenBank - 基因库 - **文件**: [genbank.json](biology/genbank.json) ⭐💎 @@ -148,7 +180,7 @@ - **更新频率**: 每日 - **特色**: EMBL-EBI维护、INSDC成员、测序数据归档、免费访问 -### 🧪 化学 Chemistry +### 🧪 化学 Chemistry (4/5) #### PubChem - NCBI公共化学数据库 - **文件**: [pubchem.json](chemistry/pubchem.json) ⭐💎 @@ -182,7 +214,7 @@ - **更新频率**: 季度 - **特色**: 加拿大阿尔伯塔大学维护、FDA批准药物、药代动力学数据、需注册访问 -### ⚛️ 物理学 Physics +### ⚛️ 物理学 Physics (2/5) #### CERN Open Data Portal - CERN开放数据门户 - **文件**: [cern-open-data.json](physics/cern-open-data.json) ⭐💎 @@ -200,7 +232,7 @@ - **更新频率**: 每日 - **特色**: 开放访问、CIF格式、无机/有机/金属有机晶体、结构参数、空间群信息 -### 🌍 环境科学 Environmental Science +### 🌍 环境科学 Environmental Science (1/8) #### Copernicus Open Access Hub - 哥白尼开放访问中心 - **文件**: [copernicus-open-access-hub.json](environment/copernicus-open-access-hub.json) ⭐💎 @@ -210,7 +242,7 @@ - **更新频率**: 每日 - **特色**: Sentinel卫星数据、大气监测、海洋监测、陆地监测、气候变化、紧急管理 -### 👥 社会科学 Social Science +### 👥 社会科学 Social Science (2/8) #### Afrobarometer - 非洲晴雨表 - **文件**: [afrobarometer.json](social/afrobarometer.json) ⭐💎 @@ -258,15 +290,15 @@ ``` academic/ -├── economics/ # 📊 经济学 -├── health/ # 🏥 健康医学 -├── biology/ # 🧬 生命科学 -├── chemistry/ # 🧪 化学 -├── physics/ # ⚛️ 物理学 -├── environment/ # 🌍 环境科学 -├── social/ # 👥 社会科学 -├── materials/ # 🔬 材料学 -├── geoscience/ # 🌏 地球科学与地理信息 +├── economics/ # 📊 经济学 (6/10个数据源) +├── health/ # 🏥 健康医学 (5/10个数据源) +├── biology/ # 🧬 生命科学 (6/10个数据源) +├── chemistry/ # 🧪 化学 (4/5个数据源) +├── physics/ # ⚛️ 物理学 (2/5个数据源) +├── environment/ # 🌍 环境科学 (1/8个数据源) +├── social/ # 👥 社会科学 (2/8个数据源) +├── materials/ # 🔬 材料学 (0/1个数据源) +├── geoscience/ # 🌏 地球科学与地理信息 (0/15个数据源) └── README.md ``` diff --git a/firstdata/sources/academic/biology/1000-genomes.json b/firstdata/sources/academic/biology/1000-genomes.json index d0a9f5a..c947dbe 100644 --- a/firstdata/sources/academic/biology/1000-genomes.json +++ b/firstdata/sources/academic/biology/1000-genomes.json @@ -1,92 +1,72 @@ { - "id": "1000-genomes-project", + "id": "1000-genomes", "name": { "en": "1000 Genomes Project", "zh": "千人基因组计划" }, "description": { - "en": "The 1000 Genomes Project was an international research collaboration that created the most detailed catalogue of human genetic variation. The project sequenced the genomes of 2,504 individuals from 26 populations across Africa, East Asia, Europe, South Asia, and the Americas. It characterized over 88 million variants including 84.7 million SNPs, 3.6 million indels, and 60,000 structural variants, all phased onto high-quality haplotypes. Now maintained as the International Genome Sample Resource (IGSR) by the European Bioinformatics Institute (EBI), it continues to provide one of the most comprehensive publicly available resources for human genetic variation research, supporting studies in population genetics, disease association, and methods development.", - "zh": "千人基因组计划是一个国际研究合作项目,创建了最详细的人类遗传变异目录。该项目对来自非洲、东亚、欧洲、南亚和美洲26个人群的2,504个个体的基因组进行了测序。它表征了超过8800万个变异,包括8470万个SNP、360万个插入缺失和6万个结构变异,所有变异都定相到高质量的单倍型上。现在由欧洲生物信息学研究所(EBI)作为国际基因组样本资源(IGSR)进行维护,继续提供最全面的人类遗传变异公开研究资源之一,支持群体遗传学、疾病关联和方法开发等研究。" + "en": "The 1000 Genomes Project created the largest publicly available catalogue of human genetic variation, providing a comprehensive resource for background human genomic variation. The International Genome Sample Resource (IGSR) now maintains and extends this resource. The project sequenced 2,504 individuals from 26 populations across five continents to create a reference for human genetic variation with frequencies of at least 1% in the populations studied. IGSR continues to update the resources to GRCh38 assembly, adds high-coverage sequence data, and incorporates new samples with open consent to increase population diversity. The resource includes low coverage, exome, and high coverage whole genome sequencing data.", + "zh": "千人基因组计划创建了最大的公开可用的人类基因变异目录,为人类基因组背景变异提供了全面的资源。国际基因组样本资源库(IGSR)现在维护并扩展该资源。该项目对来自五大洲26个人群的2,504个个体进行了测序,创建了研究人群中频率至少为1%的人类基因变异参考。IGSR继续将资源更新到GRCh38组装版本,添加高覆盖度测序数据,并纳入具有开放知情同意的新样本以增加人群多样性。该资源包括低覆盖度、外显子组和高覆盖度全基因组测序数据。" }, "website": "https://www.internationalgenome.org/", - "data_url": "https://www.internationalgenome.org/data-portal/", + "data_url": "https://www.internationalgenome.org/", "api_url": null, "country": null, "domains": [ "genomics", - "human genetics", + "genetics", + "human genetic variation", "population genetics", - "genetic variation", - "biology", + "evolutionary biology", "bioinformatics" ], "geographic_scope": "global", "update_frequency": "irregular", "tags": [ "genomics", - "human-genome", - "genetic-variation", - "population-genetics", - "snp", - "indel", - "structural-variants", - "haplotypes", - "igsr", - "international-genome-sample-resource", - "whole-genome-sequencing", - "exome-sequencing", - "vcf", - "bam", - "cram", - "基因组学", - "人类基因组", - "遗传变异", - "群体遗传学", - "单核苷酸多态性", - "千人基因组", - "生物信息学", - "academic-research", - "open-data", - "fort-lauderdale", - "ebi", - "nhgri", - "sanger-institute" + "genetics", + "whole genome sequencing", + "human genetics", + "population genetics", + "genetic variation", + "SNP", + "variant calling", + "reference genome", + "allele frequency", + "haplotype", + "VCF", + "BAM", + "open data", + "international collaboration", + "evolutionary biology", + "bioinformatics", + "precision medicine" ], "data_content": { "en": [ - "Genome Sequences - Complete genome sequences from 2,504 individuals across 26 populations from 5 continental regions", - "Single Nucleotide Polymorphisms (SNPs) - 84.7 million characterized SNPs with population-specific allele frequencies", - "Insertions and Deletions (Indels) - 3.6 million short insertions and deletions", - "Structural Variants - 60,000 structural variants including large deletions, duplications, and complex rearrangements", - "Phased Haplotypes - High-quality chromosome-scale phased haplotype data for all variants", - "Population Data - Samples from Africa (AFR), East Asia (EAS), Europe (EUR), South Asia (SAS), and Americas (AMR)", - "Low-Coverage Whole Genome Sequencing - Genome-wide variation data at 4-6x coverage", - "Deep Exome Sequencing - Detailed coding region variation data", - "High-Coverage Sequencing - 30x coverage whole genome sequences for the full cohort", - "Dense Microarray Genotyping - Additional genotype data for variant validation", - "Sample Metadata - Demographic, population, and relationship information for all samples", - "VCF Files - Variant Call Format files for genomic variants", - "BAM/CRAM Files - Sequence alignment files in BAM and CRAM formats", - "GRCh38 Alignments - Data aligned to the latest human reference genome assembly", - "Phase 3 Data - Final release dataset with comprehensive variant calls" + "Low Coverage Sequencing - Whole genome sequences at 4-6x coverage for all 2,504 individuals", + "Exome Sequencing - Targeted sequencing of protein-coding regions for all participants", + "High Coverage Sequencing - 30x coverage whole genome sequences for the full cohort", + "Variant Calls - SNVs (single nucleotide variants), indels (insertions/deletions), and structural variants", + "Genotype Data - Individual genotypes across millions of variant sites", + "Population Data - Sample metadata including population, super population, and relationships", + "Phase 3 Data - Final release with 2,504 samples from 26 populations", + "GRCh38 Alignments - Data realigned to the latest human reference genome", + "Phased Haplotypes - Chromosome-scale phased variants for inheritance studies", + "Allele Frequencies - Population-specific and global allele frequency information" ], "zh": [ - "基因组序列 - 来自5个大陆地区26个人群2,504个个体的完整基因组序列", - "单核苷酸多态性(SNPs) - 8470万个已表征的SNP,包含群体特异性等位基因频率", - "插入和缺失(Indels) - 360万个短插入和缺失", - "结构变异 - 6万个结构变异,包括大片段缺失、重复和复杂重排", - "定相单倍型 - 所有变异的高质量染色体规模定相单倍型数据", - "人群数据 - 来自非洲、东亚、欧洲、南亚和美洲的样本", - "低覆盖度全基因组测序 - 4-6倍覆盖度的全基因组范围变异数据", - "深度外显子组测序 - 详细的编码区变异数据", + "低覆盖度测序 - 所有2,504个个体的4-6倍覆盖度全基因组序列", + "外显子组测序 - 所有参与者蛋白质编码区的靶向测序", "高覆盖度测序 - 完整队列的30倍覆盖度全基因组序列", - "高密度芯片基因分型 - 用于变异验证的额外基因型数据", - "样本元数据 - 所有样本的人口统计、群体和亲缘关系信息", - "VCF文件 - 变异调用格式的基因组变异文件", - "BAM/CRAM文件 - BAM和CRAM格式的序列比对文件", - "GRCh38比对 - 比对到最新人类参考基因组组装版本的数据", - "第三阶段数据 - 包含全面变异调用的最终发布数据集" + "变异检出 - SNV(单核苷酸变异)、插入缺失和结构变异", + "基因型数据 - 数百万变异位点的个体基因型", + "人群数据 - 样本元数据,包括人群、超级人群和亲缘关系", + "第三阶段数据 - 包含26个人群2,504个样本的最终版本", + "GRCh38比对 - 重新比对到最新人类参考基因组的数据", + "定相单倍型 - 用于遗传研究的染色体规模定相变异", + "等位基因频率 - 特定人群和全球等位基因频率信息" ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/biology/alphafold-db.json b/firstdata/sources/academic/biology/alphafold-db.json index f05f6b3..ba9fcc2 100644 --- a/firstdata/sources/academic/biology/alphafold-db.json +++ b/firstdata/sources/academic/biology/alphafold-db.json @@ -13,12 +13,12 @@ "api_url": "https://alphafold.com/api-docs", "country": null, "domains": [ - "structural biology", - "proteomics", - "drug discovery", - "molecular biology", - "biotechnology", - "bioinformatics" + "Structural Biology", + "Proteomics", + "Drug Discovery", + "Molecular Biology", + "Biotechnology", + "Bioinformatics" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -66,4 +66,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/biology/ena.json b/firstdata/sources/academic/biology/ena.json index 59a7d7d..e1a193f 100644 --- a/firstdata/sources/academic/biology/ena.json +++ b/firstdata/sources/academic/biology/ena.json @@ -13,15 +13,15 @@ "api_url": "https://www.ebi.ac.uk/ena/browser/api/swagger-ui/index.html", "country": null, "domains": [ - "genomics", - "transcriptomics", - "metagenomics", - "molecular biology", - "bioinformatics", - "biodiversity", - "environmental sciences", - "healthcare", - "pathogen surveillance" + "Genomics", + "Transcriptomics", + "Metagenomics", + "Molecular Biology", + "Bioinformatics", + "Biodiversity", + "Environmental Sciences", + "Healthcare", + "Pathogen Surveillance" ], "geographic_scope": "global", "update_frequency": "daily", @@ -77,4 +77,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/biology/genbank.json b/firstdata/sources/academic/biology/genbank.json index d325c7e..2775951 100644 --- a/firstdata/sources/academic/biology/genbank.json +++ b/firstdata/sources/academic/biology/genbank.json @@ -13,10 +13,10 @@ "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", "country": null, "domains": [ - "genomics", - "molecular biology", - "genetics", - "bioinformatics" + "Genomics", + "Molecular Biology", + "Genetics", + "Bioinformatics" ], "geographic_scope": "global", "update_frequency": "daily", @@ -60,4 +60,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/biology/pdb.json b/firstdata/sources/academic/biology/pdb.json index 5c52a8a..0772bb3 100644 --- a/firstdata/sources/academic/biology/pdb.json +++ b/firstdata/sources/academic/biology/pdb.json @@ -13,13 +13,13 @@ "api_url": "https://data.rcsb.org", "country": null, "domains": [ - "structural biology", - "biochemistry", - "molecular biology", - "computational biology", - "drug discovery", - "biotechnology", - "protein science" + "Structural Biology", + "Biochemistry", + "Molecular Biology", + "Computational Biology", + "Drug Discovery", + "Biotechnology", + "Protein Science" ], "geographic_scope": "global", "update_frequency": "weekly", @@ -67,4 +67,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/chemistry/chembl.json b/firstdata/sources/academic/chemistry/chembl.json index 4a69b57..60eb44c 100644 --- a/firstdata/sources/academic/chemistry/chembl.json +++ b/firstdata/sources/academic/chemistry/chembl.json @@ -13,17 +13,17 @@ "api_url": "https://www.ebi.ac.uk/chembl/api/data/docs", "country": null, "domains": [ - "drug discovery", - "pharmaceutical sciences", - "medicinal chemistry", - "chemical biology", - "bioactivity", - "pharmacology", - "toxicology", - "admet", - "agrochemical research", - "genomics", - "proteomics" + "Drug Discovery", + "Pharmaceutical Sciences", + "Medicinal Chemistry", + "Chemical Biology", + "Bioactivity", + "Pharmacology", + "Toxicology", + "ADMET", + "Agrochemical Research", + "Genomics", + "Proteomics" ], "geographic_scope": "global", "update_frequency": "quarterly", @@ -84,4 +84,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/chemistry/chemspider.json b/firstdata/sources/academic/chemistry/chemspider.json index 0a658ed..e4c5cdc 100644 --- a/firstdata/sources/academic/chemistry/chemspider.json +++ b/firstdata/sources/academic/chemistry/chemspider.json @@ -13,14 +13,14 @@ "api_url": null, "country": null, "domains": [ - "chemistry", - "chemical structures", - "molecular properties", - "pharmaceutical sciences", - "materials science", - "organic chemistry", - "inorganic chemistry", - "chemical information" + "Chemistry", + "Chemical Structures", + "Molecular Properties", + "Pharmaceutical Sciences", + "Materials Science", + "Organic Chemistry", + "Inorganic Chemistry", + "Chemical Information" ], "geographic_scope": "global", "update_frequency": "daily", @@ -72,4 +72,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/chemistry/drugbank.json b/firstdata/sources/academic/chemistry/drugbank.json index 5ccd1ec..240859f 100644 --- a/firstdata/sources/academic/chemistry/drugbank.json +++ b/firstdata/sources/academic/chemistry/drugbank.json @@ -13,16 +13,16 @@ "api_url": "https://docs.drugbank.com", "country": null, "domains": [ - "pharmaceutical sciences", - "drug discovery", - "drug development", - "pharmacology", - "medicinal chemistry", - "bioinformatics", - "cheminformatics", - "clinical pharmacology", - "drug metabolism", - "toxicology" + "Pharmaceutical Sciences", + "Drug Discovery", + "Drug Development", + "Pharmacology", + "Medicinal Chemistry", + "Bioinformatics", + "Cheminformatics", + "Clinical Pharmacology", + "Drug Metabolism", + "Toxicology" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -82,4 +82,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/chemistry/pubchem.json b/firstdata/sources/academic/chemistry/pubchem.json index 586b66a..d3414d8 100644 --- a/firstdata/sources/academic/chemistry/pubchem.json +++ b/firstdata/sources/academic/chemistry/pubchem.json @@ -13,12 +13,12 @@ "api_url": "https://pubchem.ncbi.nlm.nih.gov/docs/programmatic-access", "country": null, "domains": [ - "chemistry", - "biochemistry", - "pharmacology", - "toxicology", - "biology", - "medicine" + "Chemistry", + "Biochemistry", + "Pharmacology", + "Toxicology", + "Biology", + "Medicine" ], "geographic_scope": "global", "update_frequency": "daily", @@ -73,4 +73,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/economics/bis-statistics.json b/firstdata/sources/academic/economics/bis-statistics.json new file mode 100644 index 0000000..92e0bcf --- /dev/null +++ b/firstdata/sources/academic/economics/bis-statistics.json @@ -0,0 +1,76 @@ +{ + "id": "bis-statistics", + "name": { + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" + }, + "description": { + "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The BIS provides comprehensive data on international banking activity, debt securities, credit, derivatives, exchange rates, property prices, consumer prices, global liquidity, and payment statistics. Data covers activities in over 40 countries and is widely used by central banks, financial institutions, researchers, and policymakers for monetary and financial stability analysis.", + "zh": "国际清算银行(BIS)统计数据与各国中央银行及其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息支持。BIS 提供全面的国际银行业务、债务证券、信贷、衍生品、汇率、房地产价格、消费者价格、全球流动性和支付统计数据。数据涵盖 40 多个国家的活动,广泛用于中央银行、金融机构、研究人员和政策制定者进行货币和金融稳定性分析。" + }, + "website": "https://www.bis.org/", + "data_url": "https://data.bis.org/", + "api_url": "https://stats.bis.org/api-doc/v2/", + "country": null, + "domains": [ + "International Banking", + "Debt Securities", + "Credit Markets", + "Foreign Exchange", + "Derivatives", + "Property Prices", + "Consumer Prices", + "Global Liquidity", + "Payment Systems", + "Central Bank Statistics" + ], + "geographic_scope": "global", + "update_frequency": "quarterly", + "tags": [ + "international-banking", + "central-bank", + "financial-stability", + "global-liquidity", + "debt-securities", + "derivatives", + "exchange-rates", + "property-prices", + "payment-systems", + "monetary-policy", + "macroprudential", + "cross-border-flows", + "time-series", + "open-access", + "api", + "sdmx" + ], + "data_content": { + "en": [ + "Locational Banking Statistics - International banking activity from a residence perspective", + "Consolidated Banking Statistics - Worldwide positions of internationally active banking groups", + "Debt Securities Statistics - International and domestic debt securities issuance and amounts outstanding", + "Credit to the Non-Financial Sector - Borrowing by government and private non-financial sectors", + "Global Liquidity Indicators - Foreign currency credit to non-residents in major currencies", + "Derivatives Statistics - OTC derivatives market activity and turnover (Triennial Survey)", + "Effective Exchange Rates - Nominal and real effective exchange rate indices", + "Residential Property Prices - Selected residential and commercial property price statistics", + "Consumer Price Indices - Consumer price inflation across countries", + "Central Bank Total Assets - Evolution of central bank balance sheets", + "Payment Statistics - Comparative payment statistics including card payments, terminals, and cashless transactions" + ], + "zh": [ + "地域性银行统计 - 从居住地角度衡量的国际银行业务活动", + "合并银行统计 - 总部设在报告国的国际活跃银行集团的全球综合头寸", + "债务证券统计 - 国际和国内债务证券发行及未偿金额", + "非金融部门信贷 - 政府和私人非金融部门的借贷活动", + "全球流动性指标 - 主要货币向非居民提供的外币信贷", + "衍生品统计 - 场外衍生品市场活动和交易量(三年一次调查)", + "有效汇率 - 名义和实际有效汇率指数", + "住宅房地产价格 - 选定的住宅和商业房地产价格统计", + "消费者价格指数 - 各国消费者价格通胀", + "中央银行总资产 - 中央银行资产负债表规模的演变", + "支付统计 - 包括卡支付、终端和无现金交易在内的比较支付统计" + ] + }, + "authority_level": "government" +} \ No newline at end of file diff --git a/firstdata/sources/academic/economics/conference-board.json b/firstdata/sources/academic/economics/conference-board.json index f7b2084..d16bda5 100644 --- a/firstdata/sources/academic/economics/conference-board.json +++ b/firstdata/sources/academic/economics/conference-board.json @@ -13,12 +13,12 @@ "api_url": null, "country": null, "domains": [ - "economics", - "business cycles", - "consumer confidence", - "labor markets", - "employment", - "economic forecasting" + "Economics", + "Business Cycles", + "Consumer Confidence", + "Labor Markets", + "Employment", + "Economic Forecasting" ], "geographic_scope": "global", "update_frequency": "monthly", @@ -54,4 +54,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/physics/cern-open-data.json b/firstdata/sources/academic/physics/cern-open-data.json index fbfc39b..e3664f7 100644 --- a/firstdata/sources/academic/physics/cern-open-data.json +++ b/firstdata/sources/academic/physics/cern-open-data.json @@ -13,13 +13,13 @@ "api_url": "https://github.com/cernopendata/opendata.cern.ch", "country": null, "domains": [ - "particle physics", - "high energy physics", - "nuclear physics", - "experimental physics", - "computational physics", - "data science", - "machine learning" + "Particle Physics", + "High Energy Physics", + "Nuclear Physics", + "Experimental Physics", + "Computational Physics", + "Data Science", + "Machine Learning" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -80,4 +80,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/physics/crystallography-open-database.json b/firstdata/sources/academic/physics/crystallography-open-database.json index 895cc9c..ff5bf03 100644 --- a/firstdata/sources/academic/physics/crystallography-open-database.json +++ b/firstdata/sources/academic/physics/crystallography-open-database.json @@ -13,11 +13,11 @@ "api_url": "https://wiki.crystallography.net/RESTful_API/", "country": null, "domains": [ - "crystallography", - "materials science", - "chemistry", - "physics", - "mineralogy" + "Crystallography", + "Materials Science", + "Chemistry", + "Physics", + "Mineralogy" ], "geographic_scope": "global", "update_frequency": "daily", @@ -60,4 +60,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/social/afrobarometer.json b/firstdata/sources/academic/social/afrobarometer.json index e105845..8e41397 100644 --- a/firstdata/sources/academic/social/afrobarometer.json +++ b/firstdata/sources/academic/social/afrobarometer.json @@ -13,21 +13,21 @@ "api_url": null, "country": null, "domains": [ - "democracy and governance", - "political participation", - "elections and electoral systems", - "economic development", - "social issues", - "public services", - "citizen engagement", - "human rights", - "gender equality", - "corruption and accountability", - "security and conflict", - "youth development", - "health and education", - "infrastructure", - "environmental issues" + "Democracy and Governance", + "Political Participation", + "Elections and Electoral Systems", + "Economic Development", + "Social Issues", + "Public Services", + "Citizen Engagement", + "Human Rights", + "Gender Equality", + "Corruption and Accountability", + "Security and Conflict", + "Youth Development", + "Health and Education", + "Infrastructure", + "Environmental Issues" ], "geographic_scope": "regional", "update_frequency": "irregular", @@ -90,4 +90,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/academic/social/asian-barometer.json b/firstdata/sources/academic/social/asian-barometer.json index 30d491c..4060fcb 100644 --- a/firstdata/sources/academic/social/asian-barometer.json +++ b/firstdata/sources/academic/social/asian-barometer.json @@ -13,13 +13,13 @@ "api_url": null, "country": null, "domains": [ - "political science", - "democracy studies", - "public opinion", - "governance", - "political values", - "electoral studies", - "social science" + "Political Science", + "Democracy Studies", + "Public Opinion", + "Governance", + "Political Values", + "Electoral Studies", + "Social Science" ], "geographic_scope": "regional", "update_frequency": "irregular", @@ -74,4 +74,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/china/README.md b/firstdata/sources/china/README.md index 7df1cb0..bc22798 100644 --- a/firstdata/sources/china/README.md +++ b/firstdata/sources/china/README.md @@ -1,12 +1,73 @@ # 中国数据源 | China Data Sources -> 📊 **最新统计**: 查看 [indexes/statistics.json](../../indexes/statistics.json) 获取实时数据源统计信息。 +**总数**: 500+个数据源 +**已完成**: 21个 +**进度**: 4% + +--- + +## 📊 总体进度 + +``` +总目标: 500+ 个中国权威数据源 +当前完成: 21 个 +完成度: █░░░░░░░░░░░░░░░░░░░ 4% +``` + +**目录结构**: ✅ 已完成 +**数据填充**: 进行中 + +--- + +## 🎯 领域分类与完成情况 + +### 国家级部委数据源(345个) + +| 领域 | 数量 | 完成 | 进度 | 说明 | +|------|------|------|------|------| +| 📍 国家级综合 | 1 | 1 | 100% | 国家统计局 | +| 💰 金融财政 | 36 | 4 | 11% | 银行、证券、债券、保险、基金、财政、外汇 | +| 📈 经济贸易 | 24 | 4 | 17% | 宏观经济、对外贸易、工业、市场监管、国企 | +| 🚂 交通运输 | 27 | 0 | 0% | 综合、铁路、公路、航空、水路 | +| 🎭 文化旅游 | 26 | 0 | 0% | 旅游、文化产业、文化遗产、媒体、出版 | +| 💻 科技创新 | 24 | 6 | 25% | 知识产权、数字经济、通信、高新技术、科技资源 | +| 🎓 教育科研 | 24 | 1 | 4% | 基础教育、高等教育、职业教育、科研、资助、机构 | +| ⚖️ 公安司法 | 21 | 0 | 0% | 公安、司法、检察、法律服务 | +| 👷 人力社保 | 20 | 0 | 0% | 就业、社保、工资、劳动关系、人才 | +| 🏠 住房建设 | 20 | 0 | 0% | 房地产、建筑、城市规划、保障房 | +| 🌦️ 气象地震 | 19 | 0 | 0% | 天气、气候、地震、灾害 | +| 🤝 民政社会 | 19 | 0 | 0% | 社会服务、慈善、殡葬、社区 | +| 🌾 农业农村 | 18 | 0 | 0% | 种植、畜牧、林业、渔业、农村发展 | +| ⛰️ 自然资源 | 18 | 2 | 11% | 土地、矿产、海洋、测绘 | +| 🏥 卫生健康 | 18 | 0 | 0% | 医疗、疾控、医药、中医药 | +| 📊 审计税务 | 17 | 0 | 0% | 审计、税务、海关、会计 | +| 🌳 生态环境 | 13 | 0 | 0% | 污染防治、生态保护、气候变化 | +| **小计** | **345** | **18** | **5%** | - | + +### 省级数据源(49个) + +| 类别 | 数量 | 完成 | 进度 | +|------|------|------|------| +| 📍 省级数据源 | 49 | 0 | 0% | +| - 直辖市 | 4 | 0 | 0% | +| - 省 | 23 | 0 | 0% | +| - 自治区 | 5 | 0 | 0% | +| - 特别行政区 | 2 | 0 | 0% | +| - 重点城市 | 15 | 0 | 0% | + +### 研究机构和特色数据(21个) + +| 类别 | 数量 | 完成 | 进度 | +|------|------|------|------| +| 🔬 研究机构 | 6 | 0 | 0% | +| 🏢 行业协会 | 7 | 0 | 0% | +| ⭐ 特色数据 | 8 | 0 | 0% | --- ## 📚 已收录数据源 -### 📍 国家级综合统计 +### 📍 国家级综合统计 (1/1) #### 国家统计局 - National Bureau of Statistics - **文件**: [nbs.json](national/nbs.json) @@ -14,9 +75,27 @@ - **涵盖**: GDP、人口、工业、投资、消费等全面统计 - **更新频率**: 月度 -### 💰 金融财政 +#### CEIC Data - China Urbanization Rate - CEIC数据库 - 中国城镇化率 +- **文件**: [ceic-china-urbanization.json](national/ceic-china-urbanization.json) +- **权威等级**: commercial +- **数据格式**: CSV, Excel, API +- **访问类型**: 开放 +- **涵盖**: 中国1949-2025年城镇化率历史数据,包括常住人口和户籍人口统计 +- **特色**: 国家级、省级和地级市城镇化率,来自国家统计局的权威数据,展示中国从21.1%(1982年)到67.9%(2025年)的城镇化进程 +- **更新频率**: 年度 -#### 银行系统 +#### CNKI China Population Census Database - 中国人口普查数据库 +- **文件**: [cnki-population-census.json](national/cnki-population-census.json) +- **权威等级**: commercial +- **数据格式**: Excel, PDF +- **访问类型**: 需注册 +- **涵盖**: 1953年以来历次人口普查资料,196种、411册,56,838个普查指标,7,651,466笔统计数据 +- **特色**: 原版普查公报全文、人口统计、教育程度、就业职业、迁移流动、住房情况、社会保障、婚姻生育数据 +- **更新频率**: 不定期 + +### 💰 金融财政 (4/36) + +#### 银行系统 (2/7) ##### 中国人民银行 - People's Bank of China - **文件**: [pbc.json](finance/banking/pbc.json) @@ -30,7 +109,7 @@ - **涵盖**: 银行业、保险业监管数据、金融机构统计 - **更新频率**: 季度 -#### 证券市场 +#### 证券市场 (2/8) ##### 证监会 - China Securities Regulatory Commission - **文件**: [csrc.json](finance/securities/csrc.json) @@ -44,9 +123,9 @@ - **涵盖**: 证券交易数据、衍生品数据、上市公司信息、市场指数 - **更新频率**: 实时 -### 📈 经济贸易 +### 📈 经济贸易 (3/24) -#### 对外贸易 +#### 对外贸易 (2/7) ##### 海关总署 - General Administration of Customs - **文件**: [customs.json](economy/trade/customs.json) @@ -60,7 +139,7 @@ - **涵盖**: FDI、ODI、零售、电商、服务贸易 - **更新频率**: 月度 -#### 宏观经济 +#### 宏观经济 (2/5) ##### 国家发改委 - National Development and Reform Commission - **文件**: [ndrc.json](economy/macro/ndrc.json) ⭐💎 @@ -76,9 +155,9 @@ - **特色**: 覆盖京津冀、长三角、粤港澳大湾区、成渝等8个枢纽节点,统筹推进通用算力、智能算力、超级算力协同建设,构建全国一体化算力网络体系 - **更新频率**: 不定期 -### 🎓 教育科研 +### 🎓 教育科研 (1/24) -#### 高等教育 +#### 高等教育 (1/5) ##### 中华人民共和国教育部高等教育统计 - Ministry of Education of China - Higher Education Statistics - **文件**: [china-moe-higher-education.json](education/higher_education/china-moe-higher-education.json) ⭐💎 @@ -88,9 +167,9 @@ - **特色**: 年度全国高等教育事业发展统计公报,提供本科、硕士、博士等各层次教育的详细分类数据(2005年至今) - **更新频率**: 年度 -### ⛰️ 自然资源 +### ⛰️ 自然资源 (2/18) -#### 矿产资源 +#### 矿产资源 (2/4) ##### 工业和信息化部稀土办公室 - MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas - **文件**: [china-miit-rare-earth.json](resources/mineral/china-miit-rare-earth.json) ⭐💎 @@ -108,9 +187,9 @@ - **特色**: 覆盖能源矿产、金属矿产、非金属矿产等全类别矿产资源的权威统计数据 - **更新频率**: 年度 -### 💻 科技创新 +### 💻 科技创新 (7/24) -#### 数字经济 +#### 数字经济 (1/6) ##### 国家数据局 - National Data Administration of China - **文件**: [china-national-data-bureau.json](technology/digital_economy/china-national-data-bureau.json) ⭐💎 @@ -120,7 +199,7 @@ - **特色**: 国家数据管理机构,负责协调推进数据基础制度建设、统筹数据资源整合共享和开发利用 - **更新频率**: 不定期 -#### 知识产权 +#### 知识产权 (1/7) ##### 国家知识产权局专利统计 - China National Intellectual Property Administration - Patent Statistics - **文件**: [china-cnipa-patents.json](technology/intellectual_property/china-cnipa-patents.json) ⭐💎 @@ -130,7 +209,7 @@ - **特色**: 月度更新,提供从1985年至今的历史数据,涵盖国内外专利申请全貌,支持按地区、行业、技术领域多维度分析 - **更新频率**: 月度 -#### 科技资源 +#### 科技资源 (2/4) ##### 重大科研基础设施和大型科研仪器国家网络管理平台 - National Platform for Research Infrastructure and Large-scale Scientific Instruments - **文件**: [china-most-infrastructure.json](technology/sci_resources/china-most-infrastructure.json) ⭐💎 @@ -148,7 +227,7 @@ - **特色**: 聚焦工业软件及16个国家战略重点领域(新一代信息技术、高端装备、新材料等),支撑关键核心技术攻关 - **更新频率**: 年度 -#### 标准化 +#### 标准化 (1/?) ##### 国家标准化管理委员会 - Standardization Administration of China (SAC) - **文件**: [china-sac-standards.json](technology/standards/china-sac-standards.json) ⭐💎 @@ -158,7 +237,7 @@ - **特色**: 国家标准化工作主管部门,管理全国标准化工作,覆盖所有行业和领域的标准信息 - **更新频率**: 不定期 -#### 通信产业 +#### 通信产业 (1/6) ##### 中华人民共和国工业和信息化部 - Ministry of Industry and Information Technology of the People's Republic of China - **文件**: [china-miit.json](technology/telecommunications/china-miit.json) ⭐💎 @@ -168,7 +247,7 @@ - **特色**: 工业和信息化领域主管部门,提供工业经济运行、信息通信业发展、软件和信息技术服务业等多维度权威统计数据 - **更新频率**: 月度 -### 🔬 研究机构 +### 🔬 研究机构 (1/6) ##### 中国信息通信研究院 - China Academy of Information and Communications Technology - **文件**: [china-caict.json](research/china-caict.json) ⭐ @@ -185,6 +264,7 @@ ### 全球领先的深度覆盖 FirstData 提供**全球最全面**的中国官方数据源知识库: +- **数据源数量**: 415个(已规划,持续扩充中) - **覆盖深度**: 国家级 + 省级 + 行业 - **元数据详细度**: 40+字段专业级 - **权威等级**: 6维度评分系统 @@ -219,134 +299,136 @@ FirstData 提供**全球最全面**的中国官方数据源知识库: ``` sources/china/ -├── national/ # 国家级综合统计 +├── national/ # 国家级综合统计 (1/1 个数据源) │ └── nbs.json -├── finance/ # 金融财政 -│ ├── banking/ # 银行系统 +├── finance/ # 金融财政 (4/36 个数据源) +│ ├── banking/ # 银行系统 (7个) │ │ ├── pbc.json │ │ └── nfra.json -│ ├── securities/ # 证券市场 +│ ├── securities/ # 证券市场 (8个) │ │ ├── csrc.json │ │ └── hkex.json -│ ├── bonds/ # 债券市场 -│ ├── insurance/ # 保险行业 -│ ├── funds/ # 基金行业 -│ ├── fiscal/ # 财政税收 -│ ├── forex/ # 外汇管理 +│ ├── bonds/ # 债券市场 (3个) +│ ├── insurance/ # 保险行业 (2个) +│ ├── funds/ # 基金行业 (3个) +│ ├── fiscal/ # 财政税收 (6个) +│ ├── forex/ # 外汇管理 (7个) │ └── monetary-policy/ # 货币政策 -├── economy/ # 经济贸易 -│ ├── macro/ # 宏观经济 +├── economy/ # 经济贸易 (3/24 个数据源) +│ ├── macro/ # 宏观经济 (5个) │ │ └── ndrc.json -│ ├── trade/ # 对外贸易 +│ ├── trade/ # 对外贸易 (7个) │ │ ├── customs.json │ │ └── mofcom.json -│ ├── industry/ # 工业制造 -│ ├── market/ # 市场监管 -│ ├── soe/ # 国有企业 +│ ├── industry/ # 工业制造 (5个) +│ ├── market/ # 市场监管 (4个) +│ ├── soe/ # 国有企业 (3个) │ └── consumption/ # 消费市场 -├── transport/ # 交通运输 -│ ├── comprehensive/ # 综合运输 -│ ├── railway/ # 铁路运输 -│ ├── highway/ # 公路运输 -│ ├── aviation/ # 民航运输 -│ └── waterway/ # 水路运输 -├── culture/ # 文化旅游 -│ ├── tourism/ # 旅游产业 -│ ├── cultural_industry/ # 文化产业 -│ ├── heritage/ # 文化遗产 -│ ├── media/ # 媒体广播 -│ └── publishing/ # 新闻出版 -├── technology/ # 科技创新 -│ ├── intellectual_property/ # 知识产权 -│ ├── digital_economy/ # 数字经济 -│ ├── telecommunications/ # 通信产业 -│ ├── high_tech/ # 高新技术 -│ └── sci_resources/ # 科技资源 -├── education/ # 教育科研 -│ ├── basic_education/ # 基础教育 -│ ├── higher_education/ # 高等教育 -│ ├── vocational/ # 职业教育 -│ ├── research/ # 科学研究 -│ ├── funding/ # 科研资助 -│ └── institutions/ # 科研机构 -├── justice/ # 公安司法 -│ ├── public_security/ # 公安部门 -│ ├── judiciary/ # 司法系统 -│ ├── procuratorate/ # 检察系统 -│ └── legal_services/ # 法律服务 -├── labor/ # 人力社保 -│ ├── employment/ # 就业统计 -│ ├── social_security/ # 社会保障 -│ ├── wages/ # 工资收入 -│ ├── labor_relations/ # 劳动关系 -│ └── talent/ # 人才发展 -├── housing/ # 住房建设 -│ ├── real_estate/ # 房地产市场 -│ ├── construction/ # 建筑业 -│ ├── urban_planning/ # 城市规划 -│ └── public_housing/ # 保障性住房 -├── meteorology/ # 气象地震 -│ ├── weather/ # 天气气象 -│ ├── climate/ # 气候监测 -│ ├── earthquake/ # 地震监测 -│ └── disaster/ # 灾害预警 -├── civil-affairs/ # 民政社会 -│ ├── social_services/ # 社会服务 -│ ├── charity/ # 慈善公益 -│ ├── funeral/ # 殡葬管理 -│ └── community/ # 社区治理 -├── agriculture/ # 农业农村 -│ ├── crop/ # 种植业 -│ ├── livestock/ # 畜牧业 -│ ├── forestry/ # 林业 -│ ├── fishery/ # 渔业 -│ └── rural/ # 农村发展 -├── resources/ # 自然资源 -│ ├── land/ # 土地资源 -│ ├── mineral/ # 矿产资源 -│ ├── ocean/ # 海洋资源 -│ └── surveying/ # 测绘地理 -├── health/ # 卫生健康 -│ ├── healthcare/ # 医疗卫生 -│ ├── disease_control/ # 疾病防控 -│ ├── pharma/ # 医药监管 -│ └── tcm/ # 中医药 -├── audit/ # 审计税务 -│ ├── audit/ # 审计监督 -│ ├── taxation/ # 税务征管 -│ ├── customs/ # 海关监管 -│ └── accounting/ # 会计管理 -├── environment/ # 生态环境 -│ ├── pollution_control/ # 污染防治 -│ ├── ecology/ # 生态保护 -│ └── climate/ # 气候变化 -├── provincial/ # 省级数据源 -│ ├── municipalities/ # 直辖市 +├── transport/ # 交通运输 (0/27 个数据源) +│ ├── comprehensive/ # 综合运输 (5个) +│ ├── railway/ # 铁路运输 (6个) +│ ├── highway/ # 公路运输 (5个) +│ ├── aviation/ # 民航运输 (6个) +│ └── waterway/ # 水路运输 (5个) +├── culture/ # 文化旅游 (0/26 个数据源) +│ ├── tourism/ # 旅游产业 (6个) +│ ├── cultural_industry/ # 文化产业 (6个) +│ ├── heritage/ # 文化遗产 (5个) +│ ├── media/ # 媒体广播 (5个) +│ └── publishing/ # 新闻出版 (4个) +├── technology/ # 科技创新 (0/24 个数据源) +│ ├── intellectual_property/ # 知识产权 (5个) +│ ├── digital_economy/ # 数字经济 (5个) +│ ├── telecommunications/ # 通信产业 (5个) +│ ├── high_tech/ # 高新技术 (5个) +│ └── sci_resources/ # 科技资源 (4个) +├── education/ # 教育科研 (0/24 个数据源) +│ ├── basic_education/ # 基础教育 (4个) +│ ├── higher_education/ # 高等教育 (5个) +│ ├── vocational/ # 职业教育 (4个) +│ ├── research/ # 科学研究 (5个) +│ ├── funding/ # 科研资助 (3个) +│ └── institutions/ # 科研机构 (3个) +├── justice/ # 公安司法 (0/21 个数据源) +│ ├── public_security/ # 公安部门 (6个) +│ ├── judiciary/ # 司法系统 (6个) +│ ├── procuratorate/ # 检察系统 (5个) +│ └── legal_services/ # 法律服务 (4个) +├── labor/ # 人力社保 (0/20 个数据源) +│ ├── employment/ # 就业统计 (5个) +│ ├── social_security/ # 社会保障 (5个) +│ ├── wages/ # 工资收入 (4个) +│ ├── labor_relations/ # 劳动关系 (3个) +│ └── talent/ # 人才发展 (3个) +├── housing/ # 住房建设 (0/20 个数据源) +│ ├── real_estate/ # 房地产市场 (6个) +│ ├── construction/ # 建筑业 (6个) +│ ├── urban_planning/ # 城市规划 (4个) +│ └── public_housing/ # 保障性住房 (4个) +├── meteorology/ # 气象地震 (0/19 个数据源) +│ ├── weather/ # 天气气象 (6个) +│ ├── climate/ # 气候监测 (5个) +│ ├── earthquake/ # 地震监测 (4个) +│ └── disaster/ # 灾害预警 (4个) +├── civil-affairs/ # 民政社会 (0/19 个数据源) +│ ├── social_services/ # 社会服务 (5个) +│ ├── charity/ # 慈善公益 (5个) +│ ├── funeral/ # 殡葬管理 (4个) +│ └── community/ # 社区治理 (5个) +├── agriculture/ # 农业农村 (0/18 个数据源) +│ ├── crop/ # 种植业 (4个) +│ ├── livestock/ # 畜牧业 (4个) +│ ├── forestry/ # 林业 (3个) +│ ├── fishery/ # 渔业 (4个) +│ └── rural/ # 农村发展 (3个) +├── resources/ # 自然资源 (0/18 个数据源) +│ ├── land/ # 土地资源 (5个) +│ ├── mineral/ # 矿产资源 (4个) +│ ├── ocean/ # 海洋资源 (5个) +│ └── surveying/ # 测绘地理 (4个) +├── health/ # 卫生健康 (0/18 个数据源) +│ ├── healthcare/ # 医疗卫生 (6个) +│ ├── disease_control/ # 疾病防控 (5个) +│ ├── pharma/ # 医药监管 (4个) +│ └── tcm/ # 中医药 (3个) +├── audit/ # 审计税务 (0/17 个数据源) +│ ├── audit/ # 审计监督 (5个) +│ ├── taxation/ # 税务征管 (5个) +│ ├── customs/ # 海关监管 (4个) +│ └── accounting/ # 会计管理 (3个) +├── environment/ # 生态环境 (0/13 个数据源) +│ ├── pollution_control/ # 污染防治 (5个) +│ ├── ecology/ # 生态保护 (4个) +│ └── climate/ # 气候变化 (4个) +├── provincial/ # 省级数据源 (0/49 个数据源) +│ ├── municipalities/ # 直辖市 (4个) │ │ ├── beijing/ │ │ ├── shanghai/ │ │ ├── tianjin/ │ │ └── chongqing/ -│ ├── provinces/ # 省份 -│ ├── autonomous_regions/ # 自治区 +│ ├── provinces/ # 省份 (23个) +│ ├── autonomous_regions/ # 自治区 (5个) │ │ ├── inner_mongolia/ │ │ ├── guangxi/ │ │ ├── tibet/ │ │ ├── ningxia/ │ │ └── xinjiang/ -│ ├── special_admin_regions/ # 特别行政区 +│ ├── special_admin_regions/ # 特别行政区 (2个) │ │ ├── hong_kong/ │ │ └── macau/ -│ └── major_cities/ # 重点城市 -├── research/ # 研究机构 +│ └── major_cities/ # 重点城市 (15个) +├── research/ # 研究机构 (0/6 个数据源) │ # 中国社会科学院、国务院发展研究中心、北京大学经济研究中心 │ # 清华大学经济管理学院、中国人民大学经济研究所、中国科学院 -├── industry/ # 行业协会 +├── industry/ # 行业协会 (0/7 个数据源) │ # 中国工业协会、汽车工业协会、钢铁工业协会 │ # 石油化工协会、纺织工业协会、电子信息产业协会、医药行业协会 -├── special/ # 特色数据 +├── special/ # 特色数据 (0/8 个数据源) │ # 人口普查、经济普查、农业普查、投入产出表 │ # 分省GDP、县域统计、行业分类标准、扶贫脱贫数据 └── README.md + +总计: 20个一级领域,8个JSON文件,目标415个数据源 ``` ## 领域分类说明 Domain Classification diff --git a/firstdata/sources/china/national/ceic-china-urbanization.json b/firstdata/sources/china/national/ceic-china-urbanization.json new file mode 100644 index 0000000..6250f5d --- /dev/null +++ b/firstdata/sources/china/national/ceic-china-urbanization.json @@ -0,0 +1,63 @@ +{ + "id": "ceic-china-urbanization", + "name": { + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" + }, + "description": { + "en": "CEIC provides comprehensive historical urbanization rate data for China, covering both usual residence and household registration statistics from 1949 to 2025. The database includes national-level urbanization rates as well as provincial and prefecture-level breakdowns, sourced from the National Bureau of Statistics of China. CEIC is a leading economic data platform serving economists, analysts, and researchers worldwide.", + "zh": "CEIC提供中国全面的历史城镇化率数据,涵盖1949年至2025年的常住人口和户籍人口统计数据。数据库包括国家级城镇化率以及省级和地级市的详细数据,数据来源于国家统计局。CEIC是服务全球经济学家、分析师和研究人员的领先经济数据平台。" + }, + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "api_url": "https://info.ceicdata.com/api-and-data-feed-solution", + "authority_level": "commercial", + "country": "CN", + "domains": [ + "demographics", + "economics", + "social", + "urbanization" + ], + "geographic_scope": "national", + "update_frequency": "annual", + "tags": [ + "china", + "urbanization", + "城镇化率", + "population", + "人口统计", + "demographics", + "social-development", + "社会发展", + "常住人口", + "户籍人口", + "usual-residence", + "household-registration", + "provincial-data", + "省级数据", + "nbs", + "国家统计局", + "ceic", + "economic-data", + "经济数据" + ], + "data_content": { + "en": [ + "National Urbanization Rate (Usual Residence) - Annual data from 1982 to 2025, measuring the percentage of population living in urban areas based on usual residence", + "National Urbanization Rate (Household Registration) - Annual data from 1949 to 2023, measuring the percentage of population with urban household registration (hukou)", + "Provincial Urbanization Rates - Provincial-level urbanization statistics covering all provinces and autonomous regions in China", + "Prefecture-level City Urbanization Data - Detailed urbanization rates for major cities and prefecture-level administrative divisions", + "Historical Time Series - Long-term urbanization trends showing China's urban transformation from 21.1% (1982) to 67.9% (2025)", + "Dual Metrics Comparison - Comparison between usual residence and household registration urbanization rates, highlighting the urban-rural divide" + ], + "zh": [ + "全国城镇化率(常住人口) - 1982年至2025年的年度数据,衡量基于常住地的城镇人口占总人口的百分比", + "全国城镇化率(户籍人口) - 1949年至2023年的年度数据,衡量拥有城镇户籍人口占总人口的百分比", + "省级城镇化率 - 涵盖中国所有省份和自治区的省级城镇化统计数据", + "地级市城镇化数据 - 主要城市和地级行政区划的详细城镇化率数据", + "历史时间序列 - 展示中国城镇化进程的长期趋势,从21.1%(1982年)到67.9%(2025年)", + "双重指标对比 - 常住人口与户籍人口城镇化率的对比,反映城乡二元结构特征" + ] + } +} diff --git a/firstdata/sources/china/national/cnki-population-census.json b/firstdata/sources/china/national/cnki-population-census.json new file mode 100644 index 0000000..b81ef40 --- /dev/null +++ b/firstdata/sources/china/national/cnki-population-census.json @@ -0,0 +1,73 @@ +{ + "id": "cnki-population-census", + "name": { + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" + }, + "description": { + "en": "A comprehensive database based on official census materials from Chinese government statistical departments since 1953. It serves as both a full-text database and census data analysis system, publishing census materials in original full-text and Excel formats. The database contains 196 types of materials (411 volumes), 56,838 census indicators, and 7,651,466 statistical data points covering demographics, education, employment, migration, housing, and social security.", + "zh": "基于1953年以来中国政府统计部门历次人口普查资料的综合数据库,既是普查资料全文数据库也是普查数据分析系统。以原版全文和Excel数据两种形式出版中国政府统计部门历次人口普查资料,目前共计196种、411册,包含人口普查条目56,838个、统计数据7,651,466笔,涵盖人口统计、教育程度、就业职业、迁移流动、住房情况和社会保障等领域。" + }, + "website": "https://www.cnki.net/", + "data_url": "https://data.cnki.net/npcd", + "api_url": null, + "authority_level": "commercial", + "country": "CN", + "domains": [ + "demographics", + "social", + "education", + "employment", + "housing" + ], + "geographic_scope": "national", + "update_frequency": "irregular", + "tags": [ + "china", + "census", + "人口普查", + "demographics", + "人口统计", + "population", + "cnki", + "中国知网", + "statistical-yearbook", + "统计年鉴", + "government-data", + "政府数据", + "migration", + "迁移流动", + "housing", + "住房", + "employment", + "就业", + "education", + "受教育程度" + ], + "data_content": { + "en": [ + "Original Census Reports - Full-text publications of official census reports from 1953 to present (196 types, 411 volumes)", + "Census Statistical Data - Structured Excel data with 56,838 census indicators and 7,651,466 data points", + "Demographic Statistics - Gender, age, ethnicity, population distribution by province and administrative region", + "Education Statistics - Educational attainment levels, literacy rates, school enrollment data", + "Employment and Occupation - Labor force statistics, industry classification, occupational distribution", + "Migration and Mobility - Population migration patterns, urban-rural mobility, floating population statistics", + "Social Security - Social insurance coverage, pension participation, healthcare coverage", + "Marriage and Fertility - Marriage statistics, birth rates, family planning data, mortality rates", + "Housing Conditions - Housing stock, living space, housing ownership, residential conditions", + "Academic Research Papers - Scholarly articles analyzing census data and demographic trends" + ], + "zh": [ + "原版普查公报 - 1953年至今历次人口普查官方报告全文(196种、411册)", + "普查统计数据 - 结构化Excel数据,包含56,838个普查指标和7,651,466笔数据", + "人口统计 - 性别、年龄、民族、按省级行政区划的人口分布", + "教育统计 - 受教育程度、识字率、在校学生数据", + "就业与职业 - 劳动力统计、行业分类、职业分布", + "迁移流动 - 人口迁移模式、城乡流动、流动人口统计", + "社会保障 - 社会保险覆盖、养老金参保、医疗保险覆盖", + "婚姻生育 - 婚姻统计、出生率、计划生育数据、死亡率", + "住房情况 - 住房存量、居住面积、住房所有权、居住条件", + "学术论文 - 分析人口普查数据和人口趋势的学术研究文章" + ] + } +} diff --git a/firstdata/sources/countries/README.md b/firstdata/sources/countries/README.md index a124b5b..da19cc2 100644 --- a/firstdata/sources/countries/README.md +++ b/firstdata/sources/countries/README.md @@ -2,76 +2,90 @@ ## 概览 Overview -本目录包含全球各国政府官方数据源的元数据,涵盖北美、欧洲、亚洲、大洋洲、南美洲、非洲等六大洲。 +本目录包含全球各国政府官方数据源的元数据。涵盖北美、欧洲、亚洲、大洋洲、南美洲、非洲等六大洲,42个国家和地区的200+个官方数据源。 -This directory contains metadata for official government data sources from countries around the world, covering six continents. +This directory contains metadata for official government data sources from countries around the world, covering 42 countries and regions across six continents with 200+ official data sources. -> 📊 **最新统计**: 查看 [indexes/statistics.json](../../indexes/statistics.json) 获取实时数据源统计信息。 +## 当前状态 Current Status + +**目录结构**: ✅ 已完成 +**JSON文件**: 27个数据源已创建 +**完成度**: 27/200+ (13.5%) + +``` +总目标: 200+ 个各国数据源 +当前完成: 27 个 +完成度: ██░░░░░░░░░░░░░░░░░░ 13.5% +``` ## 目录结构 Directory Structure ``` sources/countries/ -├── north-america/ # 北美洲 -│ ├── usa/ # 🇺🇸 美国 -│ ├── canada/ # 🇨🇦 加拿大 -│ └── mexico/ # 🇲🇽 墨西哥 +├── north-america/ # 北美洲 (3国,目标30个) +│ ├── usa/ # 🇺🇸 美国 (目标15个,已完成8个) +│ ├── canada/ # 🇨🇦 加拿大 (目标10个,已完成5个) +│ └── mexico/ # 🇲🇽 墨西哥 (目标5个,已完成2个) │ -├── europe/ # 欧洲 -│ ├── eu/ # 🇪🇺 欧盟 -│ ├── uk/ # 🇬🇧 英国 -│ ├── germany/ # 🇩🇪 德国 -│ ├── france/ # 🇫🇷 法国 -│ ├── italy/ # 🇮🇹 意大利 -│ ├── spain/ # 🇪🇸 西班牙 -│ ├── netherlands/ # 🇳🇱 荷兰 -│ ├── sweden/ # 🇸🇪 瑞典 -│ ├── switzerland/ # 🇨🇭 瑞士 -│ ├── norway/ # 🇳🇴 挪威 -│ ├── denmark/ # 🇩🇰 丹麦 -│ ├── finland/ # 🇫🇮 芬兰 -│ ├── poland/ # 🇵🇱 波兰 -│ ├── russia/ # 🇷🇺 俄罗斯 -│ └── turkey/ # 🇹🇷 土耳其 +├── europe/ # 欧洲 (15国,目标50个,已完成2个) +│ ├── eu/ # 🇪🇺 欧盟 (目标5个) +│ ├── uk/ # 🇬🇧 英国 (目标5个,已完成2个) +│ ├── germany/ # 🇩🇪 德国 (目标4个) +│ ├── france/ # 🇫🇷 法国 (目标4个) +│ ├── italy/ # 🇮🇹 意大利 (目标3个) +│ ├── spain/ # 🇪🇸 西班牙 (目标3个) +│ ├── netherlands/ # 🇳🇱 荷兰 (目标3个) +│ ├── sweden/ # 🇸🇪 瑞典 (目标3个) +│ ├── switzerland/ # 🇨🇭 瑞士 (目标3个) +│ ├── norway/ # 🇳🇴 挪威 (目标2个) +│ ├── denmark/ # 🇩🇰 丹麦 (目标2个) +│ ├── finland/ # 🇫🇮 芬兰 (目标2个) +│ ├── poland/ # 🇵🇱 波兰 (目标2个) +│ ├── russia/ # 🇷🇺 俄罗斯 (目标2个) +│ └── turkey/ # 🇹🇷 土耳其 (目标2个) │ -├── asia/ # 亚洲 -│ ├── japan/ # 🇯🇵 日本 -│ ├── korea/ # 🇰🇷 韩国 -│ ├── india/ # 🇮🇳 印度 -│ ├── singapore/ # 🇸🇬 新加坡 -│ ├── malaysia/ # 🇲🇾 马来西亚 -│ ├── thailand/ # 🇹🇭 泰国 -│ ├── indonesia/ # 🇮🇩 印度尼西亚 -│ ├── philippines/ # 🇵🇭 菲律宾 -│ ├── vietnam/ # 🇻🇳 越南 -│ ├── pakistan/ # 🇵🇰 巴基斯坦 -│ ├── bangladesh/ # 🇧🇩 孟加拉国 -│ ├── israel/ # 🇮🇱 以色列 -│ ├── saudi-arabia/ # 🇸🇦 沙特阿拉伯 -│ └── uae/ # 🇦🇪 阿联酋 +├── asia/ # 亚洲 (14国,目标50个,已完成3个) +│ ├── japan/ # 🇯🇵 日本 (目标8个,已完成1个) +│ ├── korea/ # 🇰🇷 韩国 (目标5个,已完成1个) +│ ├── india/ # 🇮🇳 印度 (目标5个,已完成1个) +│ ├── singapore/ # 🇸🇬 新加坡 (目标3个) +│ ├── malaysia/ # 🇲🇾 马来西亚 (目标2个) +│ ├── thailand/ # 🇹🇭 泰国 (目标2个) +│ ├── indonesia/ # 🇮🇩 印度尼西亚 (目标2个) +│ ├── philippines/ # 🇵🇭 菲律宾 (目标2个) +│ ├── vietnam/ # 🇻🇳 越南 (目标2个) +│ ├── pakistan/ # 🇵🇰 巴基斯坦 (目标2个) +│ ├── bangladesh/ # 🇧🇩 孟加拉国 (目标2个) +│ ├── israel/ # 🇮🇱 以色列 (目标2个) +│ ├── saudi-arabia/ # 🇸🇦 沙特阿拉伯 (目标2个) +│ └── uae/ # 🇦🇪 阿联酋 (目标2个) │ -├── oceania/ # 大洋洲 -│ ├── australia/ # 🇦🇺 澳大利亚 -│ └── new-zealand/ # 🇳🇿 新西兰 +├── oceania/ # 大洋洲 (2国,目标10个,已完成3个) +│ ├── australia/ # 🇦🇺 澳大利亚 (目标6个,已完成3个) +│ └── new-zealand/ # 🇳🇿 新西兰 (目标4个) │ -├── south-america/ # 南美洲 -│ ├── brazil/ # 🇧🇷 巴西 -│ ├── argentina/ # 🇦🇷 阿根廷 -│ ├── chile/ # 🇨🇱 智利 -│ └── colombia/ # 🇨🇴 哥伦比亚 +├── south-america/ # 南美洲 (4国,目标15个,已完成1个) +│ ├── brazil/ # 🇧🇷 巴西 (目标5个,已完成1个) +│ ├── argentina/ # 🇦🇷 阿根廷 (目标2个) +│ ├── chile/ # 🇨🇱 智利 (目标2个) +│ └── colombia/ # 🇨🇴 哥伦比亚 (目标2个) │ -└── africa/ # 非洲 - ├── south-africa/ # 🇿🇦 南非 - ├── nigeria/ # 🇳🇬 尼日利亚 - ├── egypt/ # 🇪🇬 埃及 - └── kenya/ # 🇰🇪 肯尼亚 +└── africa/ # 非洲 (4国,目标15个) + ├── south-africa/ # 🇿🇦 南非 (目标4个) + ├── nigeria/ # 🇳🇬 尼日利亚 (目标4个) + ├── egypt/ # 🇪🇬 埃及 (目标4个) + └── kenya/ # 🇰🇪 肯尼亚 (目标3个) + +总计: 42个国家和地区,目标200+个数据源,已完成24个 ``` ## 已收录数据源 Current Data Sources ### 🌎 北美洲 North America -#### 🇺🇸 美国 United States +**已完成**: 11/30 (37%) + +#### 🇺🇸 美国 United States (6/15) 1. **US Census Bureau** (`census-bureau`) ⭐💎 - 权威等级:government @@ -129,7 +143,7 @@ sources/countries/ - 访问类型:开放 - **文件**: [eia.json](north-america/usa/eia.json) -#### 🇨🇦 加拿大 Canada +#### 🇨🇦 加拿大 Canada (4/10) 1. **Statistics Canada** (`statcan`) ⭐💎 - 权威等级:government @@ -166,7 +180,7 @@ sources/countries/ - 访问类型:开放 - **文件**: [aafc.json](north-america/canada/aafc.json) -#### 🇲🇽 墨西哥 Mexico +#### 🇲🇽 墨西哥 Mexico (1/5) 1. **Bank of Mexico Economic Information System** (`banxico`) ⭐💎 - 权威等级:government @@ -186,7 +200,9 @@ sources/countries/ ### 🌍 欧洲 Europe -#### 🇬🇧 英国 United Kingdom +**已完成**: 2/50 (4%) + +#### 🇬🇧 英国 United Kingdom (2/5) 1. **Bank of England Statistical Interactive Database** (`bank-of-england`) ⭐💎 - 权威等级:government @@ -206,7 +222,9 @@ sources/countries/ ### 🌏 亚洲 Asia (除中国) -#### 🇯🇵 日本 Japan +**已完成**: 3/50 (6%) + +#### 🇯🇵 日本 Japan (1/8) 1. **Bank of Japan Statistics** (`boj-statistics`) ⭐💎 - 权威等级:government @@ -215,7 +233,7 @@ sources/countries/ - 访问类型:开放 - **文件**: [boj-statistics.json](asia/japan/boj-statistics.json) -#### 🇰🇷 韩国 South Korea +#### 🇰🇷 韩国 South Korea (1/5) 1. **Bank of Korea** (`korea-bok`) ⭐💎 - 权威等级:government @@ -224,7 +242,7 @@ sources/countries/ - 访问类型:开放 - **文件**: [korea-bok.json](asia/korea/korea-bok.json) -#### 🇮🇳 印度 India +#### 🇮🇳 印度 India (1/5) 1. **Directorate General of Commercial Intelligence and Statistics** (`india-dgcis`) ⭐💎 - 权威等级:government @@ -237,7 +255,9 @@ sources/countries/ ### 🌏 大洋洲 Oceania -#### 🇦🇺 澳大利亚 Australia +**已完成**: 3/10 (30%) + +#### 🇦🇺 澳大利亚 Australia (3/6) 1. **Australian Bureau of Statistics** (`abs`) ⭐💎 - 权威等级:government @@ -264,7 +284,9 @@ sources/countries/ ### 🌎 南美洲 South America -#### 🇧🇷 巴西 Brazil +**已完成**: 2/15 (13%) + +#### 🇧🇷 巴西 Brazil (2/5) 1. **Central Bank of Brazil** (`brazil-bcb`) ⭐💎 - 权威等级:government @@ -280,14 +302,46 @@ sources/countries/ - 访问类型:开放 - **文件**: [brazil-ibge.json](south-america/brazil-ibge.json) +3. **Brazilian Coffee Exporters Council** (`brazil-cecafe`) + - 权威等级:market + - 类型:咖啡出口统计、贸易数据、市场分析 + - 数据格式:PDF, Excel + - 访问类型:需注册 + - 涵盖:巴西咖啡出口月度统计,包括出口量、目的地国家、外汇收入、平均价格 + - 特色:按咖啡类型(阿拉比卡、罗布斯塔/科尼隆、速溶、烘焙)分类、港口数据、特色咖啡 + - **文件**: [brazil-cecafe.json](south-america/brazil-cecafe.json) + +4. **National Supply Company (CONAB)** (`brazil-conab`) ⭐💎 + - 权威等级:government + - 类型:农业生产、粮食供应、市场信息 + - 数据格式:PDF, Excel + - 访问类型:需注册 + - 涵盖:咖啡产量预测、粮食作物收成、种植面积、生产力估算 + - 特色:季度咖啡收成公报、按州和品种的产量数据、仓储设施信息、农产品定价 + - **文件**: [brazil-conab.json](south-america/brazil-conab.json) + --- ### 🌍 非洲 Africa +**已完成**: 0/15 (0%) + *待添加* --- +## 区域统计 Regional Statistics + +| 区域 | 计划国家数 | 计划数据源 | 已完成 | 进度 | +|------|----------|-----------|--------|------| +| 北美洲 | 3 | 30 | 11 | 37% | +| 欧洲 | 15 | 50 | 2 | 4% | +| 亚洲(除中国) | 14 | 50 | 3 | 6% | +| 大洋洲 | 2 | 10 | 3 | 30% | +| 南美洲 | 4 | 15 | 1 | 7% | +| 非洲 | 4 | 15 | 0 | 0% | +| **总计** | **42** | **200+** | **24** | **12%** | + ## 分类规则 Classification Rules ### 目录结构规范 diff --git a/firstdata/sources/countries/asia/india/india-dgcis.json b/firstdata/sources/countries/asia/india/india-dgcis.json index 7b9ed6f..2847734 100644 --- a/firstdata/sources/countries/asia/india/india-dgcis.json +++ b/firstdata/sources/countries/asia/india/india-dgcis.json @@ -13,16 +13,16 @@ "api_url": null, "country": "IN", "domains": [ - "international trade", - "foreign trade statistics", - "inland trade", - "customs statistics", - "export statistics", - "import statistics", - "shipping statistics", - "coastal trade", - "inter-state trade", - "excise revenue" + "International Trade", + "Foreign Trade Statistics", + "Inland Trade", + "Customs Statistics", + "Export Statistics", + "Import Statistics", + "Shipping Statistics", + "Coastal Trade", + "Inter-State Trade", + "Excise Revenue" ], "geographic_scope": "national", "update_frequency": "monthly", @@ -71,4 +71,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/asia/japan/boj-statistics.json b/firstdata/sources/countries/asia/japan/boj-statistics.json index 927dabf..9004bc9 100644 --- a/firstdata/sources/countries/asia/japan/boj-statistics.json +++ b/firstdata/sources/countries/asia/japan/boj-statistics.json @@ -14,15 +14,15 @@ "api_url": null, "country": "JP", "domains": [ - "monetary policy", - "financial markets", - "banking", - "flow of funds", - "economic surveys", - "prices", - "balance of payments", - "public finance", - "payment systems" + "Monetary Policy", + "Financial Markets", + "Banking", + "Flow of Funds", + "Economic Surveys", + "Prices", + "Balance of Payments", + "Public Finance", + "Payment Systems" ], "geographic_scope": "national", "update_frequency": "daily", @@ -77,4 +77,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/europe/uk/bank-of-england.json b/firstdata/sources/countries/europe/uk/bank-of-england.json index 27c8f5b..59b775e 100644 --- a/firstdata/sources/countries/europe/uk/bank-of-england.json +++ b/firstdata/sources/countries/europe/uk/bank-of-england.json @@ -13,15 +13,15 @@ "api_url": null, "country": "GB", "domains": [ - "monetary policy", - "financial markets", - "banking", - "interest rates", - "exchange rates", - "credit", - "financial stability", - "payment systems", - "regulatory capital" + "Monetary Policy", + "Financial Markets", + "Banking", + "Interest Rates", + "Exchange Rates", + "Credit", + "Financial Stability", + "Payment Systems", + "Regulatory Capital" ], "geographic_scope": "national", "update_frequency": "daily", @@ -76,4 +76,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/europe/uk/uk-data-gov.json b/firstdata/sources/countries/europe/uk/uk-data-gov.json index 01aebb3..f179c17 100644 --- a/firstdata/sources/countries/europe/uk/uk-data-gov.json +++ b/firstdata/sources/countries/europe/uk/uk-data-gov.json @@ -13,19 +13,19 @@ "api_url": "https://guidance.data.gov.uk/get_data/api_documentation/", "country": "GB", "domains": [ - "business and economy", - "crime and justice", - "defence", - "education", - "environment", - "government", - "government spending", - "health", - "mapping", - "society", - "towns and cities", - "transport", - "digital service performance" + "Business and economy", + "Crime and justice", + "Defence", + "Education", + "Environment", + "Government", + "Government spending", + "Health", + "Mapping", + "Society", + "Towns and cities", + "Transport", + "Digital service performance" ], "geographic_scope": "national", "update_frequency": "daily", @@ -75,4 +75,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/north-america/canada/aafc.json b/firstdata/sources/countries/north-america/canada/aafc.json index 2e5b187..e7f3afe 100644 --- a/firstdata/sources/countries/north-america/canada/aafc.json +++ b/firstdata/sources/countries/north-america/canada/aafc.json @@ -14,15 +14,15 @@ "api_url": "https://agriculture.canada.ca/en/science/scientific-collaboration/open-data", "country": "CA", "domains": [ - "agriculture", - "crop production", - "land use", - "geospatial data", - "environmental monitoring", - "agricultural economics", - "food security", - "agricultural research", - "market information" + "Agriculture", + "Crop Production", + "Land Use", + "Geospatial Data", + "Environmental Monitoring", + "Agricultural Economics", + "Food Security", + "Agricultural Research", + "Market Information" ], "geographic_scope": "national", "update_frequency": "annual", @@ -70,4 +70,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/north-america/canada/canada-energy-regulator.json b/firstdata/sources/countries/north-america/canada/canada-energy-regulator.json index 32eb5da..cd3ebf0 100644 --- a/firstdata/sources/countries/north-america/canada/canada-energy-regulator.json +++ b/firstdata/sources/countries/north-america/canada/canada-energy-regulator.json @@ -14,14 +14,14 @@ "api_url": "https://open.canada.ca/data/en/organization/cer-rec", "country": "CA", "domains": [ - "energy infrastructure", - "pipeline regulation", - "electricity transmission", - "oil and gas", - "renewable energy", - "energy safety", - "energy markets", - "energy trade" + "Energy Infrastructure", + "Pipeline Regulation", + "Electricity Transmission", + "Oil and Gas", + "Renewable Energy", + "Energy Safety", + "Energy Markets", + "Energy Trade" ], "geographic_scope": "national", "update_frequency": "monthly", @@ -66,4 +66,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/north-america/usa/us-bea.json b/firstdata/sources/countries/north-america/usa/us-bea.json index 11c8605..decbd08 100644 --- a/firstdata/sources/countries/north-america/usa/us-bea.json +++ b/firstdata/sources/countries/north-america/usa/us-bea.json @@ -2,74 +2,100 @@ "id": "us-bea", "name": { "en": "Bureau of Economic Analysis", - "zh": "经济分析局" + "zh": "美国经济分析局" }, "description": { - "en": "The Bureau of Economic Analysis (BEA) is an agency of the U.S. Department of Commerce that produces critical economic statistics including GDP, personal income, corporate profits, international trade and investment, and regional economic data. BEA's data provides a comprehensive picture of the U.S. economy and its interaction with the world economy.", - "zh": "美国经济分析局(BEA)是美国商务部下属机构,负责编制包括GDP、个人收入、企业利润、国际贸易与投资、区域经济数据在内的关键经济统计数据。BEA的数据全面反映了美国经济及其与全球经济的互动情况。" + "en": "The Bureau of Economic Analysis (BEA) is an agency of the U.S. Department of Commerce that produces critical economic statistics including GDP, personal income, corporate profits, international trade and investment, and regional economic data. BEA's data provides a comprehensive picture of the U.S. economy and its interaction with the world economy. The agency serves government and business decision makers, researchers, and the public to help them understand the performance of the U.S. economy.", + "zh": "美国经济分析局(BEA)是美国商务部下属机构,负责编制包括GDP、个人收入、企业利润、国际贸易与投资、区域经济数据在内的关键经济统计数据。BEA的数据全面反映了美国经济及其与全球经济的互动情况。该机构为政府和企业决策者、研究人员以及公众提供服务,帮助他们了解美国经济的运行状况。" }, "website": "https://www.bea.gov", "data_url": "https://www.bea.gov/data", - "api_url": "https://apps.bea.gov/api/signup/index.cfm", + "api_url": "https://apps.bea.gov/API/signup/", "country": "US", "domains": [ - "economics", - "gdp", - "national accounts", - "international trade", - "foreign direct investment", - "personal income", - "consumer spending", - "corporate profits", - "regional economics", - "industry economics" + "Economics", + "GDP", + "National Accounts", + "International Trade", + "Foreign Direct Investment", + "Personal Income", + "Consumer Spending", + "Corporate Profits", + "Regional Economics", + "Industry Economics", + "Input-Output Tables", + "Fixed Assets" ], "geographic_scope": "national", - "update_frequency": "quarterly", + "update_frequency": "monthly", "tags": [ "economics", + "经济统计", "gdp", + "国内生产总值", "national-accounts", + "国民账户", "united-states", + "美国", "trade", + "贸易", "investment", + "投资", "official-statistics", + "官方统计", "government", + "政府", "time-series", + "时间序列", "macroeconomics", + "宏观经济", "regional-data", - "industry-data" + "区域数据", + "industry-data", + "行业数据", + "personal-income", + "个人收入", + "bea", + "经济分析局" ], "data_content": { "en": [ - "Gross Domestic Product (GDP) - National, regional, and industry-level GDP data", + "Gross Domestic Product (GDP) - Real GDP estimates released quarterly, covering national, regional, and industry-level data", "National Income and Product Accounts (NIPAs) - Comprehensive income, spending, and saving statistics", - "Personal Income and Outlays - Monthly data on income, consumption, and saving", - "International Trade in Goods and Services - Monthly trade balance data", - "International Transactions - Quarterly balance of payments data", + "Personal Income and Outlays - Monthly data on income, consumption, and saving by region", + "International Trade in Goods and Services - Monthly trade statistics covering 237 countries and areas", + "International Transactions - Quarterly balance of payments data (ITA)", "Foreign Direct Investment - U.S. direct investment abroad and foreign investment in the U.S.", - "Multinational Enterprises - Activities of multinational companies", - "Regional Economic Accounts - State, county, and metropolitan area data", - "GDP by Industry - Value added by industry", - "Fixed Assets - Investment in structures, equipment, and intellectual property", - "Consumer Spending - Personal consumption expenditures by product", + "International Investment Position (IIP) - Cross-border investment positions", + "Multinational Enterprises (MNE) - Activities and operations of multinational companies", + "Regional Economic Accounts - State, county, and metropolitan area economic data", + "GDP by Industry - Value added by industry with underlying details", + "Input-Output Tables - Industry interrelationships and economic flows", + "Fixed Assets - Investment in structures, equipment, and intellectual property products", + "Consumer Spending - Personal consumption expenditures by product and region", "Corporate Profits - Quarterly corporate profit data", - "Price Indexes - GDP deflators and PCE price indexes" + "Price Indexes - GDP deflators and PCE price indexes", + "Research and Development - R&D satellite account tracking innovation investment", + "Distribution of Personal Income - Nowcast and forecast data" ], "zh": [ - "国内生产总值(GDP)- 国家、地区和行业层面的GDP数据", + "国内生产总值(GDP)- 季度发布的实际GDP估算,涵盖国家、地区和行业层面数据", "国民收入和产品账户(NIPAs)- 综合性收入、支出和储蓄统计", - "个人收入和支出 - 月度收入、消费和储蓄数据", - "商品和服务国际贸易 - 月度贸易平衡数据", - "国际交易 - 季度国际收支数据", + "个人收入和支出 - 按地区分类的月度收入、消费和储蓄数据", + "商品和服务国际贸易 - 涵盖237个国家和地区的月度贸易统计", + "国际交易 - 季度国际收支数据(ITA)", "外国直接投资 - 美国对外直接投资和外国对美投资", - "跨国企业 - 跨国公司活动数据", - "区域经济账户 - 州、县和都市区数据", - "按行业划分的GDP - 按行业增加值", - "固定资产 - 结构、设备和知识产权投资", - "消费支出 - 按产品分类的个人消费支出", + "国际投资头寸(IIP)- 跨境投资头寸数据", + "跨国企业(MNE)- 跨国公司的活动和运营数据", + "区域经济账户 - 州、县和都市区经济数据", + "按行业划分的GDP - 按行业增加值及基础明细", + "投入产出表 - 行业间关系和经济流动", + "固定资产 - 结构、设备和知识产权产品投资", + "消费支出 - 按产品和地区分类的个人消费支出", "企业利润 - 季度企业利润数据", - "价格指数 - GDP平减指数和PCE价格指数" + "价格指数 - GDP平减指数和PCE价格指数", + "研究与开发 - 跟踪创新投资的研发卫星账户", + "个人收入分配 - 即时预测和预测数据" ] }, "authority_level": "government" diff --git a/firstdata/sources/countries/north-america/usa/us-bls.json b/firstdata/sources/countries/north-america/usa/us-bls.json index dfa9c65..1a8c0c0 100644 --- a/firstdata/sources/countries/north-america/usa/us-bls.json +++ b/firstdata/sources/countries/north-america/usa/us-bls.json @@ -2,31 +2,32 @@ "id": "us-bls", "name": { "en": "Bureau of Labor Statistics", - "zh": "劳工统计局" + "zh": "美国劳工统计局" }, "description": { "en": "The Bureau of Labor Statistics (BLS) is the principal federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy of the United States. BLS collects, processes, analyzes, and disseminates essential statistical data to the American public, Congress, other Federal agencies, State and local governments, business, and labor. The BLS also serves as a statistical resource to the U.S. Department of Labor and conducts research into employment, labor economics, and price levels.", - "zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。" + "zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。" }, "website": "https://www.bls.gov", "data_url": "https://www.bls.gov/data/", "api_url": "https://www.bls.gov/developers/", + "authority_level": "government", "country": "US", + "geographic_scope": "national", "domains": [ - "employment", - "unemployment", - "labor force", - "wages", - "earnings", - "prices", - "inflation", - "consumer expenditures", - "productivity", - "workplace safety", - "occupational statistics", - "industry statistics" + "Employment", + "Unemployment", + "Labor Force", + "Wages", + "Earnings", + "Prices", + "Inflation", + "Consumer Expenditures", + "Productivity", + "Workplace Safety", + "Occupational Statistics", + "Industry Statistics" ], - "geographic_scope": "national", "update_frequency": "monthly", "tags": [ "employment", @@ -50,7 +51,15 @@ "labor-force", "employment-projections", "us-government", - "economic-indicators" + "economic-indicators", + "美国劳工", + "就业数据", + "失业率", + "通货膨胀", + "消费者物价指数", + "生产者物价指数", + "工资统计", + "劳动力市场" ], "data_content": { "en": [ @@ -89,6 +98,5 @@ "进出口价格指数 - 国际贸易商品和服务的价格变化", "企业就业动态 - 就业创造和破坏、企业新生和死亡" ] - }, - "authority_level": "government" + } } diff --git a/firstdata/sources/countries/north-america/usa/us-cdc.json b/firstdata/sources/countries/north-america/usa/us-cdc.json index 855504e..a53f8ec 100644 --- a/firstdata/sources/countries/north-america/usa/us-cdc.json +++ b/firstdata/sources/countries/north-america/usa/us-cdc.json @@ -1,83 +1,123 @@ { "id": "us-cdc", "name": { - "en": "Centers for Disease Control and Prevention", - "zh": "美国疾病控制与预防中心" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "description": { - "en": "CDC is the nation's leading science-based, data-driven, service organization that protects the public's health. CDC works 24/7 to protect America from health, safety and security threats, both foreign and in the U.S. Through its WONDER (Wide-ranging Online Data for Epidemiologic Research) online databases and other data systems, CDC provides public access to comprehensive health surveillance data, vital statistics, disease reporting, environmental health data, and population health information. The data supports research, policy development, and public health practice across infectious diseases, chronic diseases, injuries, environmental health, and health equity.", - "zh": "CDC是美国领先的基于科学、数据驱动的公共卫生服务机构。CDC全天候保护美国免受国内外健康、安全和安全威胁。通过其WONDER(流行病学研究广泛在线数据)在线数据库和其他数据系统,CDC提供公众访问全面的健康监测数据、生命统计、疾病报告、环境健康数据和人口健康信息。这些数据支持传染病、慢性病、伤害、环境健康和健康公平等领域的研究、政策制定和公共卫生实践。" + "en": "The Centers for Disease Control and Prevention (CDC) is the nation's leading public health institute. CDC provides comprehensive public health data through multiple platforms: data.cdc.gov (open data portal with datasets across health topics), CDC WONDER (Wide-ranging Online Data for Epidemiologic Research with ad-hoc query system), and NCHS (National Center for Health Statistics - the nation's official source for health statistics). The data covers vital statistics, disease surveillance, environmental health, vaccine safety, cancer registries, and over 180 health topics. CDC data supports research, policy development, and public health practice across infectious diseases, chronic diseases, injuries, environmental health, and health equity.", + "zh": "美国疾病控制与预防中心(CDC)是美国领先的公共卫生机构。CDC通过多个平台提供全面的公共卫生数据:data.cdc.gov(涵盖各健康主题的开放数据门户)、CDC WONDER(流行病学研究广泛在线数据,具有即席查询系统)和NCHS(国家健康统计中心-美国官方健康统计来源)。数据涵盖生命统计、疾病监测、环境健康、疫苗安全、癌症登记和超过180个健康主题。CDC数据支持传染病、慢性病、伤害、环境健康和健康公平等领域的研究、政策制定和公共卫生实践。" }, "website": "https://www.cdc.gov/", - "data_url": "https://wonder.cdc.gov/", - "api_url": "https://wonder.cdc.gov/wonder/help/wonder-api.html", + "data_url": "https://data.cdc.gov/", + "api_url": "https://dev.socrata.com/foundry/data.cdc.gov", "country": "US", "domains": [ - "public health", - "infectious diseases", - "chronic diseases", - "vital statistics", - "mortality", - "natality", - "environmental health", - "cancer", - "tuberculosis", - "sexually transmitted diseases", - "vaccine safety", - "population health", - "health equity", - "disease surveillance", - "epidemiology" + "Public Health", + "Health Statistics", + "Infectious Diseases", + "Chronic Diseases", + "Vital Statistics", + "Mortality", + "Natality", + "Environmental Health", + "Cancer", + "Tuberculosis", + "Sexually Transmitted Diseases", + "Vaccine Safety", + "Population Health", + "Health Equity", + "Disease Surveillance", + "Epidemiology", + "Healthcare Access", + "Nutrition" ], "geographic_scope": "national", "update_frequency": "weekly", "tags": [ + "cdc", + "疾控中心", "public-health", + "公共卫生", "health-statistics", + "健康统计", "mortality", + "死亡率", "natality", + "出生率", "infectious-diseases", + "传染病", "chronic-diseases", + "慢性病", "vital-statistics", + "生命统计", "epidemiology", + "流行病学", "disease-surveillance", + "疾病监测", "cancer", + "癌症", "tuberculosis", + "结核病", "std", + "性病", "vaccine-safety", + "疫苗安全", "environmental-health", - "climate-health", + "环境健康", "population-health", + "人口健康", "health-equity", - "us-government", + "健康公平", "cdc-wonder", + "nchs", "births", - "deaths" + "出生", + "deaths", + "死亡", + "covid-19", + "新冠", + "vaccination", + "疫苗接种", + "healthcare", + "医疗保健", + "nutrition", + "营养" ], "data_content": { "en": [ - "Mortality Data - Underlying and multiple causes of death, infant deaths, fetal deaths, compressed mortality files", - "Natality - Birth statistics including maternal health, infant characteristics, and birth trends", - "Cancer Statistics - Incidence, mortality, and survival data from cancer registries", - "Infectious Disease Surveillance - AIDS, tuberculosis, sexually transmitted diseases, national notifiable conditions", - "Environmental Health - Heat wave days, air temperatures, land surface temperatures, fine particulate matter, precipitation, sunlight exposure", - "Vaccine Safety - Vaccine Adverse Event Reporting System (VAERS) data", - "Population Estimates - Bridged-race population, single-race population, population projections", - "National Notifiable Diseases Surveillance System (NNDSS) - Weekly and annual disease reporting data", - "Climate and Health - Temperature, precipitation, air quality data linked to health outcomes", - "Geographic Health Data - State, county, and metropolitan area health statistics" + "Vital Statistics - Birth and death certificates, infant mortality, fetal deaths, maternal health indicators", + "Mortality Data - Underlying and multiple causes of death, compressed mortality files by age, race, geography", + "Natality Data - Birth statistics, maternal characteristics, infant health, birth trends and demographics", + "Cancer Surveillance - Incidence, mortality, survival rates from SEER and NPCR cancer registries", + "Infectious Disease Surveillance - COVID-19, tuberculosis, sexually transmitted diseases, HIV/AIDS, national notifiable conditions", + "Chronic Disease Data - Heart disease, diabetes, obesity, asthma prevalence and risk factors", + "Vaccine Safety - Vaccine Adverse Event Reporting System (VAERS), immunization coverage data", + "Environmental Health - Air quality (PM2.5), temperature, heat waves, climate-related health impacts", + "National Health Surveys - NHIS (health interview), NHANES (nutrition examination), NSFG (family growth)", + "Healthcare Statistics - Healthcare utilization, access to care, insurance coverage, ambulatory care visits", + "Population Estimates - Bridged-race and single-race populations, demographic projections through 2060", + "NNDSS Data - National Notifiable Diseases Surveillance System with weekly and annual reporting", + "Injury & Violence - Motor vehicle crashes, traumatic brain injury, firearm injuries, overdose deaths", + "Behavioral Risk Factors - Smoking, tobacco use, physical activity, nutrition behaviors", + "Geographic Health Data - State, county, metropolitan area health statistics and health disparities" ], "zh": [ - "死亡率数据 - 基础和多重死因、婴儿死亡、胎儿死亡、压缩死亡率档案", - "出生统计 - 包括孕产妇健康、婴儿特征和出生趋势", - "癌症统计 - 来自癌症登记处的发病率、死亡率和存活数据", - "传染病监测 - 艾滋病、结核病、性传播疾病、国家应报告疾病", - "环境健康 - 热浪天数、气温、地表温度、细颗粒物、降水、阳光暴露", - "疫苗安全 - 疫苗不良事件报告系统(VAERS)数据", - "人口估计 - 桥接种族人口、单一种族人口、人口预测", - "国家应报告疾病监测系统(NNDSS) - 每周和年度疾病报告数据", - "气候与健康 - 与健康结果相关的温度、降水、空气质量数据", - "地理健康数据 - 州、县和都市区健康统计" + "生命统计 - 出生和死亡证明、婴儿死亡率、胎儿死亡、孕产妇健康指标", + "死亡率数据 - 按年龄、种族、地理位置分类的基础和多重死因、压缩死亡率档案", + "出生统计数据 - 出生统计、孕产妇特征、婴儿健康、出生趋势和人口统计", + "癌症监测 - 来自SEER和NPCR癌症登记处的发病率、死亡率、存活率", + "传染病监测 - COVID-19、结核病、性传播疾病、HIV/艾滋病、国家应报告疾病", + "慢性病数据 - 心脏病、糖尿病、肥胖、哮喘患病率和风险因素", + "疫苗安全 - 疫苗不良事件报告系统(VAERS)、免疫接种覆盖率数据", + "环境健康 - 空气质量(PM2.5)、温度、热浪、气候相关健康影响", + "国家健康调查 - NHIS(健康访谈)、NHANES(营养检查)、NSFG(家庭成长)", + "医疗保健统计 - 医疗保健利用、就医机会、保险覆盖、门诊就诊", + "人口估计 - 桥接种族和单一种族人口、到2060年的人口预测", + "NNDSS数据 - 国家应报告疾病监测系统,包含每周和年度报告", + "伤害与暴力 - 机动车事故、创伤性脑损伤、枪支伤害、过量死亡", + "行为风险因素 - 吸烟、烟草使用、体育活动、营养行为", + "地理健康数据 - 州、县、都市区健康统计和健康差异" ] }, "authority_level": "government" diff --git a/firstdata/sources/countries/north-america/usa/us-data-gov.json b/firstdata/sources/countries/north-america/usa/us-data-gov.json index 0942274..0e421a6 100644 --- a/firstdata/sources/countries/north-america/usa/us-data-gov.json +++ b/firstdata/sources/countries/north-america/usa/us-data-gov.json @@ -13,23 +13,23 @@ "api_url": null, "country": "US", "domains": [ - "agriculture", - "business", - "climate", - "consumer", - "education", - "energy", - "finance", - "health", - "transportation", - "public safety", - "science & research", - "environment", - "manufacturing", - "ocean", - "local government", - "maritime", - "ecosystems" + "Agriculture", + "Business", + "Climate", + "Consumer", + "Education", + "Energy", + "Finance", + "Health", + "Transportation", + "Public Safety", + "Science & Research", + "Environment", + "Manufacturing", + "Ocean", + "Local Government", + "Maritime", + "Ecosystems" ], "geographic_scope": "national", "update_frequency": "daily", @@ -78,4 +78,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/oceania/australia/aihw.json b/firstdata/sources/countries/oceania/australia/aihw.json index 4e84a79..ae7b31e 100644 --- a/firstdata/sources/countries/oceania/australia/aihw.json +++ b/firstdata/sources/countries/oceania/australia/aihw.json @@ -13,19 +13,19 @@ "api_url": "https://www.aihw.gov.au/reports-data/myhospitals/content/api", "country": "AU", "domains": [ - "health", - "welfare", - "hospitals", - "mental health", - "aged care", - "disability", - "child protection", - "homelessness", - "housing", - "indigenous health", - "alcohol and drugs", - "disease and injury", - "mortality" + "Health", + "Welfare", + "Hospitals", + "Mental health", + "Aged care", + "Disability", + "Child protection", + "Homelessness", + "Housing", + "Indigenous health", + "Alcohol and drugs", + "Disease and injury", + "Mortality" ], "geographic_scope": "national", "update_frequency": "irregular", @@ -80,4 +80,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/countries/south-america/brazil-cecafe.json b/firstdata/sources/countries/south-america/brazil-cecafe.json new file mode 100644 index 0000000..0fdf42b --- /dev/null +++ b/firstdata/sources/countries/south-america/brazil-cecafe.json @@ -0,0 +1,73 @@ +{ + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "description": { + "en": "CECAFE (Conselho dos Exportadores de Café do Brasil) is the Brazilian Coffee Exporters Council, serving as a national and international reference forum for discussing topics that add value to the export sector and Brazilian coffee. The council publishes comprehensive monthly statistical reports on Brazilian coffee exports, including detailed breakdowns by coffee type (Arabica, Robusta/Conilon, Soluble, Roasted), destination countries, export volumes, foreign exchange revenues, and average prices. CECAFE reports are widely used as authoritative sources for Brazil's coffee export performance and market trends.", + "zh": "CECAFE(巴西咖啡出口商协会)是巴西咖啡出口商理事会,是讨论为出口部门和巴西咖啡增值的主题的国家和国际参考论坛。该协会发布巴西咖啡出口的全面月度统计报告,包括按咖啡类型(阿拉比卡、罗布斯塔/科尼隆、速溶、烘焙)、目的地国家、出口量、外汇收入和平均价格的详细分类。CECAFE报告被广泛用作巴西咖啡出口表现和市场趋势的权威来源。" + }, + "website": "https://www.cecafe.com.br/", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "api_url": null, + "country": "BR", + "geographic_scope": "national", + "domains": [ + "trade", + "agriculture", + "commodities", + "exports" + ], + "update_frequency": "monthly", + "tags": [ + "brazil", + "巴西", + "coffee", + "咖啡", + "coffee-exports", + "咖啡出口", + "export-statistics", + "出口统计", + "trade-data", + "贸易数据", + "commodities", + "大宗商品", + "agriculture", + "农业", + "arabica", + "阿拉比卡", + "robusta", + "罗布斯塔", + "monthly-reports", + "月度报告", + "CECAFE", + "south-america", + "南美洲", + "industry-association", + "行业协会" + ], + "data_content": { + "en": [ + "Monthly Coffee Export Statistics - total export volumes in 60kg bags by month and cumulative annual totals", + "Coffee Type Breakdown - detailed statistics for Arabica, Robusta/Conilon, Soluble coffee, and Roasted coffee", + "Export Destinations - country-by-country breakdown of Brazilian coffee exports", + "Foreign Exchange Revenue - total revenue and average prices per bag in US dollars", + "Specialty Coffee Exports - statistics on differentiated and specialty coffee categories", + "Port and Logistics Data - export data by Brazilian ports", + "Year-over-Year Comparisons - comparative analysis with previous year's export performance", + "Market Analysis - trends and insights on Brazilian coffee export market" + ], + "zh": [ + "月度咖啡出口统计 - 按月和累计年度总计的60公斤袋出口总量", + "咖啡类型分类 - 阿拉比卡、罗布斯塔/科尼隆、速溶咖啡和烘焙咖啡的详细统计", + "出口目的地 - 巴西咖啡出口的逐国分类", + "外汇收入 - 以美元计的总收入和每袋平均价格", + "特色咖啡出口 - 差异化和特色咖啡类别的统计数据", + "港口和物流数据 - 按巴西港口的出口数据", + "同比比较 - 与上一年出口表现的比较分析", + "市场分析 - 巴西咖啡出口市场的趋势和见解" + ] + }, + "authority_level": "market" +} diff --git a/firstdata/sources/countries/south-america/brazil-conab.json b/firstdata/sources/countries/south-america/brazil-conab.json new file mode 100644 index 0000000..31997d0 --- /dev/null +++ b/firstdata/sources/countries/south-america/brazil-conab.json @@ -0,0 +1,91 @@ +{ + "id": "brazil-conab", + "name": { + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" + }, + "description": { + "en": "CONAB (Companhia Nacional de Abastecimento) is a Brazilian government public enterprise under the Ministry of Agrarian Development and Family Farming. Established in 1990, CONAB is responsible for food supply management, agricultural support, and market information across Brazil. The organization publishes authoritative quarterly bulletins on Brazilian coffee production (Boletim de Acompanhamento da Safra de Café), providing detailed forecasts and analysis of coffee harvests including production volumes, planted area, productivity estimates, and breakdowns by coffee type (Arabica and Robusta/Conilon). CONAB also provides data on grains, storage facilities, agricultural pricing, and public food programs.", + "zh": "CONAB(巴西国家商品供应公司)是隶属于巴西农业发展和家庭农业部的政府公共企业。CONAB成立于1990年,负责巴西的粮食供应管理、农业支持和市场信息。该机构发布权威的巴西咖啡产量季度公报(Boletim de Acompanhamento da Safra de Café),提供咖啡收成的详细预测和分析,包括产量、种植面积、生产力估算以及按咖啡类型(阿拉比卡和罗布斯塔/科尼隆)的分类。CONAB还提供粮食、仓储设施、农产品定价和公共食品计划的数据。" + }, + "website": "https://www.gov.br/conab/pt-br", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "api_url": null, + "authority_level": "government", + "country": "BR", + "domains": [ + "agriculture", + "commodities", + "food-supply", + "trade" + ], + "geographic_scope": "national", + "update_frequency": "quarterly", + "tags": [ + "brazil", + "巴西", + "coffee", + "咖啡", + "coffee-production", + "咖啡产量", + "crop-forecasts", + "作物预测", + "agriculture", + "农业", + "commodities", + "大宗商品", + "arabica", + "阿拉比卡", + "robusta", + "罗布斯塔", + "conilon", + "科尼隆", + "harvest", + "收成", + "grains", + "粮食", + "food-supply", + "粮食供应", + "agricultural-statistics", + "农业统计", + "quarterly-reports", + "季度报告", + "CONAB", + "south-america", + "南美洲", + "government-data", + "政府数据", + "production-estimates", + "产量估算", + "inventory", + "库存", + "exports", + "出口" + ], + "data_content": { + "en": [ + "Coffee Harvest Bulletins - quarterly monitoring reports (Boletim de Acompanhamento da Safra de Café) published four times per year (February, May, September, January)", + "Coffee Production Forecasts - detailed estimates of total production in 60kg bags for current harvest year", + "Coffee Type Breakdown - separate production data for Arabica and Robusta/Conilon varieties", + "Planted Area and Productivity - statistics on coffee cultivation area and yield per hectare by state", + "Geographic Distribution - coffee production data by Brazilian states and major producing regions", + "Year-over-Year Comparisons - analysis comparing current harvest forecasts with previous years", + "Grain Production Data - harvest forecasts and monitoring for major grains and oilseeds", + "Agricultural Pricing Information - minimum guaranteed prices and public program reference prices", + "Storage and Warehouse Data - information on certified storage facilities across Brazil", + "Family Farming Programs - data on public food acquisition programs (PAA) supporting small farmers" + ], + "zh": [ + "咖啡收成公报 - 每年发布四次的季度监测报告(Boletim de Acompanhamento da Safra de Café)(2月、5月、9月、1月)", + "咖啡产量预测 - 以60公斤袋为单位的当前收成年度总产量详细估算", + "咖啡类型分类 - 阿拉比卡和罗布斯塔/科尼隆品种的单独产量数据", + "种植面积和生产力 - 按州分类的咖啡种植面积和每公顷产量统计", + "地理分布 - 按巴西各州和主要产区的咖啡产量数据", + "同比比较 - 将当前收成预测与往年进行比较分析", + "粮食产量数据 - 主要粮食和油料作物的收成预测和监测", + "农产品定价信息 - 最低保证价格和公共计划参考价格", + "仓储和仓库数据 - 巴西各地认证仓储设施的信息", + "家庭农业计划 - 支持小农户的公共食品采购计划(PAA)数据" + ] + } +} diff --git a/firstdata/sources/countries/south-america/brazil/brazil-bcb.json b/firstdata/sources/countries/south-america/brazil/brazil-bcb.json index 265fb6d..0fe1f0f 100644 --- a/firstdata/sources/countries/south-america/brazil/brazil-bcb.json +++ b/firstdata/sources/countries/south-america/brazil/brazil-bcb.json @@ -14,16 +14,16 @@ "api_url": "https://dadosabertos.bcb.gov.br/dataset", "country": "BR", "domains": [ - "monetary policy", - "financial statistics", - "banking", - "payment systems", - "exchange rates", - "interest rates", - "credit data", - "balance of payments", - "financial stability", - "currency and coins" + "Monetary Policy", + "Financial Statistics", + "Banking", + "Payment Systems", + "Exchange Rates", + "Interest Rates", + "Credit Data", + "Balance of Payments", + "Financial Stability", + "Currency and Coins" ], "geographic_scope": "national", "update_frequency": "daily", @@ -76,4 +76,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/README.md b/firstdata/sources/international/README.md index 1839a68..7e58221 100644 --- a/firstdata/sources/international/README.md +++ b/firstdata/sources/international/README.md @@ -1,12 +1,49 @@ # 国际组织 | International Organizations -> 📊 **最新统计**: 查看 [indexes/statistics.json](../../indexes/statistics.json) 获取实时数据源统计信息。 +**总数**: 100+个数据源 +**已完成**: 45个 +**进度**: 45% + +--- + +## 📊 总体进度 + +``` +总目标: 100+ 个国际组织数据源 +当前完成: 45 个 +完成度: █████████░░░░░░░░░░░ 45% +``` + +**目录结构**: ✅ 已完成 +**数据填充**: 进行中 + +--- + +## 🎯 分类进度概览 + +| 领域 | 计划 | 完成 | 进度 | 说明 | +|------|------|------|------|------| +| 📈 经济 | 8 | 5 | 63% | Economics | +| 🌐 贸易 | 6 | 4 | 67% | Trade | +| ⚡ 能源 | 6 | 2 | 33% | Energy | +| 🌾 农业 | 5 | 2 | 40% | Agriculture | +| 🎓 教育 | 8 | 2 | 25% | Education | +| 🏥 健康 | 10 | 2 | 20% | Health | +| 🌳 环境 | 12 | 2 | 17% | Environment | +| 🌍 发展 | 13 | 5 | 38% | Development | +| 💰 金融 | 6 | 3 | 50% | Finance | +| 📜 知识产权 | 5 | 1 | 20% | Intellectual Property | +| 🌏 地球科学 | 8 | 2 | 25% | Earth Science | +| 👷 劳工与社会 | 6 | 0 | 0% | Labour & Social | +| 🚢 交通运输 | 4 | 1 | 25% | Transportation | +| 📏 标准与计量 | 3 | 2 | 67% | Standards & Metrology | +| **总计** | **100** | **33** | **33%** | - | --- ## 📚 已收录数据源 -### 📈 经济 Economics +### 📈 经济 Economics (5/8) #### World Bank Open Data - 世界银行开放数据 - **文件**: [worldbank.json](economics/worldbank.json) ⭐💎 @@ -48,7 +85,47 @@ - **涵盖**: 欧元区、欧盟,1999-2025年,1,000+指标集 - **特色**: 货币政策、银行业、金融市场、支付统计 -### 🌐 贸易 Trade +#### Asian Development Outlook - 亚洲开发展望 +- **文件**: [adb-ado.json](economics/adb-ado.json) ⭐💎 +- **权威等级**: international +- **数据格式**: PDF, Excel, CSV +- **访问类型**: 需注册 +- **涵盖**: 46个亚行发展中成员经济体的季度GDP增长预测、通胀率预测和经济分析 +- **特色**: 覆盖五个次区域(高加索和中亚、东亚、南亚、东南亚、太平洋),提供宏观经济指标、政策建议和风险评估 + +#### ADB Data Library - 亚洲开发银行数据库 +- **文件**: [adb-data-library.json](economics/adb-data-library.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, JSON, SDMX +- **访问类型**: 开放 +- **涵盖**: 亚太国家GDP和经济增长指标、贫困和收入分配统计、人口数据 +- **特色**: 来自《亚洲发展展望》(ADO)、《亚太地区关键指标》等旗舰出版物的宏观经济和社会数据 + +#### Asian Development Bank - Vietnam Country Data - 亚洲开发银行越南国别数据 +- **文件**: [adb-vietnam.json](economics/adb-vietnam.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, PDF +- **访问类型**: 需注册 +- **涵盖**: 越南GDP增长(2025年6.7%,2026年6.0%)、通胀率、人口、劳动力、贫困统计 +- **特色**: 政府财政、国民账户、银行货币统计、贸易和国际收支、可持续发展目标(SDG)指标 + +#### CEIC Global Database - 环亚经济数据库 +- **文件**: [ceic-global-database.json](economics/ceic-global-database.json) +- **权威等级**: commercial +- **数据格式**: CSV, Excel, API +- **访问类型**: 开放 +- **涵盖**: 全球200+国家超过420万个时间序列,来自2500多个数据源 +- **特色**: 宏观经济指标、18个宏观部门和14个工业部门数据、高频替代数据、ESG数据、县级粒度经济数据 + +#### CEIC Vietnam Economic Database - 环亚经济数据库 - 越南经济数据专题 +- **文件**: [ceic-vietnam.json](economics/ceic-vietnam.json) +- **权威等级**: commercial +- **数据格式**: CSV, Excel, API +- **访问类型**: 开放 +- **涵盖**: 越南1955-2030年宏观经济指标、工业生产、贸易统计、劳动力市场数据 +- **特色**: 来自越南统计总局(GSO)的结构化数据,包括GDP、CPI、就业、贸易、政府财政和金融市场月度/季度/年度更新 + +### 🌐 贸易 Trade (4/6) #### WTO Statistics - 世界贸易组织统计 - **文件**: [wto.json](trade/wto.json) ⭐💎 @@ -82,7 +159,15 @@ - **涵盖**: 全球21家领先银行,2010-2025年,超过25.7万亿美元交易,4700万+笔贸易融资交易 - **特色**: 贸易融资基准数据、全球和区域违约率、违约损失率(LGD)、信用证和保函风险分析、供应链金融表现、资本优化洞察 -### ⚡ 能源 Energy +#### BEA International Trade in Goods and Services - 美国经济分析局国际贸易数据 +- **文件**: [bea-international-trade.json](trade/bea-international-trade.json) ⭐💎 +- **权威等级**: government +- **数据格式**: CSV, Excel, JSON +- **访问类型**: 开放 +- **涵盖**: 美国1960年至今的国际货物和服务贸易月度统计,包括总出口、进口和贸易差额 +- **特色**: 按国家和地理区域的双边贸易数据(1999年起)、货物贸易详细产品类别、服务贸易、国际投资头寸、API支持 + +### ⚡ 能源 Energy (2/6) #### IEA Energy Data - 国际能源署数据 - **文件**: [iea.json](energy/iea.json) ⭐💎 @@ -100,7 +185,7 @@ - **涵盖**: 全球核电站详细信息,自1970年月度生产统计 - **特色**: 动力堆信息系统(PRIS)、反应堆规格和性能数据、核燃料材料测试数据、热工水力数据集、国际性能指标基准 -### 🌾 农业 Agriculture +### 🌾 农业 Agriculture (2/5) #### FAOSTAT - 联合国粮农组织统计 - **文件**: [faostat.json](agriculture/faostat.json) ⭐💎 @@ -118,7 +203,7 @@ - **涵盖**: 全球,1970-2025年,10,000+数据集 - **特色**: 农业研究数据、作物改良、气候适应、土壤数据、基因组 -### 🎓 教育 Education +### 🎓 教育 Education (2/8) #### PISA - 国际学生评估项目 - **文件**: [oecd-pisa.json](education/oecd-pisa.json) ⭐💎 @@ -136,7 +221,7 @@ - **涵盖**: 全球60+国家和地区,1995-2025年,多项国际大规模评估研究 - **特色**: TIMSS(数学与科学)、PIRLS(阅读素养)、ICCS(公民教育)、ICILS(数字素养)、LaNA(早期识字算术)、TEDS-M(教师教育),包含学生成就、教师问卷、学校问卷、课程和背景变量数据 -### 🏥 健康 Health +### 🏥 健康 Health (2/10) #### ECDC Surveillance Data - 欧洲疾病预防控制中心监测数据 - **文件**: [ecdc-surveillance.json](health/ecdc-surveillance.json) ⭐💎 @@ -154,7 +239,7 @@ - **涵盖**: 55个非盟成员国,2016-2025年 - **特色**: 传染病监测、实验室网络、应急响应、COVID-19数据 -### 🌳 环境 Environment +### 🌳 环境 Environment (2/12) #### Basel Convention Data - 巴塞尔公约数据 - **文件**: [basel-convention.json](environment/basel-convention.json) ⭐💎 @@ -172,7 +257,42 @@ - **涵盖**: 184个缔约方,1975-2025年,2000万+贸易记录 - **特色**: 濒危物种贸易监测、许可证数据、物种保护状况 -### 🌍 发展 Development +#### Carbon Dioxide Information Analysis Center - 碳信息分析中心 +- **文件**: [cdiac.json](environment/cdiac.json) ⭐ +- **权威等级**: research +- **数据格式**: CSV, NetCDF, HDF, Text +- **访问类型**: 开放 +- **涵盖**: 全球、区域和国家化石燃料CO2排放数据,1751-2017年 +- **特色**: 固体/液体/气体燃料消费排放、水泥生产排放、大气CO2浓度、痕量气体测量、土地利用变化排放数据 + +### 🌍 发展 Development (5/13) + + +#### Asian Development Bank Data Library - 亚洲开发银行数据库 +- **文件**: [adb-data-library.json](development/adb-data-library.json) ⭐💎 +- **权威等级**: international +- **数据格式**: JSON, CSV, Excel +- **访问类型**: 开放 +- **涵盖**: 亚洲开发银行数据库是亚洲开发银行所有公共数据的中央存储库,为亚太地区提供经济、金融、社会和环境数据的全面访问。该平台由亚洲开发银行建立,亚行是成立于1966年的 +- **特色**: National Accounts - GDP, GNI, consumption, investment, savings, and economic growth indicators by co + + +#### Asian Development Bank Key Indicators - 亚洲开发银行关键指标 +- **文件**: [adb-key-indicators.json](development/adb-key-indicators.json) ⭐💎 +- **权威等级**: international +- **数据格式**: JSON, CSV, Excel +- **访问类型**: 开放 +- **涵盖**: 《亚洲及太平洋地区关键指标》是亚洲开发银行(ADB)的旗舰年度统计出版物。它提供亚行49个区域成员经济体的经济、金融、社会、环境和可持续发展目标(SDG)指标的 +- **特色**: People - Population, demographic structure, labor force, employment, and education statistics + + +#### African Development Bank Statistics - 非洲开发银行统计数据 +- **文件**: [afdb-statistics.json](development/afdb-statistics.json) ⭐💎 +- **权威等级**: international +- **数据格式**: JSON, CSV, Excel +- **访问类型**: 开放 +- **涵盖**: 非洲开发银行统计数据门户通过非洲信息高速公路(AIH)为非洲国家提供全面的统计数据和发展指标。该门户建立于2011年,是一个连接所有非洲国家和16个区域组织的开 +- **特色**: Socio-Economic Database (1960-2024): Comprehensive data on agriculture, debt, economic indicators, e #### Asian Development Bank Data Library - 亚洲开发银行数据库 - **文件**: [adb-data.json](development/adb-data.json) ⭐💎 @@ -214,7 +334,31 @@ - **涵盖**: 拉美19个成员国,1970-2025年 - **特色**: 拉美经济观察、基础设施融资、创新与数字化、可持续发展 -### 💰 金融 Finance +#### Asian Development Bank Data Library - 亚洲开发银行数据库 +- **文件**: [adb-data-library.json](development/adb-data-library.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, JSON, XML, SDMX +- **访问类型**: 开放 +- **涵盖**: 亚太地区69个成员经济体,提供284个数据集、67个仪表板和14个数据故事 +- **特色**: 宏观经济指标、发展统计、气候变化融资、基础设施投资、社会指标、可持续发展目标监测 + +#### Asian Development Bank Key Indicators - 亚洲开发银行关键指标 +- **文件**: [adb-key-indicators.json](development/adb-key-indicators.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, JSON, SDMX +- **访问类型**: 开放 +- **涵盖**: 亚行49个区域成员经济体的经济、金融、社会、环境和SDG指标 +- **特色**: 人口、经济与产出、货币金融与价格、全球化、交通通信、能源电力、环境、政府治理八大主题领域 + +#### African Development Bank Statistics - 非洲开发银行统计数据 +- **文件**: [afdb-statistics.json](development/afdb-statistics.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, JSON, SDMX +- **访问类型**: 开放 +- **涵盖**: 非洲所有国家和16个区域组织,1960-2024年社会经济数据 +- **特色**: 非洲信息高速公路(AIH)、农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户 + +### 💰 金融 Finance (3/6) #### European Bank for Reconstruction and Development - 欧洲复兴开发银行 - **文件**: [ebrd.json](finance/ebrd.json) ⭐💎 @@ -240,7 +384,23 @@ - **涵盖**: 全球保险市场报告(GIMAR)年度评估、200+司法管辖区保险监督数据、占全球保险费的97% - **特色**: 保险资本标准(ICS)数据收集、全球监测演练(GME)、气候相关风险数据、网络风险评估、自然灾害保险保护缺口分析、保险核心原则(ICPs)和ComFrame实施评估 -### 📜 知识产权 Intellectual Property +#### BIS Central Bank Reserves Statistics - 国际清算银行外汇储备统计 +- **文件**: [bis-reserves.json](finance/bis-reserves.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, SDMX +- **访问类型**: 开放 +- **涵盖**: 全球50+中央银行资产负债表数据,年度数据平均覆盖约一个世纪 +- **特色**: 中央银行总资产、外汇储备、黄金储备、对政府和金融部门债权、多种计价单位(本币、GDP百分比、美元) + +#### BIS Statistics - Bank for International Settlements - 国际清算银行统计数据 +- **文件**: [bis-statistics.json](finance/bis-statistics.json) ⭐💎 +- **权威等级**: international +- **数据格式**: CSV, Excel, SDMX, JSON +- **访问类型**: 开放 +- **涵盖**: 与全球63家中央银行和国家当局合作编制的综合全球金融和货币统计数据 +- **特色**: 国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、汇率、中央银行统计、支付统计 + +### 📜 知识产权 Intellectual Property (1/5) #### WIPO IP Statistics - 世界知识产权组织统计 - **文件**: [wipo.json](intellectual-property/wipo.json) ⭐💎 @@ -250,7 +410,7 @@ - **涵盖**: 全球193个成员国,1883-2025年 - **特色**: 专利、商标、工业品外观设计、植物品种、地理标志 -### 🌏 地球科学 Earth Science +### 🌏 地球科学 Earth Science (2/8) #### NASA Earthdata - 美国航空航天局地球数据 - **文件**: [nasa-earthdata.json](earth-science/nasa-earthdata.json) ⭐💎 @@ -268,7 +428,7 @@ - **涵盖**: 全球,2014-2025年,PB级数据 - **特色**: Sentinel卫星、大气、海洋、陆地、气候、紧急管理 -### 🚢 交通运输 Transportation +### 🚢 交通运输 Transportation (1/4) #### ICAO Aviation Data - 国际民航组织航空数据 - **文件**: [icao-aviation-data.json](transportation/icao-aviation-data.json) ⭐💎 @@ -278,7 +438,7 @@ - **涵盖**: 全球193个成员国,1970-2025年,56+ APIs - **特色**: 机场代码(DOC7910)、航空公司代码(DOC8585)、飞机型号代码(DOC8643)、航行通告(NOTAM)、事故和事件数据、交通统计、安全数据(USOAP/IOSA)、天气数据、PBN实施统计 -### 📏 标准与计量 Standards & Metrology +### 📏 标准与计量 Standards & Metrology (2/3) #### BIPM Key Comparison Database - 国际度量衡局关键比对数据库 - **文件**: [bipm-kcdb.json](standards-metrology/bipm-kcdb.json) ⭐💎 @@ -326,20 +486,20 @@ ``` international/ -├── economics/ # 📈 经济 -├── trade/ # 🌐 贸易 -├── energy/ # ⚡ 能源 -├── agriculture/ # 🌾 农业 -├── education/ # 🎓 教育 -├── health/ # 🏥 健康 -├── environment/ # 🌳 环境 -├── development/ # 🌍 发展 -├── finance/ # 💰 金融 -├── intellectual-property/ # 📜 知识产权 -├── earth-science/ # 🌏 地球科学 -├── labour-social/ # 👷 劳工与社会 -├── transportation/ # 🚢 交通运输 -├── standards-metrology/ # 📏 标准与计量 +├── economics/ # 📈 经济 (5/8个数据源) +├── trade/ # 🌐 贸易 (4/6个数据源) +├── energy/ # ⚡ 能源 (2/6个数据源) +├── agriculture/ # 🌾 农业 (2/5个数据源) +├── education/ # 🎓 教育 (2/8个数据源) +├── health/ # 🏥 健康 (2/10个数据源) +├── environment/ # 🌳 环境 (2/12个数据源) +├── development/ # 🌍 发展 (5/13个数据源) +├── finance/ # 💰 金融 (3/6个数据源) +├── intellectual-property/ # 📜 知识产权 (1/5个数据源) +├── earth-science/ # 🌏 地球科学 (2/8个数据源) +├── labour-social/ # 👷 劳工与社会 (0/6个数据源) +├── transportation/ # 🚢 交通运输 (1/4个数据源) +├── standards-metrology/ # 📏 标准与计量 (2/3个数据源) └── README.md ``` diff --git a/firstdata/sources/international/agriculture/cgiar-research-data.json b/firstdata/sources/international/agriculture/cgiar-research-data.json index a8a4195..575f0b6 100644 --- a/firstdata/sources/international/agriculture/cgiar-research-data.json +++ b/firstdata/sources/international/agriculture/cgiar-research-data.json @@ -13,20 +13,20 @@ "api_url": "https://cgspace.cgiar.org/rest", "country": null, "domains": [ - "agriculture", - "food security", - "climate change adaptation", - "agricultural biodiversity", - "crop science", - "livestock systems", - "water resources management", - "soil science", - "genetics and genomics", - "sustainable intensification", - "nutrition", - "agricultural economics", - "agricultural policy", - "agroforestry" + "Agriculture", + "Food Security", + "Climate Change Adaptation", + "Agricultural Biodiversity", + "Crop Science", + "Livestock Systems", + "Water Resources Management", + "Soil Science", + "Genetics and Genomics", + "Sustainable Intensification", + "Nutrition", + "Agricultural Economics", + "Agricultural Policy", + "Agroforestry" ], "geographic_scope": "global", "update_frequency": "daily", @@ -83,4 +83,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/agriculture/faostat.json b/firstdata/sources/international/agriculture/faostat.json index 139cb4c..bfde2b7 100644 --- a/firstdata/sources/international/agriculture/faostat.json +++ b/firstdata/sources/international/agriculture/faostat.json @@ -13,20 +13,20 @@ "api_url": "https://www.fao.org/faostat/en/#faq", "country": null, "domains": [ - "agriculture", - "food security", - "nutrition", - "trade", - "climate change", - "environment", - "land use", - "forestry", - "fisheries", - "livestock", - "crops", - "investment", - "employment", - "prices" + "Agriculture", + "Food Security", + "Nutrition", + "Trade", + "Climate Change", + "Environment", + "Land Use", + "Forestry", + "Fisheries", + "Livestock", + "Crops", + "Investment", + "Employment", + "Prices" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -84,4 +84,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/development/adb-data-library.json b/firstdata/sources/international/development/adb-data-library.json new file mode 100644 index 0000000..77d49b7 --- /dev/null +++ b/firstdata/sources/international/development/adb-data-library.json @@ -0,0 +1,113 @@ +{ + "id": "adb-data-library", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" + }, + "description": { + "en": "The ADB Data Library is the central repository for all of the Asian Development Bank's public data, providing comprehensive access to economic, financial, social, and environmental data for the Asia and Pacific region. Established by ADB, a multilateral development bank founded in 1966 with 69 member economies, the platform offers 284 datasets, 67 dashboards, and 14 data stories covering macroeconomic indicators, development statistics, climate change financing, infrastructure investment, and social indicators. Data is accessible through web interfaces and APIs, supporting evidence-based policymaking across Asia and the Pacific.", + "zh": "亚洲开发银行数据库是亚洲开发银行所有公共数据的中央存储库,为亚太地区提供经济、金融、社会和环境数据的全面访问。该平台由亚洲开发银行建立,亚行是成立于1966年的多边开发银行,拥有69个成员经济体。平台提供284个数据集、67个仪表板和14个数据故事,涵盖宏观经济指标、发展统计、气候变化融资、基础设施投资和社会指标。数据可通过网页界面和API访问,支持亚太地区的循证决策。" + }, + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://kidb.adb.org/api", + "authority_level": "international", + "country": null, + "domains": [ + "Economics", + "Development Finance", + "Social Statistics", + "Infrastructure", + "Climate Change", + "Public Finance", + "Trade", + "Balance of Payments", + "Labor Market", + "Poverty and Inequality", + "Education", + "Health", + "Energy", + "Environment", + "Regional Integration" + ], + "geographic_scope": "regional", + "update_frequency": "quarterly", + "tags": [ + "adb", + "asian-development-bank", + "亚洲开发银行", + "亚行", + "development-data", + "发展数据", + "asia-pacific", + "亚太地区", + "macroeconomic-indicators", + "宏观经济指标", + "social-indicators", + "社会指标", + "sdg", + "sustainable-development-goals", + "可持续发展目标", + "national-accounts", + "国民账户", + "gdp", + "inflation", + "通货膨胀", + "government-finance", + "政府财政", + "trade-statistics", + "贸易统计", + "balance-of-payments", + "国际收支", + "labor-statistics", + "劳动统计", + "poverty", + "贫困", + "infrastructure-investment", + "基础设施投资", + "climate-finance", + "气候融资", + "development-finance", + "发展融资", + "key-indicators", + "关键指标", + "kidb", + "sdmx-api" + ], + "data_content": { + "en": [ + "National Accounts - GDP, GNI, consumption, investment, savings, and economic growth indicators by country", + "Prices and Inflation - Consumer price indices, producer price indices, and inflation rates", + "Government Finance - Revenue, expenditure, fiscal balance, and public debt statistics", + "Trade Statistics - Exports, imports, trade balance, and trade in services by country and commodity", + "Balance of Payments - Current account, capital account, and financial account transactions", + "Money and Banking - Money supply, credit, interest rates, and exchange rates", + "External Debt - Total external debt, debt service, and debt sustainability indicators", + "Population and Demographics - Total population, population growth, age structure, and urbanization", + "Labor Force Statistics - Employment, unemployment, labor force participation, and wages", + "Social Indicators - Poverty rates, income inequality, education enrollment, and health outcomes", + "SDG Indicators - Sustainable Development Goals monitoring data for Asia-Pacific countries", + "Infrastructure Investment - Transport, energy, water, and telecommunications infrastructure data", + "Climate Change Financing - Climate mitigation and adaptation financing flows and commitments", + "Regional Integration - Cross-border trade, investment, and economic cooperation indicators", + "Economic Forecasts - Twice-yearly growth and inflation projections from Asian Development Outlook" + ], + "zh": [ + "国民账户 - 按国家分类的GDP、GNI、消费、投资、储蓄和经济增长指标", + "价格和通货膨胀 - 消费者价格指数、生产者价格指数和通货膨胀率", + "政府财政 - 收入、支出、财政平衡和公共债务统计", + "贸易统计 - 按国家和商品分类的出口、进口、贸易差额和服务贸易", + "国际收支 - 经常账户、资本账户和金融账户交易", + "货币与银行 - 货币供应、信贷、利率和汇率", + "外债 - 外债总额、债务偿还和债务可持续性指标", + "人口与人口统计 - 总人口、人口增长、年龄结构和城镇化", + "劳动力统计 - 就业、失业、劳动力参与率和工资", + "社会指标 - 贫困率、收入不平等、教育入学率和健康结果", + "可持续发展目标指标 - 亚太国家可持续发展目标监测数据", + "基础设施投资 - 交通、能源、水利和电信基础设施数据", + "气候变化融资 - 气候减缓和适应融资流量及承诺", + "区域一体化 - 跨境贸易、投资和经济合作指标", + "经济预测 - 来自亚洲发展展望的每年两次增长和通胀预测" + ] + } +} diff --git a/firstdata/sources/international/development/adb-key-indicators.json b/firstdata/sources/international/development/adb-key-indicators.json new file mode 100644 index 0000000..f810914 --- /dev/null +++ b/firstdata/sources/international/development/adb-key-indicators.json @@ -0,0 +1,83 @@ +{ + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "description": { + "en": "The Key Indicators for Asia and the Pacific is the flagship annual statistical publication of the Asian Development Bank (ADB). It presents the latest statistics on a comprehensive set of economic, financial, social, environmental, and Sustainable Development Goals (SDG) indicators for ADB's 49 regional member economies. The publication covers eight thematic areas including People, Economy and Output, Money, Finance and Prices, Globalization, Transport and Communication, Energy and Electricity, Environment, and Government and Governance. The data is accessible through the Key Indicators Database (KIDB), one of the world's most comprehensive resources for macroeconomic and social indicators across Asia and the Pacific region.", + "zh": "《亚洲及太平洋地区关键指标》是亚洲开发银行(ADB)的旗舰年度统计出版物。它提供亚行49个区域成员经济体的经济、金融、社会、环境和可持续发展目标(SDG)指标的最新统计数据。该出版物涵盖八个主题领域,包括人口、经济与产出、货币金融与价格、全球化、交通与通信、能源与电力、环境、政府与治理。数据可通过关键指标数据库(KIDB)访问,这是世界上最全面的亚太地区宏观经济和社会指标资源之一。" + }, + "website": "https://www.adb.org", + "data_url": "https://kidb.adb.org", + "api_url": "https://kidb.adb.org/api", + "country": null, + "domains": [ + "Economics", + "Finance", + "Social Development", + "Demographics", + "Environment", + "Infrastructure", + "Energy", + "Transportation", + "Communications", + "Government Finance", + "Trade", + "Sustainable Development Goals" + ], + "geographic_scope": "regional", + "update_frequency": "annual", + "tags": [ + "asian-development-bank", + "adb", + "key-indicators", + "亚洲开发银行", + "关键指标", + "asia-pacific", + "亚太地区", + "economic-indicators", + "经济指标", + "social-statistics", + "社会统计", + "sdg", + "可持续发展目标", + "macroeconomic-data", + "宏观经济数据", + "development-statistics", + "发展统计", + "kidb", + "sdmx", + "regional-data", + "区域数据", + "statistical-database", + "统计数据库" + ], + "data_content": { + "en": [ + "People - Population, demographic structure, labor force, employment, and education statistics", + "Economy and Output - National accounts, GDP, sectoral composition, agriculture, industry, and services data", + "Money, Finance and Prices - Monetary indicators, inflation, exchange rates, interest rates, and financial sector statistics", + "Globalization - International trade, foreign direct investment, balance of payments, and external debt", + "Transport and Communication - Infrastructure statistics, roads, railways, air transport, telecommunications, and internet usage", + "Energy and Electricity - Energy production, consumption, electricity generation, and renewable energy data", + "Environment - Environmental indicators, emissions, natural resources, and climate-related statistics", + "Government and Governance - Government finance, fiscal indicators, public expenditure, and revenue data", + "Sustainable Development Goals (SDG) Indicators - Progress tracking for UN SDG targets aligned with the 17 goals framework", + "Country-specific data - Individual economy profiles for 49 ADB regional members across Central and West Asia, East Asia, South Asia, Southeast Asia, and The Pacific" + ], + "zh": [ + "人口 - 人口总量、人口结构、劳动力、就业和教育统计", + "经济与产出 - 国民账户、GDP、部门构成、农业、工业和服务业数据", + "货币、金融与价格 - 货币指标、通货膨胀、汇率、利率和金融部门统计", + "全球化 - 国际贸易、外国直接投资、国际收支和外债", + "交通与通信 - 基础设施统计、公路、铁路、航空运输、电信和互联网使用", + "能源与电力 - 能源生产、消费、电力生成和可再生能源数据", + "环境 - 环境指标、排放、自然资源和气候相关统计", + "政府与治理 - 政府财政、财政指标、公共支出和收入数据", + "可持续发展目标(SDG)指标 - 联合国17个可持续发展目标框架下的进展跟踪", + "国别数据 - 涵盖中亚和西亚、东亚、南亚、东南亚和太平洋地区的49个亚行区域成员的经济体概况" + ] + }, + "authority_level": "international" +} diff --git a/firstdata/sources/international/development/afdb-statistics.json b/firstdata/sources/international/development/afdb-statistics.json new file mode 100644 index 0000000..61612b7 --- /dev/null +++ b/firstdata/sources/international/development/afdb-statistics.json @@ -0,0 +1,84 @@ +{ + "id": "afdb-statistics", + "name": { + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" + }, + "description": { + "en": "The African Development Bank Statistical Data Portal provides comprehensive statistical data and development indicators for African countries through the Africa Information Highway (AIH). Established in 2011, the portal is a mega network of open data platforms linking all African countries and 16 regional organizations. It offers socio-economic data spanning from 1960 to 2024, covering agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, and more. The platform supports evidence-based policymaking and monitors development progress across Africa.", + "zh": "非洲开发银行统计数据门户通过非洲信息高速公路(AIH)为非洲国家提供全面的统计数据和发展指标。该门户建立于2011年,是一个连接所有非洲国家和16个区域组织的开放数据平台大型网络。它提供1960年至2024年的社会经济数据,涵盖农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户等领域。该平台支持基于证据的政策制定并监测整个非洲的发展进展。" + }, + "website": "https://www.afdb.org", + "data_url": "https://dataportal.opendataforafrica.org", + "api_url": "https://dataportal.opendataforafrica.org/dev/explorer", + "authority_level": "international", + "country": null, + "domains": [ + "economics", + "finance", + "social", + "development", + "agriculture", + "energy", + "governance", + "health", + "education", + "infrastructure" + ], + "geographic_scope": "regional", + "update_frequency": "annual", + "tags": [ + "african-development-bank", + "afdb", + "非洲开发银行", + "africa", + "非洲", + "statistics", + "统计数据", + "development-data", + "发展数据", + "socio-economic", + "社会经济", + "africa-information-highway", + "aih", + "非洲信息高速公路", + "open-data", + "开放数据", + "economic-indicators", + "经济指标", + "national-accounts", + "国民账户", + "sdg", + "可持续发展目标", + "development-finance", + "发展金融", + "regional-data", + "区域数据", + "knoema", + "api" + ], + "data_content": { + "en": [ + "Socio-Economic Database (1960-2024): Comprehensive data on agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, prices, production, and public finance", + "Africa Infrastructure Database: Infrastructure development metrics and project data across African countries", + "African Economic Outlook: Economic forecasts and analysis for African economies", + "Sustainable Development Goals Indicators: SDG monitoring data for Africa", + "National Accounts Database: GDP, GNI, and national income statistics", + "Compendium of Statistics on Bank Group Operations: Annual publication with operational activities data", + "AfDB Statistics Pocketbook: Summary economic and social data for regional member countries", + "Gender, Poverty and Environmental Indicators: Specialized indicators for African countries", + "Country Policy and Institutional Assessment (CPIA): Biennial policy quality assessments for 54 African countries" + ], + "zh": [ + "社会经济数据库(1960-2024):农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户、价格、生产和公共财政的综合数据", + "非洲基础设施数据库:非洲国家的基础设施发展指标和项目数据", + "非洲经济展望:非洲经济体的经济预测和分析", + "可持续发展目标指标:非洲可持续发展目标监测数据", + "国民账户数据库:GDP、GNI和国民收入统计", + "银行集团业务统计汇编:包含业务活动数据的年度出版物", + "非洲开发银行统计手册:区域成员国的经济和社会数据摘要", + "性别、贫困和环境指标:非洲国家的专项指标", + "国家政策和制度评估(CPIA):对54个非洲国家的政策质量进行两年一次的评估" + ] + } +} diff --git a/firstdata/sources/international/development/afdb.json b/firstdata/sources/international/development/afdb.json index adce9a0..5dbbf42 100644 --- a/firstdata/sources/international/development/afdb.json +++ b/firstdata/sources/international/development/afdb.json @@ -13,16 +13,16 @@ "api_url": "http://dataportal.opendataforafrica.org/", "country": null, "domains": [ - "development finance", - "economic statistics", - "social development", - "infrastructure", - "agriculture", - "energy", - "climate change", - "governance", - "health", - "education" + "Development Finance", + "Economic Statistics", + "Social Development", + "Infrastructure", + "Agriculture", + "Energy", + "Climate Change", + "Governance", + "Health", + "Education" ], "geographic_scope": "regional", "update_frequency": "annual", @@ -55,4 +55,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/development/caf.json b/firstdata/sources/international/development/caf.json index 61d20f3..493bf50 100644 --- a/firstdata/sources/international/development/caf.json +++ b/firstdata/sources/international/development/caf.json @@ -14,23 +14,23 @@ "api_url": null, "country": null, "domains": [ - "development finance", - "economic development", - "infrastructure", - "energy transition", - "climate finance", - "social development", - "education", - "health", - "water resources", - "transportation", - "digital transformation", - "innovation", - "agriculture", - "environmental sustainability", - "climate resilience", - "urban development", - "regional integration" + "Development Finance", + "Economic Development", + "Infrastructure", + "Energy Transition", + "Climate Finance", + "Social Development", + "Education", + "Health", + "Water Resources", + "Transportation", + "Digital Transformation", + "Innovation", + "Agriculture", + "Environmental Sustainability", + "Climate Resilience", + "Urban Development", + "Regional Integration" ], "geographic_scope": "regional", "update_frequency": "annual", @@ -94,4 +94,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/development/caribbean-development-bank.json b/firstdata/sources/international/development/caribbean-development-bank.json index 4405c45..7c0b52d 100644 --- a/firstdata/sources/international/development/caribbean-development-bank.json +++ b/firstdata/sources/international/development/caribbean-development-bank.json @@ -13,16 +13,16 @@ "api_url": null, "country": null, "domains": [ - "development finance", - "economic development", - "infrastructure", - "education", - "health", - "agriculture", - "social development", - "environmental sustainability", - "climate resilience", - "poverty reduction" + "Development Finance", + "Economic Development", + "Infrastructure", + "Education", + "Health", + "Agriculture", + "Social Development", + "Environmental Sustainability", + "Climate Resilience", + "Poverty Reduction" ], "geographic_scope": "regional", "update_frequency": "annual", @@ -72,4 +72,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/development/idb.json b/firstdata/sources/international/development/idb.json index 6caa640..ee48b00 100644 --- a/firstdata/sources/international/development/idb.json +++ b/firstdata/sources/international/development/idb.json @@ -13,17 +13,17 @@ "api_url": "https://data.iadb.org/dataset/", "country": null, "domains": [ - "development finance", - "macroeconomic statistics", - "fiscal policy", - "social development", - "education", - "health", - "labor markets", - "trade and integration", - "agriculture", - "public sector", - "financial sector" + "Development Finance", + "Macroeconomic Statistics", + "Fiscal Policy", + "Social Development", + "Education", + "Health", + "Labor Markets", + "Trade and Integration", + "Agriculture", + "Public Sector", + "Financial Sector" ], "geographic_scope": "regional", "update_frequency": "quarterly", @@ -62,4 +62,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/earth-science/copernicus-data-space.json b/firstdata/sources/international/earth-science/copernicus-data-space.json index 68c377a..52cc59b 100644 --- a/firstdata/sources/international/earth-science/copernicus-data-space.json +++ b/firstdata/sources/international/earth-science/copernicus-data-space.json @@ -13,15 +13,15 @@ "api_url": "https://documentation.dataspace.copernicus.eu", "country": null, "domains": [ - "earth observation", - "remote sensing", - "climate change", - "land monitoring", - "ocean monitoring", - "atmosphere monitoring", - "emergency management", - "agriculture", - "forestry" + "Earth Observation", + "Remote Sensing", + "Climate Change", + "Land Monitoring", + "Ocean Monitoring", + "Atmosphere Monitoring", + "Emergency Management", + "Agriculture", + "Forestry" ], "geographic_scope": "global", "update_frequency": "daily", @@ -67,4 +67,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/economics/adb-ado.json b/firstdata/sources/international/economics/adb-ado.json new file mode 100644 index 0000000..2869389 --- /dev/null +++ b/firstdata/sources/international/economics/adb-ado.json @@ -0,0 +1,98 @@ +{ + "id": "adb-ado", + "name": { + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" + }, + "description": { + "en": "The Asian Development Outlook (ADO) is the flagship economic analysis publication of the Asian Development Bank. Published quarterly (April, July, September, and December), it provides comprehensive GDP growth forecasts, inflation rate projections, and economic analysis for 46 ADB developing member economies across five subregions: Caucasus and Central Asia, East Asia, South Asia, Southeast Asia, and The Pacific. The ADO delivers evidence-based policy recommendations for policymakers to address economic and development challenges in the Asia-Pacific region.", + "zh": "亚洲开发展望(ADO)是亚洲开发银行的旗舰经济分析出版物。该报告每季度发布一次(4月、7月、9月和12月),为亚行46个发展中成员经济体提供全面的GDP增长预测、通货膨胀率预测和经济分析,涵盖五个次区域:高加索和中亚、东亚、南亚、东南亚和太平洋地区。ADO为政策制定者提供基于证据的政策建议,以应对亚太地区的经济和发展挑战。" + }, + "website": "https://www.adb.org", + "data_url": "https://www.adb.org/outlook", + "api_url": null, + "country": null, + "domains": [ + "Economics", + "Economic Forecasting", + "Macroeconomics", + "Finance", + "Development Economics", + "GDP Growth", + "Inflation", + "Poverty Analysis", + "Regional Economics", + "Public Sector Management" + ], + "geographic_scope": "regional", + "update_frequency": "quarterly", + "tags": [ + "asian-development-bank", + "adb", + "ado", + "asian-development-outlook", + "亚洲开发银行", + "亚洲开发展望", + "economic-forecasting", + "经济预测", + "gdp-growth", + "gdp", + "国内生产总值", + "经济增长", + "inflation", + "通货膨胀", + "asia-pacific", + "亚太地区", + "developing-economies", + "发展中经济体", + "macroeconomic-indicators", + "宏观经济指标", + "economic-outlook", + "经济展望", + "regional-economics", + "区域经济", + "development-analysis", + "发展分析", + "poverty", + "贫困", + "china", + "中国", + "india", + "印度", + "southeast-asia", + "东南亚", + "central-asia", + "中亚", + "caucasus", + "高加索", + "pacific-islands", + "太平洋岛国" + ], + "data_content": { + "en": [ + "GDP Growth Forecasts - Quarterly projections for 46 developing member economies across the Asia-Pacific region", + "Inflation Rate Projections - Consumer price index forecasts and inflation analysis", + "Economic Analysis by Subregion - Detailed analysis for Caucasus and Central Asia (11 countries), East Asia (2 countries), South Asia (6 countries), Southeast Asia (8 countries), and The Pacific (15 countries)", + "Macroeconomic Indicators - Comprehensive economic statistics including fiscal policy, monetary policy, trade balance, and current account data", + "Development Trends - Analysis of poverty reduction, inclusive growth, and sustainable development progress", + "Risk Assessment - Evaluation of economic risks including global conditions, commodity prices, financial market volatility, and geopolitical factors", + "Policy Recommendations - Evidence-based policy guidance for economic development and crisis response for policymakers", + "Country-Specific Forecasts - Individual economic outlooks for major economies including China, India, and other developing Asian countries", + "Regional Economic Integration - Analysis of trade flows, investment patterns, and regional cooperation initiatives", + "Statistical Tables - Downloadable economic data linked to ADB Data Library" + ], + "zh": [ + "GDP增长预测 - 亚太地区46个发展中成员经济体的季度增长预测", + "通货膨胀率预测 - 消费者价格指数预测和通胀分析", + "分次区域经济分析 - 高加索和中亚(11国)、东亚(2国)、南亚(6国)、东南亚(8国)和太平洋地区(15国)的详细分析", + "宏观经济指标 - 包括财政政策、货币政策、贸易平衡和经常账户数据在内的综合经济统计", + "发展趋势 - 减贫、包容性增长和可持续发展进展分析", + "风险评估 - 经济风险评估,包括全球环境、大宗商品价格、金融市场波动和地缘政治因素", + "政策建议 - 为政策制定者提供基于证据的经济发展和危机应对政策指导", + "国别预测 - 包括中国、印度等主要经济体的单独经济展望", + "区域经济一体化 - 贸易流动、投资模式和区域合作倡议分析", + "统计表格 - 可下载的经济数据,链接到亚行数据库" + ] + }, + "authority_level": "international" +} diff --git a/firstdata/sources/international/economics/adb-data-library.json b/firstdata/sources/international/economics/adb-data-library.json new file mode 100644 index 0000000..b15068e --- /dev/null +++ b/firstdata/sources/international/economics/adb-data-library.json @@ -0,0 +1,74 @@ +{ + "id": "adb-data-library", + "name": { + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" + }, + "description": { + "en": "The central repository for all of ADB's public data, providing free and open access to macro-economic and social data from the Asian Development Bank's flagship publications. Covers data from the Asian Development Outlook (ADO), Key Indicators for Asia and the Pacific, and other authoritative sources. Includes economic indicators, financial data, and project-level information for the Asia-Pacific region.", + "zh": "亚洲开发银行所有公开数据的中央存储库,提供来自亚洲开发银行旗舰出版物的宏观经济和社会数据的免费开放访问。涵盖《亚洲发展展望》(ADO)、《亚太地区关键指标》等权威来源的数据。包括亚太地区的经济指标、金融数据和项目级信息。" + }, + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://data.adb.org", + "authority_level": "international", + "country": null, + "domains": [ + "economics", + "finance", + "social", + "development" + ], + "geographic_scope": "regional", + "update_frequency": "annual", + "tags": [ + "asian-development-bank", + "亚洲开发银行", + "adb", + "asia-pacific", + "亚太地区", + "economic-indicators", + "经济指标", + "gdp", + "国内生产总值", + "poverty", + "贫困", + "development-data", + "发展数据", + "infrastructure", + "基础设施", + "vietnam", + "越南", + "quarterly-data", + "季度数据", + "open-data", + "开放数据", + "api" + ], + "data_content": { + "en": [ + "GDP and economic growth indicators for Asia-Pacific countries", + "Poverty and income distribution statistics", + "Population and demographic data", + "Education and health indicators", + "Infrastructure development metrics", + "Financial and corporate data from ADB Annual Report", + "Project-level data and development assistance", + "Key Indicators for Asia and the Pacific", + "Asian Development Outlook (ADO) economic forecasts", + "Quarterly economic indicators including Vietnam data" + ], + "zh": [ + "亚太国家GDP和经济增长指标", + "贫困和收入分配统计", + "人口和人口统计数据", + "教育和健康指标", + "基础设施发展指标", + "亚行年度报告中的金融和企业数据", + "项目级数据和发展援助", + "亚太地区关键指标", + "亚洲发展展望(ADO)经济预测", + "包括越南数据在内的季度经济指标" + ] + } +} diff --git a/firstdata/sources/international/economics/adb-vietnam.json b/firstdata/sources/international/economics/adb-vietnam.json new file mode 100644 index 0000000..b950065 --- /dev/null +++ b/firstdata/sources/international/economics/adb-vietnam.json @@ -0,0 +1,91 @@ +{ + "id": "adb-vietnam", + "name": { + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" + }, + "description": { + "en": "Comprehensive economic development indicators and statistics for Vietnam from the Asian Development Bank (ADB). Covers GDP growth, inflation, economic forecasts, poverty statistics, government finance, trade, balance of payments, and development assistance data. Includes data from the Key Indicators Database, Asian Development Outlook (ADO), and country-specific economic analysis.", + "zh": "亚洲开发银行(ADB)提供的越南综合经济发展指标和统计数据。涵盖GDP增长、通货膨胀、经济预测、贫困统计、政府财政、贸易、国际收支和发展援助数据。包括来自关键指标数据库、亚洲发展展望(ADO)和越南国别经济分析的数据。" + }, + "website": "https://www.adb.org", + "data_url": "https://www.adb.org/countries/viet-nam/data", + "api_url": null, + "authority_level": "international", + "country": "VN", + "domains": [ + "economics", + "finance", + "development", + "social" + ], + "geographic_scope": "national", + "update_frequency": "annual", + "tags": [ + "asian-development-bank", + "亚洲开发银行", + "adb", + "vietnam", + "越南", + "viet-nam", + "economic-indicators", + "经济指标", + "gdp-growth", + "gdp增长", + "inflation", + "通货膨胀", + "economic-forecast", + "经济预测", + "poverty", + "贫困", + "development-data", + "发展数据", + "key-indicators", + "关键指标", + "asian-development-outlook", + "亚洲发展展望", + "ado", + "government-finance", + "政府财政", + "trade", + "贸易", + "balance-of-payments", + "国际收支", + "country-data", + "国别数据" + ], + "data_content": { + "en": [ + "GDP growth rates and economic forecasts (6.7% in 2025, 6.0% in 2026)", + "Inflation rates and price indices (3.9% in 2025, 3.8% in 2026)", + "Population and demographic statistics", + "Labor force and employment indicators", + "Poverty and income distribution data", + "Government finance and fiscal indicators", + "National accounts and production statistics", + "Banking and monetary statistics", + "Trade and balance of payments data", + "Foreign exchange rates and external debt", + "Energy and environmental indicators", + "Sustainable Development Goals (SDG) indicators", + "ADB project performance and cofinancing data", + "Development results and success rates (2010-2018)" + ], + "zh": [ + "GDP增长率和经济预测(2025年6.7%,2026年6.0%)", + "通货膨胀率和价格指数(2025年3.9%,2026年3.8%)", + "人口和人口统计数据", + "劳动力和就业指标", + "贫困和收入分配数据", + "政府财政和财政指标", + "国民账户和生产统计", + "银行和货币统计", + "贸易和国际收支数据", + "外汇汇率和外债", + "能源和环境指标", + "可持续发展目标(SDG)指标", + "亚行项目绩效和联合融资数据", + "发展成果和成功率(2010-2018年)" + ] + } +} diff --git a/firstdata/sources/international/economics/bis.json b/firstdata/sources/international/economics/bis.json index 67819fd..118372f 100644 --- a/firstdata/sources/international/economics/bis.json +++ b/firstdata/sources/international/economics/bis.json @@ -13,17 +13,17 @@ "api_url": "https://stats.bis.org/api-doc/v2/", "country": null, "domains": [ - "banking", - "finance", - "securities", - "credit", - "liquidity", - "derivatives", - "real estate", - "prices", - "exchange rates", - "central banking", - "payments" + "Banking", + "Finance", + "Securities", + "Credit", + "Liquidity", + "Derivatives", + "Real Estate", + "Prices", + "Exchange Rates", + "Central Banking", + "Payments" ], "geographic_scope": "global", "update_frequency": "quarterly", @@ -83,4 +83,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/economics/ceic-global-database.json b/firstdata/sources/international/economics/ceic-global-database.json new file mode 100644 index 0000000..486d7b1 --- /dev/null +++ b/firstdata/sources/international/economics/ceic-global-database.json @@ -0,0 +1,73 @@ +{ + "id": "ceic-global-database", + "name": { + "en": "CEIC Global Database", + "zh": "环亚经济数据库" + }, + "description": { + "en": "Leading provider of economic intelligence covering developed and developing markets worldwide since 1992. Contains over 4.2 million time series from more than 2,500 sources, including macroeconomic indicators, industrial sector data, and alternative high-frequency data. Offers ground-level expertise in emerging markets with hyper-local economic data and exclusive access to hard-to-find market information.", + "zh": "自1992年以来全球领先的经济情报提供商,覆盖全球发达和发展中市场。包含超过420万个时间序列,来自2500多个数据源,涵盖宏观经济指标、工业部门数据和高频替代数据。在新兴市场提供实地专业知识,包括超本地化经济数据和独家难寻市场信息。" + }, + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "api_url": "https://www.ceicdata.com/api/v1", + "country": null, + "domains": [ + "economics", + "finance", + "industry", + "trade", + "labor" + ], + "geographic_scope": "global", + "update_frequency": "daily", + "tags": [ + "macroeconomic-data", + "emerging-markets", + "time-series", + "gdp", + "cpi", + "fdi", + "industrial-production", + "trade-statistics", + "labor-market", + "alternative-data", + "high-frequency-data", + "宏观经济数据", + "新兴市场", + "时间序列", + "工业生产", + "贸易统计", + "劳动力市场", + "高频数据" + ], + "data_content": { + "en": [ + "GDP, GNP, and national accounts data across 200+ countries", + "Consumer Price Index (CPI) and inflation indicators", + "Foreign Direct Investment (FDI) flows and stocks", + "International trade and balance of payments statistics", + "Labor market dynamics and employment data", + "Government finance and fiscal indicators", + "18 macroeconomic sectors with detailed indicators", + "14 industrial sectors including agriculture, automobiles, banking, energy, manufacturing, and telecommunications", + "High-frequency alternative data: e-commerce transactions, online sales, credit card spending, job postings, mobility trends, property transactions", + "ESG (Environmental, Social, Governance) data for sustainability assessment", + "County-level granular economic data for hyper-local analysis" + ], + "zh": [ + "200多个国家的GDP、GNP和国民账户数据", + "居民消费价格指数(CPI)和通胀指标", + "外国直接投资(FDI)流量和存量", + "国际贸易和国际收支统计", + "劳动力市场动态和就业数据", + "政府财政和财政指标", + "18个宏观经济部门的详细指标", + "14个工业部门,包括农业、汽车、银行、能源、制造和电信", + "高频替代数据:电子商务交易、在线销售、信用卡消费、职位发布、流动性趋势、房地产交易", + "ESG(环境、社会、治理)可持续性评估数据", + "县级粒度经济数据用于超本地化分析" + ] + }, + "authority_level": "commercial" +} diff --git a/firstdata/sources/international/economics/ceic-vietnam.json b/firstdata/sources/international/economics/ceic-vietnam.json new file mode 100644 index 0000000..eb73f2f --- /dev/null +++ b/firstdata/sources/international/economics/ceic-vietnam.json @@ -0,0 +1,84 @@ +{ + "id": "ceic-vietnam", + "name": { + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" + }, + "description": { + "en": "Comprehensive economic database covering Vietnam's macroeconomic indicators, industrial production, trade statistics, and labor market data. Includes structured data from Vietnam's General Statistics Office (GSO) with time series spanning from 1955 to 2030. Provides monthly, quarterly, and annual updates on key economic metrics including GDP, CPI, employment, trade, government finance, and financial markets.", + "zh": "全面的越南经济数据库,涵盖宏观经济指标、工业生产、贸易统计和劳动力市场数据。包含越南统计总局(GSO)的结构化数据,时间序列跨度从1955年至2030年。提供关键经济指标的月度、季度和年度更新,包括GDP、CPI、就业、贸易、政府财政和金融市场。" + }, + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "api_url": "https://developer.isimarkets.com/en/ApiProducts/CEIC", + "country": "VN", + "domains": [ + "economics", + "finance", + "trade", + "labor", + "industry" + ], + "geographic_scope": "national", + "update_frequency": "monthly", + "tags": [ + "vietnam", + "越南", + "vietnam-economy", + "越南经济", + "gso", + "越南统计总局", + "general-statistics-office", + "gdp", + "国内生产总值", + "cpi", + "居民消费价格指数", + "inflation", + "通货膨胀", + "employment", + "就业", + "trade-statistics", + "贸易统计", + "industrial-production", + "工业生产", + "government-finance", + "政府财政", + "financial-markets", + "金融市场", + "macroeconomic-indicators", + "宏观经济指标", + "time-series", + "时间序列" + ], + "data_content": { + "en": [ + "National Accounts: GDP growth (13.5% as of Dec 2025), consumption, investment, savings rates", + "Production: Industrial production indices, minerals extraction, vehicle manufacturing statistics", + "Government Finance: Fiscal balance, tax revenue, government debt levels", + "Labor Market: Employment data, unemployment rate (2.22% as of Dec 2025), wages, labor productivity", + "International Trade: Export/import values, trade balance, bilateral trade flows", + "Monetary Indicators: Interest rates, exchange rates, money supply (M1, M2), foreign reserves", + "Price Indices: Consumer Price Index (CPI), producer price index, sectoral inflation rates", + "Energy: Electricity generation and consumption, oil, coal, natural gas production and usage", + "Tourism: International visitor arrivals, tourism revenue statistics", + "Financial Markets: Stock market indices, market capitalization, trading volumes", + "Population: Demographic data including projections (102.3 million in 2025)", + "Gross National Product: GNP data (USD 476.3 billion in 2024) and related metrics" + ], + "zh": [ + "国民账户: GDP增长率(截至2025年12月为13.5%)、消费、投资、储蓄率", + "生产: 工业生产指数、矿产开采、汽车制造统计", + "政府财政: 财政平衡、税收收入、政府债务水平", + "劳动力市场: 就业数据、失业率(截至2025年12月为2.22%)、工资、劳动生产率", + "国际贸易: 进出口额、贸易差额、双边贸易流量", + "货币指标: 利率、汇率、货币供应量(M1、M2)、外汇储备", + "价格指数: 居民消费价格指数(CPI)、生产者价格指数、分部门通胀率", + "能源: 电力生产与消费、石油、煤炭、天然气产量与使用", + "旅游: 国际游客到访人数、旅游收入统计", + "金融市场: 股票市场指数、市值、交易量", + "人口: 人口统计数据及预测(2025年为1.023亿)", + "国民生产总值: GNP数据(2024年为4763亿美元)及相关指标" + ] + }, + "authority_level": "commercial" +} diff --git a/firstdata/sources/international/economics/ecb-sdw.json b/firstdata/sources/international/economics/ecb-sdw.json index c77237c..a35647e 100644 --- a/firstdata/sources/international/economics/ecb-sdw.json +++ b/firstdata/sources/international/economics/ecb-sdw.json @@ -13,16 +13,16 @@ "api_url": "https://data.ecb.europa.eu/help/api/overview", "country": null, "domains": [ - "monetary policy", - "banking statistics", - "balance of payments", - "government finance", - "financial markets", - "exchange rates", - "interest rates", - "financial stability", - "banking supervision", - "national accounts" + "Monetary Policy", + "Banking Statistics", + "Balance of Payments", + "Government Finance", + "Financial Markets", + "Exchange Rates", + "Interest Rates", + "Financial Stability", + "Banking Supervision", + "National Accounts" ], "geographic_scope": "regional", "update_frequency": "daily", @@ -73,4 +73,4 @@ ] }, "authority_level": "government" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/education/oecd-pisa.json b/firstdata/sources/international/education/oecd-pisa.json index 0499258..3d0c9ce 100644 --- a/firstdata/sources/international/education/oecd-pisa.json +++ b/firstdata/sources/international/education/oecd-pisa.json @@ -13,14 +13,14 @@ "api_url": null, "country": null, "domains": [ - "education", - "student assessment", - "reading literacy", - "mathematical literacy", - "scientific literacy", - "financial literacy", - "creative thinking", - "global competence" + "Education", + "Student Assessment", + "Reading Literacy", + "Mathematical Literacy", + "Scientific Literacy", + "Financial Literacy", + "Creative Thinking", + "Global Competence" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -74,4 +74,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/environment/basel-convention.json b/firstdata/sources/international/environment/basel-convention.json index 9e70c6a..fad8df9 100644 --- a/firstdata/sources/international/environment/basel-convention.json +++ b/firstdata/sources/international/environment/basel-convention.json @@ -13,11 +13,11 @@ "api_url": null, "country": null, "domains": [ - "environment", - "waste management", - "hazardous materials", - "international trade", - "environmental law" + "Environment", + "Waste Management", + "Hazardous Materials", + "International Trade", + "Environmental Law" ], "geographic_scope": "global", "update_frequency": "annual", @@ -73,4 +73,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/environment/cdiac.json b/firstdata/sources/international/environment/cdiac.json new file mode 100644 index 0000000..1cc851d --- /dev/null +++ b/firstdata/sources/international/environment/cdiac.json @@ -0,0 +1,77 @@ +{ + "id": "cdiac", + "name": { + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" + }, + "description": { + "en": "The Carbon Dioxide Information Analysis Center (CDIAC) was the primary climate-change data and information analysis center of the U.S. Department of Energy, operated by Oak Ridge National Laboratory from 1982 to 2017. CDIAC provided the world's longest time series of global and national CO2 emissions from fossil fuel combustion, cement production, and gas flaring, with consistent estimates dating back to 1751. The center compiled and distributed global change data, performed data quality assurance checks, and published reports on atmospheric trace gases and climate change. Since CDIAC's closure in 2017, its historical datasets have been archived at Lawrence Berkeley National Laboratory's ESS-DIVE repository, with ongoing data updates transferred to Appalachian State University and other specialized repositories.", + "zh": "碳信息分析中心(CDIAC)是美国能源部的主要气候变化数据和信息分析中心,由橡树岭国家实验室运营,时间跨度为1982年至2017年。CDIAC提供了世界上最长的全球和国家级化石燃料燃烧、水泥生产和天然气燃烧产生的二氧化碳排放时间序列数据,其一致性估算可追溯至1751年。该中心编制和分发全球变化数据,执行数据质量保证检查,并发布关于大气痕量气体和气候变化的报告。自2017年CDIAC关闭以来,其历史数据集已归档至劳伦斯伯克利国家实验室的ESS-DIVE存储库,持续的数据更新已转移至阿巴拉契亚州立大学和其他专业存储库。" + }, + "website": "https://ess-dive.lbl.gov/", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", + "api_url": "https://api-sandbox.ess-dive.lbl.gov/", + "country": null, + "domains": [ + "Climate Change", + "Environment", + "Carbon Emissions", + "Atmospheric Science", + "Energy Statistics", + "Greenhouse Gases" + ], + "geographic_scope": "global", + "update_frequency": "irregular", + "tags": [ + "cdiac", + "carbon-dioxide", + "co2-emissions", + "fossil-fuels", + "climate-change", + "greenhouse-gases", + "atmospheric-trace-gases", + "global-emissions", + "historical-data", + "climate-data", + "carbon-cycle", + "cement-production", + "gas-flaring", + "二氧化碳", + "碳排放", + "气候变化", + "温室气体", + "化石燃料", + "全球排放", + "历史数据", + "气候数据", + "碳循环", + "水泥生产", + "oak-ridge", + "ess-dive", + "doe", + "energy-department" + ], + "data_content": { + "en": [ + "Global, regional, and national fossil-fuel CO2 emissions from 1751 to 2017", + "CO2 emissions from solid fuel consumption, liquid fuel consumption, and gas fuel consumption", + "CO2 emissions from cement manufacture and gas flaring", + "Atmospheric CO2 concentrations and trace gas measurements", + "Historical carbon dioxide data and climate research datasets", + "Oceanic trace gas data (transferred to NOAA's OCADS)", + "Land-use change and forestry emissions data", + "Energy production and consumption statistics related to emissions" + ], + "zh": [ + "1751年至2017年全球、区域和国家化石燃料二氧化碳排放数据", + "固体燃料消费、液体燃料消费和气体燃料消费产生的二氧化碳排放", + "水泥生产和天然气燃烧产生的二氧化碳排放", + "大气二氧化碳浓度和痕量气体测量数据", + "历史二氧化碳数据和气候研究数据集", + "海洋痕量气体数据(已转移至NOAA的OCADS)", + "土地利用变化和林业排放数据", + "与排放相关的能源生产和消费统计数据" + ] + }, + "authority_level": "research" +} diff --git a/firstdata/sources/international/environment/cites-trade-database.json b/firstdata/sources/international/environment/cites-trade-database.json index 8542f7c..ff5df9e 100644 --- a/firstdata/sources/international/environment/cites-trade-database.json +++ b/firstdata/sources/international/environment/cites-trade-database.json @@ -13,11 +13,11 @@ "api_url": null, "country": null, "domains": [ - "wildlife conservation", - "endangered species", - "international trade", - "environmental protection", - "biodiversity" + "Wildlife Conservation", + "Endangered Species", + "International Trade", + "Environmental Protection", + "Biodiversity" ], "geographic_scope": "global", "update_frequency": "annual", @@ -62,4 +62,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/finance/bis-reserves.json b/firstdata/sources/international/finance/bis-reserves.json new file mode 100644 index 0000000..45e4794 --- /dev/null +++ b/firstdata/sources/international/finance/bis-reserves.json @@ -0,0 +1,67 @@ +{ + "id": "bis-reserves", + "name": { + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" + }, + "description": { + "en": "The BIS Central Bank Total Assets dataset tracks the evolution of central bank balance sheets across more than 50 advanced and emerging market economies. Financial assets include gold, foreign international reserves and claims on government, financial and non-financial sectors. The dataset provides long historical series with annual data averaging around a century and quarterly/monthly data for more recent periods.", + "zh": "国际清算银行的中央银行总资产数据集追踪全球50多个发达和新兴市场经济体的中央银行资产负债表演变。金融资产包括黄金、外汇储备以及对政府、金融和非金融部门的债权。该数据集提供长时间历史序列,年度数据平均覆盖约一个世纪,并提供近期的季度和月度数据。" + }, + "website": "https://www.bis.org", + "data_url": "https://data.bis.org/topics/CBTA", + "api_url": "https://stats.bis.org/api-doc/v2/", + "authority_level": "international", + "country": null, + "domains": [ + "Central Banking", + "Foreign Exchange Reserves", + "Monetary Policy", + "Financial Markets", + "International Finance" + ], + "geographic_scope": "global", + "update_frequency": "quarterly", + "tags": [ + "bis", + "bank-for-international-settlements", + "国际清算银行", + "central-bank", + "中央银行", + "foreign-exchange-reserves", + "外汇储备", + "international-reserves", + "国际储备", + "central-bank-assets", + "央行资产", + "balance-sheet", + "资产负债表", + "gold-reserves", + "黄金储备", + "monetary-reserves", + "货币储备", + "reserve-management", + "储备管理", + "sdmx-api" + ], + "data_content": { + "en": [ + "Central Bank Total Assets - Aggregate balance sheet data for 50+ central banks", + "Foreign Exchange Reserves - International reserves holdings by central banks", + "Gold Reserves - Central bank gold holdings and valuations", + "Claims on Government - Central bank holdings of government securities", + "Claims on Financial Sector - Central bank lending to financial institutions", + "Historical Time Series - Annual data with median start year of 1942, some series dating to 19th century", + "Multiple Denominations - Data available in domestic currency, percentage of GDP, and US dollars" + ], + "zh": [ + "中央银行总资产 - 50多个中央银行的资产负债表汇总数据", + "外汇储备 - 中央银行持有的国际储备", + "黄金储备 - 中央银行的黄金持有量和估值", + "对政府债权 - 中央银行持有的政府证券", + "对金融部门债权 - 中央银行对金融机构的贷款", + "历史时间序列 - 年度数据中位数起始年份为1942年,部分序列可追溯至19世纪", + "多种计价单位 - 数据以本币、GDP百分比和美元提供" + ] + } +} diff --git a/firstdata/sources/international/finance/bis-statistics.json b/firstdata/sources/international/finance/bis-statistics.json new file mode 100644 index 0000000..51977ad --- /dev/null +++ b/firstdata/sources/international/finance/bis-statistics.json @@ -0,0 +1,111 @@ +{ + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "description": { + "en": "The Bank for International Settlements (BIS) Statistics Portal provides comprehensive global financial and monetary statistics compiled in cooperation with 63 central banks and national authorities worldwide. Established in 1930, BIS serves central banks in their pursuit of monetary and financial stability through international cooperation. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, and central bank statistics.", + "zh": "国际清算银行(BIS)统计门户提供与全球63家中央银行和国家当局合作编制的综合全球金融和货币统计数据。BIS成立于1930年,通过国际合作支持中央银行追求货币和金融稳定。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率和中央银行统计。" + }, + "website": "https://www.bis.org", + "data_url": "https://data.bis.org", + "api_url": "https://stats.bis.org/api-doc/v2/", + "authority_level": "international", + "country": null, + "domains": [ + "Banking", + "Finance", + "Securities", + "Credit", + "Liquidity", + "Derivatives", + "Real Estate", + "Exchange Rates", + "Central Banking", + "Monetary Policy", + "Payments" + ], + "geographic_scope": "global", + "update_frequency": "quarterly", + "tags": [ + "bis", + "bank-for-international-settlements", + "国际清算银行", + "central-bank", + "中央银行", + "banking-statistics", + "银行统计", + "international-banking", + "国际银行业", + "foreign-exchange", + "外汇", + "derivatives", + "衍生品", + "otc-derivatives", + "场外衍生品", + "global-liquidity", + "全球流动性", + "financial-stability", + "金融稳定", + "monetary-statistics", + "货币统计", + "credit", + "信贷", + "debt-securities", + "债券", + "exchange-rates", + "汇率", + "property-prices", + "房地产价格", + "triennial-survey", + "三年期调查", + "sdmx-api", + "consolidated-banking", + "银行业综合统计", + "locational-banking", + "区域银行统计" + ], + "data_content": { + "en": [ + "Locational Banking Statistics - International banking activity from a residence perspective, covering cross-border positions", + "Consolidated Banking Statistics - Worldwide consolidated positions of internationally active banking groups", + "Global Liquidity Indicators - Foreign currency credit to non-bank borrowers outside the United States", + "Debt Securities Statistics - Issuance and amounts outstanding of international and domestic debt securities", + "Credit to Non-Financial Sector - Credit aggregates to households, non-financial corporations, and government", + "Credit-to-GDP Gaps - Deviations of credit-to-GDP ratios from long-term trends as early warning indicators", + "Debt Service Ratios - Principal and interest payments of private non-financial sector relative to income", + "Triennial Central Bank Survey - Foreign exchange and OTC derivatives market turnover and positions", + "OTC Derivatives Statistics - Notional amounts outstanding and gross market values of over-the-counter derivatives", + "Exchange-Traded Derivatives Statistics - Turnover and open interest in exchange-traded derivatives", + "Residential Property Prices - Real and nominal residential property price indices for advanced and emerging economies", + "Commercial Property Prices - Commercial real estate price indices", + "Effective Exchange Rates - Broad and narrow nominal and real effective exchange rate indices", + "US Dollar Exchange Rates - Bilateral exchange rates against the US dollar", + "Consumer Price Indices - Consumer price inflation measures for international comparison", + "Central Bank Total Assets - Evolution of central bank balance sheets across 50+ economies", + "Central Bank Policy Rates - Policy interest rates set by central banks", + "Payment Statistics - Retail and large-value payment instruments, systems, and transactions" + ], + "zh": [ + "区域性银行统计 - 从居住地角度的国际银行业活动,涵盖跨境头寸", + "合并银行统计 - 国际活跃银行集团的全球合并头寸", + "全球流动性指标 - 美国以外非银行借款人的外币信贷", + "债务证券统计 - 国际和国内债务证券的发行和未偿余额", + "非金融部门信贷 - 对家庭、非金融企业和政府的信贷总量", + "信贷与GDP缺口 - 信贷与GDP比率相对于长期趋势的偏差,作为早期预警指标", + "偿债比率 - 私人非金融部门的本金和利息支付相对于收入的比率", + "三年期中央银行调查 - 外汇和场外衍生品市场成交量及头寸", + "场外衍生品统计 - 场外衍生品的名义金额未偿余额和总市值", + "交易所交易衍生品统计 - 交易所交易衍生品的成交量和未平仓合约", + "住宅房地产价格 - 发达和新兴经济体的实际和名义住宅房地产价格指数", + "商业房地产价格 - 商业地产价格指数", + "有效汇率 - 广义和狭义的名义和实际有效汇率指数", + "美元汇率 - 相对于美元的双边汇率", + "消费者价格指数 - 用于国际比较的消费者价格通胀衡量指标", + "中央银行总资产 - 50多个经济体中央银行资产负债表的演变", + "中央银行政策利率 - 中央银行设定的政策利率", + "支付统计 - 零售和大额支付工具、系统和交易" + ] + } +} diff --git a/firstdata/sources/international/health/ecdc-surveillance.json b/firstdata/sources/international/health/ecdc-surveillance.json index 3f4f490..6170064 100644 --- a/firstdata/sources/international/health/ecdc-surveillance.json +++ b/firstdata/sources/international/health/ecdc-surveillance.json @@ -13,16 +13,16 @@ "api_url": null, "country": null, "domains": [ - "infectious diseases", - "public health", - "epidemiology", - "disease surveillance", - "antimicrobial resistance", - "immunization", - "healthcare-associated infections", - "vector-borne diseases", - "food and waterborne diseases", - "respiratory diseases" + "Infectious Diseases", + "Public Health", + "Epidemiology", + "Disease Surveillance", + "Antimicrobial Resistance", + "Immunization", + "Healthcare-Associated Infections", + "Vector-Borne Diseases", + "Food and Waterborne Diseases", + "Respiratory Diseases" ], "geographic_scope": "regional", "update_frequency": "weekly", @@ -80,4 +80,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/standards-metrology/bipm-kcdb.json b/firstdata/sources/international/standards-metrology/bipm-kcdb.json index 31ebab3..0fff3fd 100644 --- a/firstdata/sources/international/standards-metrology/bipm-kcdb.json +++ b/firstdata/sources/international/standards-metrology/bipm-kcdb.json @@ -14,18 +14,18 @@ "api_url": "https://www.bipm.org/en/cipm-mra/kcdb-api", "country": null, "domains": [ - "metrology", - "measurement standards", - "international system of units (si)", - "time and frequency", - "mass and related quantities", - "length", - "thermometry", - "electricity and magnetism", - "photometry and radiometry", - "ionizing radiation", - "chemistry and biology", - "acoustics, ultrasound and vibration" + "Metrology", + "Measurement Standards", + "International System of Units (SI)", + "Time and Frequency", + "Mass and Related Quantities", + "Length", + "Thermometry", + "Electricity and Magnetism", + "Photometry and Radiometry", + "Ionizing Radiation", + "Chemistry and Biology", + "Acoustics, Ultrasound and Vibration" ], "geographic_scope": "global", "update_frequency": "daily", @@ -70,4 +70,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/standards-metrology/codex-alimentarius.json b/firstdata/sources/international/standards-metrology/codex-alimentarius.json index f50d4de..5fb6c87 100644 --- a/firstdata/sources/international/standards-metrology/codex-alimentarius.json +++ b/firstdata/sources/international/standards-metrology/codex-alimentarius.json @@ -13,18 +13,18 @@ "api_url": null, "country": null, "domains": [ - "food safety", - "food standards", - "food labeling", - "food hygiene", - "food additives", - "pesticide residues", - "veterinary drug residues", - "contaminants", - "food inspection", - "certification systems", - "nutrition", - "food quality" + "Food Safety", + "Food Standards", + "Food Labeling", + "Food Hygiene", + "Food Additives", + "Pesticide Residues", + "Veterinary Drug Residues", + "Contaminants", + "Food Inspection", + "Certification Systems", + "Nutrition", + "Food Quality" ], "geographic_scope": "global", "update_frequency": "annual", @@ -68,4 +68,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/international/trade/bea-international-trade.json b/firstdata/sources/international/trade/bea-international-trade.json new file mode 100644 index 0000000..4fa9d84 --- /dev/null +++ b/firstdata/sources/international/trade/bea-international-trade.json @@ -0,0 +1,67 @@ +{ + "id": "bea-international-trade", + "name": { + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" + }, + "description": { + "en": "The U.S. Bureau of Economic Analysis (BEA) provides comprehensive monthly statistics on U.S. international trade in goods and services. The dataset includes detailed historical data from 1960 to present, covering exports and imports by country and product category, with both seasonally adjusted and unadjusted figures. Data is accessible through interactive tables, API, and downloadable formats.", + "zh": "美国经济分析局(BEA)提供全面的美国国际货物和服务贸易月度统计数据。数据集包含从1960年至今的详细历史数据,涵盖按国家和产品类别分类的出口和进口数据,提供季节性调整和未调整数据。数据可通过交互式表格、API和可下载格式访问。" + }, + "website": "https://www.bea.gov", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "api_url": "https://apps.bea.gov/API/signup/index.html", + "authority_level": "government", + "country": "US", + "domains": [ + "trade", + "economics", + "international" + ], + "geographic_scope": "national", + "update_frequency": "monthly", + "tags": [ + "international_trade", + "国际贸易", + "exports", + "出口", + "imports", + "进口", + "trade_balance", + "贸易差额", + "goods_trade", + "货物贸易", + "services_trade", + "服务贸易", + "us_trade", + "美国贸易", + "bilateral_trade", + "双边贸易", + "trade_statistics", + "贸易统计", + "bea", + "bureau_of_economic_analysis" + ], + "data_content": { + "en": [ + "Monthly U.S. international trade in goods and services from 1960 to present, including total exports, imports, and trade balance", + "Bilateral trade data by country and geographic area (available from 1999 onwards) covering major trading partners", + "Trade in goods with detailed product category breakdowns (seasonally adjusted and unadjusted)", + "Trade in services including categories such as travel, transport, intellectual property, financial services, and other business services", + "International Transactions Balance of Payments - comprehensive U.S. transactions in goods, services, income, and investment with other countries", + "International Services Expanded Detail - detailed service sector information including multinational enterprise activities", + "International Investment Position - financial asset and liability records between the U.S. and other nations", + "Direct Investment by Country and Industry - investment data involving business control or significant influence" + ], + "zh": [ + "从1960年至今的美国国际货物和服务贸易月度数据,包括总出口、进口和贸易差额", + "按国家和地理区域分类的双边贸易数据(1999年起可用),涵盖主要贸易伙伴", + "货物贸易详细产品类别细分(包含季节性调整和未调整数据)", + "服务贸易,包括旅行、运输、知识产权、金融服务和其他商业服务等类别", + "国际交易收支平衡表 - 美国与其他国家在货物、服务、收入和投资方面的全面交易数据", + "国际服务扩展详细信息 - 详细的服务业信息,包括跨国企业活动", + "国际投资头寸 - 美国与其他国家之间的金融资产和负债记录", + "按国家和行业分类的直接投资 - 涉及企业控制权或重大影响力的投资数据" + ] + } +} diff --git a/firstdata/sources/sectors/A-agriculture/amis.json b/firstdata/sources/sectors/A-agriculture/amis.json index b882aff..f3f27ad 100644 --- a/firstdata/sources/sectors/A-agriculture/amis.json +++ b/firstdata/sources/sectors/A-agriculture/amis.json @@ -13,13 +13,13 @@ "api_url": null, "country": null, "domains": [ - "agriculture", - "food security", - "commodity markets", - "agricultural trade", - "food prices", - "market transparency", - "policy coordination" + "Agriculture", + "Food Security", + "Commodity Markets", + "Agricultural Trade", + "Food Prices", + "Market Transparency", + "Policy Coordination" ], "geographic_scope": "global", "update_frequency": "monthly", @@ -67,4 +67,4 @@ ] }, "authority_level": "international" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/B-mining/rare-earth/china-rare-earth-association.json b/firstdata/sources/sectors/B-mining/rare-earth/china-rare-earth-association.json index 2726482..59ce287 100644 --- a/firstdata/sources/sectors/B-mining/rare-earth/china-rare-earth-association.json +++ b/firstdata/sources/sectors/B-mining/rare-earth/china-rare-earth-association.json @@ -13,12 +13,12 @@ "api_url": null, "country": "CN", "domains": [ - "mining", - "rare earth industry", - "metal materials", - "resource management", - "industrial economics", - "commodity price" + "Mining", + "Rare Earth Industry", + "Metal Materials", + "Resource Management", + "Industrial Economics", + "Commodity Price" ], "geographic_scope": "national", "update_frequency": "daily", diff --git a/firstdata/sources/sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json b/firstdata/sources/sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json index 5d2a0c6..5283662 100644 --- a/firstdata/sources/sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json +++ b/firstdata/sources/sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json @@ -13,13 +13,13 @@ "api_url": null, "country": "CN", "domains": [ - "additive manufacturing", - "3d printing", - "advanced manufacturing", - "industrial statistics", - "manufacturing technology", - "materials science", - "equipment manufacturing" + "Additive Manufacturing", + "3D Printing", + "Advanced Manufacturing", + "Industrial Statistics", + "Manufacturing Technology", + "Materials Science", + "Equipment Manufacturing" ], "geographic_scope": "national", "update_frequency": "monthly", diff --git a/firstdata/sources/sectors/C-manufacturing/automotive/china-auto-association.json b/firstdata/sources/sectors/C-manufacturing/automotive/china-auto-association.json index 4d64545..35c237f 100644 --- a/firstdata/sources/sectors/C-manufacturing/automotive/china-auto-association.json +++ b/firstdata/sources/sectors/C-manufacturing/automotive/china-auto-association.json @@ -13,11 +13,11 @@ "api_url": null, "country": "CN", "domains": [ - "automotive", - "manufacturing", - "transportation", - "new energy vehicles", - "industrial statistics" + "Automotive", + "Manufacturing", + "Transportation", + "New Energy Vehicles", + "Industrial Statistics" ], "geographic_scope": "national", "update_frequency": "monthly", diff --git a/firstdata/sources/sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json b/firstdata/sources/sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json index 8300ff8..2d8d8c3 100644 --- a/firstdata/sources/sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json +++ b/firstdata/sources/sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json @@ -13,14 +13,14 @@ "api_url": null, "country": "CN", "domains": [ - "chemical industry", - "petroleum industry", - "industrial statistics", - "catalysts", - "chemical materials", - "petrochemicals", - "industry standards", - "economic analysis" + "Chemical Industry", + "Petroleum Industry", + "Industrial Statistics", + "Catalysts", + "Chemical Materials", + "Petrochemicals", + "Industry Standards", + "Economic Analysis" ], "geographic_scope": "national", "update_frequency": "monthly", diff --git a/firstdata/sources/sectors/C-manufacturing/robotics/china-robot-industry-alliance.json b/firstdata/sources/sectors/C-manufacturing/robotics/china-robot-industry-alliance.json index 04cd888..9c50bda 100644 --- a/firstdata/sources/sectors/C-manufacturing/robotics/china-robot-industry-alliance.json +++ b/firstdata/sources/sectors/C-manufacturing/robotics/china-robot-industry-alliance.json @@ -13,11 +13,11 @@ "api_url": null, "country": "CN", "domains": [ - "robotics", - "industrial automation", - "manufacturing", - "industry statistics", - "technology standards" + "Robotics", + "Industrial Automation", + "Manufacturing", + "Industry Statistics", + "Technology Standards" ], "geographic_scope": "national", "update_frequency": "annual", diff --git a/firstdata/sources/sectors/D-energy/bp-statistical-review.json b/firstdata/sources/sectors/D-energy/bp-statistical-review.json index ee7ff39..0073d1c 100644 --- a/firstdata/sources/sectors/D-energy/bp-statistical-review.json +++ b/firstdata/sources/sectors/D-energy/bp-statistical-review.json @@ -13,16 +13,16 @@ "api_url": null, "country": null, "domains": [ - "energy", - "energy economics", - "energy statistics", - "energy production", - "energy consumption", - "energy trade", - "renewable energy", - "fossil fuels", - "climate change", - "energy transition" + "Energy", + "Energy Economics", + "Energy Statistics", + "Energy Production", + "Energy Consumption", + "Energy Trade", + "Renewable Energy", + "Fossil Fuels", + "Climate Change", + "Energy Transition" ], "geographic_scope": "global", "update_frequency": "annual", @@ -83,4 +83,4 @@ ] }, "authority_level": "market" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/J-information-communication/bookscorpus.json b/firstdata/sources/sectors/J-information-communication/bookscorpus.json index eeac33f..176a481 100644 --- a/firstdata/sources/sectors/J-information-communication/bookscorpus.json +++ b/firstdata/sources/sectors/J-information-communication/bookscorpus.json @@ -13,11 +13,11 @@ "api_url": null, "country": null, "domains": [ - "natural language processing", - "machine learning", - "computational linguistics", - "text mining", - "deep learning" + "Natural Language Processing", + "Machine Learning", + "Computational Linguistics", + "Text Mining", + "Deep Learning" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -64,4 +64,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/J-information-communication/cifar.json b/firstdata/sources/sectors/J-information-communication/cifar.json index dba0ab9..ae7e7fc 100644 --- a/firstdata/sources/sectors/J-information-communication/cifar.json +++ b/firstdata/sources/sectors/J-information-communication/cifar.json @@ -13,12 +13,12 @@ "api_url": null, "country": null, "domains": [ - "computer vision", - "deep learning", - "machine learning", - "image classification", - "object recognition", - "artificial intelligence" + "Computer Vision", + "Deep Learning", + "Machine Learning", + "Image Classification", + "Object Recognition", + "Artificial Intelligence" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -53,4 +53,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/J-information-communication/common-crawl.json b/firstdata/sources/sectors/J-information-communication/common-crawl.json index f284a00..0506606 100644 --- a/firstdata/sources/sectors/J-information-communication/common-crawl.json +++ b/firstdata/sources/sectors/J-information-communication/common-crawl.json @@ -13,15 +13,15 @@ "api_url": "https://index.commoncrawl.org", "country": null, "domains": [ - "web crawling", - "natural language processing", - "machine learning", - "data science", - "information retrieval", - "web analytics", - "artificial intelligence", - "research", - "large language models" + "Web Crawling", + "Natural Language Processing", + "Machine Learning", + "Data Science", + "Information Retrieval", + "Web Analytics", + "Artificial Intelligence", + "Research", + "Large Language Models" ], "geographic_scope": "global", "update_frequency": "monthly", @@ -66,4 +66,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/J-information-communication/conll-shared-tasks.json b/firstdata/sources/sectors/J-information-communication/conll-shared-tasks.json index 4e54fa1..e8a6bb1 100644 --- a/firstdata/sources/sectors/J-information-communication/conll-shared-tasks.json +++ b/firstdata/sources/sectors/J-information-communication/conll-shared-tasks.json @@ -13,12 +13,12 @@ "api_url": null, "country": null, "domains": [ - "natural language processing", - "computational linguistics", - "machine learning", - "named entity recognition", - "parsing", - "semantic analysis" + "Natural Language Processing", + "Computational Linguistics", + "Machine Learning", + "Named Entity Recognition", + "Parsing", + "Semantic Analysis" ], "geographic_scope": "global", "update_frequency": "annual", @@ -64,4 +64,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/J-information-communication/imagenet.json b/firstdata/sources/sectors/J-information-communication/imagenet.json index 263e8a7..b77013e 100644 --- a/firstdata/sources/sectors/J-information-communication/imagenet.json +++ b/firstdata/sources/sectors/J-information-communication/imagenet.json @@ -13,12 +13,12 @@ "api_url": null, "country": null, "domains": [ - "computer vision", - "deep learning", - "machine learning", - "artificial intelligence", - "image classification", - "object recognition" + "Computer Vision", + "Deep Learning", + "Machine Learning", + "Artificial Intelligence", + "Image Classification", + "Object Recognition" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -55,4 +55,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/K-finance-insurance/akshare.json b/firstdata/sources/sectors/K-finance-insurance/akshare.json new file mode 100644 index 0000000..b669bf0 --- /dev/null +++ b/firstdata/sources/sectors/K-finance-insurance/akshare.json @@ -0,0 +1,91 @@ +{ + "id": "akshare", + "name": { + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" + }, + "description": { + "en": "AKShare is an elegant and simple financial data interface library for Python, built for human beings. It provides comprehensive access to financial data including stocks, futures, options, funds, forex, bonds, indices, and cryptocurrencies. The library aggregates data from authoritative financial websites and is designed for academic research and quantitative analysis. Emphasizing the philosophy of 'Write less, get more!', it enables users to obtain complex financial data with simple one-line commands.", + "zh": "AKShare 是一个优雅简洁的 Python 财经数据接口库,专为人类设计。它提供对股票、期货、期权、基金、外汇、债券、指数和加密货币等金融数据的全面访问。该库聚合了来自权威财经网站的数据,专为学术研究和量化分析设计。秉承'代码更少,数据更多'的理念,用户可以用简单的单行命令获取复杂的财经数据。" + }, + "website": "https://akshare.akfamily.xyz/", + "data_url": "https://github.com/akfamily/akshare", + "api_url": "https://akshare.akfamily.xyz/", + "country": null, + "domains": [ + "Finance", + "Financial Markets", + "Stock Market", + "Futures", + "Options", + "Funds", + "Foreign Exchange", + "Bonds", + "Indices", + "Cryptocurrency", + "Macroeconomic Data", + "Quantitative Finance" + ], + "geographic_scope": "global", + "update_frequency": "daily", + "tags": [ + "akshare", + "python", + "financial-data", + "stock-data", + "futures", + "options", + "funds", + "forex", + "bonds", + "cryptocurrency", + "quantitative-finance", + "open-source", + "数据接口", + "财经数据", + "股票数据", + "期货", + "基金", + "外汇", + "债券", + "加密货币", + "量化金融", + "开源库", + "金融API", + "数据聚合", + "financial-api", + "data-aggregation", + "market-data", + "东方财富", + "新浪财经" + ], + "data_content": { + "en": [ + "Stock Market Data - Real-time and historical stock prices, trading volumes, market indices from major exchanges", + "Futures Market - Commodity futures, financial futures, options data and derivatives pricing", + "Bond Market - Government bonds, corporate bonds, bond indices and fixed income securities", + "Fund Data - Mutual funds, ETFs, private funds, fund net values and performance metrics", + "Foreign Exchange - Currency exchange rates, forex trading data and currency pairs", + "Cryptocurrency - Digital currency prices, trading volumes, and blockchain data", + "Macroeconomic Indicators - GDP, CPI, interest rates, employment data and economic statistics", + "Market Indices - Stock indices, commodity indices, volatility indices from global markets", + "Alternative Data - Migration data, natural language processing, high-frequency data, policy uncertainty indices", + "Energy Data - Energy consumption, production and pricing information", + "Multi-factor Data - Quantitative factors for investment analysis and portfolio construction" + ], + "zh": [ + "股票市场数据 - 主要交易所的实时和历史股价、交易量、市场指数", + "期货市场 - 商品期货、金融期货、期权数据和衍生品定价", + "债券市场 - 国债、企业债券、债券指数和固定收益证券", + "基金数据 - 公募基金、ETF、私募基金、基金净值和业绩指标", + "外汇市场 - 货币汇率、外汇交易数据和货币对", + "加密货币 - 数字货币价格、交易量和区块链数据", + "宏观经济指标 - GDP、CPI、利率、就业数据和经济统计", + "市场指数 - 全球市场的股票指数、商品指数、波动率指数", + "另类数据 - 迁徙数据、自然语言处理、高频数据、政策不确定性指数", + "能源数据 - 能源消费、生产和价格信息", + "多因子数据 - 用于投资分析和组合构建的量化因子" + ] + }, + "authority_level": "other" +} diff --git a/firstdata/sources/sectors/K-finance-insurance/alpha-vantage.json b/firstdata/sources/sectors/K-finance-insurance/alpha-vantage.json index c2b562c..49291f2 100644 --- a/firstdata/sources/sectors/K-finance-insurance/alpha-vantage.json +++ b/firstdata/sources/sectors/K-finance-insurance/alpha-vantage.json @@ -13,12 +13,12 @@ "api_url": "https://www.alphavantage.co/documentation/", "country": null, "domains": [ - "stock markets", - "foreign exchange", - "cryptocurrencies", - "commodities", - "economic indicators", - "technical analysis" + "Stock Markets", + "Foreign Exchange", + "Cryptocurrencies", + "Commodities", + "Economic Indicators", + "Technical Analysis" ], "geographic_scope": "global", "update_frequency": "real-time", @@ -59,4 +59,4 @@ ] }, "authority_level": "commercial" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal-ipo.json b/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal-ipo.json new file mode 100644 index 0000000..a8a7de6 --- /dev/null +++ b/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal-ipo.json @@ -0,0 +1,82 @@ +{ + "id": "bloomberg-terminal-ipo", + "name": { + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" + }, + "description": { + "en": "Bloomberg Terminal's IPO (Initial Public Offering) module provides comprehensive data on equity offerings worldwide. This specialized module offers detailed information on IPO pricing, trading history, deal structures, and post-IPO performance tracking. Users can access pre-built and customized screens to research IPO data by various criteria including offer type, equity index, date range, and announcement dates. The module includes overview data, deal details, historical pricing, and volume information for global IPO markets, with export capabilities to Excel for further analysis.", + "zh": "彭博终端的IPO(首次公开募股)模块提供全球股票发行的综合数据。该专业模块提供有关IPO定价、交易历史、交易结构和上市后业绩跟踪的详细信息。用户可以访问预构建和自定义筛选器,按各种标准研究IPO数据,包括发行类型、股票指数、日期范围和公告日期。该模块包括全球IPO市场的概览数据、交易详情、历史定价和成交量信息,并可导出到Excel进行进一步分析。" + }, + "website": "https://www.bloomberg.com", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "api_url": "https://www.bloomberg.com/professional/support/api-library/", + "country": null, + "domains": [ + "IPO", + "Equity Offerings", + "Capital Markets", + "Investment Banking", + "Securities Issuance" + ], + "geographic_scope": "global", + "update_frequency": "real-time", + "tags": [ + "ipo", + "initial-public-offering", + "equity-offerings", + "新股发行", + "首次公开募股", + "上市公司", + "股票发行", + "招股", + "pricing", + "定价", + "trading-history", + "交易历史", + "deal-structure", + "capital-markets", + "资本市场", + "prospectus", + "招股书", + "underwriting", + "承销", + "post-ipo-performance", + "上市后表现", + "commercial", + "subscription-based", + "bloomberg", + "terminal" + ], + "data_content": { + "en": [ + "IPO deal overview and summary information", + "Initial pricing data and offer price ranges", + "Historical trading data and volume post-IPO", + "Deal structure and underwriting details", + "Pre-IPO and post-IPO performance metrics", + "Searchable database by offer type, index, and date range", + "Announcement dates and filing timelines", + "Global IPO coverage across major exchanges (NYSE, NASDAQ, LSE, HKEX, etc.)", + "Secondary offering data and follow-on transactions", + "Comparable IPO analysis tools", + "Underwriter league tables and market share", + "Excel export functionality for custom analysis" + ], + "zh": [ + "IPO交易概览和摘要信息", + "初始定价数据和发行价格区间", + "上市后历史交易数据和成交量", + "交易结构和承销详情", + "上市前和上市后业绩指标", + "按发行类型、指数和日期范围的可搜索数据库", + "公告日期和申报时间表", + "覆盖全球主要交易所的IPO数据(纽交所、纳斯达克、伦敦证交所、港交所等)", + "二次发行数据和后续交易", + "可比IPO分析工具", + "承销商排行榜和市场份额", + "Excel导出功能用于自定义分析" + ] + }, + "authority_level": "commercial" +} diff --git a/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal.json b/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal.json index dac98fb..38a1120 100644 --- a/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal.json +++ b/firstdata/sources/sectors/K-finance-insurance/bloomberg-terminal.json @@ -13,15 +13,15 @@ "api_url": "https://www.bloomberg.com/professional/support/api-library/", "country": null, "domains": [ - "equities", - "fixed income", - "currencies", - "commodities", - "derivatives", - "economic data", - "financial news", - "corporate fundamentals", - "esg data" + "Equities", + "Fixed Income", + "Currencies", + "Commodities", + "Derivatives", + "Economic Data", + "Financial News", + "Corporate Fundamentals", + "ESG Data" ], "geographic_scope": "global", "update_frequency": "real-time", @@ -68,4 +68,4 @@ ] }, "authority_level": "commercial" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/K-finance-insurance/crsp.json b/firstdata/sources/sectors/K-finance-insurance/crsp.json index 2d7b1d0..cc6195e 100644 --- a/firstdata/sources/sectors/K-finance-insurance/crsp.json +++ b/firstdata/sources/sectors/K-finance-insurance/crsp.json @@ -13,12 +13,12 @@ "api_url": "https://www.crsp.org/products/documentation/getting-started", "country": "US", "domains": [ - "stock markets", - "equities", - "market indices", - "corporate actions", - "investment research", - "asset pricing" + "Stock Markets", + "Equities", + "Market Indices", + "Corporate Actions", + "Investment Research", + "Asset Pricing" ], "geographic_scope": "national", "update_frequency": "monthly", @@ -71,4 +71,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/K-finance-insurance/cryptocurrency-data.json b/firstdata/sources/sectors/K-finance-insurance/cryptocurrency-data.json index 087d7b3..23b384e 100644 --- a/firstdata/sources/sectors/K-finance-insurance/cryptocurrency-data.json +++ b/firstdata/sources/sectors/K-finance-insurance/cryptocurrency-data.json @@ -13,13 +13,13 @@ "api_url": "https://coinmarketcap.com/api/documentation/v1/", "country": null, "domains": [ - "cryptocurrency markets", - "blockchain analytics", - "digital assets", - "defi (decentralized finance)", - "nft markets", - "trading data", - "financial technology" + "Cryptocurrency Markets", + "Blockchain Analytics", + "Digital Assets", + "DeFi (Decentralized Finance)", + "NFT Markets", + "Trading Data", + "Financial Technology" ], "geographic_scope": "global", "update_frequency": "real-time", @@ -68,4 +68,4 @@ ] }, "authority_level": "commercial" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/M-professional-scientific/cambridge-structural-database.json b/firstdata/sources/sectors/M-professional-scientific/cambridge-structural-database.json index 9824188..c977715 100644 --- a/firstdata/sources/sectors/M-professional-scientific/cambridge-structural-database.json +++ b/firstdata/sources/sectors/M-professional-scientific/cambridge-structural-database.json @@ -13,18 +13,18 @@ "api_url": "https://downloads.ccdc.cam.ac.uk/documentation/API/", "country": null, "domains": [ - "crystallography", - "structural chemistry", - "pharmaceutical sciences", - "drug discovery", - "drug development", - "agrochemical research", - "materials science", - "metal-organic frameworks", - "catalysis", - "functional materials", - "organic chemistry", - "inorganic chemistry" + "Crystallography", + "Structural Chemistry", + "Pharmaceutical Sciences", + "Drug Discovery", + "Drug Development", + "Agrochemical Research", + "Materials Science", + "Metal-Organic Frameworks", + "Catalysis", + "Functional Materials", + "Organic Chemistry", + "Inorganic Chemistry" ], "geographic_scope": "global", "update_frequency": "daily", @@ -77,4 +77,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/M-professional-scientific/derwent-innovation-index.json b/firstdata/sources/sectors/M-professional-scientific/derwent-innovation-index.json index 1b5f447..aab8045 100644 --- a/firstdata/sources/sectors/M-professional-scientific/derwent-innovation-index.json +++ b/firstdata/sources/sectors/M-professional-scientific/derwent-innovation-index.json @@ -13,21 +13,21 @@ "api_url": "https://developer.clarivate.com/apis", "country": null, "domains": [ - "patents", - "innovation", - "intellectual property", - "pharmaceuticals", - "biotechnology", - "chemistry", - "electronics", - "engineering", - "telecommunications", - "materials science", - "medical technology", - "mechanical engineering", - "computer science", - "aerospace", - "automotive" + "Patents", + "Innovation", + "Intellectual Property", + "Pharmaceuticals", + "Biotechnology", + "Chemistry", + "Electronics", + "Engineering", + "Telecommunications", + "Materials Science", + "Medical Technology", + "Mechanical Engineering", + "Computer Science", + "Aerospace", + "Automotive" ], "geographic_scope": "global", "update_frequency": "weekly", @@ -82,4 +82,4 @@ ] }, "authority_level": "commercial" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/P-education/arwu.json b/firstdata/sources/sectors/P-education/arwu.json index b65bd40..2c5913d 100644 --- a/firstdata/sources/sectors/P-education/arwu.json +++ b/firstdata/sources/sectors/P-education/arwu.json @@ -13,11 +13,11 @@ "api_url": null, "country": null, "domains": [ - "higher education", - "university rankings", - "research performance", - "academic excellence", - "education assessment" + "Higher Education", + "University Rankings", + "Research Performance", + "Academic Excellence", + "Education Assessment" ], "geographic_scope": "global", "update_frequency": "annual", @@ -58,4 +58,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/R-arts-entertainment/british-museum-collection.json b/firstdata/sources/sectors/R-arts-entertainment/british-museum-collection.json index 4df97be..0acdc2a 100644 --- a/firstdata/sources/sectors/R-arts-entertainment/british-museum-collection.json +++ b/firstdata/sources/sectors/R-arts-entertainment/british-museum-collection.json @@ -13,12 +13,12 @@ "api_url": null, "country": null, "domains": [ - "cultural heritage", - "archaeology", - "art history", - "anthropology", - "ancient civilizations", - "museum studies" + "Cultural Heritage", + "Archaeology", + "Art History", + "Anthropology", + "Ancient Civilizations", + "Museum Studies" ], "geographic_scope": "global", "update_frequency": "daily", @@ -61,4 +61,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/R-arts-entertainment/tennis-atp-wta-data.json b/firstdata/sources/sectors/R-arts-entertainment/tennis-atp-wta-data.json index bfc3d7f..1a411d0 100644 --- a/firstdata/sources/sectors/R-arts-entertainment/tennis-atp-wta-data.json +++ b/firstdata/sources/sectors/R-arts-entertainment/tennis-atp-wta-data.json @@ -13,10 +13,10 @@ "api_url": null, "country": null, "domains": [ - "sports statistics", - "tennis", - "professional sports data", - "player performance analytics" + "Sports Statistics", + "Tennis", + "Professional Sports Data", + "Player Performance Analytics" ], "geographic_scope": "global", "update_frequency": "irregular", @@ -63,4 +63,4 @@ ] }, "authority_level": "research" -} +} \ No newline at end of file diff --git a/firstdata/sources/sectors/README.md b/firstdata/sources/sectors/README.md index 37a1324..2c576e3 100644 --- a/firstdata/sources/sectors/README.md +++ b/firstdata/sources/sectors/README.md @@ -1,14 +1,55 @@ # 行业领域 | Sector Data Sources **分类标准**: 国际标准产业分类 ISIC Rev.4 (UN) +**总数**: 100+个数据源 +**已完成**: 31个 +**进度**: 31% -> 📊 **最新统计**: 查看 [indexes/statistics.json](../../indexes/statistics.json) 获取实时数据源统计信息。 +--- + +## 📊 总体进度 + +``` +总目标: 100+ 个行业领域数据源 +当前完成: 31 个 +完成度: ██████░░░░░░░░░░░░░ 31% +``` + +**目录结构**: ✅ 已完成 +**数据填充**: 进行中 + +--- + +## 🎯 ISIC分类进度概览 + +| ISIC代码 | 产业门类 | 计划 | 完成 | 进度 | 说明 | +|---------|---------|------|------|------|------| +| A | 农、林、牧、渔业 | 4 | 1 | 25% | Agriculture, Forestry and Fishing | +| B | 采矿业 | 4 | 1 | 25% | Mining and Quarrying | +| C | 制造业 | 20 | 9 | 45% | Manufacturing | +| D | 电力、燃气、蒸汽和空调供应业 | 4 | 1 | 25% | Electricity, Gas, Steam and Air Conditioning Supply | +| E | 水、污水处理、废弃物管理 | 3 | 0 | 0% | Water Supply; Sewerage, Waste Management | +| F | 建筑业 | 4 | 0 | 0% | Construction | +| G | 批发和零售业 | 6 | 0 | 0% | Wholesale and Retail Trade | +| H | 交通运输和仓储业 | 5 | 0 | 0% | Transportation and Storage | +| I | 住宿和餐饮业 | 4 | 0 | 0% | Accommodation and Food Service | +| J | 信息和通信业 | 25 | 7 | 28% | Information and Communication | +| K | 金融和保险业 | 6 | 4 | 67% | Financial and Insurance Activities | +| L | 房地产业 | 5 | 0 | 0% | Real Estate Activities | +| M | 专业、科学和技术活动 | 8 | 3 | 38% | Professional, Scientific and Technical Activities | +| N | 行政和支持服务活动 | 4 | 0 | 0% | Administrative and Support Service Activities | +| O | 公共管理和国防 | 3 | 0 | 0% | Public Administration and Defence | +| P | 教育 | 3 | 1 | 33% | Education | +| Q | 卫生和社会工作 | 5 | 0 | 0% | Human Health and Social Work Activities | +| R | 艺术、娱乐和休闲 | 10 | 2 | 20% | Arts, Entertainment and Recreation | +| S | 其他服务活动 | 3 | 0 | 0% | Other Service Activities | +| **总计** | - | **126** | **29** | **23%** | - | --- ## 📚 已收录数据源 -### A - 农、林、牧、渔业 Agriculture, Forestry and Fishing +### A - 农、林、牧、渔业 Agriculture, Forestry and Fishing (1/4) #### Agricultural Market Information System (AMIS) - 农业市场信息系统 - **文件**: [amis.json](A-agriculture/amis.json) ⭐💎 @@ -22,7 +63,7 @@ --- -### B - 采矿业 Mining and Quarrying +### B - 采矿业 Mining and Quarrying (1/4) #### 稀土 Rare Earth @@ -36,7 +77,7 @@ --- -### C - 制造业 Manufacturing +### C - 制造业 Manufacturing (10/20) #### 增材制造 Additive Manufacturing @@ -124,7 +165,7 @@ --- -### D - 电力、燃气、蒸汽和空调供应业 Electricity, Gas, Steam and Air Conditioning Supply +### D - 电力、燃气、蒸汽和空调供应业 Electricity, Gas, Steam and Air Conditioning Supply (1/4) #### Statistical Review of World Energy - 世界能源统计年鉴 - **文件**: [bp-statistical-review.json](D-energy/bp-statistical-review.json) ⭐💎 @@ -138,18 +179,7 @@ --- -### J - 信息和通信业 Information and Communication - -#### 云计算与开放数据 - -##### Registry of Open Data on AWS - AWS开放数据注册表 -- **文件**: [aws-open-data-registry.json](J-information-communication/computer_science_ai/aws-open-data-registry.json) -- **权威等级**: commercial -- **数据格式**: Multiple (cloud-optimized datasets) -- **访问类型**: 需注册 -- **涵盖**: 超过650个数据集,涵盖机器学习、天文学、气候科学、经济学、基因组学、地理空间科学、生命科学、可持续发展等领域,托管在AWS云基础设施上 -- **特色**: AWS开放数据赞助计划承担存储成本,使全球研究人员、开发人员和数据科学家可以免费访问高价值云优化数据集,支持使用Amazon EC2、Athena、Lambda等服务进行分析 -- **更新频率**: 不定期 +### J - 信息和通信业 Information and Communication (8/25) #### 6G与通信技术 @@ -223,7 +253,7 @@ --- -### K - 金融和保险业 Financial and Insurance Activities +### K - 金融和保险业 Financial and Insurance Activities (4/6) #### CRSP - Center for Research in Security Prices - 证券价格研究中心 - **文件**: [crsp.json](K-finance-insurance/crsp.json) ⭐💎 @@ -259,9 +289,29 @@ - **访问类型**: 免费+付费API - **特色**: 实时和历史股票数据、外汇汇率、技术指标、基本面数据 +#### AKShare - Open Source Financial Data Interface Library - AKShare - 开源财经数据接口库 +- **文件**: [akshare.json](K-finance-insurance/akshare.json) +- **权威等级**: other +- **类型**: 开源项目 | Python财经数据接口库 +- **数据格式**: Python API +- **访问类型**: 开放 +- **涵盖**: 全球金融市场数据,包括股票、期货、期权、基金、外汇、债券、指数、加密货币 +- **特色**: 优雅简洁的Python接口库,聚合东方财富、新浪财经等权威财经网站数据,支持学术研究和量化分析,"代码更少,数据更多" +- **更新频率**: 每日 + +#### Bloomberg Terminal - IPO Module - 彭博终端 - IPO模块 +- **文件**: [bloomberg-terminal-ipo.json](K-finance-insurance/bloomberg-terminal-ipo.json) +- **权威等级**: commercial +- **类型**: 彭博社 | IPO和股票发行数据 +- **数据格式**: Proprietary (Bloomberg Terminal) +- **访问类型**: 开放 +- **涵盖**: 全球IPO交易概览、初始定价、历史交易数据、交易结构、上市后表现 +- **特色**: 全球主要交易所IPO数据(NYSE、NASDAQ、LSE、HKEX等)、可定制筛选器、承销商排行榜、Excel导出功能 +- **更新频率**: 实时 + --- -### M - 专业、科学和技术活动 Professional, Scientific and Technical Activities +### M - 专业、科学和技术活动 Professional, Scientific and Technical Activities (3/8) #### 仪器仪表 @@ -293,7 +343,7 @@ --- -### P - 教育 Education +### P - 教育 Education (1/3) #### Academic Ranking of World Universities (ARWU) - 世界大学学术排名 - **文件**: [arwu.json](P-education/arwu.json) ⭐💎 @@ -307,7 +357,7 @@ --- -### R - 艺术、娱乐和休闲 Arts, Entertainment and Recreation +### R - 艺术、娱乐和休闲 Arts, Entertainment and Recreation (2/10) #### 体育运动 Sports @@ -321,24 +371,6 @@ - **更新频率**: 不定期 - **特色**: ATP/WTA排名、比赛结果、球员数据、巡回赛、挑战赛、资格赛数据 -##### Tennis Abstract - ATP/WTA Data - Tennis Abstract - ATP/WTA网球数据 -- **文件**: [tennis-abstract-atp-wta.json](R-arts-entertainment/sports/tennis-abstract-atp-wta.json) ⭐ -- **权威等级**: research -- **数据格式**: CSV -- **访问类型**: 需注册 -- **涵盖**: 公开赛时代(1968年至今)所有ATP和WTA巡回赛级别单打比赛,包含详细的比赛信息、球员传记数据、排名和比赛内统计数据 -- **特色**: 由Jeff Sackmann维护的全面开源数据库,包括比赛结果、每周排名、球员统计、比赛内统计(从1991年起)、比赛图表项目逐分数据,根据CC BY-NC-SA 4.0许可证授权 -- **更新频率**: 每周 - -##### Tennis Abstract - ATP/WTA Match Data - 网球数据摘要 - ATP/WTA 比赛数据 -- **文件**: [tennis-sackmann.json](R-arts-entertainment/sports/tennis-sackmann.json) ⭐ -- **权威等级**: research -- **数据格式**: CSV -- **访问类型**: 需注册 -- **涵盖**: 1968年至2024年的ATP和WTA历史排名、比赛结果、球员传记数据和详细比赛统计,涵盖巡回赛级别赛事、资格赛、挑战赛、期货赛和ITF锦标赛 -- **特色**: 由Jeff Sackmann(Tennis Abstract)维护的综合性开源职业网球统计数据库,包含球员传记、历史排名、比赛结果、详细统计、部分大满贯逐分数据和比赛图表项目 -- **更新频率**: 不定期 - #### 博物馆与文化 Museums & Cultural Heritage ##### British Museum Collection - 大英博物馆馆藏 @@ -382,37 +414,39 @@ ``` sectors/ -├── A-agriculture/ # A - 农、林、牧、渔业 | Agriculture, Forestry and Fishing -├── B-mining/ # B - 采矿业 | Mining and Quarrying -├── C-manufacturing/ # C - 制造业 | Manufacturing -├── D-energy/ # D - 电力、燃气、蒸汽和空调供应业 | Electricity, Gas, Steam -├── E-water-waste/ # E - 水、污水处理、废弃物管理 | Water Supply; Sewerage, Waste -├── F-construction/ # F - 建筑业 | Construction -├── G-trade/ # G - 批发和零售业 | Wholesale and Retail Trade -├── H-transportation/ # H - 交通运输和仓储业 | Transportation and Storage -├── I-hospitality/ # I - 住宿和餐饮业 | Accommodation and Food Service -├── J-information/ # J - 信息和通信业 | Information and Communication +├── A-agriculture/ # A - 农、林、牧、渔业 | Agriculture, Forestry and Fishing (1个) +├── B-mining/ # B - 采矿业 | Mining and Quarrying (0个) +├── C-manufacturing/ # C - 制造业 | Manufacturing (0个) +├── D-energy/ # D - 电力、燃气、蒸汽和空调供应业 | Electricity, Gas, Steam (1个) +├── E-water-waste/ # E - 水、污水处理、废弃物管理 | Water Supply; Sewerage, Waste (0个) +├── F-construction/ # F - 建筑业 | Construction (0个) +├── G-trade/ # G - 批发和零售业 | Wholesale and Retail Trade (0个) +├── H-transportation/ # H - 交通运输和仓储业 | Transportation and Storage (0个) +├── I-hospitality/ # I - 住宿和餐饮业 | Accommodation and Food Service (0个) +├── J-information/ # J - 信息和通信业 | Information and Communication (5个) │ ├── computer-vision/ # 计算机视觉数据集 │ ├── nlp/ # 自然语言处理 │ ├── ai-ml-platforms/ # AI/ML平台 │ ├── social-media/ # 社交媒体与网络 │ └── telecom/ # 电信行业 -├── K-finance/ # K - 金融和保险业 | Financial and Insurance Activities -├── L-real-estate/ # L - 房地产业 | Real Estate Activities -├── M-professional/ # M - 专业、科学和技术活动 | Professional, Scientific +├── K-finance/ # K - 金融和保险业 | Financial and Insurance Activities (4个) +├── L-real-estate/ # L - 房地产业 | Real Estate Activities (0个) +├── M-professional/ # M - 专业、科学和技术活动 | Professional, Scientific (2个) │ ├── patents/ # 专利与知识产权 │ └── consulting-research/ # 咨询与市场研究 -├── N-administrative/ # N - 行政和支持服务活动 | Administrative and Support Service -├── O-public-admin/ # O - 公共管理和国防 | Public Administration and Defence -├── P-education/ # P - 教育 | Education -├── Q-health/ # Q - 卫生和社会工作 | Human Health and Social Work -├── R-arts-recreation/ # R - 艺术、娱乐和休闲 | Arts, Entertainment and Recreation +├── N-administrative/ # N - 行政和支持服务活动 | Administrative and Support Service (0个) +├── O-public-admin/ # O - 公共管理和国防 | Public Administration and Defence (0个) +├── P-education/ # P - 教育 | Education (1个) +├── Q-health/ # Q - 卫生和社会工作 | Human Health and Social Work (1个) +├── R-arts-recreation/ # R - 艺术、娱乐和休闲 | Arts, Entertainment and Recreation (2个) │ ├── sports/ # 体育运动 │ └── museums-culture/ # 博物馆与文化遗产 -├── S-other-services/ # S - 其他服务活动 | Other Service Activities +├── S-other-services/ # S - 其他服务活动 | Other Service Activities (0个) └── README.md ``` +**总计**: 16个数据源 + **说明**: - 目录结构按照 ISIC Rev.4 分类标准组织 - 所有文件已迁移至标准ISIC目录结构 diff --git a/firstdata/sources/sectors/computer_science_ai/aws-open-data-registry.json b/firstdata/sources/sectors/computer_science_ai/aws-open-data-registry.json deleted file mode 100644 index ad51fc6..0000000 --- a/firstdata/sources/sectors/computer_science_ai/aws-open-data-registry.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "id": "aws-open-data-registry", - "name": { - "en": "Registry of Open Data on AWS", - "zh": "AWS开放数据注册表" - }, - "description": { - "en": "The Registry of Open Data on AWS is a comprehensive repository of publicly available datasets hosted on Amazon Web Services infrastructure. It helps people discover and share datasets that are available via AWS resources. The registry contains over 650 datasets spanning multiple domains including machine learning, astronomy, climate science, economics, genomics, geospatial sciences, life sciences, sustainability, and more. Anyone can access these datasets and build services on top of them using AWS compute and analytics services such as Amazon EC2, Amazon Athena, AWS Lambda, and Amazon EMR. The AWS Open Data Sponsorship Program covers the cost of storage for high-value, cloud-optimized datasets, making them freely accessible to researchers, developers, and data scientists worldwide.", - "zh": "AWS开放数据注册表是托管在亚马逊云科技基础设施上的公开可用数据集的综合存储库。它帮助人们发现和共享通过AWS资源可用的数据集。该注册表包含超过650个数据集,涵盖多个领域,包括机器学习、天文学、气候科学、经济学、基因组学、地理空间科学、生命科学、可持续发展等。任何人都可以访问这些数据集,并使用AWS计算和分析服务(如Amazon EC2、Amazon Athena、AWS Lambda和Amazon EMR)在其基础上构建服务。AWS开放数据赞助计划承担高价值、云优化数据集的存储成本,使全球研究人员、开发人员和数据科学家可以免费访问这些数据。" - }, - "website": "https://aws.amazon.com/opendata/", - "data_url": "https://registry.opendata.aws/", - "api_url": null, - "country": "US", - "domains": [ - "machine learning", - "artificial intelligence", - "computer science", - "astronomy", - "climate science", - "economics", - "genomics", - "geospatial", - "life sciences", - "sustainability", - "transportation", - "chemistry", - "imaging", - "medical imaging", - "computer vision", - "disaster response" - ], - "geographic_scope": "global", - "update_frequency": "irregular", - "tags": [ - "aws", - "open-data", - "cloud", - "machine-learning", - "ai", - "artificial-intelligence", - "deep-learning", - "computer-vision", - "nlp", - "genomics", - "climate", - "satellite-imagery", - "geospatial", - "earth-observation", - "life-sciences", - "astronomy", - "sustainability", - "public-datasets", - "data-lake", - "s3", - "开放数据", - "机器学习", - "人工智能", - "深度学习", - "计算机视觉", - "基因组学", - "气候科学", - "卫星影像", - "地理空间", - "生命科学", - "公共数据集", - "云计算", - "数据湖" - ], - "data_content": { - "en": [ - "Machine Learning & AI Datasets - Pre-processed datasets for training and testing ML/AI models including computer vision, NLP, and deep learning applications", - "Genomics & Life Sciences - DNA sequences, protein structures, biological datasets from NIH, Allen Institute, and other research institutions", - "Climate & Weather Data - Atmospheric data, climate models, weather forecasts, and environmental monitoring datasets from NOAA, NASA, and climate research centers", - "Satellite & Geospatial Data - Earth observation imagery, satellite data, GIS datasets from NASA, ESA, USGS, and Digital Earth Africa", - "Astronomy & Space Science - Astronomical observations, space mission data, and celestial object catalogs", - "Medical Imaging - Radiology images, pathology slides, and medical imaging datasets for healthcare AI research", - "Transportation & Mobility - Traffic data, autonomous vehicle datasets, and transportation network information", - "Economics & Social Sciences - Economic indicators, survey data, and social science research datasets", - "Disaster Response & Emergency Management - Real-time disaster data, emergency response datasets, and hazard mapping", - "Sustainability & Energy - Renewable energy data, carbon emissions tracking, and environmental sustainability datasets", - "Chemistry & Materials Science - Molecular structures, chemical compounds, and materials research data", - "Government & Public Sector Data - Open government datasets from EPA, NOAA, NASA, and other federal agencies" - ], - "zh": [ - "机器学习与AI数据集 - 用于训练和测试ML/AI模型的预处理数据集,包括计算机视觉、自然语言处理和深度学习应用", - "基因组学与生命科学 - 来自NIH、艾伦研究所和其他研究机构的DNA序列、蛋白质结构、生物数据集", - "气候与天气数据 - 来自NOAA、NASA和气候研究中心的大气数据、气候模型、天气预报和环境监测数据集", - "卫星与地理空间数据 - 来自NASA、ESA、USGS和Digital Earth Africa的地球观测影像、卫星数据、GIS数据集", - "天文学与空间科学 - 天文观测、太空任务数据和天体目录", - "医学影像 - 用于医疗AI研究的放射学图像、病理切片和医学影像数据集", - "交通与移动出行 - 交通数据、自动驾驶车辆数据集和交通网络信息", - "经济学与社会科学 - 经济指标、调查数据和社会科学研究数据集", - "灾害响应与应急管理 - 实时灾害数据、应急响应数据集和灾害地图", - "可持续发展与能源 - 可再生能源数据、碳排放跟踪和环境可持续性数据集", - "化学与材料科学 - 分子结构、化学化合物和材料研究数据", - "政府与公共部门数据 - 来自EPA、NOAA、NASA和其他联邦机构的开放政府数据集" - ] - }, - "authority_level": "commercial" -} diff --git a/firstdata/sources/sectors/sports/tennis-abstract-atp-wta.json b/firstdata/sources/sectors/sports/tennis-abstract-atp-wta.json deleted file mode 100644 index 322efa3..0000000 --- a/firstdata/sources/sectors/sports/tennis-abstract-atp-wta.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "id": "tennis-abstract-atp-wta", - "name": { - "en": "Tennis Abstract - ATP/WTA Data", - "zh": "Tennis Abstract - ATP/WTA网球数据" - }, - "description": { - "en": "Comprehensive open-source database of professional tennis match results, rankings, and statistics maintained by Jeff Sackmann. Covers all ATP and WTA tour-level singles matches from the Open Era (1968-present) with detailed match information, player biographical data, rankings, and in-match statistics. The dataset includes yearly CSV files with match results, rankings data, and player statistics. Data is updated weekly with new rankings and tournament results. Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.", - "zh": "由Jeff Sackmann维护的全面开源专业网球比赛结果、排名和统计数据库。涵盖公开赛时代(1968年至今)所有ATP和WTA巡回赛级别单打比赛,包含详细的比赛信息、球员传记数据、排名和比赛内统计数据。数据集包括按年份分类的CSV文件,包含比赛结果、排名数据和球员统计。数据每周更新,包含新的排名和锦标赛结果。根据知识共享署名-非商业性使用-相同方式共享4.0国际许可证授权。" - }, - "website": "https://www.tennisabstract.com", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "api_url": null, - "country": null, - "domains": [ - "sports", - "tennis", - "sports statistics", - "sports analytics", - "player performance", - "tournament data" - ], - "geographic_scope": "global", - "update_frequency": "weekly", - "tags": [ - "tennis", - "网球", - "atp", - "wta", - "sports-data", - "体育数据", - "match-results", - "比赛结果", - "rankings", - "排名", - "sports-statistics", - "体育统计", - "tennis-analytics", - "网球分析", - "open-era", - "公开赛时代", - "grand-slam", - "大满贯", - "tennis-abstract", - "jeff-sackmann", - "player-stats", - "球员统计", - "tournament-data", - "锦标赛数据", - "historical-data", - "历史数据", - "csv-data", - "open-source", - "开源数据" - ], - "data_content": { - "en": [ - "Match Results - All tour-level singles matches since 1968 with tournament, date, surface, round, winner/loser information, and scores", - "Player Rankings - Weekly ATP and WTA rankings data (ATP rankings since 1973, estimated rankings for 1968-1972)", - "Player Statistics - Biographical information including date of birth, height, handedness, and backhand type", - "In-Match Statistics - Aces, double faults, serve percentages, break points, and other match statistics (available from 1991 onwards)", - "Tournament Information - Tournament level, surface type, draw size, and match format details", - "Match Charting Project - Point-by-point data including shot types, directions, depth, and error classifications", - "Point-by-Point Data - Sequential point-level data for tens of thousands of professional matches", - "Historical Coverage - Complete Open Era coverage from 1968 to present with continuous updates", - "Data Dictionary - Comprehensive documentation of all data fields and coding schemes" - ], - "zh": [ - "比赛结果 - 自1968年以来所有巡回赛级别单打比赛,包含锦标赛、日期、场地、轮次、胜者/负者信息和比分", - "球员排名 - 每周ATP和WTA排名数据(ATP排名自1973年起,1968-1972年为估算排名)", - "球员统计 - 传记信息,包括出生日期、身高、惯用手和反手类型", - "比赛内统计 - ACE球、双误、发球成功率、破发点等比赛统计数据(从1991年开始提供)", - "锦标赛信息 - 锦标赛级别、场地类型、签表大小和比赛赛制详情", - "比赛图表项目 - 逐分数据,包括击球类型、方向、深度和失误分类", - "逐分数据 - 数万场职业比赛的连续分级数据", - "历史覆盖 - 完整的公开赛时代覆盖,从1968年至今持续更新", - "数据字典 - 所有数据字段和编码方案的全面文档说明" - ] - }, - "authority_level": "research" -} diff --git a/firstdata/sources/sectors/sports/tennis-sackmann.json b/firstdata/sources/sectors/sports/tennis-sackmann.json deleted file mode 100644 index d02e655..0000000 --- a/firstdata/sources/sectors/sports/tennis-sackmann.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "id": "tennis-sackmann", - "name": { - "en": "Tennis Abstract - ATP/WTA Match Data", - "zh": "网球数据摘要 - ATP/WTA 比赛数据" - }, - "description": { - "en": "Comprehensive open-source database of professional tennis statistics maintained by Jeff Sackmann (Tennis Abstract). Includes historical ATP and WTA rankings, match results, player biographical data, and detailed match statistics from 1968 to present. The dataset covers tour-level events, qualifying rounds, challengers, futures, and ITF tournaments, making it one of the most complete publicly available tennis databases.", - "zh": "由 Jeff Sackmann(Tennis Abstract)维护的综合性开源职业网球统计数据库。包含1968年至今的ATP和WTA历史排名、比赛结果、球员传记数据和详细的比赛统计。数据集涵盖巡回赛级别赛事、资格赛、挑战赛、期货赛和ITF锦标赛,是最完整的公开网球数据库之一。" - }, - "website": "https://github.com/JeffSackmann", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "api_url": null, - "authority_level": "research", - "country": null, - "domains": [ - "sports", - "statistics", - "athletics" - ], - "geographic_scope": "global", - "update_frequency": "irregular", - "tags": [ - "tennis", - "网球", - "ATP", - "WTA", - "rankings", - "排名", - "match results", - "比赛结果", - "player statistics", - "球员统计", - "sports data", - "体育数据", - "open data", - "开放数据", - "CSV", - "grand slam", - "大满贯", - "professional tennis", - "职业网球" - ], - "data_content": { - "en": [ - "ATP player biographical data (name, birth date, country, playing hand, height)", - "WTA player biographical data (name, birth date, country, playing hand)", - "Historical ATP rankings from 1973 to present (with gaps in early years)", - "Historical WTA rankings from 1975 to present", - "ATP match results from 1968 to 2024 (tour-level, challengers, futures, qualifying)", - "WTA match results from 1968 to 2024 (tour-level, ITF, qualifying)", - "Detailed match statistics including aces, double faults, service points, break points", - "Point-by-point data for select Grand Slam matches", - "Match Charting Project with shot-by-shot analysis for thousands of professional matches" - ], - "zh": [ - "ATP球员传记数据(姓名、出生日期、国家、握拍手、身高)", - "WTA球员传记数据(姓名、出生日期、国家、握拍手)", - "1973年至今的ATP历史排名(早期年份有间断)", - "1975年至今的WTA历史排名", - "1968年至2024年的ATP比赛结果(巡回赛级别、挑战赛、期货赛、资格赛)", - "1968年至2024年的WTA比赛结果(巡回赛级别、ITF、资格赛)", - "详细的比赛统计数据,包括ace球、双误、发球得分、破发点", - "部分大满贯比赛的逐分数据", - "包含数千场职业比赛逐球分析的比赛图表项目" - ] - } -} From 8bf50df43f3282206a49e1b5b4044bdedfb3eba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BC=80=E5=85=83?= Date: Mon, 2 Mar 2026 15:32:25 +0800 Subject: [PATCH 2/6] docs(badges): update badge counts to reflect current data sources - update sources count from 134 to 150 - update progress percentage from 13% to 15% - sync badge data with actual statistics.json values --- assets/badges/progress.json | 2 +- assets/badges/sources-count.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/badges/progress.json b/assets/badges/progress.json index 491b0a1..cb391a1 100644 --- a/assets/badges/progress.json +++ b/assets/badges/progress.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "progress", - "message": "13%", + "message": "15%", "color": "yellow" } diff --git a/assets/badges/sources-count.json b/assets/badges/sources-count.json index 1ca8e9b..ddcc066 100644 --- a/assets/badges/sources-count.json +++ b/assets/badges/sources-count.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "sources", - "message": "134/1000+", + "message": "150/1000+", "color": "blue" } From a7ba67d2cf4686ca354a8652fa9e5ff2d447dfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BC=80=E5=85=83?= Date: Mon, 2 Mar 2026 15:49:40 +0800 Subject: [PATCH 3/6] docs(readme): update badge links to point to relative paths - change Data Sources badge link from statistics.json to sources/README.md - update Progress badge link to use relative path (./firstdata/indexes/statistics.json) - apply changes across all language versions (EN, JA, ZH) --- README.en.md | 4 ++-- README.ja.md | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 82a1663..e893716 100644 --- a/README.en.md +++ b/README.en.md @@ -7,8 +7,8 @@ English | **[中文](README.md)** | **[日本語](README.ja.md)** **The World's Most Comprehensive, Authoritative, and Structured Open Data Source Repository** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](firstdata/indexes/statistics.json) -[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](firstdata/indexes/statistics.json) +[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](./firstdata/sources/README.md) +[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) diff --git a/README.ja.md b/README.ja.md index ed608d0..d5c6a08 100644 --- a/README.ja.md +++ b/README.ja.md @@ -7,8 +7,8 @@ **世界最も包括的・権威的・構造化されたオープンデータソースリポジトリ** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](firstdata/indexes/statistics.json) -[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](firstdata/indexes/statistics.json) +[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](./firstdata/sources/README.md) +[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) diff --git a/README.md b/README.md index 7715289..a68f1ae 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ **The World's Most Comprehensive, Authoritative, and Structured Open Data Source Repository** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](firstdata/indexes/statistics.json) -[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](firstdata/indexes/statistics.json) +[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](./firstdata/sources/README.md) +[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) From 490f2e237988c3fc468f6905e7e9ca36f5f5676e Mon Sep 17 00:00:00 2001 From: always1172 <1050540046@qq.com> Date: Mon, 2 Mar 2026 15:47:49 +0800 Subject: [PATCH 4/6] =?UTF-8?q?feat=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=B4=A2?= =?UTF-8?q?=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firstdata/indexes/all-sources.json | 15075 ++++++++++++++++---------- firstdata/indexes/by-authority.json | 2354 ++-- firstdata/indexes/by-domain.json | 6768 +++++++----- firstdata/indexes/by-region.json | 1793 +-- firstdata/indexes/statistics.json | 7 +- 5 files changed, 15049 insertions(+), 10948 deletions(-) diff --git a/firstdata/indexes/all-sources.json b/firstdata/indexes/all-sources.json index 21c0d13..87b14d9 100644 --- a/firstdata/indexes/all-sources.json +++ b/firstdata/indexes/all-sources.json @@ -1,6 +1,6 @@ { "metadata": { - "generated_at": "2026-03-02T13:59:27.914104", + "generated_at": "2026-03-02T07:39:18.857130+00:00", "total_sources": 150, "version": "2.0", "schema_version": "v2.0.0" @@ -19,7 +19,6 @@ "website": "https://www.internationalgenome.org/", "data_url": "https://www.internationalgenome.org/", "api_url": null, - "authority_level": "research", "country": null, "domains": [ "genomics", @@ -31,7 +30,6 @@ ], "geographic_scope": "global", "update_frequency": "irregular", - "has_api": false, "tags": [ "genomics", "genetics", @@ -52,2782 +50,3896 @@ "bioinformatics", "precision medicine" ], + "data_content": { + "en": [ + "Low Coverage Sequencing - Whole genome sequences at 4-6x coverage for all 2,504 individuals", + "Exome Sequencing - Targeted sequencing of protein-coding regions for all participants", + "High Coverage Sequencing - 30x coverage whole genome sequences for the full cohort", + "Variant Calls - SNVs (single nucleotide variants), indels (insertions/deletions), and structural variants", + "Genotype Data - Individual genotypes across millions of variant sites", + "Population Data - Sample metadata including population, super population, and relationships", + "Phase 3 Data - Final release with 2,504 samples from 26 populations", + "GRCh38 Alignments - Data realigned to the latest human reference genome", + "Phased Haplotypes - Chromosome-scale phased variants for inheritance studies", + "Allele Frequencies - Population-specific and global allele frequency information" + ], + "zh": [ + "低覆盖度测序 - 所有2,504个个体的4-6倍覆盖度全基因组序列", + "外显子组测序 - 所有参与者蛋白质编码区的靶向测序", + "高覆盖度测序 - 完整队列的30倍覆盖度全基因组序列", + "变异检出 - SNV(单核苷酸变异)、插入缺失和结构变异", + "基因型数据 - 数百万变异位点的个体基因型", + "人群数据 - 样本元数据,包括人群、超级人群和亲缘关系", + "第三阶段数据 - 包含26个人群2,504个样本的最终版本", + "GRCh38比对 - 重新比对到最新人类参考基因组的数据", + "定相单倍型 - 用于遗传研究的染色体规模定相变异", + "等位基因频率 - 特定人群和全球等位基因频率信息" + ] + }, + "authority_level": "research", + "has_api": false, "file_path": "academic/biology/1000-genomes.json" }, { - "id": "adb-data-library", + "id": "alphafold-db", "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, "description": { - "en": "The central repository for all of ADB's public data, providing free and open access to macro-economic and social data from the Asian Development Bank's flagship publications. Covers data from the Asian Development Outlook (ADO), Key Indicators for Asia and the Pacific, and other authoritative sources. Includes economic indicators, financial data, and project-level information for the Asia-Pacific region.", - "zh": "亚洲开发银行所有公开数据的中央存储库,提供来自亚洲开发银行旗舰出版物的宏观经济和社会数据的免费开放访问。涵盖《亚洲发展展望》(ADO)、《亚太地区关键指标》等权威来源的数据。包括亚太地区的经济指标、金融数据和项目级信息。" + "en": "AlphaFold Protein Structure Database provides open access to over 200 million protein structure predictions powered by AlphaFold AI system. Developed by Google DeepMind in partnership with EMBL's European Bioinformatics Institute (EMBL-EBI), it offers nearly all catalogued proteins known to science with unprecedented accuracy and speed. The database enables scientists to understand protein structures computationally, dramatically accelerating biological research, drug discovery, and our understanding of life itself.", + "zh": "AlphaFold蛋白质结构数据库提供超过2亿个由AlphaFold人工智能系统预测的蛋白质结构的开放访问。由Google DeepMind与EMBL欧洲生物信息学研究所(EMBL-EBI)合作开发,涵盖几乎所有已知科学的蛋白质,具有前所未有的准确性和速度。该数据库使科学家能够通过计算理解蛋白质结构,极大地加速生物学研究、药物发现以及对生命本身的理解。" }, - "website": "https://www.adb.org", - "data_url": "https://data.adb.org", - "api_url": "https://data.adb.org", - "authority_level": "international", + "website": "https://www.ebi.ac.uk", + "data_url": "https://alphafold.com", + "api_url": "https://alphafold.com/api-docs", "country": null, "domains": [ - "economics", - "finance", - "social", - "development" + "Structural Biology", + "Proteomics", + "Drug Discovery", + "Molecular Biology", + "Biotechnology", + "Bioinformatics" ], - "geographic_scope": "regional", - "update_frequency": "annual", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "irregular", "tags": [ - "asian-development-bank", - "亚洲开发银行", - "adb", - "asia-pacific", - "亚太地区", - "economic-indicators", - "经济指标", - "gdp", - "国内生产总值", - "poverty", - "贫困", - "development-data", - "发展数据", - "infrastructure", - "基础设施", - "vietnam", - "越南", - "quarterly-data", - "季度数据", - "open-data", - "开放数据", - "api" + "protein structure", + "structural biology", + "AI prediction", + "machine learning", + "proteomics", + "drug discovery", + "bioinformatics", + "AlphaFold", + "DeepMind", + "EMBL-EBI", + "computational biology", + "3D structure", + "protein folding" ], - "file_path": "international/economics/adb-data-library.json" + "data_content": { + "en": [ + "Protein structure predictions for over 200 million proteins", + "Human proteome (23,586 structures)", + "Model organism proteomes (48 organisms)", + "Global health proteomes (30 organisms)", + "Swiss-Prot curated proteins (550,122 structures)", + "Predicted Aligned Error (PAE) data", + "Per-residue confidence scores (pLDDT)", + "AlphaMissense pathogenicity predictions", + "3D structural coordinates", + "Sequence annotations", + "UniProt cross-references" + ], + "zh": [ + "超过2亿个蛋白质的结构预测", + "人类蛋白质组(23,586个结构)", + "模式生物蛋白质组(48种生物)", + "全球健康蛋白质组(30种生物)", + "Swiss-Prot精选蛋白质(550,122个结构)", + "预测对齐误差(PAE)数据", + "每残基置信度评分(pLDDT)", + "AlphaMissense致病性预测", + "3D结构坐标", + "序列注释", + "UniProt交叉引用" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "academic/biology/alphafold-db.json" }, { - "id": "akshare", + "id": "ena", "name": { - "en": "AKShare - Open Source Financial Data Interface Library", - "zh": "AKShare - 开源财经数据接口库" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, "description": { - "en": "AKShare is an elegant and simple financial data interface library for Python, built for human beings. It provides comprehensive access to financial data including stocks, futures, options, funds, forex, bonds, indices, and cryptocurrencies. The library aggregates data from authoritative financial websites and is designed for academic research and quantitative analysis. Emphasizing the philosophy of 'Write less, get more!', it enables users to obtain complex financial data with simple one-line commands.", - "zh": "AKShare 是一个优雅简洁的 Python 财经数据接口库,专为人类设计。它提供对股票、期货、期权、基金、外汇、债券、指数和加密货币等金融数据的全面访问。该库聚合了来自权威财经网站的数据,专为学术研究和量化分析设计。秉承'代码更少,数据更多'的理念,用户可以用简单的单行命令获取复杂的财经数据。" + "en": "The European Nucleotide Archive (ENA) provides a comprehensive record of the world's nucleotide sequencing information, covering raw sequencing data, sequence assembly information and functional annotation. As part of the International Nucleotide Sequence Database Collaboration (INSDC) alongside NCBI GenBank and DDBJ, ENA serves as a globally comprehensive data resource preserving the world's public-domain output of sequence data. It offers an open, supported platform for the management, sharing, integration, archiving and dissemination of sequence data to support the global life sciences community.", + "zh": "欧洲核苷酸档案库(ENA)提供世界核苷酸测序信息的综合记录,涵盖原始测序数据、序列组装信息和功能注释。作为国际核苷酸序列数据库协作组织(INSDC)的成员之一(与NCBI GenBank和DDBJ并列),ENA是保存全球公共领域序列数据输出的全球综合数据资源。它为全球生命科学界提供开放、支持的序列数据管理、共享、整合、归档和传播平台。" }, - "website": "https://akshare.akfamily.xyz/", - "data_url": "https://github.com/akfamily/akshare", - "api_url": "https://akshare.akfamily.xyz/", - "authority_level": "other", + "website": "https://www.ebi.ac.uk", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "api_url": "https://www.ebi.ac.uk/ena/browser/api/swagger-ui/index.html", "country": null, "domains": [ - "Finance", - "Financial Markets", - "Stock Market", - "Futures", - "Options", - "Funds", - "Foreign Exchange", - "Bonds", - "Indices", - "Cryptocurrency", - "Macroeconomic Data", - "Quantitative Finance" + "Genomics", + "Transcriptomics", + "Metagenomics", + "Molecular Biology", + "Bioinformatics", + "Biodiversity", + "Environmental Sciences", + "Healthcare", + "Pathogen Surveillance" ], "geographic_scope": "global", "update_frequency": "daily", - "has_api": true, "tags": [ - "akshare", - "python", - "financial-data", - "stock-data", - "futures", - "options", - "funds", - "forex", - "bonds", - "cryptocurrency", - "quantitative-finance", - "open-source", - "数据接口", - "财经数据", - "股票数据", - "期货", - "基金", - "外汇", - "债券", - "加密货币", - "量化金融", - "开源库", - "金融API", - "数据聚合", - "financial-api", - "data-aggregation", - "market-data", - "东方财富", - "新浪财经" + "nucleotide sequences", + "DNA", + "RNA", + "genomics", + "sequencing", + "bioinformatics", + "INSDC", + "EMBL-EBI", + "genome assembly", + "metagenomics", + "transcriptomics", + "biodiversity", + "pathogen surveillance", + "open data", + "life sciences" ], - "file_path": "sectors/K-finance-insurance/akshare.json" + "data_content": { + "en": [ + "Raw nucleotide sequencing reads", + "Genome assemblies", + "Transcriptome assemblies", + "Annotated sequences", + "Coding sequences (CDS)", + "Non-coding RNA sequences", + "Metagenomics data", + "Whole genome shotgun sequences", + "Environmental samples", + "Pathogen genome sequences", + "Functional annotations", + "Sequence metadata", + "Taxonomy classifications", + "Cross-references to related databases" + ], + "zh": [ + "原始核苷酸测序读数", + "基因组组装", + "转录组组装", + "注释序列", + "编码序列(CDS)", + "非编码RNA序列", + "宏基因组数据", + "全基因组散弹枪测序", + "环境样本", + "病原体基因组序列", + "功能注释", + "序列元数据", + "分类学分类", + "相关数据库交叉引用" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "academic/biology/ena.json" }, { - "id": "tennis-atp-wta-data", + "id": "us-ncbi-genbank", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "GenBank", + "zh": "基因库" }, "description": { - "en": "Comprehensive open-source databases containing historical tennis rankings, match results, and statistics for both men's (ATP) and women's (WTA) professional tennis. Includes match-level data from 1968 to present, player biographical information, and detailed match statistics. The datasets cover tour-level, challenger, futures, and qualifying matches with extensive historical coverage.", - "zh": "全面的开源数据库,包含男子(ATP)和女子(WTA)职业网球的历史排名、比赛结果和统计数据。包括从1968年至今的比赛级别数据、球员传记信息和详细的比赛统计。数据集涵盖巡回赛级别、挑战赛、未来赛和资格赛,具有广泛的历史覆盖范围。" + "en": "GenBank is the NIH genetic sequence database, an annotated collection of all publicly available DNA sequences. It is part of the International Nucleotide Sequence Database Collaboration (INSDC), which comprises the DNA DataBank of Japan (DDBJ), the European Nucleotide Archive (ENA), and GenBank at NCBI. These three organizations exchange data on a daily basis, providing comprehensive global coverage of nucleotide sequence data.", + "zh": "GenBank是美国国立卫生研究院的基因序列数据库,是所有公开可用DNA序列的注释集合。它是国际核苷酸序列数据库合作组织(INSDC)的一部分,该组织包括日本DNA数据库(DDBJ)、欧洲核苷酸档案馆(ENA)和NCBI的GenBank。这三个组织每天交换数据,提供全球核苷酸序列数据的全面覆盖。" }, - "website": "https://www.tennisabstract.com/", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "api_url": null, - "authority_level": "research", + "website": "https://www.ncbi.nlm.nih.gov/", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", "country": null, "domains": [ - "Sports Statistics", - "Tennis", - "Professional Sports Data", - "Player Performance Analytics" + "Genomics", + "Molecular Biology", + "Genetics", + "Bioinformatics" ], "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "daily", "tags": [ - "sports", - "tennis", - "atp", - "wta", - "rankings", - "match-results", - "player-statistics", - "open-source", - "historical-data", - "professional-sports" + "genomics", + "DNA sequences", + "nucleotide database", + "molecular biology", + "genetics", + "bioinformatics", + "genome assembly", + "NCBI", + "NIH", + "INSDC", + "sequence database" ], - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "data_content": { + "en": [ + "DNA sequences from all organisms", + "Nucleotide sequences (mRNA, rRNA, tRNA, genomic DNA)", + "Genome assemblies", + "Whole Genome Shotgun (WGS) sequences", + "Transcriptome Shotgun Assembly (TSA) sequences", + "Third Party Annotation (TPA) sequences", + "Metagenome sequences", + "Sequence annotations and features", + "Organism taxonomy information", + "Gene and protein cross-references" + ], + "zh": [ + "所有生物的DNA序列", + "核苷酸序列(mRNA、rRNA、tRNA、基因组DNA)", + "基因组组装", + "全基因组鸟枪法(WGS)序列", + "转录组鸟枪法组装(TSA)序列", + "第三方注释(TPA)序列", + "宏基因组序列", + "序列注释和特征", + "生物分类信息", + "基因和蛋白质交叉引用" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "academic/biology/genbank.json" }, { - "id": "arwu", + "id": "intl-rcsb-pdb", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, "description": { - "en": "The Academic Ranking of World Universities (ARWU), also known as Shanghai Ranking, is recognized as the precursor of global university rankings and one of the most trustworthy rankings worldwide. First published in 2003 by Shanghai Jiao Tong University and since 2009 by ShanghaiRanking Consultancy, ARWU presents the world's top 1000 research universities annually based on transparent methodology and objective third-party data. It uses six objective indicators including Nobel Prizes and Fields Medals won by alumni and staff, highly cited researchers, publications in Nature and Science, papers indexed in major citation indices, and per capita academic performance.", - "zh": "世界大学学术排名(ARWU),也称为上海排名,被公认为全球大学排名的先驱和最值得信赖的排名之一。首次发布于2003年由上海交通大学发起,自2009年起由软科教育信息咨询有限公司(ShanghaiRanking Consultancy)发布。ARWU基于透明的方法论和客观的第三方数据,每年发布全球前1000所研究型大学排名。排名使用六项客观指标,包括校友和教职工获得的诺贝尔奖和菲尔兹奖、高被引学者数量、在Nature和Science上发表的论文、被主要引文索引收录的论文以及师均学术表现。" + "en": "The Protein Data Bank (PDB) is the global archive for 3D structural data of large biological molecules including proteins, DNA, and RNA. As the first open access digital data resource in all of biology and medicine, PDB provides experimentally-determined structures, integrative structures, and computed structure models essential for research and education in fundamental biology, biomedicine, energy sciences, and biotechnology. RCSB PDB operates the US data center for the worldwide PDB archive and provides open access to over 246,000 experimental structures and 1 million computed structure models.", + "zh": "蛋白质数据银行(PDB)是全球大型生物分子(包括蛋白质、DNA 和 RNA)三维结构数据的档案库。作为生物学和医学领域第一个开放获取的数字数据资源,PDB 提供实验测定的结构、整合结构和计算结构模型,对基础生物学、生物医学、能源科学和生物技术的研究和教育至关重要。RCSB PDB 运营全球 PDB 档案库的美国数据中心,提供超过 24.6 万个实验结构和 100 万个计算结构模型的开放访问。" }, - "website": "https://www.shanghairanking.com", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "api_url": null, - "authority_level": "research", + "website": "https://www.rcsb.org", + "data_url": "https://www.rcsb.org", + "api_url": "https://data.rcsb.org", "country": null, "domains": [ - "Higher Education", - "University Rankings", - "Research Performance", - "Academic Excellence", - "Education Assessment" + "Structural Biology", + "Biochemistry", + "Molecular Biology", + "Computational Biology", + "Drug Discovery", + "Biotechnology", + "Protein Science" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "weekly", "tags": [ - "university-ranking", - "higher-education", - "research-assessment", - "academic-excellence", - "global-ranking", - "education-evaluation", - "nobel-prize", - "citation-analysis", - "research-performance", - "shanghai-ranking" + "protein structures", + "structural biology", + "3D structures", + "molecular biology", + "drug discovery", + "biotechnology", + "open science", + "bioinformatics", + "crystallography", + "cryo-EM", + "NMR", + "PDB", + "macromolecular structures" ], - "file_path": "sectors/P-education/arwu.json" + "data_content": { + "en": [ + "Experimentally-determined 3D protein structures (X-ray crystallography, NMR, cryo-EM)", + "DNA and RNA 3D structures", + "Protein-ligand complexes", + "Integrative/hybrid structures", + "Computed structure models (AlphaFold DB, ModelArchive)", + "Protein sequences and annotations", + "Chemical components and ligands", + "Structural validation reports", + "Electron density maps", + "Biological assemblies", + "Structure determination metadata" + ], + "zh": [ + "实验测定的蛋白质三维结构(X射线晶体学、核磁共振、冷冻电镜)", + "DNA 和 RNA 三维结构", + "蛋白质-配体复合物", + "整合/混合结构", + "计算结构模型(AlphaFold DB、ModelArchive)", + "蛋白质序列和注释", + "化学成分和配体", + "结构验证报告", + "电子密度图", + "生物学组装体", + "结构测定元数据" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/biology/pdb.json" }, { - "id": "africa-cdc", + "id": "uk-biobank", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "UK Biobank", + "zh": "英国生物样本库" }, "description": { - "en": "Africa CDC strengthens the capacity and capability of Africa's public health institutions as well as partnerships to detect and respond quickly and effectively to disease threats and outbreaks, based on data-driven interventions and programmes. The agency provides comprehensive health surveillance data, epidemic intelligence reports, disease outbreak tracking, and public health resources across the African continent.", - "zh": "非洲疾病控制和预防中心加强非洲公共卫生机构的能力,以及合作伙伴关系,以基于数据驱动的干预措施和计划,快速有效地检测和应对疾病威胁和疫情。该机构提供全面的健康监测数据、流行病情报报告、疾病暴发跟踪和整个非洲大陆的公共卫生资源。" + "en": "UK Biobank is the world's most detailed, long-term prospective health research study and the largest biomedical database resource. It follows 500,000 volunteers (aged 40-69 at recruitment during 2006-2010) to understand who falls ill and why, enabling scientists globally to create better ways to diagnose, prevent and treat diseases. The database contains genetic, lifestyle, and health information including whole genome sequences, imaging data, biomarker data, healthcare records, and questionnaire data. Over 22,000 researchers from more than 60 countries have used UK Biobank data, resulting in over 18,000 peer-reviewed scientific publications.", + "zh": "英国生物样本库是世界上最详细、最长期的前瞻性健康研究和最大的生物医学数据库资源。它跟踪50万志愿者(2006-2010年招募时年龄40-69岁)以了解谁生病以及原因,使全球科学家能够创造更好的方法来诊断、预防和治疗疾病。该数据库包含遗传、生活方式和健康信息,包括全基因组序列、影像数据、生物标志物数据、医疗记录和问卷数据。来自60多个国家的超过22,000名研究人员使用了英国生物样本库数据,产生了超过18,000篇同行评审的科学出版物。" }, - "website": "https://africacdc.org", - "data_url": "https://africacdc.org", - "api_url": null, - "authority_level": "international", - "country": null, + "website": "https://www.ukbiobank.ac.uk/", + "data_url": "https://www.ukbiobank.ac.uk/", + "api_url": "https://github.com/UK-Biobank", + "country": "GB", "domains": [ - "public health", + "health", + "genetics", + "genomics", "epidemiology", - "disease surveillance", - "outbreak response", - "laboratory systems", - "health security" + "biomarkers", + "medical imaging", + "demographics", + "lifestyle", + "proteomics", + "metabolomics" ], - "geographic_scope": "regional", - "update_frequency": "weekly", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "irregular", "tags": [ - "Africa CDC", - "public health", - "disease surveillance", - "epidemic intelligence", - "outbreak response", - "health security", - "African Union", - "COVID-19", - "Mpox", - "Ebola", - "regional health", - "laboratory systems", - "pathogen genomics", - "emergency preparedness" + "biobank", + "genomics", + "genetics", + "medical imaging", + "proteomics", + "metabolomics", + "epidemiology", + "UK", + "longitudinal study", + "precision medicine", + "whole genome sequencing", + "biomarkers", + "healthcare data", + "cohort study", + "personalized medicine", + "disease prevention", + "clinical research", + "population health" ], - "file_path": "international/health/africa-cdc.json" - }, - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "description": { - "en": "The African Development Bank (AfDB) provides comprehensive statistical data and development indicators for African countries. The bank's statistics department maintains the Africa Information Highway (AIH), a mega network of open data platforms covering all African countries and 16 regional organizations. It offers socio-economic data, project information, and development statistics to support evidence-based policymaking and monitor development progress across Africa.", - "zh": "非洲开发银行(AfDB)提供全面的非洲国家统计数据和发展指标。该银行统计部门维护非洲信息高速公路(AIH),这是一个覆盖所有非洲国家和16个区域组织的开放数据平台大型网络。它提供社会经济数据、项目信息和发展统计数据,以支持基于证据的政策制定并监测非洲的发展进展。" + "data_content": { + "en": [ + "Imaging Data - MRI scans for 100,000 participants including brain, heart, body composition, bone density", + "Genetic Data - Whole genome and exome sequences for all 500,000 participants, SNP genotyping", + "Biomarker Data - Blood and urine biomarkers, proteomics data on 54,000 people, metabolomics on 250,000 participants", + "Healthcare Records - Linked hospital inpatient data, primary care records, cancer registry, death registry", + "Questionnaire Data - Over 2 million online health questionnaires completed covering lifestyle, diet, mental health, family history", + "Physical Measurements - Blood pressure, arterial stiffness, bone density, spirometry, ECG, hearing, vision tests", + "Demographic Data - Age, sex, ethnicity, education, employment, household composition", + "Lifestyle Data - Diet, physical activity, sleep, smoking, alcohol consumption, environmental exposures", + "Biological Samples - 15 million samples stored including blood, urine, saliva for future analysis", + "Environmental Data - Air pollution exposure, built environment, greenspace access" + ], + "zh": [ + "影像数据 - 10万名参与者的MRI扫描,包括大脑、心脏、身体成分、骨密度", + "遗传数据 - 所有50万参与者的全基因组和外显子组序列、SNP基因分型", + "生物标志物数据 - 血液和尿液生物标志物、54,000人的蛋白质组学数据、250,000人的代谢组学", + "医疗记录 - 关联的住院患者数据、初级保健记录、癌症登记、死亡登记", + "问卷数据 - 超过200万份在线健康问卷,涵盖生活方式、饮食、心理健康、家族史", + "身体测量 - 血压、动脉僵硬度、骨密度、肺功能、心电图、听力、视力检查", + "人口统计数据 - 年龄、性别、种族、教育、就业、家庭组成", + "生活方式数据 - 饮食、体育活动、睡眠、吸烟、饮酒、环境暴露", + "生物样本 - 存储的1500万份样本,包括血液、尿液、唾液供未来分析", + "环境数据 - 空气污染暴露、建筑环境、绿地可及性" + ] }, - "website": "https://www.afdb.org", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "api_url": "http://dataportal.opendataforafrica.org/", - "authority_level": "international", - "country": null, - "domains": [ - "Development Finance", - "Economic Statistics", - "Social Development", - "Infrastructure", - "Agriculture", - "Energy", - "Climate Change", - "Governance", - "Health", - "Education" - ], - "geographic_scope": "regional", - "update_frequency": "annual", + "authority_level": "research", "has_api": true, - "tags": [ - "development-finance", - "africa", - "economic-development", - "social-development", - "infrastructure", - "SDGs", - "multilateral-development-bank", - "open-data", - "project-data", - "IATI" - ], - "file_path": "international/development/afdb.json" + "file_path": "academic/biology/uk-biobank.json" }, { - "id": "afdb-statistics", + "id": "chembl", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, "description": { - "en": "The African Development Bank Statistical Data Portal provides comprehensive statistical data and development indicators for African countries through the Africa Information Highway (AIH). Established in 2011, the portal is a mega network of open data platforms linking all African countries and 16 regional organizations. It offers socio-economic data spanning from 1960 to 2024, covering agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, and more. The platform supports evidence-based policymaking and monitors development progress across Africa.", - "zh": "非洲开发银行统计数据门户通过非洲信息高速公路(AIH)为非洲国家提供全面的统计数据和发展指标。该门户建立于2011年,是一个连接所有非洲国家和16个区域组织的开放数据平台大型网络。它提供1960年至2024年的社会经济数据,涵盖农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户等领域。该平台支持基于证据的政策制定并监测整个非洲的发展进展。" + "en": "ChEMBL is a manually curated database of bioactive molecules with drug-like properties, maintained by the European Bioinformatics Institute (EMBL-EBI) of the European Molecular Biology Laboratory (EMBL). It brings together chemical, bioactivity, and genomic data to aid the translation of genomic information into effective new drugs. The database contains over 2.8 million distinct compounds, more than 17,800 targets, and millions of bioactivity measurements. Data are manually abstracted from primary published literature, direct deposition, patents, and PhD theses, then further curated and standardized. ChEMBL is recognized as one of the Global Core Biodata Resources (GCBRs) - a collection of data resources critical to life science and biomedical research. It ranks 5th in EMBL-EBI's most used resources and serves as a fundamental platform for pharmaceutical drug discovery, agrochemical research, and academic research.", + "zh": "ChEMBL是由欧洲分子生物学实验室(EMBL)的欧洲生物信息学研究所(EMBL-EBI)维护的人工精选生物活性分子数据库,收录具有药物样特性的化合物。它整合化学、生物活性和基因组数据,帮助将基因组信息转化为有效的新药。数据库包含超过280万个不同化合物、17,800多个靶点以及数百万条生物活性测量数据。数据从发表文献、直接提交、专利和博士论文中手动提取,经过进一步整理和标准化。ChEMBL被认定为全球核心生物数据资源(GCBRs)之一,是生命科学和生物医学研究的关键数据资源。它在EMBL-EBI最常用资源中排名第5,是制药药物发现、农药研究和学术研究的基础平台。" }, - "website": "https://www.afdb.org", - "data_url": "https://dataportal.opendataforafrica.org", - "api_url": "https://dataportal.opendataforafrica.org/dev/explorer", - "authority_level": "international", + "website": "https://www.ebi.ac.uk", + "data_url": "https://www.ebi.ac.uk/chembl/", + "api_url": "https://www.ebi.ac.uk/chembl/api/data/docs", "country": null, "domains": [ - "economics", - "finance", - "social", - "development", - "agriculture", - "energy", - "governance", - "health", - "education", - "infrastructure" + "Drug Discovery", + "Pharmaceutical Sciences", + "Medicinal Chemistry", + "Chemical Biology", + "Bioactivity", + "Pharmacology", + "Toxicology", + "ADMET", + "Agrochemical Research", + "Genomics", + "Proteomics" ], - "geographic_scope": "regional", - "update_frequency": "annual", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "quarterly", "tags": [ - "african-development-bank", - "afdb", - "非洲开发银行", - "africa", - "非洲", - "statistics", - "统计数据", - "development-data", - "发展数据", - "socio-economic", - "社会经济", - "africa-information-highway", - "aih", - "非洲信息高速公路", + "bioactivity", + "drug-discovery", + "pharmaceutical", + "medicinal-chemistry", + "chemical-biology", + "pharmacology", + "toxicology", + "admet", + "small-molecules", + "drug-targets", + "protein-targets", + "bioassays", + "clinical-trials", + "approved-drugs", + "chemical-structures", + "cheminformatics", + "structure-activity-relationship", + "sar", + "lead-optimization", + "drug-development", + "embl-ebi", + "gcbr", "open-data", - "开放数据", - "economic-indicators", - "经济指标", - "national-accounts", - "国民账户", - "sdg", - "可持续发展目标", - "development-finance", - "发展金融", - "regional-data", - "区域数据", - "knoema", - "api" + "creative-commons" ], - "file_path": "international/development/afdb-statistics.json" + "data_content": { + "en": [ + "Bioactive Compounds - Over 2.8 million distinct compounds with drug-like properties", + "Biological Targets - More than 17,800 protein targets, including enzymes, receptors, transporters", + "Bioactivity Measurements - Millions of bioactivity data points (Ki, Kd, IC50, EC50)", + "Drug Data - 17,500+ approved drugs and clinical development candidates", + "Assay Data - Bioassay protocols and experimental conditions", + "ADMET Data - Absorption, Distribution, Metabolism, Excretion, and Toxicity information", + "Chemical Structures - 2D structures, molecular properties, physicochemical descriptors", + "Target-Disease Associations - Protein-disease relationships", + "Literature References - Links to primary literature sources", + "Mechanism of Action - Drug mechanism and pathway information", + "Clinical Trial Data - Drug development stage information", + "Toxicity Data - Drug safety and adverse effect information" + ], + "zh": [ + "生物活性化合物 - 超过280万个具有药物样特性的不同化合物", + "生物靶点 - 17,800多个蛋白质靶点,包括酶、受体、转运体", + "生物活性测量 - 数百万条生物活性数据点(Ki、Kd、IC50、EC50)", + "药物数据 - 17,500多个已批准药物和临床开发候选药物", + "检测数据 - 生物检测协议和实验条件", + "ADMET数据 - 吸收、分布、代谢、排泄和毒性信息", + "化学结构 - 2D结构、分子性质、物理化学描述符", + "靶点-疾病关联 - 蛋白质-疾病关系", + "文献引用 - 主要文献来源链接", + "作用机制 - 药物机制和通路信息", + "临床试验数据 - 药物开发阶段信息", + "毒性数据 - 药物安全性和不良反应信息" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/chemistry/chembl.json" }, { - "id": "afrobarometer", + "id": "intl-chemspider", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, "description": { - "en": "Afrobarometer is a pan-African, non-partisan survey research network that conducts public attitude surveys on democracy, governance, the economy, and society. The network encompasses 41 national partners responsible for data collection, analysis, and dissemination of findings across 44 African countries. With over 435,000 interviews conducted, Afrobarometer is the world's leading source of high-quality data on what Africans are thinking. Each survey round involves face-to-face interviews with nationally representative samples of 1,200-2,400 adult citizens per country, yielding country-level results with a margin of error of +/-2 to 3 percentage points at a 95% confidence level.", - "zh": "非洲晴雨表是一个泛非洲、无党派的调查研究网络,对民主、治理、经济和社会等议题进行公众态度调查。该网络包括41个国家合作伙伴,负责在44个非洲国家进行数据收集、分析和研究结果传播。已完成超过43.5万次访谈,非洲晴雨表是全球领先的非洲人民意见高质量数据来源。每轮调查通过面对面访谈,对每个国家1,200-2,400名成年公民进行全国代表性抽样,在95%置信水平下,国家层面结果的误差幅度为+/-2至3个百分点。" + "en": "ChemSpider is a free chemical structure database providing fast access to over 120 million structures, along with properties and associated information. Owned by the Royal Society of Chemistry since 2009, ChemSpider integrates and links compounds from hundreds of high quality data sources, enabling researchers to discover the most comprehensive view of freely available chemical data from a single online search. The database has received multiple international awards, including the ALPSP Prize for Publishing Innovation in 2010. ChemSpider builds on the collected data by adding additional properties, related information and links back to original data sources, offering text and structure searching to find compounds of interest and providing a range of services to improve this data by curation and annotation.", + "zh": "ChemSpider 是一个免费的化学结构数据库,提供快速访问超过1.2亿个化学结构及其性质和相关信息。自2009年起由英国皇家化学学会拥有,ChemSpider整合并链接来自数百个高质量数据源的化合物,使研究人员能够通过单一在线搜索发现最全面的免费化学数据视图。该数据库曾获得多项国际奖项,包括2010年ALPSP出版创新奖。ChemSpider通过添加额外的性质、相关信息和原始数据源链接来增强收集的数据,提供文本和结构搜索来查找感兴趣的化合物,并提供一系列服务通过整理和注释来改进数据。" }, - "website": "https://www.afrobarometer.org", - "data_url": "https://www.afrobarometer.org/data/", + "website": "https://www.rsc.org", + "data_url": "https://www.chemspider.com", "api_url": null, - "authority_level": "research", "country": null, "domains": [ - "Democracy and Governance", - "Political Participation", - "Elections and Electoral Systems", - "Economic Development", - "Social Issues", - "Public Services", - "Citizen Engagement", - "Human Rights", - "Gender Equality", - "Corruption and Accountability", - "Security and Conflict", - "Youth Development", - "Health and Education", - "Infrastructure", - "Environmental Issues" + "Chemistry", + "Chemical Structures", + "Molecular Properties", + "Pharmaceutical Sciences", + "Materials Science", + "Organic Chemistry", + "Inorganic Chemistry", + "Chemical Information" ], - "geographic_scope": "regional", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "africa", - "survey-research", - "democracy", - "governance", - "public-opinion", - "political-participation", - "elections", - "citizen-engagement", - "corruption", - "economic-development", - "social-issues", - "gender-equality", - "youth", - "public-services", - "accountability", - "cross-national-survey", - "panel-data", - "representative-sample" + "chemistry", + "chemical-structures", + "molecular-properties", + "chemical-database", + "free-access", + "royal-society-chemistry", + "chemical-search", + "compound-properties", + "chemical-identifiers", + "smiles", + "inchi", + "cas-numbers", + "pharmaceutical", + "materials-science", + "organic-chemistry", + "chemical-information", + "academic-research" ], - "file_path": "academic/social/afrobarometer.json" + "data_content": { + "en": [ + "Chemical Structures - Over 120 million unique chemical structures", + "Chemical Names - Systematic names, synonyms, trade names, common names", + "Registry Numbers - CAS Registry Numbers and other chemical identifiers", + "Molecular Properties - Molecular formula, molecular weight, physical properties", + "SMILES and InChI - Chemical structure representations", + "Data Sources - Aggregated data from hundreds of high-quality data sources", + "Chemical Identifiers - Multiple naming systems and identification codes", + "Compound Properties - Physical and chemical properties of compounds", + "Structure Search - Text-based and structure-based searching capabilities", + "Single and Multi-component Structures - Both simple and complex chemical structures", + "Isotopically Labeled Compounds - Structures with isotope labeling" + ], + "zh": [ + "化学结构 - 超过1.2亿个独特的化学结构", + "化学名称 - 系统命名、同义词、商品名、通用名", + "登记号 - CAS登记号和其他化学标识符", + "分子性质 - 分子式、分子量、物理性质", + "SMILES和InChI - 化学结构表示方法", + "数据源 - 来自数百个高质量数据源的聚合数据", + "化学标识符 - 多种命名系统和识别代码", + "化合物性质 - 化合物的物理和化学性质", + "结构搜索 - 基于文本和结构的搜索功能", + "单组分和多组分结构 - 简单和复杂的化学结构", + "同位素标记化合物 - 带有同位素标记的结构" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "academic/chemistry/chemspider.json" }, { - "id": "amis", + "id": "drugbank", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, "description": { - "en": "AMIS is an inter-agency platform launched in 2011 by the G20 Ministers of Agriculture to enhance food market transparency and policy response for food security. It brings together principal trading countries of agricultural commodities to assess global food supplies (focusing on wheat, maize, rice, and soybeans) and provides a platform to coordinate policy action in times of market uncertainty. AMIS participants represent 80-90% of global production, consumption, and trade volumes of targeted crops.", - "zh": "农业市场信息系统(AMIS)是由 G20 农业部长于 2011 年启动的跨机构平台,旨在提高粮食市场透明度和粮食安全政策响应能力。该系统汇集了农产品的主要贸易国,评估全球粮食供应(重点关注小麦、玉米、水稻和大豆),并提供了一个在市场不确定时期协调政策行动的平台。AMIS 参与国代表了目标作物全球产量、消费量和贸易量的 80-90%。" + "en": "DrugBank is a comprehensive, free-to-access, online database containing information on drugs and drug targets created and maintained by the University of Alberta and The Metabolomics Innovation Centre located in Alberta, Canada. Started in 2006 in Dr. David Wishart's lab, DrugBank combines detailed drug (chemical, pharmacological and pharmaceutical) data with comprehensive drug target (sequence, structure, and pathway) information. As both a bioinformatics and cheminformatics resource, each entry contains more than 200 data fields with half devoted to drug/chemical data and half to drug target or protein data. The latest version (5.1.13, released 2025-01-02) contains 19,774 drug entries including 3,016 approved small molecule drugs, 1,766 approved biologics (proteins, peptides, vaccines, and allergenics), 135 nutraceuticals and over 8,928 experimental (discovery-phase) drugs. Additionally, 5,467 non-redundant protein (drug target/enzyme/transporter/carrier) sequences are linked to these drug entries.", + "zh": "DrugBank 是一个全面的、免费访问的在线数据库,包含由加拿大阿尔伯塔大学和代谢组学创新中心创建和维护的药物及药物靶点信息。DrugBank 于 2006 年在 David Wishart 博士的实验室启动,将详细的药物(化学、药理学和药学)数据与全面的药物靶点(序列、结构和通路)信息相结合。作为生物信息学和化学信息学资源,每个条目包含超过 200 个数据字段,其中一半专注于药物/化学数据,另一半专注于药物靶点或蛋白质数据。最新版本(5.1.13,2025-01-02 发布)包含 19,774 个药物条目,包括 3,016 个批准的小分子药物、1,766 个批准的生物制剂(蛋白质、肽、疫苗和过敏原)、135 个营养保健品和超过 8,928 个实验(发现阶段)药物。此外,5,467 个非冗余蛋白质(药物靶点/酶/转运体/载体)序列与这些药物条目相关联。" }, - "website": "https://www.amis-outlook.org", - "data_url": "https://www.amis-outlook.org", - "api_url": null, - "authority_level": "international", + "website": "https://www.drugbank.com", + "data_url": "https://go.drugbank.com", + "api_url": "https://docs.drugbank.com", "country": null, "domains": [ - "Agriculture", - "Food Security", - "Commodity Markets", - "Agricultural Trade", - "Food Prices", - "Market Transparency", - "Policy Coordination" + "Pharmaceutical Sciences", + "Drug Discovery", + "Drug Development", + "Pharmacology", + "Medicinal Chemistry", + "Bioinformatics", + "Cheminformatics", + "Clinical Pharmacology", + "Drug Metabolism", + "Toxicology" ], "geographic_scope": "global", - "update_frequency": "monthly", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "agriculture", - "food-security", - "commodity-markets", - "wheat", - "maize", - "rice", - "soybeans", - "fertilizers", - "market-transparency", - "g20", - "trade-policy", - "price-monitoring", - "food-prices", - "agricultural-trade", - "market-intelligence" + "pharmaceutical", + "drug-discovery", + "drug-development", + "pharmacology", + "medicinal-chemistry", + "bioinformatics", + "cheminformatics", + "drug-targets", + "proteins", + "small-molecules", + "biologics", + "admet", + "drug-interactions", + "clinical-pharmacology", + "metabolism", + "toxicology", + "fda", + "academic-research", + "commercial-research" ], - "file_path": "sectors/A-agriculture/amis.json" + "data_content": { + "en": [ + "Small Molecule Drugs - 3,016 approved small molecule drugs with chemical structures and properties", + "Biologics - 1,766 approved biologics including proteins, peptides, vaccines, and allergenics", + "Nutraceuticals - 135 nutraceutical compounds", + "Experimental Drugs - 8,928+ discovery-phase drugs under development", + "Drug Targets - 5,467 non-redundant protein sequences (targets, enzymes, transporters, carriers)", + "Chemical Data - Molecular formulas, structures, SMILES, InChI, molecular weights, chemical properties", + "Pharmacological Data - Indications, contraindications, mechanisms of action, pharmacodynamics", + "Pharmaceutical Data - Dosage forms, routes of administration, manufacturers, brand names", + "ADMET Data - Absorption, distribution, metabolism, excretion, and toxicity information", + "Drug-Drug Interactions - Comprehensive interaction data between drugs", + "Pathways - Metabolic and signaling pathways related to drug action", + "Protein Sequences - Target protein sequences, structures, and functional annotations", + "Clinical Data - FDA labels, clinical trial information, approval dates", + "External Links - Cross-references to PubChem, ChEMBL, PDB, UniProt, and other databases" + ], + "zh": [ + "小分子药物 - 3,016 个批准的小分子药物,包含化学结构和性质", + "生物制剂 - 1,766 个批准的生物制剂,包括蛋白质、肽、疫苗和过敏原", + "营养保健品 - 135 个营养保健化合物", + "实验药物 - 8,928+ 个处于发现阶段的在研药物", + "药物靶点 - 5,467 个非冗余蛋白质序列(靶点、酶、转运体、载体)", + "化学数据 - 分子式、结构、SMILES、InChI、分子量、化学性质", + "药理学数据 - 适应症、禁忌症、作用机制、药效学", + "药学数据 - 剂型、给药途径、生产商、品牌名称", + "ADMET 数据 - 吸收、分布、代谢、排泄和毒性信息", + "药物相互作用 - 药物之间的综合相互作用数据", + "通路 - 与药物作用相关的代谢和信号通路", + "蛋白质序列 - 靶点蛋白质序列、结构和功能注释", + "临床数据 - FDA 标签、临床试验信息、批准日期", + "外部链接 - 与 PubChem、ChEMBL、PDB、UniProt 等数据库的交叉引用" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/chemistry/drugbank.json" }, { - "id": "aafc", + "id": "pubchem", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "PubChem", + "zh": "PubChem化学数据库" }, "description": { - "en": "Agriculture and Agri-Food Canada (AAFC) is the federal department responsible for policies and programs that support the Canadian agriculture and agri-food sector. AAFC provides comprehensive agricultural data, research, and statistics through its open data portal, including satellite-based crop inventories, land use time series, agri-environmental spatial data, and market information. The department supports innovation, competitiveness, sustainable practices, and market development for Canadian agriculture.", - "zh": "加拿大农业与农业食品部(AAFC)是负责支持加拿大农业和农业食品行业政策和计划的联邦部门。AAFC 通过其开放数据门户提供全面的农业数据、研究和统计信息,包括基于卫星的作物清单、土地利用时间序列、农业环境空间数据和市场信息。该部门支持加拿大农业的创新、竞争力、可持续实践和市场发展。" + "en": "PubChem is the world's largest free chemistry database, maintained by the National Institutes of Health (NIH). It provides information on chemical substances and their biological activities, launched in 2004. PubChem contains small molecules, as well as larger molecules such as nucleotides, carbohydrates, lipids, peptides, and chemically-modified macromolecules. The database collects information on chemical structures, identifiers, chemical and physical properties, biological activities, patents, health, safety, toxicity data, and much more. Data is contributed by hundreds of sources including government agencies, chemical vendors, journal publishers, and more. Each month, the website and programmatic services provide data to several million users worldwide.", + "zh": "PubChem是世界上最大的免费化学数据库,由美国国立卫生研究院(NIH)维护。它提供化学物质及其生物活性的信息,于2004年推出。PubChem包含小分子以及较大分子,如核苷酸、碳水化合物、脂质、肽和化学修饰的大分子。该数据库收集化学结构、标识符、化学和物理性质、生物活性、专利、健康、安全、毒性数据等信息。数据由数百个来源贡献,包括政府机构、化学品供应商、期刊出版商等。每月,该网站和编程服务为全球数百万用户提供数据。" }, - "website": "https://agriculture.canada.ca/en", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", - "api_url": "https://agriculture.canada.ca/en/science/scientific-collaboration/open-data", - "authority_level": "government", - "country": "CA", + "website": "https://www.ncbi.nlm.nih.gov/", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "api_url": "https://pubchem.ncbi.nlm.nih.gov/docs/programmatic-access", + "country": null, "domains": [ - "Agriculture", - "Crop Production", - "Land Use", - "Geospatial Data", - "Environmental Monitoring", - "Agricultural Economics", - "Food Security", - "Agricultural Research", - "Market Information" + "Chemistry", + "Biochemistry", + "Pharmacology", + "Toxicology", + "Biology", + "Medicine" ], - "geographic_scope": "national", - "update_frequency": "annual", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "agriculture", - "canada", - "crop-inventory", - "land-use", - "geospatial", - "satellite-imagery", - "environmental-data", - "agricultural-statistics", + "chemistry", + "biochemistry", + "pharmacology", + "toxicology", + "drug-discovery", + "chemical-database", + "bioassay", + "molecular-structure", + "chemical-properties", "open-data", - "government", - "soil-quality", - "market-information", - "agricultural-research", - "census-agriculture", - "food-security" + "nih", + "ncbi", + "united-states", + "government-data" ], - "file_path": "countries/north-america/canada/aafc.json" + "data_content": { + "en": [ + "Compound Records (chemical structures, properties, identifiers)", + "Substance Records (deposited chemical substances from contributors)", + "BioAssay Data (biological test results and screening data)", + "Chemical Properties (molecular formula, weight, SMILES, InChI, physical properties)", + "Bioactivity Data (assay results, dose-response curves, activity summaries)", + "Patent Information (chemical-patent data from Google Patents and IBM)", + "Literature Citations (links to PubMed articles)", + "Safety and Toxicity Data (health, safety, and toxicity information)", + "3D Conformer Models (computed 3D structures and shape properties)", + "Gene and Protein Targets (assay target information)", + "Pathway Data (biological pathway information)", + "Taxonomy Data (organism information)", + "Cell Line Data (cell line information)", + "Classification Data (hierarchical chemical classification)" + ], + "zh": [ + "化合物记录(化学结构、性质、标识符)", + "物质记录(贡献者提交的化学物质)", + "生物测定数据(生物测试结果和筛选数据)", + "化学性质(分子式、分子量、SMILES、InChI、物理性质)", + "生物活性数据(测定结果、剂量-反应曲线、活性摘要)", + "专利信息(来自Google Patents和IBM的化学专利数据)", + "文献引用(与PubMed文章的链接)", + "安全和毒性数据(健康、安全和毒性信息)", + "3D构象模型(计算的3D结构和形状属性)", + "基因和蛋白质靶标(测定靶标信息)", + "通路数据(生物通路信息)", + "分类数据(生物体信息)", + "细胞系数据(细胞系信息)", + "分类数据(分层化学分类)" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "academic/chemistry/pubchem.json" }, { - "id": "alpha-vantage", + "id": "bis-statistics", "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, "description": { - "en": "Alpha Vantage provides free JSON APIs for realtime and historical stock market data, forex, cryptocurrencies, commodities, and economic indicators. The platform offers 50+ technical indicators, covering 200,000+ tickers across 20+ global exchanges with over 20 years of historical depth. Built for developers and investors, it supports multiple temporal resolutions (intraday, daily, weekly, monthly) and features eight major API categories including Core Time Series, US Options, Alpha Intelligence, Fundamental Data, and more.", - "zh": "Alpha Vantage 提供免费的 JSON API,用于获取实时和历史股票市场数据、外汇、加密货币、大宗商品和经济指标。该平台提供 50 多种技术指标,涵盖 20 多个全球交易所的 200,000 多个股票代码,拥有超过 20 年的历史数据深度。专为开发人员和投资者打造,支持多种时间分辨率(盘中、每日、每周、每月),包含八大主要 API 类别:核心时间序列、美国期权、Alpha Intelligence、基本面数据等。" + "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The BIS provides comprehensive data on international banking activity, debt securities, credit, derivatives, exchange rates, property prices, consumer prices, global liquidity, and payment statistics. Data covers activities in over 40 countries and is widely used by central banks, financial institutions, researchers, and policymakers for monetary and financial stability analysis.", + "zh": "国际清算银行(BIS)统计数据与各国中央银行及其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息支持。BIS 提供全面的国际银行业务、债务证券、信贷、衍生品、汇率、房地产价格、消费者价格、全球流动性和支付统计数据。数据涵盖 40 多个国家的活动,广泛用于中央银行、金融机构、研究人员和政策制定者进行货币和金融稳定性分析。" }, - "website": "https://www.alphavantage.co/", - "data_url": "https://www.alphavantage.co/", - "api_url": "https://www.alphavantage.co/documentation/", - "authority_level": "commercial", + "website": "https://www.bis.org/", + "data_url": "https://data.bis.org/", + "api_url": "https://stats.bis.org/api-doc/v2/", "country": null, "domains": [ - "Stock Markets", + "International Banking", + "Debt Securities", + "Credit Markets", "Foreign Exchange", - "Cryptocurrencies", - "Commodities", - "Economic Indicators", - "Technical Analysis" + "Derivatives", + "Property Prices", + "Consumer Prices", + "Global Liquidity", + "Payment Systems", + "Central Bank Statistics" ], "geographic_scope": "global", - "update_frequency": "real-time", - "has_api": true, + "update_frequency": "quarterly", "tags": [ - "stock-market", - "financial-data", - "api", - "real-time", - "technical-indicators", - "forex", - "cryptocurrency", - "commodities", - "economic-indicators", - "time-series", - "free-tier", - "developer-friendly" + "international-banking", + "central-bank", + "financial-stability", + "global-liquidity", + "debt-securities", + "derivatives", + "exchange-rates", + "property-prices", + "payment-systems", + "monetary-policy", + "macroprudential", + "cross-border-flows", + "time-series", + "open-access", + "api", + "sdmx" ], - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "data_content": { + "en": [ + "Locational Banking Statistics - International banking activity from a residence perspective", + "Consolidated Banking Statistics - Worldwide positions of internationally active banking groups", + "Debt Securities Statistics - International and domestic debt securities issuance and amounts outstanding", + "Credit to the Non-Financial Sector - Borrowing by government and private non-financial sectors", + "Global Liquidity Indicators - Foreign currency credit to non-residents in major currencies", + "Derivatives Statistics - OTC derivatives market activity and turnover (Triennial Survey)", + "Effective Exchange Rates - Nominal and real effective exchange rate indices", + "Residential Property Prices - Selected residential and commercial property price statistics", + "Consumer Price Indices - Consumer price inflation across countries", + "Central Bank Total Assets - Evolution of central bank balance sheets", + "Payment Statistics - Comparative payment statistics including card payments, terminals, and cashless transactions" + ], + "zh": [ + "地域性银行统计 - 从居住地角度衡量的国际银行业务活动", + "合并银行统计 - 总部设在报告国的国际活跃银行集团的全球综合头寸", + "债务证券统计 - 国际和国内债务证券发行及未偿金额", + "非金融部门信贷 - 政府和私人非金融部门的借贷活动", + "全球流动性指标 - 主要货币向非居民提供的外币信贷", + "衍生品统计 - 场外衍生品市场活动和交易量(三年一次调查)", + "有效汇率 - 名义和实际有效汇率指数", + "住宅房地产价格 - 选定的住宅和商业房地产价格统计", + "消费者价格指数 - 各国消费者价格通胀", + "中央银行总资产 - 中央银行资产负债表规模的演变", + "支付统计 - 包括卡支付、终端和无现金交易在内的比较支付统计" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "academic/economics/bis-statistics.json" }, { - "id": "alphafold-db", + "id": "acad-conferenceboard", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, "description": { - "en": "AlphaFold Protein Structure Database provides open access to over 200 million protein structure predictions powered by AlphaFold AI system. Developed by Google DeepMind in partnership with EMBL's European Bioinformatics Institute (EMBL-EBI), it offers nearly all catalogued proteins known to science with unprecedented accuracy and speed. The database enables scientists to understand protein structures computationally, dramatically accelerating biological research, drug discovery, and our understanding of life itself.", - "zh": "AlphaFold蛋白质结构数据库提供超过2亿个由AlphaFold人工智能系统预测的蛋白质结构的开放访问。由Google DeepMind与EMBL欧洲生物信息学研究所(EMBL-EBI)合作开发,涵盖几乎所有已知科学的蛋白质,具有前所未有的准确性和速度。该数据库使科学家能够通过计算理解蛋白质结构,极大地加速生物学研究、药物发现以及对生命本身的理解。" + "en": "The Conference Board is a leading source of economic indicators and analysis, publishing the widely-cited Consumer Confidence Index and Leading Economic Indicators (LEI). Since taking over the LEI from the US government in 1995, they provide comprehensive economic data on business cycles, labor trends, and economic outlooks for major economies worldwide. Their authoritative data includes leading, coincident, and lagging indexes designed to signal peaks and troughs in business cycles.", + "zh": "世界大型企业联合会是领先的经济指标和分析来源,发布广受引用的消费者信心指数和领先经济指标(LEI)。自1995年从美国政府接管LEI以来,他们为全球主要经济体提供关于商业周期、劳动力趋势和经济展望的全面经济数据。其权威数据包括旨在预示商业周期峰谷的领先、同步和滞后指标。" }, - "website": "https://www.ebi.ac.uk", - "data_url": "https://alphafold.com", - "api_url": "https://alphafold.com/api-docs", - "authority_level": "international", + "website": "https://www.conference-board.org", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "api_url": null, "country": null, "domains": [ - "Structural Biology", - "Proteomics", - "Drug Discovery", - "Molecular Biology", - "Biotechnology", - "Bioinformatics" + "Economics", + "Business Cycles", + "Consumer Confidence", + "Labor Markets", + "Employment", + "Economic Forecasting" ], "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "protein structure", - "structural biology", - "AI prediction", - "machine learning", - "proteomics", - "drug discovery", - "bioinformatics", - "AlphaFold", - "DeepMind", - "EMBL-EBI", - "computational biology", - "3D structure", - "protein folding" + "economics", + "business-cycles", + "leading-indicators", + "consumer-confidence", + "employment", + "economic-forecasting", + "ceo-confidence", + "labor-markets", + "time-series" ], - "file_path": "academic/biology/alphafold-db.json" + "data_content": { + "en": [ + "Business Cycle Indicators (LEI, CEI, Lagging Index)", + "Consumer Confidence Index (US and Global)", + "CEO Confidence Survey (US and Europe)", + "Employment Trends Index", + "Help Wanted OnLine Index", + "Global Economic Outlook", + "Total Economy Database" + ], + "zh": [ + "商业周期指标(领先、同步、滞后指标)", + "消费者信心指数(美国和全球)", + "CEO信心调查(美国和欧洲)", + "就业趋势指数", + "在线招聘指数", + "全球经济展望", + "全经济数据库" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "academic/economics/conference-board.json" }, { - "id": "asian-barometer", + "id": "ggdc-databases", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, "description": { - "en": "The Asian Barometer Survey (ABS) is a comparative survey research program on public opinion regarding political values, democracy, and governance across Asia. The survey network encompasses research teams from 18 East Asian political systems (Japan, Mongolia, South Korea, Taiwan, Hong Kong, China, Philippines, Thailand, Vietnam, Cambodia, Singapore, Indonesia, Malaysia) and 5 South Asian countries (India, Pakistan, Bangladesh, Sri Lanka, Nepal). National probability sample surveys have been conducted over six waves, with the most recent Wave 6 conducted from 2021-2023.", - "zh": "亚洲民主动态调查(ABS)是一个关于亚洲地区政治价值观、民主和治理的公众意见比较调查研究项目。调查网络涵盖来自18个东亚政治体系(日本、蒙古、韩国、台湾、香港、中国大陆、菲律宾、泰国、越南、柬埔寨、新加坡、印度尼西亚、马来西亚)和5个南亚国家(印度、巴基斯坦、孟加拉国、斯里兰卡、尼泊尔)的研究团队。已在约20个国家进行了六轮国家概率抽样调查,最新的第6轮调查于2021-2023年进行。" + "en": "The Groningen Growth and Development Centre (GGDC) is a platform for research on economic growth and development, maintaining comprehensive databases on indicators of growth and development. The GGDC provides multiple databases covering productivity (Penn World Table, EU KLEMS, World KLEMS), global value chains (WIOD), historical development (Maddison Project), and structural change (10-Sector Database, Africa Sector Database). These databases enable cross-country comparisons and long-term analysis of economic performance.", + "zh": "格罗宁根增长与发展中心(GGDC)是经济增长和发展研究的平台,维护着全面的增长和发展指标数据库。GGDC提供多个数据库,涵盖生产率(宾州世界表、欧盟KLEMS、世界KLEMS)、全球价值链(WIOD)、历史发展(麦迪逊项目)和结构变化(10部门数据库、非洲部门数据库)。这些数据库支持跨国比较和经济表现的长期分析。" }, - "website": "https://asianbarometer.org", - "data_url": "https://asianbarometer.org", + "website": "https://www.rug.nl/ggdc/", + "data_url": "https://www.rug.nl/ggdc/", "api_url": null, - "authority_level": "research", "country": null, "domains": [ - "Political Science", - "Democracy Studies", - "Public Opinion", - "Governance", - "Political Values", - "Electoral Studies", - "Social Science" + "economics", + "productivity", + "development", + "trade", + "structural-change" ], - "geographic_scope": "regional", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "annual", "tags": [ - "political science", - "democracy", - "survey", - "public opinion", - "Asia", - "governance", - "electoral studies", - "political values", - "comparative politics", - "social science", - "Taiwan", - "academia sinica" + "productivity", + "economic-growth", + "development", + "input-output-tables", + "global-value-chains", + "historical-gdp", + "structural-change", + "sectoral-data", + "academic-research", + "open-data" ], - "file_path": "academic/social/asian-barometer.json" + "data_content": { + "en": [ + "Productivity - Penn World Table (GDP, productivity, capital, labor)", + "Productivity - EU KLEMS (capital, labor, energy, materials, services)", + "Productivity - World KLEMS Initiative (industry-level productivity)", + "Productivity - Productivity Level Database (comparative productivity levels)", + "Global Value Chains - WIOD (World Input-Output Database)", + "Global Value Chains - WIOT (World Input-Output Tables)", + "Historical Development - Maddison Project (long-run GDP estimates since 1 AD)", + "Structural Change - 10-Sector Database (sectoral employment and value added)", + "Structural Change - Africa Sector Database (African economies)", + "Trade and international linkages data" + ], + "zh": [ + "生产率 - 宾州世界表(GDP、生产率、资本、劳动)", + "生产率 - 欧盟KLEMS(资本、劳动、能源、材料、服务)", + "生产率 - 世界KLEMS计划(行业级生产率)", + "生产率 - 生产率水平数据库(比较生产率水平)", + "全球价值链 - WIOD(世界投入产出数据库)", + "全球价值链 - WIOT(世界投入产出表)", + "历史发展 - 麦迪逊项目(公元1年以来的长期GDP估算)", + "结构变化 - 10部门数据库(部门就业和增加值)", + "结构变化 - 非洲部门数据库(非洲经济体)", + "贸易和国际联系数据" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json" }, { - "id": "adb-vietnam", + "id": "nber-data", "name": { - "en": "Asian Development Bank - Vietnam Country Data", - "zh": "亚洲开发银行越南国别数据" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, "description": { - "en": "Comprehensive economic development indicators and statistics for Vietnam from the Asian Development Bank (ADB). Covers GDP growth, inflation, economic forecasts, poverty statistics, government finance, trade, balance of payments, and development assistance data. Includes data from the Key Indicators Database, Asian Development Outlook (ADO), and country-specific economic analysis.", - "zh": "亚洲开发银行(ADB)提供的越南综合经济发展指标和统计数据。涵盖GDP增长、通货膨胀、经济预测、贫困统计、政府财政、贸易、国际收支和发展援助数据。包括来自关键指标数据库、亚洲发展展望(ADO)和越南国别经济分析的数据。" + "en": "A private, nonprofit research organization facilitating cutting-edge economic research. Features over 34,000 working papers, public-use economic datasets, and comprehensive economic indicators. Affiliated with 1,800+ economists including 43 Nobel Prize winners.", + "zh": "私营非营利研究组织,促进前沿经济研究。包含超过34,000篇工作论文、公共使用经济数据集和全面的经济指标。拥有1,800多名经济学家,其中包括43位诺贝尔奖获得者。" }, - "website": "https://www.adb.org", - "data_url": "https://www.adb.org/countries/viet-nam/data", + "website": "https://www.nber.org", + "data_url": "https://www.nber.org", "api_url": null, - "authority_level": "international", - "country": "VN", + "country": null, "domains": [ "economics", "finance", - "development", - "social" + "labor", + "health", + "productivity" ], - "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "weekly", "tags": [ - "asian-development-bank", - "亚洲开发银行", - "adb", - "vietnam", - "越南", - "viet-nam", - "economic-indicators", - "经济指标", - "gdp-growth", - "gdp增长", - "inflation", - "通货膨胀", - "economic-forecast", - "经济预测", - "poverty", - "贫困", - "development-data", - "发展数据", - "key-indicators", - "关键指标", - "asian-development-outlook", - "亚洲发展展望", - "ado", - "government-finance", - "政府财政", - "trade", - "贸易", - "balance-of-payments", - "国际收支", - "country-data", - "国别数据" + "economics", + "research-papers", + "working-papers", + "business-cycle", + "labor-economics", + "productivity", + "financial-markets", + "health-economics", + "academic-research", + "nobel-laureates" ], - "file_path": "international/economics/adb-vietnam.json" + "data_content": { + "en": [ + "Working papers on economic research (34,000+ papers)", + "Business cycle dating and recession indicators", + "Labor economics and employment data", + "Productivity and economic growth metrics", + "Health economics and policy research", + "International trade and finance data", + "Public-use microdata from research projects", + "Economic indicators and releases aggregation", + "Monetary economics and financial markets research" + ], + "zh": [ + "经济研究工作论文(34,000+篇)", + "商业周期确定和衰退指标", + "劳动经济学和就业数据", + "生产率和经济增长指标", + "健康经济学和政策研究", + "国际贸易和金融数据", + "研究项目的公共使用微观数据", + "经济指标和发布聚合", + "货币经济学和金融市场研究" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "academic/economics/nber.json" }, { - "id": "adb-data-library", + "id": "penn-world-table", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" + "en": "Penn World Table", + "zh": "宾州世界表" }, "description": { - "en": "The ADB Data Library is the central repository for all of the Asian Development Bank's public data, providing comprehensive access to economic, financial, social, and environmental data for the Asia and Pacific region. Established by ADB, a multilateral development bank founded in 1966 with 69 member economies, the platform offers 284 datasets, 67 dashboards, and 14 data stories covering macroeconomic indicators, development statistics, climate change financing, infrastructure investment, and social indicators. Data is accessible through web interfaces and APIs, supporting evidence-based policymaking across Asia and the Pacific.", - "zh": "亚洲开发银行数据库是亚洲开发银行所有公共数据的中央存储库,为亚太地区提供经济、金融、社会和环境数据的全面访问。该平台由亚洲开发银行建立,亚行是成立于1966年的多边开发银行,拥有69个成员经济体。平台提供284个数据集、67个仪表板和14个数据故事,涵盖宏观经济指标、发展统计、气候变化融资、基础设施投资和社会指标。数据可通过网页界面和API访问,支持亚太地区的循证决策。" + "en": "Penn World Table (PWT) version 11.0 is a comprehensive database with information on relative levels of income, output, input and productivity, covering 185 countries between 1950 and 2023. It provides data on real GDP using various measurement methods (national accounts and PPP-based), employment, educational attainment, capital stock, and other variables essential for cross-country comparisons and growth studies.", + "zh": "宾州世界表(PWT) 11.0版本是一个全面的数据库,提供收入、产出、投入和生产率的相对水平信息,覆盖185个国家1950年至2023年的数据。它提供使用各种测量方法(国民账户和购买力平价)的实际GDP、就业、教育程度、资本存量以及其他跨国比较和增长研究所需的变量。" }, - "website": "https://www.adb.org", - "data_url": "https://data.adb.org", - "api_url": "https://kidb.adb.org/api", - "authority_level": "international", + "website": "https://www.rug.nl/ggdc/", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "api_url": null, "country": null, "domains": [ - "Economics", - "Development Finance", - "Social Statistics", - "Infrastructure", - "Climate Change", - "Public Finance", - "Trade", - "Balance of Payments", - "Labor Market", - "Poverty and Inequality", - "Education", - "Health", - "Energy", - "Environment", - "Regional Integration" + "economics", + "development", + "productivity" ], - "geographic_scope": "regional", - "update_frequency": "quarterly", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "annual", "tags": [ - "adb", - "asian-development-bank", - "亚洲开发银行", - "亚行", - "development-data", - "发展数据", - "asia-pacific", - "亚太地区", - "macroeconomic-indicators", - "宏观经济指标", - "social-indicators", - "社会指标", - "sdg", - "sustainable-development-goals", - "可持续发展目标", - "national-accounts", - "国民账户", "gdp", - "inflation", - "通货膨胀", - "government-finance", - "政府财政", - "trade-statistics", - "贸易统计", - "balance-of-payments", - "国际收支", - "labor-statistics", - "劳动统计", - "poverty", - "贫困", - "infrastructure-investment", - "基础设施投资", - "climate-finance", - "气候融资", - "development-finance", - "发展融资", - "key-indicators", - "关键指标", - "kidb", - "sdmx-api" + "productivity", + "economic-growth", + "development-accounting", + "cross-country-comparison", + "panel-data", + "purchasing-power-parity", + "academic-research", + "open-data" ], - "file_path": "international/development/adb-data-library.json" + "data_content": { + "en": [ + "Real GDP (national accounts and PPP-based measures)", + "GDP per capita and population data", + "Employment and labor force statistics", + "Human capital and educational attainment", + "Capital stock by asset type", + "Total factor productivity (TFP) estimates", + "Labor shares and compensation", + "Trade data (exports and imports by category)", + "Exchange rates and price levels", + "National accounts data in current and constant prices" + ], + "zh": [ + "实际GDP(国民账户和购买力平价测量)", + "人均GDP和人口数据", + "就业和劳动力统计", + "人力资本和教育程度", + "按资产类型分类的资本存量", + "全要素生产率(TFP)估算", + "劳动份额和报酬", + "贸易数据(按类别分类的出口和进口)", + "汇率和价格水平", + "现价和不变价国民账户数据" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "academic/economics/penn-world-table.json" }, { - "id": "adb-data", + "id": "world-inequality-database", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, "description": { - "en": "The ADB Data Library is the central repository and portal for all of ADB's public data. It provides comprehensive economic, social, and financial indicators for Asia and the Pacific region, including the Key Indicators Database (KIDB) which is one of the world's most comprehensive resources for macroeconomic and social indicators. The library includes country dashboards, over 180 datasets, data stories, and visualization tools. Data is shareable and machine-readable, covering national accounts, prices, government finance, trade, balance of payments, money and banking, external debt, population, labor force, and social indicators.", - "zh": "亚洲开发银行数据库是 ADB 所有公共数据的中央存储库和门户。它为亚太地区提供全面的经济、社会和金融指标,包括关键指标数据库(KIDB),这是世界上最全面的宏观经济和社会指标资源之一。数据库包含国家仪表板、180多个数据集、数据故事和可视化工具。数据可共享且机器可读,涵盖国民账户、价格、政府财政、贸易、国际收支、货币与银行、外债、人口、劳动力和社会指标。" + "en": "The World Inequality Database (WID.world) is the most extensive public database on global inequality. It provides open access data on income and wealth inequality based on the systematic combination of national accounts, survey and fiscal data. The database covers over 70 countries across 5 continents, with historical data extending back to the early 20th century for some countries. WID.world is maintained by more than 100 researchers worldwide and is the primary source of data for the World Inequality Report.", + "zh": "世界不平等数据库(WID.world)是全球最广泛的公共不平等数据库。它基于国民账户、调查和财政数据的系统性结合,提供收入和财富不平等的开放访问数据。该数据库覆盖5大洲70多个国家,部分国家的历史数据可追溯至20世纪初。WID.world由全球100多位研究人员维护,是世界不平等报告的主要数据来源。" }, - "website": "https://www.adb.org", - "data_url": "https://data.adb.org", - "api_url": "https://kidb.adb.org/api", - "authority_level": "international", + "website": "https://wid.world/", + "data_url": "https://wid.world/", + "api_url": "https://wid.world/data/", "country": null, "domains": [ "economics", - "finance", - "social", - "development" + "inequality", + "social" ], - "geographic_scope": "regional", + "geographic_scope": "global", "update_frequency": "annual", - "has_api": true, "tags": [ - "asian-development", - "asia-pacific", - "economic-indicators", - "social-statistics", - "development-finance", - "international-organization", - "sdmx", - "open-data", - "api" + "inequality", + "income-distribution", + "wealth-distribution", + "top-incomes", + "poverty", + "gender-inequality", + "distributional-accounts", + "gini-coefficient", + "academic-research", + "open-data" ], - "file_path": "international/development/adb-data.json" + "data_content": { + "en": [ + "Income inequality - pre-tax and post-tax income distribution", + "Wealth inequality - household wealth distribution", + "Top income shares - top 10%, top 1%, top 0.1% shares", + "Bottom income shares - bottom 50%, bottom 90% shares", + "Gender inequality - income and wealth gaps by gender", + "Wealth-income ratios - aggregate wealth to income ratios", + "Poverty indicators - poverty rates and thresholds", + "National income and wealth accounts", + "Gini coefficients and other inequality measures", + "Historical inequality series dating back to 1900" + ], + "zh": [ + "收入不平等 - 税前和税后收入分配", + "财富不平等 - 家庭财富分配", + "顶层收入份额 - 前10%、前1%、前0.1%份额", + "底层收入份额 - 后50%、后90%份额", + "性别不平等 - 按性别划分的收入和财富差距", + "财富收入比 - 总财富与收入比率", + "贫困指标 - 贫困率和贫困线", + "国民收入和财富账户", + "基尼系数和其他不平等测量指标", + "追溯至1900年的历史不平等序列" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/economics/world-inequality-database.json" }, { - "id": "adb-key-indicators", + "id": "copernicus-open-access-hub", "name": { - "en": "Asian Development Bank Key Indicators", - "zh": "亚洲开发银行关键指标" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, "description": { - "en": "The Key Indicators for Asia and the Pacific is the flagship annual statistical publication of the Asian Development Bank (ADB). It presents the latest statistics on a comprehensive set of economic, financial, social, environmental, and Sustainable Development Goals (SDG) indicators for ADB's 49 regional member economies. The publication covers eight thematic areas including People, Economy and Output, Money, Finance and Prices, Globalization, Transport and Communication, Energy and Electricity, Environment, and Government and Governance. The data is accessible through the Key Indicators Database (KIDB), one of the world's most comprehensive resources for macroeconomic and social indicators across Asia and the Pacific region.", - "zh": "《亚洲及太平洋地区关键指标》是亚洲开发银行(ADB)的旗舰年度统计出版物。它提供亚行49个区域成员经济体的经济、金融、社会、环境和可持续发展目标(SDG)指标的最新统计数据。该出版物涵盖八个主题领域,包括人口、经济与产出、货币金融与价格、全球化、交通与通信、能源与电力、环境、政府与治理。数据可通过关键指标数据库(KIDB)访问,这是世界上最全面的亚太地区宏观经济和社会指标资源之一。" + "en": "The Copernicus Open Access Hub (legacy service, retired Nov 2, 2023) provided free and open access to Sentinel satellite Earth observation data. It has been replaced by the Copernicus Data Space Ecosystem, which offers enhanced access to comprehensive Sentinel mission data including radar, optical, and atmospheric measurements for environmental monitoring, climate research, and disaster management.", + "zh": "哥白尼开放访问中心(遗留服务,已于2023年11月2日退役)提供免费开放的Sentinel卫星地球观测数据访问。现已被哥白尼数据空间生态系统取代,该系统提供增强的Sentinel任务综合数据访问,包括雷达、光学和大气测量数据,用于环境监测、气候研究和灾害管理。" }, - "website": "https://www.adb.org", - "data_url": "https://kidb.adb.org", - "api_url": "https://kidb.adb.org/api", - "authority_level": "international", + "website": "https://www.esa.int", + "data_url": "https://dataspace.copernicus.eu/", + "api_url": "https://documentation.dataspace.copernicus.eu/", "country": null, "domains": [ - "Economics", - "Finance", - "Social Development", - "Demographics", - "Environment", - "Infrastructure", - "Energy", - "Transportation", - "Communications", - "Government Finance", - "Trade", - "Sustainable Development Goals" + "environment", + "climate", + "ocean", + "land", + "atmosphere", + "disaster_management" ], - "geographic_scope": "regional", - "update_frequency": "annual", + "geographic_scope": "global", + "update_frequency": "daily", + "tags": [ + "satellite", + "earth_observation", + "remote_sensing", + "sentinel", + "copernicus", + "ESA", + "radar", + "optical", + "atmospheric", + "climate", + "environment", + "global", + "open_data" + ], + "data_content": { + "en": [ + "Radar Imaging (SAR) - Land surface topography, Ocean surface winds and waves, Sea ice cover and thickness, Soil moisture and vegetation", + "Optical Imaging - Land cover and vegetation monitoring, Coastal and inland water monitoring, Ocean color and land surface temperature, High-resolution multispectral imagery (10-60m)", + "Atmospheric Monitoring - Air quality and pollution monitoring, Greenhouse gas concentrations, Ozone and UV radiation, Aerosols and trace gases", + "Ocean Altimetry - Sea surface height, Ocean topography and currents, Significant wave height" + ], + "zh": [ + "雷达成像(合成孔径雷达) - 陆地表面地形、海洋表面风和波浪、海冰覆盖和厚度、土壤湿度和植被", + "光学成像 - 土地覆盖和植被监测、海岸和内陆水体监测、海洋颜色和陆地表面温度、高分辨率多光谱影像(10-60米)", + "大气监测 - 空气质量和污染监测、温室气体浓度、臭氧和紫外线辐射、气溶胶和痕量气体", + "海洋测高 - 海平面高度、海洋地形和洋流、有效波高" + ] + }, + "authority_level": "international", "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json" + }, + { + "id": "clinicaltrials-gov", + "name": { + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" + }, + "description": { + "en": "ClinicalTrials.gov is a database of privately and publicly funded clinical studies conducted around the world. It provides information about a clinical trial's purpose, who may participate, locations, and phone numbers for more details. The database is maintained by the U.S. National Library of Medicine and contains over 400,000 research studies in all 50 states and in 220 countries.", + "zh": "临床试验注册数据库是一个全球范围内私人和公共资助临床研究的数据库。它提供关于临床试验目的、参与资格、地点和联系方式等信息。该数据库由美国国家医学图书馆维护,包含超过40万项研究,覆盖美国所有50个州和220个国家。" + }, + "website": "https://www.nlm.nih.gov/", + "data_url": "https://clinicaltrials.gov/", + "api_url": "https://clinicaltrials.gov/data-api/api", + "country": null, + "domains": [ + "health", + "clinical_research", + "medical_trials" + ], + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "asian-development-bank", - "adb", - "key-indicators", - "亚洲开发银行", - "关键指标", - "asia-pacific", - "亚太地区", - "economic-indicators", - "经济指标", - "social-statistics", - "社会统计", - "sdg", - "可持续发展目标", - "macroeconomic-data", - "宏观经济数据", - "development-statistics", - "发展统计", - "kidb", - "sdmx", - "regional-data", - "区域数据", - "statistical-database", - "统计数据库" + "clinical trials", + "medical research", + "NIH", + "NLM", + "drug trials", + "patient recruitment", + "NCT number", + "clinical research", + "medical studies", + "FDA", + "public health", + "evidence-based medicine", + "API" ], - "file_path": "international/development/adb-key-indicators.json" + "data_content": { + "en": [ + "Clinical Trial Registry - Basic trial information (title, NCT number, status, sponsor, conditions studied)", + "Study Design - Trial phase, intervention type, randomization, blinding, endpoints", + "Eligibility Criteria - Inclusion/exclusion criteria, age ranges, sex, healthy volunteers", + "Locations and Contacts - Facility names, addresses, recruitment status, principal investigators", + "Outcomes and Measures - Primary and secondary outcome measures, time frames", + "Results Data - Participant flow, baseline characteristics, outcome measures, adverse events", + "Study Documents - Protocols, statistical analysis plans, informed consent forms", + "Interventions - Drugs, devices, procedures, behavioral interventions being tested" + ], + "zh": [ + "临床试验注册 - 基本试验信息(标题、NCT编号、状态、发起人、研究疾病)", + "研究设计 - 试验阶段、干预类型、随机化、盲法、终点指标", + "入选标准 - 纳入/排除标准、年龄范围、性别、健康志愿者", + "地点和联系方式 - 机构名称、地址、招募状态、主要研究者", + "结果和测量指标 - 主要和次要结果指标、时间框架", + "结果数据 - 参与者流程、基线特征、结果测量、不良事件", + "研究文档 - 方案、统计分析计划、知情同意书", + "干预措施 - 正在测试的药物、设备、程序、行为干预" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "academic/health/clinicaltrials-gov.json" }, { - "id": "adb-ado", + "id": "dhs", "name": { - "en": "Asian Development Outlook", - "zh": "亚洲开发展望" + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, "description": { - "en": "The Asian Development Outlook (ADO) is the flagship economic analysis publication of the Asian Development Bank. Published quarterly (April, July, September, and December), it provides comprehensive GDP growth forecasts, inflation rate projections, and economic analysis for 46 ADB developing member economies across five subregions: Caucasus and Central Asia, East Asia, South Asia, Southeast Asia, and The Pacific. The ADO delivers evidence-based policy recommendations for policymakers to address economic and development challenges in the Asia-Pacific region.", - "zh": "亚洲开发展望(ADO)是亚洲开发银行的旗舰经济分析出版物。该报告每季度发布一次(4月、7月、9月和12月),为亚行46个发展中成员经济体提供全面的GDP增长预测、通货膨胀率预测和经济分析,涵盖五个次区域:高加索和中亚、东亚、南亚、东南亚和太平洋地区。ADO为政策制定者提供基于证据的政策建议,以应对亚太地区的经济和发展挑战。" + "en": "The DHS Program provides technical assistance for population and health surveys in developing countries. It delivers nationally-representative household surveys on population, health, HIV, and nutrition, providing data to policymakers and program managers to monitor and evaluate programs, and to researchers to further describe and better understand important health issues. The program has conducted over 400 surveys in more than 90 countries since 1984.", + "zh": "人口与健康调查项目为发展中国家提供人口和健康调查技术援助。它提供全国代表性的家庭调查数据,涵盖人口、健康、艾滋病和营养,为政策制定者和项目管理者监测评估项目提供数据,为研究人员提供重要健康问题的描述和理解。自1984年以来,该项目已在90多个国家进行了400多次调查。" }, - "website": "https://www.adb.org", - "data_url": "https://www.adb.org/outlook", - "api_url": null, - "authority_level": "international", + "website": "https://www.usaid.gov/", + "data_url": "https://dhsprogram.com/", + "api_url": "https://api.dhsprogram.com/", "country": null, "domains": [ - "Economics", - "Economic Forecasting", - "Macroeconomics", - "Finance", - "Development Economics", - "GDP Growth", - "Inflation", - "Poverty Analysis", - "Regional Economics", - "Public Sector Management" + "health", + "demographics", + "population" ], "geographic_scope": "regional", - "update_frequency": "quarterly", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "asian-development-bank", - "adb", - "ado", - "asian-development-outlook", - "亚洲开发银行", - "亚洲开发展望", - "economic-forecasting", - "经济预测", - "gdp-growth", - "gdp", - "国内生产总值", - "经济增长", - "inflation", - "通货膨胀", - "asia-pacific", - "亚太地区", - "developing-economies", - "发展中经济体", - "macroeconomic-indicators", - "宏观经济指标", - "economic-outlook", - "经济展望", - "regional-economics", - "区域经济", - "development-analysis", - "发展分析", - "poverty", - "贫困", - "china", - "中国", - "india", - "印度", - "southeast-asia", - "东南亚", - "central-asia", - "中亚", - "caucasus", - "高加索", - "pacific-islands", - "太平洋岛国" + "demographic surveys", + "health surveys", + "DHS", + "USAID", + "developing countries", + "maternal health", + "child health", + "HIV/AIDS", + "family planning", + "fertility", + "nutrition", + "household surveys", + "STATcompiler" ], - "file_path": "international/economics/adb-ado.json" + "data_content": { + "en": [ + "Fertility and Family Planning - Contraceptive use, unmet need, fertility preferences, total fertility rate", + "Maternal and Child Health - Antenatal care, delivery care, postnatal care, childhood vaccinations, child nutrition", + "HIV/AIDS and STIs - HIV prevalence, knowledge and attitudes, testing, treatment, behavior", + "Nutrition - Anthropometric measurements (height, weight), micronutrient intake, infant and child feeding practices", + "Malaria - Ownership and use of insecticide-treated nets, malaria testing and treatment", + "Water and Sanitation - Access to improved water sources, sanitation facilities, hygiene practices", + "Women's Empowerment - Decision-making, attitudes toward gender roles, experience of violence", + "Household Characteristics - Wealth index, education, assets, housing conditions" + ], + "zh": [ + "生育和计划生育 - 避孕使用、未满足需求、生育偏好、总和生育率", + "母婴健康 - 产前护理、分娩护理、产后护理、儿童疫苗接种、儿童营养", + "艾滋病和性传播疾病 - 艾滋病患病率、知识态度、检测、治疗、行为", + "营养 - 人体测量(身高、体重)、微量营养素摄入、婴幼儿喂养实践", + "疟疾 - 驱虫蚊帐拥有和使用、疟疾检测和治疗", + "水和卫生 - 改良水源获取、卫生设施、卫生习惯", + "女性赋权 - 决策权、对性别角色的态度、暴力经历", + "家庭特征 - 财富指数、教育、资产、住房条件" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "academic/health/dhs.json" }, { - "id": "china-rare-earth-association", + "id": "ghdx", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, "description": { - "en": "The Association of China Rare Earth Industry (ACREI) was established in Beijing on April 8, 2012, approved by the Ministry of Industry and Information Technology and the Ministry of Civil Affairs. ACREI is a national non-profit industry organization composed of rare earth mining, smelting, separation, and application enterprises. The association provides daily rare earth product price data and price indices, industry statistics, policy guidance, technical standards formulation, and international cooperation services. It serves as a bridge between government and enterprises, promoting the healthy and sustainable development of China's rare earth industry.", - "zh": "中国稀土行业协会(ACREI)经中华人民共和国工业和信息化部审核、中华人民共和国民政部批准,于2012年4月8日在北京成立。协会是由稀土开采企业、稀土冶炼分离企业、稀土应用企业、事业单位、社团组织和个人自愿组成的全国性非盈利社团组织。协会发布每日稀土产品价格及价格指数,提供行业统计数据、政策引导、技术标准制定和国际合作等服务,发挥政府和企业之间的桥梁、纽带作用,促进稀土行业健康和可持续发展。" + "en": "The Global Health Data Exchange (GHDx) is the world's most comprehensive catalog of surveys, censuses, vital statistics, and other health-related data. Created and supported by IHME, it provides a centralized place for researchers, policymakers, and health practitioners to discover and access health and demographic data from around the world. The catalog includes both IHME-produced estimates from the Global Burden of Disease (GBD) study and data from external organizations covering surveys, registries, administrative health data, and financial data related to health.", + "zh": "全球健康数据交换平台(GHDx)是世界上最全面的调查、人口普查、生命统计和其他健康相关数据目录。由IHME创建和支持,为研究人员、政策制定者和健康从业者提供一个集中的平台来发现和访问全球健康和人口数据。该目录既包括IHME从全球疾病负担(GBD)研究中产生的估算数据,也包括来自外部组织的调查、登记、行政健康数据和健康相关财务数据。" }, - "website": "https://ac-rei.org.cn", - "data_url": "https://ac-rei.org.cn", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.healthdata.org/", + "data_url": "https://ghdx.healthdata.org/", + "api_url": "https://ghdx.healthdata.org/ihme-api", + "country": null, "domains": [ - "Mining", - "Rare Earth Industry", - "Metal Materials", - "Resource Management", - "Industrial Economics", - "Commodity Price" + "health", + "demographics", + "epidemiology", + "mortality", + "disease burden", + "health financing", + "risk factors", + "health systems" ], - "geographic_scope": "national", - "update_frequency": "daily", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "irregular", "tags": [ - "rare-earth", - "稀土", - "rare-earth-price-index", - "稀土价格指数", - "稀土价格", - "rare-earth-prices", - "磁性材料", - "magnetic-materials", - "储氢材料", - "hydrogen-storage", - "催化材料", - "catalyst", - "抛光材料", - "polishing-materials", - "发光材料", - "luminescent-materials", - "industry-association", - "行业协会", - "mining", - "采矿", - "稀土统计", - "rare-earth-statistics", - "稀土应用", - "rare-earth-applications", - "稀土资源", - "rare-earth-resources", - "ACREI" + "global health", + "disease burden", + "GBD", + "IHME", + "mortality", + "epidemiology", + "health metrics", + "DALYs", + "life expectancy", + "health financing", + "risk factors", + "vaccination", + "health surveys", + "vital statistics", + "demographic data" ], - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "data_content": { + "en": [ + "Global Burden of Disease (GBD) - Mortality, morbidity, DALYs, risk factors for 369 diseases and injuries across 204 countries", + "Cause-Specific Mortality - Deaths by specific causes, age-standardized rates, years of life lost", + "Demographics - Population estimates, life expectancy, fertility rates, migration data", + "Health Financing - Health spending by country, development assistance for health, health expenditure forecasts", + "Risk Factors - Exposure to behavioral, environmental, and metabolic risks; risk-attributable burden", + "Disease-Specific Estimates - Chronic diseases, infectious diseases, maternal and child health, mental health, injuries", + "Vaccination Coverage - Routine childhood immunization rates, coverage forecasts", + "Healthcare Performance - Health system efficiency, quality indicators, access metrics", + "Surveys and Censuses - Demographic and Health Surveys, vital registration, population censuses", + "Subnational Data - County and province-level estimates for select countries" + ], + "zh": [ + "全球疾病负担(GBD) - 204个国家369种疾病和伤害的死亡率、发病率、伤残调整生命年、风险因素", + "特定原因死亡率 - 特定原因导致的死亡、年龄标准化率、生命损失年", + "人口统计 - 人口估算、预期寿命、生育率、迁移数据", + "健康融资 - 各国卫生支出、健康发展援助、卫生支出预测", + "风险因素 - 行为、环境和代谢风险暴露;风险归因负担", + "疾病特异性估算 - 慢性病、传染病、孕产妇和儿童健康、心理健康、伤害", + "疫苗接种覆盖率 - 常规儿童免疫接种率、覆盖率预测", + "医疗保健绩效 - 卫生系统效率、质量指标、获取指标", + "调查和人口普查 - 人口与健康调查、生命登记、人口普查", + "次国家数据 - 特定国家的县级和省级估算" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/health/ghdx.json" }, { - "id": "australia-abs", + "id": "pubmed", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, "description": { - "en": "Australia's national statistical agency providing trusted official statistics on a wide range of economic, social, population and environmental matters. The ABS conducts the Census of Population and Housing every five years and provides comprehensive data through surveys, administrative data integration, and innovative satellite-based measurement methods.", - "zh": "澳大利亚国家统计局,提供涵盖经济、社会、人口和环境事务的可信官方统计数据。ABS每五年进行一次人口和住房普查,并通过调查、行政数据整合和创新的卫星测量方法提供全面的数据。" + "en": "PubMed is a free resource supporting the search and retrieval of biomedical and life sciences literature with the aim of improving health–both globally and personally. It contains more than 39 million citations and abstracts of biomedical literature from MEDLINE, life science journals, PubMed Central (PMC), and online books.", + "zh": "PubMed是一个免费资源,支持生物医学和生命科学文献的搜索和检索,旨在改善全球和个人健康。包含超过3900万条来自MEDLINE、生命科学期刊、PubMed Central (PMC)和在线图书的生物医学文献引用和摘要。" }, - "website": "https://www.abs.gov.au", - "data_url": "https://www.abs.gov.au", - "api_url": "https://www.abs.gov.au/about/data-services/application-programming-interfaces-apis/data-api-user-guide", - "authority_level": "government", - "country": "AU", + "website": "https://www.ncbi.nlm.nih.gov/", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", + "country": null, "domains": [ - "demographics", - "economics", "health", - "environment", - "population", - "housing", - "employment", - "business", - "trade", - "agriculture", - "education", - "innovation", - "government-finance" + "biomedical", + "life_sciences" ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "australia", - "national-statistics", - "census", - "demographics", - "economic-indicators", - "population-data", - "labour-statistics", - "health-statistics", - "agricultural-data", - "environmental-data", - "open-data", - "api-available", - "creative-commons", - "government-data", - "oceania" + "biomedical literature", + "MEDLINE", + "citations", + "abstracts", + "life sciences", + "medical research", + "public health", + "clinical trials", + "MeSH", + "NIH", + "NLM", + "NCBI", + "E-utilities API" ], - "file_path": "countries/oceania/australia/abs.json" + "data_content": { + "en": [ + "MEDLINE Citations - Citations from journals selected for MEDLINE, indexed with MeSH (Medical Subject Headings) and curated with funding, genetic, chemical and other metadata", + "PubMed Central Articles - Full text archive articles from journals reviewed by NLM and individual articles archived in compliance with funder policies", + "Bookshelf Content - Citations for books, reports, databases, and documents related to biomedical, health, and life sciences", + "Author Information - Author names, affiliations, and ORCID identifiers", + "MeSH Terms - Medical Subject Headings vocabulary for consistent indexing and retrieval", + "Publication Types - Classification of articles by type (clinical trials, reviews, case reports, etc.)", + "Grant and Funding Information - Funding sources and grant numbers for research articles", + "Chemical and Genetic Data - Substance names, gene symbols, and related molecular information" + ], + "zh": [ + "MEDLINE引用文献 - 来自MEDLINE精选期刊的引文,使用MeSH主题词索引,并整理了资助、基因、化学等元数据", + "PubMed Central文章 - NLM审查期刊的全文存档文章,以及符合资助方政策的单篇文章存档", + "书架内容 - 与生物医学、健康和生命科学相关的图书、报告、数据库和文档的引用", + "作者信息 - 作者姓名、单位和ORCID标识符", + "MeSH主题词 - 用于一致索引和检索的医学主题词表", + "出版物类型 - 按类型分类文章(临床试验、综述、病例报告等)", + "资助信息 - 研究文章的资助来源和基金号", + "化学和基因数据 - 物质名称、基因符号和相关分子信息" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "academic/health/pubmed.json" }, { - "id": "aus-aihw", + "id": "tcga", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, "description": { - "en": "The AIHW is an independent statutory Australian Government agency producing authoritative and accessible information and statistics to inform and support better policy and service delivery decisions, leading to better health and wellbeing for all Australians. The Institute collects, manages, and reports information on a wide range of health and welfare topics including health and welfare expenditure, hospitals, disease and injury, mental health, ageing, homelessness, disability, and child protection.", - "zh": "澳大利亚健康与福利研究所(AIHW)是澳大利亚政府独立法定机构,负责提供权威且易于获取的信息和统计数据,以支持更好的政策制定和服务提供决策,从而改善所有澳大利亚人的健康和福祉。该机构收集、管理和报告广泛的健康和福利主题信息,包括健康和福利支出、医院、疾病和伤害、心理健康、老龄化、无家可归、残疾和儿童保护。" + "en": "The Cancer Genome Atlas (TCGA) was a landmark cancer genomics program that molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. This joint effort between NCI and the National Human Genome Research Institute began in 2006, bringing together researchers from diverse disciplines and multiple institutions. Over 12 years, TCGA generated over 2.5 petabytes of genomic, epigenomic, transcriptomic, and proteomic data. The data, which has already led to improvements in diagnosing, treating, and preventing cancer, remains publicly available for anyone in the research community to use through the Genomic Data Commons (GDC).", + "zh": "癌症基因组图谱(TCGA)是一项里程碑式的癌症基因组学项目,对涵盖33种癌症类型的超过20,000个原发性癌症样本和匹配的正常样本进行了分子表征。该项目是NCI和国家人类基因组研究所(NHGRI)从2006年开始的联合工作,汇集了来自不同学科和多个机构的研究人员。在12年间,TCGA生成了超过2.5 PB的基因组、表观基因组、转录组和蛋白质组数据。这些数据已经改善了癌症的诊断、治疗和预防,并通过基因组数据共享平台(GDC)向所有研究人员公开。" }, - "website": "https://www.aihw.gov.au/", - "data_url": "https://www.aihw.gov.au/", - "api_url": "https://www.aihw.gov.au/reports-data/myhospitals/content/api", - "authority_level": "government", - "country": "AU", + "website": "https://www.cancer.gov/ccg", + "data_url": "https://portal.gdc.cancer.gov/", + "api_url": "https://gdc.cancer.gov/developers/gdc-application-programming-interface-api", + "country": "US", "domains": [ - "Health", - "Welfare", - "Hospitals", - "Mental health", - "Aged care", - "Disability", - "Child protection", - "Homelessness", - "Housing", - "Indigenous health", - "Alcohol and drugs", - "Disease and injury", - "Mortality" + "cancer genomics", + "oncology", + "molecular biology", + "genomics", + "bioinformatics", + "precision medicine", + "biomedical research" ], "geographic_scope": "national", "update_frequency": "irregular", - "has_api": true, "tags": [ - "health", - "welfare", - "hospitals", - "Australia", - "government", - "mental-health", - "aged-care", - "disability", - "indigenous-health", - "child-protection", - "public-health", - "social-services" + "cancer genomics", + "TCGA", + "NCI", + "NHGRI", + "GDC", + "whole genome sequencing", + "whole exome sequencing", + "RNA-seq", + "DNA methylation", + "copy number variation", + "somatic mutations", + "cancer types", + "precision medicine", + "oncology", + "biomarker discovery", + "pan-cancer analysis", + "molecular characterization", + "tumor genomics" ], - "file_path": "countries/oceania/australia/aihw.json" - }, - { - "id": "bea-international-trade", - "name": { - "en": "BEA International Trade in Goods and Services", - "zh": "美国经济分析局国际贸易数据" + "data_content": { + "en": [ + "Whole Exome Sequencing - Tumor and normal matched samples from over 20,000 patients, mutation calls (VCF, MAF)", + "Whole Genome Sequencing - Select cases, BAM, VCF, and mutation calls", + "mRNA Expression - RNA sequencing data (BAM, normalized expression values per gene, isoform, exon, splice junction)", + "miRNA Sequencing - microRNA expression profiles across tumor types", + "Copy Number Variation - SNP microarray and copy number analysis, loss of heterozygosity data", + "DNA Methylation - Bisulfite sequencing and bead array data, CpG methylation patterns", + "Protein Expression - Reverse-phase protein array data for up to 1000 tumor samples", + "Clinical Data - Demographics, treatment information, survival data, pathology reports (XML, tab-delimited)", + "Biospecimen Data - Sample processing metadata from Biospecimen Core Resource", + "Diagnostic and Tissue Imaging - Whole slide images (SVS format), radiological images (MRI, CT, PET in DCM format)", + "Pan-Cancer Analysis - Cross-cancer analyses on cell-of-origin patterns, oncogenic processes, signaling pathways", + "33 Cancer Types - Including glioblastoma, breast, lung, colon, ovarian, and 28 other cancer types" + ], + "zh": [ + "全外显子组测序 - 来自超过20,000名患者的肿瘤和正常匹配样本,突变检测(VCF, MAF)", + "全基因组测序 - 特定病例的BAM、VCF和突变检测数据", + "mRNA表达 - RNA测序数据(BAM,基因/亚型/外显子/剪接位点的标准化表达值)", + "miRNA测序 - 跨肿瘤类型的微RNA表达谱", + "拷贝数变异 - SNP微阵列和拷贝数分析、杂合性丢失数据", + "DNA甲基化 - 亚硫酸氢盐测序和珠芯片数据、CpG甲基化模式", + "蛋白质表达 - 反相蛋白阵列数据(可达1000个肿瘤样本)", + "临床数据 - 人口统计学、治疗信息、生存数据、病理报告(XML,制表符分隔)", + "生物样本数据 - 生物样本核心资源的样本处理元数据", + "诊断和组织成像 - 全幻灯片图像(SVS格式)、放射学图像(MRI、CT、PET的DCM格式)", + "泛癌症分析 - 细胞起源模式、致癌过程、信号通路的跨癌症分析", + "33种癌症类型 - 包括胶质母细胞瘤、乳腺癌、肺癌、结肠癌、卵巢癌和其他28种癌症类型" + ] }, - "description": { - "en": "The U.S. Bureau of Economic Analysis (BEA) provides comprehensive monthly statistics on U.S. international trade in goods and services. The dataset includes detailed historical data from 1960 to present, covering exports and imports by country and product category, with both seasonally adjusted and unadjusted figures. Data is accessible through interactive tables, API, and downloadable formats.", - "zh": "美国经济分析局(BEA)提供全面的美国国际货物和服务贸易月度统计数据。数据集包含从1960年至今的详细历史数据,涵盖按国家和产品类别分类的出口和进口数据,提供季节性调整和未调整数据。数据可通过交互式表格、API和可下载格式访问。" - }, - "website": "https://www.bea.gov", - "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", - "api_url": "https://apps.bea.gov/API/signup/index.html", "authority_level": "government", - "country": "US", - "domains": [ - "trade", - "economics", - "international" - ], - "geographic_scope": "national", - "update_frequency": "monthly", "has_api": true, - "tags": [ - "international_trade", - "国际贸易", - "exports", - "出口", - "imports", - "进口", - "trade_balance", - "贸易差额", - "goods_trade", - "货物贸易", - "services_trade", - "服务贸易", - "us_trade", - "美国贸易", - "bilateral_trade", - "双边贸易", - "trade_statistics", - "贸易统计", - "bea", - "bureau_of_economic_analysis" - ], - "file_path": "international/trade/bea-international-trade.json" + "file_path": "academic/health/tcga.json" }, { - "id": "bipm-kcdb", + "id": "cern-open-data", "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, "description": { - "en": "The Bureau International des Poids et Mesures (BIPM) is the international organization through which Member States work together on matters related to metrology. Established by the Metre Convention in 1875, the BIPM maintains the Key Comparison Database (KCDB), which provides public access to measurement comparison results and calibration and measurement capabilities (CMCs) under the CIPM Mutual Recognition Arrangement (CIPM MRA). The KCDB contains peer-reviewed and approved data on measurement standards, ensuring global comparability and traceability of measurements for scientific discovery, industrial manufacturing, international trade, quality of life, and environmental sustainability.", - "zh": "国际度量衡局(BIPM)是成员国在计量事务上开展合作的国际组织。BIPM于1875年根据米制公约建立,维护着关键比对数据库(KCDB),该数据库在国际计量委员会相互承认协议(CIPM MRA)框架下提供公开访问测量比对结果和校准测量能力(CMCs)的服务。KCDB包含经过同行评审和批准的测量标准数据,确保测量的全球可比性和可追溯性,服务于科学发现、工业制造、国际贸易、生活质量提升和环境可持续发展。" + "en": "The CERN Open Data portal is the access point to a growing range of data produced through research performed at CERN. It disseminates the preserved output from various research activities, including collision data from the Large Hadron Collider (LHC) experiments. The portal provides over 5 petabytes of particle physics data from experiments including ALICE, ATLAS, CMS, DELPHI, LHCb, OPERA, PHENIX, and TOTEM, along with accompanying software, documentation, and analysis tools. Data products follow established global standards in data preservation and Open Science, with DOI identifiers for citations.", + "zh": "CERN 开放数据门户是获取 CERN 研究活动产生的各类数据的入口。它发布来自大型强子对撞机(LHC)实验的碰撞数据等多种研究输出。该门户提供超过 5 PB 的粒子物理数据,涵盖 ALICE、ATLAS、CMS、DELPHI、LHCb、OPERA、PHENIX 和 TOTEM 等实验,并配有软件、文档和分析工具。数据产品遵循全球数据保存和开放科学标准,带有 DOI 标识符以便引用。" }, - "website": "https://www.bipm.org", - "data_url": "https://www.bipm.org/kcdb", - "api_url": "https://www.bipm.org/en/cipm-mra/kcdb-api", - "authority_level": "international", + "website": "https://www.cern.ch", + "data_url": "https://opendata.cern.ch/", + "api_url": "https://github.com/cernopendata/opendata.cern.ch", "country": null, "domains": [ - "Metrology", - "Measurement Standards", - "International System of Units (SI)", - "Time and Frequency", - "Mass and Related Quantities", - "Length", - "Thermometry", - "Electricity and Magnetism", - "Photometry and Radiometry", - "Ionizing Radiation", - "Chemistry and Biology", - "Acoustics, Ultrasound and Vibration" + "Particle Physics", + "High Energy Physics", + "Nuclear Physics", + "Experimental Physics", + "Computational Physics", + "Data Science", + "Machine Learning" ], "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "metrology", - "measurement-standards", - "SI-units", - "calibration", - "international-standards", - "quality-assurance", - "UTC", - "traceability", - "CIPM-MRA", - "national-metrology-institutes" + "particle-physics", + "high-energy-physics", + "lhc", + "cern", + "experimental-physics", + "collision-data", + "higgs-boson", + "standard-model", + "nuclear-physics", + "open-science", + "research-data", + "physics-education", + "data-science", + "machine-learning", + "alice", + "atlas", + "cms", + "lhcb" ], - "file_path": "international/standards-metrology/bipm-kcdb.json" + "data_content": { + "en": [ + "Collision Data - Proton-proton and heavy-ion collision events from LHC experiments", + "ALICE Experiment - Heavy-ion collision data and quark-gluon plasma studies", + "ATLAS Experiment - General-purpose detector data, 65TB+ open data releases", + "CMS Experiment - Collision datasets and Higgs boson discovery data", + "DELPHI Experiment - Complete LEP experiment data collection", + "LHCb Experiment - B-physics and CP violation research data", + "OPERA Experiment - Neutrino oscillation experimental data", + "PHENIX Experiment - Relativistic heavy-ion collision data", + "TOTEM Experiment - Total cross-section and elastic scattering data", + "Simulated Data - Monte Carlo simulations for various physics processes", + "Analysis Software - Experiment-specific software and frameworks (CMSSW, Athena, etc.)", + "Virtual Machines - CernVM environments for data analysis", + "Educational Materials - Guides, tutorials, and learning resources", + "Level 2 Data - Simplified formats for education and training", + "Level 3 Data - Reconstructed collision data for complete scientific analyses" + ], + "zh": [ + "碰撞数据 - LHC 实验的质子-质子和重离子碰撞事件", + "ALICE 实验 - 重离子碰撞数据和夸克-胶子等离子体研究", + "ATLAS 实验 - 通用探测器数据,65TB+ 开放数据发布", + "CMS 实验 - 碰撞数据集和希格斯玻色子发现数据", + "DELPHI 实验 - 完整的 LEP 实验数据集", + "LHCb 实验 - B 物理和 CP 破缺研究数据", + "OPERA 实验 - 中微子振荡实验数据", + "PHENIX 实验 - 相对论性重离子碰撞数据", + "TOTEM 实验 - 总截面和弹性散射数据", + "模拟数据 - 各种物理过程的蒙特卡罗模拟", + "分析软件 - 实验专用软件和框架(CMSSW、Athena 等)", + "虚拟机 - 用于数据分析的 CernVM 环境", + "教育材料 - 指南、教程和学习资源", + "Level 2 数据 - 用于教育和培训的简化格式", + "Level 3 数据 - 用于完整科学分析的重建碰撞数据" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/physics/cern-open-data.json" }, { - "id": "bis-reserves", + "id": "acad-cod", "name": { - "en": "BIS Central Bank Reserves Statistics", - "zh": "国际清算银行外汇储备统计" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, "description": { - "en": "The BIS Central Bank Total Assets dataset tracks the evolution of central bank balance sheets across more than 50 advanced and emerging market economies. Financial assets include gold, foreign international reserves and claims on government, financial and non-financial sectors. The dataset provides long historical series with annual data averaging around a century and quarterly/monthly data for more recent periods.", - "zh": "国际清算银行的中央银行总资产数据集追踪全球50多个发达和新兴市场经济体的中央银行资产负债表演变。金融资产包括黄金、外汇储备以及对政府、金融和非金融部门的债权。该数据集提供长时间历史序列,年度数据平均覆盖约一个世纪,并提供近期的季度和月度数据。" + "en": "Open-access collection of crystal structures of organic, inorganic, metal-organic compounds and minerals, excluding biopolymers. The COD is a collaborative platform for worldwide crystallographic community to deposit and access crystal structure data with full version control and revision history.", + "zh": "开放获取的晶体结构数据库,收录有机、无机、金属有机化合物和矿物的晶体结构(不包括生物大分子)。COD 是全球晶体学界协作平台,提供晶体结构数据存储和访问,具有完整的版本控制和修订历史。" }, - "website": "https://www.bis.org", - "data_url": "https://data.bis.org/topics/CBTA", - "api_url": "https://stats.bis.org/api-doc/v2/", - "authority_level": "international", + "website": "https://www.crystallography.net/", + "data_url": "https://www.crystallography.net/cod/", + "api_url": "https://wiki.crystallography.net/RESTful_API/", "country": null, "domains": [ - "Central Banking", - "Foreign Exchange Reserves", - "Monetary Policy", - "Financial Markets", - "International Finance" + "Crystallography", + "Materials Science", + "Chemistry", + "Physics", + "Mineralogy" ], "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "update_frequency": "daily", "tags": [ - "bis", - "bank-for-international-settlements", - "国际清算银行", - "central-bank", - "中央银行", - "foreign-exchange-reserves", - "外汇储备", - "international-reserves", - "国际储备", - "central-bank-assets", - "央行资产", - "balance-sheet", - "资产负债表", - "gold-reserves", - "黄金储备", - "monetary-reserves", - "货币储备", - "reserve-management", - "储备管理", - "sdmx-api" + "crystallography", + "crystal structures", + "materials science", + "chemistry", + "physics", + "mineralogy", + "open access", + "CIF", + "atomic structures", + "research data" ], - "file_path": "international/finance/bis-reserves.json" + "data_content": { + "en": [ + "Organic crystal structures", + "Inorganic crystal structures", + "Metal-organic compounds", + "Minerals", + "Crystal lattice parameters", + "Atomic coordinates", + "Structure factors (Fobs data)", + "Space group information", + "Chemical formulas", + "Bibliographic references" + ], + "zh": [ + "有机晶体结构", + "无机晶体结构", + "金属有机化合物", + "矿物", + "晶格参数", + "原子坐标", + "结构因子(Fobs数据)", + "空间群信息", + "化学式", + "文献引用" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "academic/physics/crystallography-open-database.json" }, { - "id": "bis-statistics", + "id": "afrobarometer", "name": { - "en": "BIS Statistics", - "zh": "国际清算银行统计数据" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, "description": { - "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The BIS provides comprehensive data on international banking activity, debt securities, credit, derivatives, exchange rates, property prices, consumer prices, global liquidity, and payment statistics. Data covers activities in over 40 countries and is widely used by central banks, financial institutions, researchers, and policymakers for monetary and financial stability analysis.", - "zh": "国际清算银行(BIS)统计数据与各国中央银行及其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息支持。BIS 提供全面的国际银行业务、债务证券、信贷、衍生品、汇率、房地产价格、消费者价格、全球流动性和支付统计数据。数据涵盖 40 多个国家的活动,广泛用于中央银行、金融机构、研究人员和政策制定者进行货币和金融稳定性分析。" + "en": "Afrobarometer is a pan-African, non-partisan survey research network that conducts public attitude surveys on democracy, governance, the economy, and society. The network encompasses 41 national partners responsible for data collection, analysis, and dissemination of findings across 44 African countries. With over 435,000 interviews conducted, Afrobarometer is the world's leading source of high-quality data on what Africans are thinking. Each survey round involves face-to-face interviews with nationally representative samples of 1,200-2,400 adult citizens per country, yielding country-level results with a margin of error of +/-2 to 3 percentage points at a 95% confidence level.", + "zh": "非洲晴雨表是一个泛非洲、无党派的调查研究网络,对民主、治理、经济和社会等议题进行公众态度调查。该网络包括41个国家合作伙伴,负责在44个非洲国家进行数据收集、分析和研究结果传播。已完成超过43.5万次访谈,非洲晴雨表是全球领先的非洲人民意见高质量数据来源。每轮调查通过面对面访谈,对每个国家1,200-2,400名成年公民进行全国代表性抽样,在95%置信水平下,国家层面结果的误差幅度为+/-2至3个百分点。" }, - "website": "https://www.bis.org/", - "data_url": "https://data.bis.org/", - "api_url": "https://stats.bis.org/api-doc/v2/", - "authority_level": "government", + "website": "https://www.afrobarometer.org", + "data_url": "https://www.afrobarometer.org/data/", + "api_url": null, "country": null, "domains": [ - "International Banking", - "Debt Securities", - "Credit Markets", - "Foreign Exchange", - "Derivatives", - "Property Prices", - "Consumer Prices", - "Global Liquidity", - "Payment Systems", - "Central Bank Statistics" + "Democracy and Governance", + "Political Participation", + "Elections and Electoral Systems", + "Economic Development", + "Social Issues", + "Public Services", + "Citizen Engagement", + "Human Rights", + "Gender Equality", + "Corruption and Accountability", + "Security and Conflict", + "Youth Development", + "Health and Education", + "Infrastructure", + "Environmental Issues" ], - "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "irregular", "tags": [ - "international-banking", - "central-bank", - "financial-stability", - "global-liquidity", - "debt-securities", - "derivatives", - "exchange-rates", - "property-prices", - "payment-systems", - "monetary-policy", - "macroprudential", - "cross-border-flows", - "time-series", - "open-access", - "api", - "sdmx" + "africa", + "survey-research", + "democracy", + "governance", + "public-opinion", + "political-participation", + "elections", + "citizen-engagement", + "corruption", + "economic-development", + "social-issues", + "gender-equality", + "youth", + "public-services", + "accountability", + "cross-national-survey", + "panel-data", + "representative-sample" ], - "file_path": "academic/economics/bis-statistics.json" + "data_content": { + "en": [ + "Democracy Preferences - Citizens' attitudes toward democratic governance and alternatives", + "Electoral Systems - Views on elections, voting behavior, and electoral integrity", + "Government Performance - Evaluations of government effectiveness in key service areas", + "Political Participation - Citizen engagement through voting, protests, and collective action", + "Corruption Perceptions - Experiences and perceptions of corruption in public institutions", + "Economic Conditions - Assessments of national and household economic situations", + "Public Service Delivery - Satisfaction with education, health, water, and other services", + "Gender Equality - Attitudes on women's rights, political participation, and autonomy", + "Youth Engagement - Young people's political participation and economic opportunities", + "Security and Justice - Trust in security forces and justice systems", + "Media Freedom - Access to information and press freedom", + "Identity and Discrimination - Ethnic, religious, and national identity issues", + "Country Scorecards - Visual summaries of key citizen engagement indicators by country", + "Time Series Data - Trend analysis across multiple survey rounds (Rounds 1-10)", + "Geocoded Data - Subnational data sets with geographic coordinates (restricted access)", + "Merged Datasets - Multi-country comparative datasets combining all survey rounds" + ], + "zh": [ + "民主偏好 - 公民对民主治理和替代方案的态度", + "选举制度 - 对选举、投票行为和选举诚信的看法", + "政府绩效 - 对政府在关键服务领域有效性的评估", + "政治参与 - 公民通过投票、抗议和集体行动参与", + "腐败认知 - 公共机构腐败的经历和看法", + "经济状况 - 对国家和家庭经济状况的评估", + "公共服务提供 - 对教育、卫生、水和其他服务的满意度", + "性别平等 - 对女性权利、政治参与和自主权的态度", + "青年参与 - 年轻人的政治参与和经济机会", + "安全与司法 - 对安全部队和司法系统的信任", + "媒体自由 - 信息获取和新闻自由", + "身份与歧视 - 民族、宗教和国家认同问题", + "国家记分卡 - 按国家划分的公民参与关键指标可视化摘要", + "时间序列数据 - 跨多轮调查的趋势分析(第1-10轮)", + "地理编码数据 - 带有地理坐标的次国家级数据集(受限访问)", + "合并数据集 - 结合所有调查轮次的多国比较数据集" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "academic/social/afrobarometer.json" }, { - "id": "bis-statistics", + "id": "asian-barometer", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, "description": { - "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, central bank statistics, and payment statistics.", - "zh": "国际清算银行(BIS)统计数据与各国中央银行和其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率、中央银行统计和支付统计。" + "en": "The Asian Barometer Survey (ABS) is a comparative survey research program on public opinion regarding political values, democracy, and governance across Asia. The survey network encompasses research teams from 18 East Asian political systems (Japan, Mongolia, South Korea, Taiwan, Hong Kong, China, Philippines, Thailand, Vietnam, Cambodia, Singapore, Indonesia, Malaysia) and 5 South Asian countries (India, Pakistan, Bangladesh, Sri Lanka, Nepal). National probability sample surveys have been conducted over six waves, with the most recent Wave 6 conducted from 2021-2023.", + "zh": "亚洲民主动态调查(ABS)是一个关于亚洲地区政治价值观、民主和治理的公众意见比较调查研究项目。调查网络涵盖来自18个东亚政治体系(日本、蒙古、韩国、台湾、香港、中国大陆、菲律宾、泰国、越南、柬埔寨、新加坡、印度尼西亚、马来西亚)和5个南亚国家(印度、巴基斯坦、孟加拉国、斯里兰卡、尼泊尔)的研究团队。已在约20个国家进行了六轮国家概率抽样调查,最新的第6轮调查于2021-2023年进行。" }, - "website": "https://www.bis.org", - "data_url": "https://data.bis.org/", - "api_url": "https://stats.bis.org/api-doc/v2/", - "authority_level": "government", + "website": "https://asianbarometer.org", + "data_url": "https://asianbarometer.org", + "api_url": null, "country": null, "domains": [ - "Banking", - "Finance", - "Securities", - "Credit", - "Liquidity", - "Derivatives", - "Real Estate", - "Prices", - "Exchange Rates", - "Central Banking", - "Payments" + "Political Science", + "Democracy Studies", + "Public Opinion", + "Governance", + "Political Values", + "Electoral Studies", + "Social Science" ], - "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "irregular", "tags": [ - "banking", - "finance", - "securities", - "credit", - "derivatives", - "real-estate", - "exchange-rates", - "central-banking", - "payments", - "financial-stability", - "bis", - "global", - "time-series" + "political science", + "democracy", + "survey", + "public opinion", + "Asia", + "governance", + "electoral studies", + "political values", + "comparative politics", + "social science", + "Taiwan", + "academia sinica" ], - "file_path": "international/economics/bis.json" + "data_content": { + "en": [ + "Democratic values and attitudes", + "Political participation and engagement", + "Electoral mobilization and voting behavior", + "Trust in political institutions", + "Regime legitimacy and support", + "Civil liberties and rights perceptions", + "Corruption perceptions", + "Economic evaluations", + "National identity and pride", + "Media consumption and political information", + "Social capital and civic engagement", + "Attitudes toward governance", + "Authoritarian vs democratic values", + "Political efficacy", + "Satisfaction with democracy" + ], + "zh": [ + "民主价值观和态度", + "政治参与和介入", + "选举动员和投票行为", + "对政治机构的信任", + "政权合法性和支持度", + "公民自由和权利认知", + "腐败感知", + "经济评价", + "国家认同和自豪感", + "媒体消费和政治信息", + "社会资本和公民参与", + "对治理的态度", + "威权与民主价值观对比", + "政治效能感", + "对民主的满意度" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "academic/social/asian-barometer.json" }, { - "id": "bis-statistics", + "id": "china-ndrc-computing", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, "description": { - "en": "The Bank for International Settlements (BIS) Statistics Portal provides comprehensive global financial and monetary statistics compiled in cooperation with 63 central banks and national authorities worldwide. Established in 1930, BIS serves central banks in their pursuit of monetary and financial stability through international cooperation. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, and central bank statistics.", - "zh": "国际清算银行(BIS)统计门户提供与全球63家中央银行和国家当局合作编制的综合全球金融和货币统计数据。BIS成立于1930年,通过国际合作支持中央银行追求货币和金融稳定。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率和中央银行统计。" + "en": "The 'East-to-West Computing Resources Transfer' (东数西算) project is China's national initiative launched by the National Development and Reform Commission (NDRC) and other departments in February 2022. The project establishes 8 national computing hub nodes (Beijing-Tianjin-Hebei, Yangtze River Delta, Guangdong-Hong Kong-Macao Greater Bay Area, Chengdu-Chongqing, Inner Mongolia, Guizhou, Gansu, and Ningxia) and 10 national data center clusters to optimize computing resource allocation across China, promoting coordinated development of general computing, intelligent computing, and supercomputing infrastructure.", + "zh": "东数西算工程是国家发展改革委等部门于2022年2月启动的国家重大工程,在京津冀、长三角、粤港澳大湾区、成渝、内蒙古、贵州、甘肃、宁夏等8地建设国家算力枢纽节点,规划10个国家数据中心集群,统筹推进通用算力、智能算力、超级算力协同建设,构建全国一体化算力网络体系,优化东中西部算力资源配置。" }, - "website": "https://www.bis.org", - "data_url": "https://data.bis.org", - "api_url": "https://stats.bis.org/api-doc/v2/", - "authority_level": "international", - "country": null, + "website": "https://www.ndrc.gov.cn/", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", "domains": [ - "Banking", - "Finance", - "Securities", - "Credit", - "Liquidity", - "Derivatives", - "Real Estate", - "Exchange Rates", - "Central Banking", - "Monetary Policy", - "Payments" + "technology", + "infrastructure", + "economics", + "energy" ], - "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "bis", - "bank-for-international-settlements", - "国际清算银行", - "central-bank", - "中央银行", - "banking-statistics", - "银行统计", - "international-banking", - "国际银行业", - "foreign-exchange", - "外汇", - "derivatives", - "衍生品", - "otc-derivatives", - "场外衍生品", - "global-liquidity", - "全球流动性", - "financial-stability", - "金融稳定", - "monetary-statistics", - "货币统计", - "credit", - "信贷", - "debt-securities", - "债券", - "exchange-rates", - "汇率", - "property-prices", - "房地产价格", - "triennial-survey", - "三年期调查", - "sdmx-api", - "consolidated-banking", - "银行业综合统计", - "locational-banking", - "区域银行统计" + "东数西算", + "east-data-west-computing", + "算力", + "computing-power", + "数据中心", + "data-center", + "算力网络", + "computing-network", + "国家枢纽节点", + "national-hub-nodes", + "智能算力", + "intelligent-computing", + "超级算力", + "supercomputing", + "通用算力", + "general-computing", + "绿色数据中心", + "green-data-center", + "算力调度", + "computing-scheduling", + "数字基础设施", + "digital-infrastructure", + "国家发展改革委", + "NDRC", + "国家数据局", + "national-data-bureau" ], - "file_path": "international/finance/bis-statistics.json" + "data_content": { + "en": [ + "8 National Computing Hub Nodes: Coverage of Beijing-Tianjin-Hebei, Yangtze River Delta, Guangdong-Hong Kong-Macao Greater Bay Area, Chengdu-Chongqing, Inner Mongolia, Guizhou, Gansu, and Ningxia", + "10 National Data Center Clusters: Total computing capacity exceeding 1.46 million standard racks (as of March 2024)", + "Computing Infrastructure Statistics: Data center utilization rates, green electricity usage ratios, network latency metrics between hub nodes", + "Project Progress Reports: Investment scale, new data center projects, construction progress in hub node regions", + "Policy Documents: Implementation opinions on deepening the East-to-West Computing project and building national integrated computing network (2023)", + "Computing Resource Allocation: Cross-regional computing scheduling mechanisms, east-west computing collaboration data", + "Green Computing Metrics: Data center PUE (Power Usage Effectiveness), renewable energy usage, carbon emission data", + "Network Performance Data: Inter-hub network latency (target: 20ms), bandwidth capacity, network transmission costs" + ], + "zh": [ + "8大国家算力枢纽节点:京津冀、长三角、粤港澳大湾区、成渝、内蒙古、贵州、甘肃、宁夏枢纽节点覆盖", + "10个国家数据中心集群:算力规模超146万标准机架(截至2024年3月)", + "算力基础设施统计:数据中心上架率、绿电使用比例、枢纽间网络时延等关键指标", + "工程进展报告:投资规模、新建数据中心项目、枢纽节点地区建设进度", + "政策文件:关于深入实施东数西算工程加快构建全国一体化算力网的实施意见(2023年)", + "算力资源调度:跨区域算力调度机制、东西部算力协同数据", + "绿色算力指标:数据中心PUE值、可再生能源使用率、碳排放数据", + "网络性能数据:枢纽间网络时延(目标20毫秒)、带宽容量、网络传输费用" + ] + }, + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json" }, { - "id": "canada-boc", + "id": "china-ndrc", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, "description": { - "en": "Canada's central bank responsible for monetary policy, providing comprehensive financial data including exchange rates, interest rates, price indexes, and economic indicators. Maintains the Valet API for programmatic access to exchange rates, money market yields, bond yields, inflation indicators, and banking statistics.", - "zh": "加拿大中央银行,负责货币政策,提供全面的金融数据,包括汇率、利率、价格指数和经济指标。维护Valet API,提供对汇率、货币市场收益率、债券收益率、通胀指标和银行统计数据的程序化访问。" + "en": "The National Development and Reform Commission (NDRC) is China's macroeconomic management agency. It provides data on economic development plans, fixed asset investment, price monitoring (including CPI, PPI, and commodity prices), industrial restructuring, regional development, energy conservation, and major infrastructure projects.", + "zh": "国家发展和改革委员会是中国的宏观经济管理机构。提供经济发展规划、固定资产投资、价格监测(包括CPI、PPI和商品价格)、产业结构调整、区域发展、节能降耗和重大基础设施项目数据。" }, - "website": "https://www.bankofcanada.ca", - "data_url": "https://www.bankofcanada.ca/rates/", - "api_url": "https://www.bankofcanada.ca/valet/docs", - "authority_level": "government", - "country": "CA", + "website": "https://www.ndrc.gov.cn", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "api_url": null, + "country": "CN", "domains": [ - "monetary_policy", - "exchange_rates", - "interest_rates", - "inflation", - "banking", - "financial_markets", - "economic_indicators" + "economics", + "development", + "investment", + "prices" ], "geographic_scope": "national", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "canada", - "central-bank", - "monetary-policy", - "exchange-rates", - "interest-rates", - "inflation", - "financial-markets", - "banking-statistics", - "open-data", - "api", - "bilingual" + "china", + "ndrc", + "macroeconomic", + "development", + "investment", + "prices", + "cpi", + "ppi", + "planning" ], - "file_path": "countries/north-america/canada/canada-boc.json" + "data_content": { + "en": [ + "Fixed Asset Investment - National and provincial investment statistics by industry and region", + "Price Monitoring - Consumer Price Index (CPI), Producer Price Index (PPI), and commodity prices", + "Economic Development Plans - Five-Year Economic Development Plans and national strategies", + "Industrial Restructuring - Industrial policy data and structural optimization statistics", + "Regional Development - Provincial economic development indicators and regional coordination", + "Energy Conservation - Energy consumption statistics and energy efficiency improvement data", + "Major Infrastructure Projects - Investment and construction data for key infrastructure initiatives" + ], + "zh": [ + "固定资产投资 - 全国及省级按行业、地区分类的投资统计数据", + "价格监测 - 居民消费价格指数(CPI)、工业生产者出厂价格指数(PPI)及商品价格", + "经济发展规划 - 五年经济发展规划及国家战略", + "产业结构调整 - 产业政策数据和结构优化统计", + "区域发展 - 各省份经济发展指标及区域协调发展数据", + "节能降耗 - 能源消耗统计及能效提升数据", + "重大基础设施项目 - 重点基础设施项目投资与建设数据" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json" }, { - "id": "uk-boe", + "id": "china-customs", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "description": { - "en": "The Bank of England's Statistical Interactive Database provides comprehensive monetary, financial and regulatory statistics for the UK. It includes data on money and credit, interest rates, exchange rates, financial markets, banking sector capital, payment systems, and other key economic indicators. The database serves as the authoritative source for UK monetary policy, financial stability analysis, and banking sector regulation.", - "zh": "英格兰银行统计互动数据库提供英国全面的货币、金融和监管统计数据。包括货币与信贷、利率、汇率、金融市场、银行业资本、支付系统及其他关键经济指标数据。该数据库是英国货币政策、金融稳定性分析和银行业监管的权威数据来源。" + "en": "The General Administration of Customs (GAC) is responsible for China's customs administration. It publishes comprehensive foreign trade statistics including import/export data by country, commodity, customs district, trade mode, and enterprise type. Covers merchandise trade values, volumes, prices, and trade balance data.", + "zh": "中华人民共和国海关总署负责中国的海关管理。发布全面的对外贸易统计数据,包括按国家/地区、商品、海关关区、贸易方式和企业类型分类的进出口数据。涵盖商品贸易金额、数量、价格和贸易差额数据。" }, - "website": "https://www.bankofengland.co.uk", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "website": "http://www.customs.gov.cn", + "data_url": "http://www.customs.gov.cn", "api_url": null, - "authority_level": "government", - "country": "GB", + "country": "CN", "domains": [ - "Monetary Policy", - "Financial Markets", - "Banking", - "Interest Rates", - "Exchange Rates", - "Credit", - "Financial Stability", - "Payment Systems", - "Regulatory Capital" + "trade", + "economics", + "international_commerce" ], "geographic_scope": "national", - "update_frequency": "daily", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "central-bank", - "monetary-policy", - "financial-stability", - "interest-rates", - "exchange-rates", - "banking", - "UK", - "United Kingdom", - "England", - "regulatory-data", - "financial-markets", - "payment-systems" + "china", + "customs", + "foreign-trade", + "import", + "export", + "trade-statistics", + "hs-code", + "merchandise-trade" ], - "file_path": "countries/europe/uk/bank-of-england.json" + "data_content": { + "en": [ + "Import and Export Values - Total trade values, import/export breakdown by month, quarter, and year", + "Trade by Country/Region - Bilateral trade statistics with major trading partners worldwide", + "Trade by Commodity - Import/export data classified by HS codes (2-digit, 4-digit, 6-digit, 8-digit)", + "Trade by Customs District - Regional trade statistics by major customs offices (Shanghai, Shenzhen, Beijing, etc.)", + "Trade by Enterprise Type - Trade by state-owned, foreign-invested, and private enterprises", + "Trade Balance - Monthly and annual trade surplus/deficit data", + "Processing Trade - Processing with imported materials and processing with supplied materials", + "Commodity Prices and Quantities - Unit prices and quantities for major import/export commodities", + "Special Trade Zones - Free trade zones, bonded zones, and special customs supervision areas" + ], + "zh": [ + "进出口总额 - 总贸易额、按月、季度和年度分类的进出口数据", + "按国家/地区分类的贸易 - 与全球主要贸易伙伴的双边贸易统计", + "按商品分类的贸易 - 按HS编码(2位、4位、6位、8位)分类的进出口数据", + "按海关关区分类的贸易 - 主要海关(上海、深圳、北京等)的区域贸易统计", + "按企业类型分类的贸易 - 国有企业、外商投资企业和民营企业的贸易", + "贸易差额 - 月度和年度贸易顺差/逆差数据", + "加工贸易 - 来料加工和进料加工", + "商品价格和数量 - 主要进出口商品的单价和数量", + "特殊贸易区 - 自由贸易区、保税区和特殊海关监管区域" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "china/economy/trade/customs.json" }, { - "id": "boj-statistics", + "id": "china-mofcom", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, "description": { - "en": "Comprehensive economic and financial statistics published by the Bank of Japan, including monetary policy data, financial markets, flow of funds, TANKAN surveys, price indices, balance of payments, and banking sector statistics. The BOJ provides authoritative data on Japan's monetary system, banking operations, and economic conditions.", - "zh": "日本银行发布的全面经济和金融统计数据,包括货币政策数据、金融市场、资金流动、TANKAN调查、价格指数、国际收支以及银行业统计。日本银行提供关于日本货币体系、银行业务和经济状况的权威数据。" + "en": "The Ministry of Commerce (MOFCOM) is responsible for formulating policies on foreign trade, foreign investment, and domestic commerce in China. Provides data on foreign direct investment (FDI), outbound direct investment (ODI), retail sales, e-commerce, trade in services, and bilateral economic cooperation.", + "zh": "中华人民共和国商务部负责制定中国对外贸易、外商投资和国内商业政策。提供外商直接投资(FDI)、对外直接投资(ODI)、零售销售、电子商务、服务贸易和双边经济合作数据。" }, - "website": "https://www.boj.or.jp/en/", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "website": "http://www.mofcom.gov.cn", + "data_url": "https://data.mofcom.gov.cn", "api_url": null, - "authority_level": "government", - "country": "JP", + "country": "CN", "domains": [ - "Monetary Policy", - "Financial Markets", - "Banking", - "Flow of Funds", - "Economic Surveys", - "Prices", - "Balance of Payments", - "Public Finance", - "Payment Systems" + "trade", + "investment", + "commerce", + "economics" ], "geographic_scope": "national", - "update_frequency": "daily", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "Japan", - "central-bank", - "monetary-policy", - "financial-markets", - "banking", - "flow-of-funds", - "TANKAN", - "prices", - "balance-of-payments", - "economic-statistics", - "time-series", - "official-statistics" + "china", + "commerce", + "fdi", + "odi", + "foreign-investment", + "retail", + "ecommerce", + "services-trade" ], - "file_path": "countries/asia/japan/boj-statistics.json" + "data_content": { + "en": [ + "Foreign Direct Investment (FDI) - FDI inflows by country, industry, and region; number of foreign-invested enterprises", + "Outbound Direct Investment (ODI) - Chinese outward FDI by destination country, industry, and investment mode", + "Retail Sales - Total retail sales of consumer goods, online retail sales, and retail by category", + "E-commerce - Online shopping transactions, cross-border e-commerce, and digital commerce statistics", + "Trade in Services - Service trade by category (transport, travel, financial services, etc.) and by country", + "Bilateral Economic Cooperation - Economic and trade agreements, cooperation zones, and bilateral trade volumes", + "Domestic Commerce - Wholesale and retail trade, commodity markets, and circulation industry statistics", + "Foreign Trade Policy - Trade remedy measures, anti-dumping cases, and import/export licenses", + "Regional Development - Regional economic development data and opening-up policies" + ], + "zh": [ + "外商直接投资(FDI) - 按国家、行业和地区分类的FDI流入;外商投资企业数量", + "对外直接投资(ODI) - 按目的国、行业和投资方式分类的中国对外FDI", + "零售销售 - 社会消费品零售总额、网上零售额和按类别分类的零售", + "电子商务 - 网络购物交易、跨境电商和数字商务统计", + "服务贸易 - 按类别(运输、旅游、金融服务等)和国家分类的服务贸易", + "双边经济合作 - 经贸协定、合作区和双边贸易额", + "国内商业 - 批发零售业、商品市场和流通业统计", + "对外贸易政策 - 贸易救济措施、反倾销案件和进出口许可", + "区域发展 - 区域经济发展数据和对外开放政策" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json" }, { - "id": "korea-bok", + "id": "china-moe-higher-education", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, "description": { - "en": "The Bank of Korea is South Korea's central bank, responsible for monetary policy and financial stability. It provides comprehensive economic and financial statistics through the Economic Statistics System (ECOS), including monetary aggregates, interest rates, balance of payments, national accounts, price indices, and business/consumer surveys. The BOK publishes regular economic reports and maintains extensive time-series data essential for economic policy analysis.", - "zh": "韩国银行是韩国中央银行,负责货币政策和金融稳定。通过经济统计系统(ECOS)提供全面的经济金融统计数据,包括货币总量、利率、国际收支、国民账户、价格指数以及企业和消费者调查。韩国银行定期发布经济报告,并维护对经济政策分析至关重要的广泛时间序列数据。" + "en": "Official higher education statistics published annually by China's Ministry of Education, covering enrollment, graduates, faculty, infrastructure and institutional data across undergraduate, graduate and vocational education programs. Provides comprehensive data on China's higher education development including detailed breakdowns by institution type, discipline, and educational level.", + "zh": "中华人民共和国教育部发布的年度全国高等教育事业发展统计公报,涵盖本科、研究生和职业教育的招生、毕业生、师资、基础设施和院校数据。提供中国高等教育发展的全面统计数据,包括按院校类型、学科和教育层次的详细分类。" }, - "website": "https://www.bok.or.kr", - "data_url": "https://www.bok.or.kr/eng/main/main.do", - "api_url": "https://ecos.bok.or.kr", + "website": "http://www.moe.gov.cn/", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "api_url": null, "authority_level": "government", - "country": "KR", + "country": "CN", "domains": [ - "monetary_policy", - "financial_statistics", - "national_accounts", - "balance_of_payments", - "price_indices", - "interest_rates", - "exchange_rates", - "business_surveys", - "consumer_surveys", - "flow_of_funds", - "banking_statistics" + "education", + "higher_education", + "statistics" ], "geographic_scope": "national", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "annual", "tags": [ - "south-korea", - "korea", - "central-bank", - "monetary-policy", - "financial-statistics", - "national-accounts", - "balance-of-payments", - "price-indices", - "business-surveys", - "ecos", - "imf-sdds", - "open-data", - "bilingual" + "教育统计", + "高等教育", + "education statistics", + "higher education", + "招生", + "毕业生", + "enrollment", + "graduates", + "本科", + "研究生", + "undergraduate", + "graduate", + "博士", + "硕士", + "doctoral", + "master's degree", + "理工科", + "STEM", + "science and engineering", + "普通本科", + "高职", + "职业教育", + "vocational education", + "高校", + "universities", + "院校数据", + "institutional data", + "师资", + "faculty", + "教师", + "teachers", + "学科分类", + "discipline classification", + "教育部", + "Ministry of Education", + "MOE", + "统计公报", + "statistical bulletin" ], - "file_path": "countries/asia/korea/korea-bok.json" + "data_content": { + "en": [ + "Higher education enrollment and admission data by education level (undergraduate, master's, doctoral)", + "Graduate statistics by degree type and discipline", + "University and college institutional data (number of institutions, student capacity)", + "Faculty and staff statistics (number of teachers, qualifications, student-teacher ratios)", + "Infrastructure data (campus area, building space, equipment value)", + "Educational quality indicators (retention rates, graduation rates)", + "Private/public institution comparisons", + "Vocational higher education statistics", + "Special education enrollment data", + "Historical trends in higher education development (annual data since 2005)" + ], + "zh": [ + "高等教育招生与在校生数据(按本科、硕士、博士层次)", + "毕业生统计(按学位类型和学科分类)", + "高校机构数据(院校数量、办学规模)", + "师资队伍统计(教师数量、学历结构、生师比)", + "基础设施数据(校园面积、建筑面积、设备价值)", + "教育质量指标(巩固率、毕业率)", + "民办/公办院校对比数据", + "高等职业教育统计", + "特殊教育招生数据", + "高等教育发展历史趋势(2005年至今年度数据)" + ] + }, + "has_api": false, + "file_path": "china/education/higher_education/china-moe-higher-education.json" }, { - "id": "mx-banxico", + "id": "china-nfra", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, "description": { - "en": "The Bank of Mexico (Banco de México, Banxico) is Mexico's central bank, responsible for monetary policy, financial stability, and maintaining low and stable inflation. The Economic Information System (SIE) provides comprehensive economic and financial statistics covering monetary policy, exchange rates, interest rates, inflation, banking, payment systems, balance of payments, and economic indicators.", - "zh": "墨西哥银行(Banco de México,简称Banxico)是墨西哥的中央银行,负责货币政策、金融稳定以及维持低而稳定的通货膨胀。经济信息系统(SIE)提供全面的经济和金融统计数据,涵盖货币政策、汇率、利率、通胀、银行业、支付系统、国际收支和经济指标。" + "en": "The National Financial Regulatory Administration (NFRA) is China's integrated financial regulatory authority formed in 2023 by merging the China Banking and Insurance Regulatory Commission (CBIRC) with banking and insurance supervision functions. It oversees the banking and insurance sectors, publishing comprehensive regulatory statistics including bank assets and liabilities, insurance premium income, regulatory compliance indicators, small and micro enterprise lending data, and sector-wide performance metrics.", + "zh": "国家金融监督管理总局(NFRA)是中国于2023年成立的综合性金融监管机构,由原中国银行保险监督管理委员会(银保监会)与银行保险监管职能合并而成。负责监管银行业和保险业,发布全面的监管统计数据,包括银行资产负债、保险保费收入、监管合规指标、普惠型小微企业贷款数据以及行业整体运营指标。" }, - "website": "https://www.banxico.org.mx", - "data_url": "https://www.banxico.org.mx", - "api_url": "https://www.banxico.org.mx/SieAPIRest/service/v1/", - "authority_level": "government", - "country": "MX", + "website": "https://www.nfra.gov.cn", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "api_url": null, + "country": "CN", "domains": [ - "monetary_policy", - "financial_markets", + "finance", "banking", - "payment_systems", - "exchange_rates", - "inflation", - "balance_of_payments", - "public_finance", - "production", - "labor_market" + "insurance", + "regulation" ], "geographic_scope": "national", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "central_bank", - "monetary_policy", - "exchange_rates", - "interest_rates", - "inflation", - "financial_statistics", - "banking", - "payment_systems", - "balance_of_payments", - "Mexico", - "Latin_America", - "time_series", - "API" + "china", + "banking-regulation", + "insurance-regulation", + "nfra", + "cbirc", + "financial-supervision", + "banking-statistics", + "insurance-statistics", + "regulatory-compliance", + "financial-inclusion" ], - "file_path": "countries/north-america/mexico/banxico.json" + "data_content": { + "en": [ + "Banking Assets and Liabilities - Monthly and quarterly total assets and liabilities of banking financial institutions", + "Insurance Industry Statistics - Monthly insurance premium income by region, personal insurance, and property insurance companies", + "Banking Regulatory Indicators - Commercial bank capital adequacy, asset quality, liquidity, and profitability metrics", + "Small and Micro Enterprise Lending - Inclusive finance loan statistics for small and micro enterprises", + "Banking Sector Analysis - Analysis by institution type including large commercial banks, joint-stock banks, and rural banks", + "Insurance Operations - Insurance company operating performance, claims, and investment data", + "Financial Inclusion - Data on financial services accessibility and penetration across regions", + "Regulatory Compliance - Compliance indicators and supervisory data for banking and insurance sectors" + ], + "zh": [ + "银行业资产负债 - 月度和季度银行业金融机构总资产和总负债", + "保险业统计 - 月度各地区原保险保费收入、人身险和财产险公司经营情况", + "银行业监管指标 - 商业银行资本充足率、资产质量、流动性和盈利能力指标", + "普惠型小微企业贷款 - 针对小微企业的普惠金融贷款统计数据", + "银行业机构分类分析 - 按大型商业银行、股份制银行、农村银行等机构类型分析", + "保险业经营情况 - 保险公司运营表现、理赔和投资数据", + "普惠金融 - 各地区金融服务可及性和渗透率数据", + "监管合规 - 银行业和保险业合规指标和监管数据" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "china/finance/banking/nfra.json" }, { - "id": "basel-convention", + "id": "china-pbc", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, "description": { - "en": "The Basel Convention on the Control of Transboundary Movements of Hazardous Wastes and their Disposal is a global environmental treaty that regulates the international trade of hazardous waste. The Convention provides comprehensive data on national reporting of hazardous waste generation, import/export movements, disposal methods, and illegal trafficking incidents. Countries submit annual reports through an Electronic Reporting System (ERS), covering waste inventories, transboundary movements under the Prior Informed Consent procedure, and implementation status of technical guidelines for waste management including e-waste, plastic waste, batteries, and POPs waste.", - "zh": "巴塞尔公约(关于控制危险废物越境转移及其处置的巴塞尔公约)是一项全球性环境条约,旨在规范危险废物的国际贸易。该公约提供关于各国危险废物产生、进出口转移、处置方法和非法贩运事件的全面数据。各国通过电子报告系统(ERS)提交年度报告,涵盖废物清单、事先知情同意程序下的越境转移,以及电子废物、塑料废物、电池和持久性有机污染物废物等废物管理技术指南的实施状况。" + "en": "The People's Bank of China (PBOC) is the central bank of China. It publishes comprehensive financial statistics including monetary policy data, money supply (M0/M1/M2), interest rates, exchange rates, banking sector statistics, balance of payments, foreign exchange reserves, credit and loan data, and financial market indicators.", + "zh": "中国人民银行是中国的中央银行。发布全面的金融统计数据,包括货币政策数据、货币供应量(M0/M1/M2)、利率、汇率、银行业统计、国际收支、外汇储备、信贷数据和金融市场指标。" }, - "website": "https://www.unep.org", - "data_url": "https://www.basel.int", + "website": "http://www.pbc.gov.cn", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "api_url": null, - "authority_level": "international", - "country": null, + "country": "CN", "domains": [ - "Environment", - "Waste Management", - "Hazardous Materials", - "International Trade", - "Environmental Law" + "finance", + "economics", + "monetary_policy" ], - "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "monthly", "tags": [ - "hazardous waste", - "environmental protection", - "waste management", - "transboundary movements", - "international convention", - "UNEP", - "e-waste", - "plastic waste", - "circular economy", - "environmental law", - "illegal trafficking" + "china", + "central-bank", + "monetary-policy", + "money-supply", + "interest-rates", + "forex", + "banking", + "financial-stability" ], - "file_path": "international/environment/basel-convention.json" + "data_content": { + "en": [ + "Money Supply - M0, M1, M2 monetary aggregates and reserve money statistics", + "Interest Rates - Benchmark lending/deposit rates, interbank rates (SHIBOR), and bond yields", + "Exchange Rates - RMB exchange rate against major currencies and RMB exchange rate index", + "Foreign Exchange Reserves - Monthly foreign exchange reserves and gold reserves", + "Credit and Loans - Total social financing, RMB loans by sector, and credit to real economy", + "Balance of Payments - Current account, capital account, and international investment position", + "Banking Statistics - Deposits, loans, assets and liabilities of financial institutions", + "Financial Markets - Interbank market, bond market, and foreign exchange market data", + "Monetary Policy Operations - Open market operations, reserve requirement ratio, and policy rates" + ], + "zh": [ + "货币供应量 - M0、M1、M2货币总量和基础货币统计", + "利率 - 基准贷款/存款利率、同业拆借利率(SHIBOR)和债券收益率", + "汇率 - 人民币对主要货币汇率和人民币汇率指数", + "外汇储备 - 月度外汇储备和黄金储备", + "信贷与贷款 - 社会融资总量、按部门分类的人民币贷款、实体经济信贷", + "国际收支 - 经常账户、资本账户和国际投资头寸", + "银行业统计 - 金融机构存款、贷款、资产和负债", + "金融市场 - 银行间市场、债券市场和外汇市场数据", + "货币政策操作 - 公开市场操作、存款准备金率和政策利率" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "china/finance/banking/pbc.json" }, { - "id": "bloomberg-terminal", + "id": "china-csrc", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, "description": { - "en": "Bloomberg Terminal is the world's leading financial data platform providing real-time and historical market data, news, analytics, and trading tools. While the full terminal requires a subscription (approximately $24,000/year), Bloomberg offers limited public access to market data through bloomberg.com including stock quotes, indices, commodities prices, currency exchange rates, and financial news. The public interface provides basic market information for global equities, bonds, currencies, and commodities, along with business news and market analysis.", - "zh": "彭博终端是全球领先的金融数据平台,提供实时和历史市场数据、新闻、分析和交易工具。虽然完整的终端需要订阅(约每年 24,000 美元),但彭博通过 bloomberg.com 提供有限的公共市场数据访问,包括股票报价、指数、大宗商品价格、货币汇率和金融新闻。公共界面提供全球股票、债券、货币和大宗商品的基本市场信息,以及商业新闻和市场分析。" + "en": "The China Securities Regulatory Commission (CSRC) is the primary regulator of the securities and futures markets in China. It provides comprehensive data on capital markets including stock market statistics, IPO data, listed company information, bond market data, futures market statistics, fund industry data, and regulatory enforcement actions.", + "zh": "中国证券监督管理委员会是中国证券期货市场的主要监管机构。提供全面的资本市场数据,包括股票市场统计、IPO数据、上市公司信息、债券市场数据、期货市场统计、基金行业数据和监管执法行动。" }, - "website": "https://www.bloomberg.com", - "data_url": "https://www.bloomberg.com/markets", - "api_url": "https://www.bloomberg.com/professional/support/api-library/", - "authority_level": "commercial", - "country": null, + "website": "http://www.csrc.gov.cn", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "api_url": null, + "country": "CN", "domains": [ - "Equities", - "Fixed Income", - "Currencies", - "Commodities", - "Derivatives", - "Economic Data", - "Financial News", - "Corporate Fundamentals", - "ESG Data" + "finance", + "securities", + "capital_markets" ], - "geographic_scope": "global", - "update_frequency": "real-time", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "monthly", "tags": [ - "financial-markets", + "china", + "securities", "stock-market", - "real-time-data", - "bonds", - "forex", - "commodities", - "derivatives", - "economic-data", - "financial-news", - "commercial", - "subscription-based", - "professional-trading", - "market-data", - "terminal" + "ipo", + "listed-companies", + "capital-markets", + "regulation", + "csrc" ], - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "data_content": { + "en": [ + "Stock Market Statistics - Market capitalization, trading volume, stock indices, and turnover by exchange", + "Initial Public Offerings (IPOs) - IPO approvals, issuance data, fundraising amounts, and listing statistics", + "Listed Companies - Number of listed companies, financial disclosures, corporate governance, and delisting data", + "Bond Market - Corporate bonds, government bonds, issuance and trading volumes", + "Futures Market - Futures trading volumes, open interest, commodity and financial futures statistics", + "Fund Industry - Mutual funds, ETFs, private equity funds, fund net asset value, and fund flows", + "Securities Firms - Brokerage statistics, underwriting data, asset management, and financial performance", + "Investor Statistics - Number of investor accounts, investor structure, and trading behavior", + "Regulatory Actions - Enforcement cases, penalties, inspections, and compliance statistics" + ], + "zh": [ + "股票市场统计 - 市值、交易量、股票指数和按交易所分类的成交额", + "首次公开发行(IPO) - IPO审批、发行数据、募资金额和上市统计", + "上市公司 - 上市公司数量、财务披露、公司治理和退市数据", + "债券市场 - 公司债券、政府债券、发行和交易量", + "期货市场 - 期货交易量、持仓量、商品和金融期货统计", + "基金行业 - 公募基金、ETF、私募基金、基金净值和资金流向", + "证券公司 - 经纪业务统计、承销数据、资产管理和财务表现", + "投资者统计 - 投资者账户数量、投资者结构和交易行为", + "监管行动 - 执法案件、处罚、检查和合规统计" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "china/finance/securities/csrc.json" }, { - "id": "bloomberg-terminal-ipo", + "id": "hkex", "name": { - "en": "Bloomberg Terminal - IPO Module", - "zh": "彭博终端 - IPO模块" + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" }, "description": { - "en": "Bloomberg Terminal's IPO (Initial Public Offering) module provides comprehensive data on equity offerings worldwide. This specialized module offers detailed information on IPO pricing, trading history, deal structures, and post-IPO performance tracking. Users can access pre-built and customized screens to research IPO data by various criteria including offer type, equity index, date range, and announcement dates. The module includes overview data, deal details, historical pricing, and volume information for global IPO markets, with export capabilities to Excel for further analysis.", - "zh": "彭博终端的IPO(首次公开募股)模块提供全球股票发行的综合数据。该专业模块提供有关IPO定价、交易历史、交易结构和上市后业绩跟踪的详细信息。用户可以访问预构建和自定义筛选器,按各种标准研究IPO数据,包括发行类型、股票指数、日期范围和公告日期。该模块包括全球IPO市场的概览数据、交易详情、历史定价和成交量信息,并可导出到Excel进行进一步分析。" + "en": "HKEX operates securities, derivatives, and commodities markets in Hong Kong and is a leading global exchange group. It provides comprehensive market data including real-time trading data, listed company disclosures, market indices, and clearing and settlement information. HKEX also operates HKEXnews, the official platform for listed company announcements and regulatory filings.", + "zh": "港交所(香港交易所)经营香港的证券、衍生品和商品市场,是全球领先的交易所集团。提供全面的市场数据,包括实时交易数据、上市公司披露信息、市场指数以及清算结算信息。港交所还运营HKEXnews(披露易),这是上市公司公告、招股书、IPO信息和监管文件的官方平台。" }, - "website": "https://www.bloomberg.com", - "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", - "api_url": "https://www.bloomberg.com/professional/support/api-library/", - "authority_level": "commercial", + "website": "https://www.hkex.com.hk", + "data_url": "https://www.hkexnews.hk", + "api_url": "https://www.hkex.com.hk/Services/Market-Data-Services/Real-Time-Data-Services/Data-Licensing", "country": null, "domains": [ - "IPO", - "Equity Offerings", - "Capital Markets", - "Investment Banking", - "Securities Issuance" + "finance", + "securities", + "derivatives", + "capital_markets" ], - "geographic_scope": "global", + "geographic_scope": "regional", "update_frequency": "real-time", - "has_api": true, "tags": [ - "ipo", - "initial-public-offering", - "equity-offerings", - "新股发行", - "首次公开募股", - "上市公司", - "股票发行", - "招股", - "pricing", - "定价", - "trading-history", - "交易历史", - "deal-structure", + "hong-kong", + "港交所", + "stock-exchange", + "securities", + "derivatives", + "listed-companies", + "market-data", + "hkex", "capital-markets", - "资本市场", + "stock-connect", + "ipo", "prospectus", "招股书", - "underwriting", - "承销", - "post-ipo-performance", - "上市后表现", - "commercial", - "subscription-based", - "bloomberg", - "terminal" + "上市公司" ], - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "data_content": { + "en": [ + "Securities Market Data - Real-time and historical data for equities, warrants, REITs, debt securities, ETFs, and structured products", + "Derivatives Market Data - Futures and options on indices, commodities, currencies, and individual stocks", + "Listed Company Information - Announcements, financial reports, prospectuses, IPO allotment results, and regulatory disclosures via HKEXnews", + "Market Indices - Hang Seng Index, HSCEI, Hang Seng TECH Index, HKEX Tech 100 Index, and other benchmarks", + "Trading Statistics - Daily turnover, market capitalization, trading volume, and market activity reports", + "IPO and New Listings - New listing applications, progress reports, and listing documents", + "Shareholding Disclosures - CCASS shareholding data, Stock Connect holdings, and disclosure of interests", + "Clearing and Settlement Data - Trade settlement information and risk management data", + "Market Communications - Circulars, regulatory announcements, and exchange notifications" + ], + "zh": [ + "证券市场数据 - 股票、权证、房地产投资信托基金、债券、ETF和结构性产品的实时和历史数据", + "衍生品市场数据 - 指数、商品、货币和个股的期货和期权", + "上市公司信息 - 通过HKEXnews发布的公告、财务报告、招股书、IPO配售结果和监管披露", + "市场指数 - 恒生指数、国企指数、恒生科技指数、香港交易所科技100指数及其他基准指数", + "交易统计 - 日成交额、市值、交易量和市场活动报告", + "IPO和新上市 - 新上市申请、进度报告和上市文件", + "持股披露 - 中央结算系统持股数据、互联互通持股和权益披露", + "清算结算数据 - 交易结算信息和风险管理数据", + "市场通讯 - 通告、监管公告和交易所通知" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "china/finance/securities/hkex.json" }, { - "id": "bookscorpus", + "id": "ceic-china-urbanization", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, "description": { - "en": "BooksCorpus is a large-scale text corpus containing over 11,000 unpublished books from various genres. Created by researchers at the University of Toronto and MIT, it has become one of the most influential datasets in natural language processing. The corpus was instrumental in training breakthrough language models like BERT, GPT, and other transformer-based architectures. It provides diverse, narrative text covering fiction, non-fiction, and multiple writing styles, making it ideal for unsupervised pre-training of language models.", - "zh": "图书语料库(BooksCorpus)是一个大规模文本语料库,包含超过11,000本来自不同类型的未出版书籍。由多伦多大学和麻省理工学院的研究人员创建,已成为自然语言处理领域最具影响力的数据集之一。该语料库在训练BERT、GPT等突破性语言模型和其他基于Transformer的架构中发挥了关键作用。它提供了涵盖小说、非小说和多种写作风格的丰富叙事文本,非常适合用于语言模型的无监督预训练。" + "en": "CEIC provides comprehensive historical urbanization rate data for China, covering both usual residence and household registration statistics from 1949 to 2025. The database includes national-level urbanization rates as well as provincial and prefecture-level breakdowns, sourced from the National Bureau of Statistics of China. CEIC is a leading economic data platform serving economists, analysts, and researchers worldwide.", + "zh": "CEIC提供中国全面的历史城镇化率数据,涵盖1949年至2025年的常住人口和户籍人口统计数据。数据库包括国家级城镇化率以及省级和地级市的详细数据,数据来源于国家统计局。CEIC是服务全球经济学家、分析师和研究人员的领先经济数据平台。" }, - "website": "https://github.com/soskek/bookcorpus", - "data_url": "https://github.com/soskek/bookcorpus", - "api_url": null, - "authority_level": "research", - "country": null, + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "api_url": "https://info.ceicdata.com/api-and-data-feed-solution", + "authority_level": "commercial", + "country": "CN", "domains": [ - "Natural Language Processing", - "Machine Learning", - "Computational Linguistics", - "Text Mining", - "Deep Learning" + "demographics", + "economics", + "social", + "urbanization" ], - "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "annual", "tags": [ - "natural language processing", - "NLP", - "text corpus", - "language modeling", - "BERT", - "GPT", - "transformer", - "pre-training", - "unsupervised learning", - "books", - "narrative text", - "machine learning", - "deep learning", - "computational linguistics" + "china", + "urbanization", + "城镇化率", + "population", + "人口统计", + "demographics", + "social-development", + "社会发展", + "常住人口", + "户籍人口", + "usual-residence", + "household-registration", + "provincial-data", + "省级数据", + "nbs", + "国家统计局", + "ceic", + "economic-data", + "经济数据" ], - "file_path": "sectors/J-information-communication/bookscorpus.json" + "data_content": { + "en": [ + "National Urbanization Rate (Usual Residence) - Annual data from 1982 to 2025, measuring the percentage of population living in urban areas based on usual residence", + "National Urbanization Rate (Household Registration) - Annual data from 1949 to 2023, measuring the percentage of population with urban household registration (hukou)", + "Provincial Urbanization Rates - Provincial-level urbanization statistics covering all provinces and autonomous regions in China", + "Prefecture-level City Urbanization Data - Detailed urbanization rates for major cities and prefecture-level administrative divisions", + "Historical Time Series - Long-term urbanization trends showing China's urban transformation from 21.1% (1982) to 67.9% (2025)", + "Dual Metrics Comparison - Comparison between usual residence and household registration urbanization rates, highlighting the urban-rural divide" + ], + "zh": [ + "全国城镇化率(常住人口) - 1982年至2025年的年度数据,衡量基于常住地的城镇人口占总人口的百分比", + "全国城镇化率(户籍人口) - 1949年至2023年的年度数据,衡量拥有城镇户籍人口占总人口的百分比", + "省级城镇化率 - 涵盖中国所有省份和自治区的省级城镇化统计数据", + "地级市城镇化数据 - 主要城市和地级行政区划的详细城镇化率数据", + "历史时间序列 - 展示中国城镇化进程的长期趋势,从21.1%(1982年)到67.9%(2025年)", + "双重指标对比 - 常住人口与户籍人口城镇化率的对比,反映城乡二元结构特征" + ] + }, + "has_api": true, + "file_path": "china/national/ceic-china-urbanization.json" }, { - "id": "brazil-cecafe", + "id": "cnki-population-census", "name": { - "en": "Brazilian Coffee Exporters Council", - "zh": "巴西咖啡出口商协会" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, "description": { - "en": "CECAFE (Conselho dos Exportadores de Café do Brasil) is the Brazilian Coffee Exporters Council, serving as a national and international reference forum for discussing topics that add value to the export sector and Brazilian coffee. The council publishes comprehensive monthly statistical reports on Brazilian coffee exports, including detailed breakdowns by coffee type (Arabica, Robusta/Conilon, Soluble, Roasted), destination countries, export volumes, foreign exchange revenues, and average prices. CECAFE reports are widely used as authoritative sources for Brazil's coffee export performance and market trends.", - "zh": "CECAFE(巴西咖啡出口商协会)是巴西咖啡出口商理事会,是讨论为出口部门和巴西咖啡增值的主题的国家和国际参考论坛。该协会发布巴西咖啡出口的全面月度统计报告,包括按咖啡类型(阿拉比卡、罗布斯塔/科尼隆、速溶、烘焙)、目的地国家、出口量、外汇收入和平均价格的详细分类。CECAFE报告被广泛用作巴西咖啡出口表现和市场趋势的权威来源。" + "en": "A comprehensive database based on official census materials from Chinese government statistical departments since 1953. It serves as both a full-text database and census data analysis system, publishing census materials in original full-text and Excel formats. The database contains 196 types of materials (411 volumes), 56,838 census indicators, and 7,651,466 statistical data points covering demographics, education, employment, migration, housing, and social security.", + "zh": "基于1953年以来中国政府统计部门历次人口普查资料的综合数据库,既是普查资料全文数据库也是普查数据分析系统。以原版全文和Excel数据两种形式出版中国政府统计部门历次人口普查资料,目前共计196种、411册,包含人口普查条目56,838个、统计数据7,651,466笔,涵盖人口统计、教育程度、就业职业、迁移流动、住房情况和社会保障等领域。" }, - "website": "https://www.cecafe.com.br/", - "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "website": "https://www.cnki.net/", + "data_url": "https://data.cnki.net/npcd", "api_url": null, - "authority_level": "market", - "country": "BR", + "authority_level": "commercial", + "country": "CN", "domains": [ - "trade", - "agriculture", - "commodities", - "exports" + "demographics", + "social", + "education", + "employment", + "housing" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "brazil", - "巴西", - "coffee", - "咖啡", - "coffee-exports", - "咖啡出口", - "export-statistics", - "出口统计", - "trade-data", - "贸易数据", - "commodities", - "大宗商品", - "agriculture", - "农业", - "arabica", - "阿拉比卡", - "robusta", - "罗布斯塔", - "monthly-reports", - "月度报告", - "CECAFE", - "south-america", - "南美洲", - "industry-association", - "行业协会" + "china", + "census", + "人口普查", + "demographics", + "人口统计", + "population", + "cnki", + "中国知网", + "statistical-yearbook", + "统计年鉴", + "government-data", + "政府数据", + "migration", + "迁移流动", + "housing", + "住房", + "employment", + "就业", + "education", + "受教育程度" ], - "file_path": "countries/south-america/brazil-cecafe.json" + "data_content": { + "en": [ + "Original Census Reports - Full-text publications of official census reports from 1953 to present (196 types, 411 volumes)", + "Census Statistical Data - Structured Excel data with 56,838 census indicators and 7,651,466 data points", + "Demographic Statistics - Gender, age, ethnicity, population distribution by province and administrative region", + "Education Statistics - Educational attainment levels, literacy rates, school enrollment data", + "Employment and Occupation - Labor force statistics, industry classification, occupational distribution", + "Migration and Mobility - Population migration patterns, urban-rural mobility, floating population statistics", + "Social Security - Social insurance coverage, pension participation, healthcare coverage", + "Marriage and Fertility - Marriage statistics, birth rates, family planning data, mortality rates", + "Housing Conditions - Housing stock, living space, housing ownership, residential conditions", + "Academic Research Papers - Scholarly articles analyzing census data and demographic trends" + ], + "zh": [ + "原版普查公报 - 1953年至今历次人口普查官方报告全文(196种、411册)", + "普查统计数据 - 结构化Excel数据,包含56,838个普查指标和7,651,466笔数据", + "人口统计 - 性别、年龄、民族、按省级行政区划的人口分布", + "教育统计 - 受教育程度、识字率、在校学生数据", + "就业与职业 - 劳动力统计、行业分类、职业分布", + "迁移流动 - 人口迁移模式、城乡流动、流动人口统计", + "社会保障 - 社会保险覆盖、养老金参保、医疗保险覆盖", + "婚姻生育 - 婚姻统计、出生率、计划生育数据、死亡率", + "住房情况 - 住房存量、居住面积、住房所有权、居住条件", + "学术论文 - 分析人口普查数据和人口趋势的学术研究文章" + ] + }, + "has_api": false, + "file_path": "china/national/cnki-population-census.json" }, { - "id": "brazil-ibge", + "id": "china-nbs", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, "description": { - "en": "Brazil's official national statistical agency responsible for collection of statistical, geographic, cartographic, geodetic and environmental information. IBGE conducts the national population census every ten years, provides annual population estimates for all municipalities, and publishes comprehensive economic, social, and environmental data. Established in 1934, IBGE is the primary source of official data about Brazil's territory, population, and economy.", - "zh": "巴西官方国家统计机构,负责收集统计、地理、制图、大地测量和环境信息。IBGE每十年进行一次全国人口普查,为所有城市提供年度人口估算,并发布全面的经济、社会和环境数据。IBGE成立于1934年,是巴西领土、人口和经济官方数据的主要来源。" + "en": "The National Bureau of Statistics (NBS) is the principal government agency responsible for collecting, processing, and publishing statistical data in China. It provides comprehensive economic, demographic, and social statistics covering national accounts, population census, industrial production, investment, consumption, employment, prices, and regional development.", + "zh": "国家统计局是中国政府负责收集、处理和发布统计数据的主要机构。提供包括国民经济核算、人口普查、工业生产、投资、消费、就业、价格和区域发展等全面的经济、人口和社会统计数据。" }, - "website": "https://www.ibge.gov.br/en/", - "data_url": "https://www.ibge.gov.br/en/indicators", - "api_url": "https://servicodados.ibge.gov.br/api/docs/", - "authority_level": "government", - "country": "BR", + "website": "http://www.stats.gov.cn", + "data_url": "https://www.stats.gov.cn/sj/", + "api_url": "http://data.stats.gov.cn/api.htm", + "country": "CN", "domains": [ - "demographics", "economics", - "geography", - "cartography", - "environment", - "population", - "census", - "labor", - "trade", - "agriculture", + "social", + "demographics", "industry", - "social" + "agriculture", + "services" ], "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "brazil", - "巴西", - "national-statistics", - "国家统计", + "china", + "statistics", + "national-accounts", + "gdp", + "population", "census", - "人口普查", - "demographics", - "人口统计", - "economic-indicators", - "经济指标", - "geographic-data", - "地理数据", - "cartography", - "制图", - "population-data", - "人口数据", - "labor-statistics", - "劳动统计", - "trade-data", - "贸易数据", - "environmental-data", - "环境数据", - "government-data", - "政府数据", - "api-available", - "south-america", - "南美洲", - "IBGE" + "official", + "government" ], - "file_path": "countries/south-america/brazil-ibge.json" + "data_content": { + "en": [ + "National Accounts - GDP, GNI, national income and expenditure accounts by sector and region", + "Population Statistics - Population census data, demographic indicators, birth/death rates, and migration statistics", + "Industrial Production - Value-added by industry, industrial output index, and manufacturing statistics", + "Fixed Asset Investment - Investment statistics by industry, region, and ownership type", + "Consumption and Retail - Total retail sales, consumer goods prices (CPI), and household consumption", + "Employment and Wages - Labor force statistics, employment by sector, wage levels, and unemployment rates", + "Agriculture and Rural Economy - Agricultural output, grain production, livestock, and rural household income", + "Foreign Trade - Import/export values, trade balance, and trade by commodity and country", + "Regional Statistics - Provincial and municipal economic and social indicators" + ], + "zh": [ + "国民经济核算 - GDP、GNI、按部门和地区分类的国民收入和支出账户", + "人口统计 - 人口普查数据、人口指标、出生/死亡率和人口迁移统计", + "工业生产 - 按行业分类的工业增加值、工业生产指数和制造业统计", + "固定资产投资 - 按行业、地区和所有制类型分类的投资统计", + "消费与零售 - 社会消费品零售总额、消费价格指数(CPI)和居民消费", + "就业与工资 - 劳动力统计、按部门分类的就业、工资水平和失业率", + "农业与农村经济 - 农业产值、粮食产量、畜牧业和农村居民收入", + "对外贸易 - 进出口总额、贸易差额、按商品和国家分类的贸易数据", + "区域统计 - 省级和市级经济社会指标" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "china/national/nbs.json" }, { - "id": "british-museum-collection", + "id": "china-caict", "name": { - "en": "British Museum Collection", - "zh": "大英博物馆馆藏" + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" }, "description": { - "en": "The British Museum Collection comprises nearly 5 million objects documenting two million years of human history and culture from across six continents. Collection online provides searchable access to over 2 million catalogued records with high-definition images, covering archaeology, art, cultural artifacts, and historical objects. The database represents over 40 years of cataloguing work and continues to expand daily.", - "zh": "大英博物馆馆藏包含近500万件文物,记录了来自六大洲的两百万年人类历史与文化。在线馆藏提供超过200万条可搜索的编目记录,配有高清图像,涵盖考古学、艺术、文化文物和历史物品。该数据库代表了40多年的编目工作,并持续每日扩展。" + "en": "China Academy of Information and Communications Technology (CAICT) is a scientific research institute directly under the Ministry of Industry and Information Technology (MIIT). Founded in 1957, CAICT serves as a specialized think-tank for the government and an innovation platform for the ICT industry. It conducts research on information and communications technology, publishes authoritative white papers, industry reports, and development indices covering cloud computing, computing power, digital economy, artificial intelligence, and telecommunications.", + "zh": "中国信息通信研究院(CAICT)是工业和信息化部直属的科研事业单位。成立于1957年,秉承\"国家高端专业智库 产业创新发展平台\"的发展定位。主要从事信息通信领域的研究工作,发布权威白皮书、行业报告和发展指数,涵盖云计算、算力发展、数字经济、人工智能、信息通信等领域。" }, - "website": "https://www.britishmuseum.org", - "data_url": "https://www.britishmuseum.org/collection", + "website": "http://www.caict.ac.cn/", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "api_url": null, "authority_level": "research", - "country": null, + "country": "CN", + "geographic_scope": "national", "domains": [ - "Cultural Heritage", - "Archaeology", - "Art History", - "Anthropology", - "Ancient Civilizations", - "Museum Studies" + "technology", + "telecommunications", + "digital-economy", + "cloud-computing", + "artificial-intelligence" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "cultural heritage", - "museum", - "archaeology", - "art history", - "artifacts", - "world history", - "anthropology", - "ethnography", - "ancient civilizations", - "British Museum" + "CAICT", + "中国信通院", + "云计算", + "cloud computing", + "算力发展指数", + "computing power index", + "ICT产业", + "ICT industry", + "数字经济", + "digital economy", + "白皮书", + "white paper", + "蓝皮书", + "blue book", + "信息通信", + "telecommunications", + "人工智能", + "artificial intelligence", + "工信部", + "MIIT", + "行业报告", + "industry report" ], - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "data_content": { + "en": [ + "Cloud Computing White Papers - annual comprehensive reports on cloud computing technology trends, market development, and industry applications", + "Computing Power Development Index - evaluations of China's computing infrastructure development across provinces and cities", + "ICT Industry Research Reports - analysis of telecommunications, internet, and technology sector trends", + "Digital Economy Blue Books - research on digital transformation, data governance, and new infrastructure", + "Advanced Computing Reports - studies on high-performance computing, AI computing, and edge computing", + "Technology White Papers - coverage of 5G, IoT, blockchain, big data, and emerging technologies", + "Industry Standards and Benchmarks - technical standards and best practices for ICT sector" + ], + "zh": [ + "云计算白皮书 - 年度云计算技术趋势、市场发展和行业应用综合报告", + "算力发展指数 - 中国各省市算力基础设施发展评估", + "ICT产业研究报告 - 电信、互联网和科技行业趋势分析", + "数字经济蓝皮书 - 数字化转型、数据治理和新型基础设施研究", + "先进计算报告 - 高性能计算、AI算力和边缘计算研究", + "技术白皮书 - 5G、物联网、区块链、大数据等新兴技术研究", + "行业标准与基准 - ICT领域技术标准和最佳实践" + ] + }, + "has_api": false, + "file_path": "china/research/china-caict.json" }, { - "id": "us-bea", + "id": "china-miit-rare-earth", "name": { - "en": "Bureau of Economic Analysis", - "zh": "美国经济分析局" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, "description": { - "en": "The Bureau of Economic Analysis (BEA) is an agency of the U.S. Department of Commerce that produces critical economic statistics including GDP, personal income, corporate profits, international trade and investment, and regional economic data. BEA's data provides a comprehensive picture of the U.S. economy and its interaction with the world economy. The agency serves government and business decision makers, researchers, and the public to help them understand the performance of the U.S. economy.", - "zh": "美国经济分析局(BEA)是美国商务部下属机构,负责编制包括GDP、个人收入、企业利润、国际贸易与投资、区域经济数据在内的关键经济统计数据。BEA的数据全面反映了美国经济及其与全球经济的互动情况。该机构为政府和企业决策者、研究人员以及公众提供服务,帮助他们了解美国经济的运行状况。" + "en": "The Rare Earth Office under the Ministry of Industry and Information Technology's Raw Materials Industry Department is responsible for rare earth industry management, including production quota allocation, industry standards, total volume control, and product traceability. It releases the Rare Earth Management Regulations, implements total volume control measures for rare earth mining and smelting, and operates the Rare Earth Product Traceability Information System.", + "zh": "工业和信息化部原材料工业司稀土办公室负责稀土行业管理,包括生产配额分配、行业规范标准、总量调控管理以及产品追溯。发布《稀土管理条例》,实施稀土开采和冶炼分离总量调控管理暂行办法,运营稀土产品追溯信息系统。" }, - "website": "https://www.bea.gov", - "data_url": "https://www.bea.gov/data", - "api_url": "https://apps.bea.gov/API/signup/", + "website": "https://www.miit.gov.cn/", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "api_url": null, "authority_level": "government", - "country": "US", + "country": "CN", "domains": [ - "Economics", - "GDP", - "National Accounts", - "International Trade", - "Foreign Direct Investment", - "Personal Income", - "Consumer Spending", - "Corporate Profits", - "Regional Economics", - "Industry Economics", - "Input-Output Tables", - "Fixed Assets" + "resources", + "mineral", + "industry" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "economics", - "经济统计", - "gdp", - "国内生产总值", - "national-accounts", - "国民账户", - "united-states", - "美国", - "trade", - "贸易", - "investment", - "投资", - "official-statistics", - "官方统计", - "government", - "政府", - "time-series", - "时间序列", - "macroeconomics", - "宏观经济", - "regional-data", - "区域数据", - "industry-data", - "行业数据", - "personal-income", - "个人收入", - "bea", - "经济分析局" + "稀土", + "rare earth", + "生产配额", + "production quota", + "总量调控", + "total volume control", + "行业规范", + "industry standards", + "稀土管理条例", + "rare earth management regulations", + "产品追溯", + "product traceability", + "工信部", + "MIIT", + "原材料工业司", + "Raw Materials Industry Department", + "稀土开采", + "rare earth mining", + "稀土冶炼", + "rare earth smelting", + "稀土分离", + "rare earth separation", + "独居石", + "monazite", + "中国稀土集团", + "China Rare Earth Group", + "北方稀土", + "Northern Rare Earth" ], - "file_path": "countries/north-america/usa/us-bea.json" + "data_content": { + "en": [ + "Rare earth production quota allocation (total volume control for mining and smelting separation)", + "Rare Earth Management Regulations and policy interpretations", + "Industry standards and regulatory conditions", + "Rare earth product traceability information", + "Industry work dynamics and research reports", + "Rare earth import and export management policies", + "Enterprise compliance and licensing information" + ], + "zh": [ + "稀土生产配额分配(开采和冶炼分离总量调控)", + "《稀土管理条例》及政策解读", + "行业规范条件和标准", + "稀土产品追溯信息", + "行业工作动态和调研报告", + "稀土进出口管理政策", + "企业合规及许可信息" + ] + }, + "has_api": false, + "file_path": "china/resources/mineral/china-miit-rare-earth.json" }, { - "id": "us-bls", + "id": "china-mnr-minerals", "name": { - "en": "Bureau of Labor Statistics", - "zh": "美国劳工统计局" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, "description": { - "en": "The Bureau of Labor Statistics (BLS) is the principal federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy of the United States. BLS collects, processes, analyzes, and disseminates essential statistical data to the American public, Congress, other Federal agencies, State and local governments, business, and labor. The BLS also serves as a statistical resource to the U.S. Department of Labor and conducts research into employment, labor economics, and price levels.", - "zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。" + "en": "The Ministry of Natural Resources (MNR) of China is responsible for managing the country's mineral resources, including rare earth elements. MNR publishes the China Mineral Resources Report annually, provides data on rare earth reserves and mining quotas, and manages mining rights registration for strategic minerals. The ministry implements total quantity control for rare earth extraction and smelting separation, with 2024 mining quotas set at 270,000 tons REO. China holds 44 million tons of rare earth reserves (48.89% of global total), distributed across northern light rare earth regions (primarily Inner Mongolia) and southern heavy rare earth regions (Guangdong, Jiangxi, Fujian, Guangxi, Hunan).", + "zh": "中华人民共和国自然资源部负责管理全国矿产资源,包括稀土等战略性矿产。自然资源部发布年度《中国矿产资源报告》,提供稀土矿产储量、开采配额等数据,并负责稀土等战略性矿产的矿业权出让登记。部门对稀土开采和冶炼分离实施总量调控管理,2024年全年稀土开采总量控制指标为27万吨稀土氧化物(REO)。中国稀土储量达4400万吨(占全球总储量48.89%),呈现\"北轻南重\"分布格局,轻稀土资源主要分布在内蒙古(占75.22%),重稀土资源主要分布在广东、江西、福建、广西、湖南等南方省份。" }, - "website": "https://www.bls.gov", - "data_url": "https://www.bls.gov/data/", - "api_url": "https://www.bls.gov/developers/", + "website": "https://www.mnr.gov.cn/", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "api_url": null, "authority_level": "government", - "country": "US", + "country": "CN", + "geographic_scope": "national", "domains": [ - "Employment", - "Unemployment", - "Labor Force", - "Wages", - "Earnings", - "Prices", - "Inflation", - "Consumer Expenditures", - "Productivity", - "Workplace Safety", - "Occupational Statistics", - "Industry Statistics" + "resources", + "minerals", + "economics", + "environment" ], - "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "annual", "tags": [ - "employment", - "unemployment", - "labor-market", - "wages", - "earnings", - "inflation", - "cpi", - "consumer-price-index", - "ppi", - "producer-price-index", - "productivity", - "labor-statistics", - "occupational-data", - "workplace-safety", - "job-openings", - "jolts", - "consumer-expenditure", - "time-use", - "labor-force", - "employment-projections", - "us-government", - "economic-indicators", - "美国劳工", - "就业数据", - "失业率", - "通货膨胀", - "消费者物价指数", - "生产者物价指数", - "工资统计", - "劳动力市场" + "自然资源部", + "ministry-of-natural-resources", + "MNR", + "矿产资源", + "mineral-resources", + "稀土", + "rare-earth", + "REE", + "稀土储量", + "rare-earth-reserves", + "开采配额", + "mining-quota", + "总量控制", + "total-quantity-control", + "矿业权", + "mining-rights", + "中国矿产资源报告", + "china-mineral-resources-report", + "轻稀土", + "light-rare-earth", + "重稀土", + "heavy-rare-earth", + "战略性矿产", + "strategic-minerals", + "矿产储量", + "mineral-reserves", + "地质勘查", + "geological-exploration" ], - "file_path": "countries/north-america/usa/us-bls.json" + "data_content": { + "en": [ + "China Mineral Resources Report: Annual comprehensive report covering national mineral resources status, exploration achievements, and development trends", + "Rare Earth Reserves: Data on China's 44 million tons of rare earth reserves (REO), accounting for 48.89% of global reserves", + "Rare Earth Mining Quotas: Annual total quantity control indicators for rare earth extraction and smelting separation (2024: 270,000 tons REO for mining, 255,000 tons for smelting)", + "Geographic Distribution: Light rare earth resources in Inner Mongolia (75.22% of total), heavy rare earth resources in southern provinces (Guangdong 32.34% of heavy rare earth)", + "Mining Rights Management: Information on mining rights registration for strategic minerals including rare earth, tungsten, tin, antimony, molybdenum, cobalt, lithium", + "Regulatory Framework: Implementation of Rare Earth Management Regulations (effective October 1, 2024)", + "Global Mineral Information: Access to global geological and mineral resource information systems", + "Geological Survey Data: National geological data repository and online ordering platform" + ], + "zh": [ + "中国矿产资源报告:年度综合报告,涵盖全国矿产资源现状、找矿成果、发展趋势", + "稀土储量数据:中国稀土储量4400万吨稀土氧化物(REO),占全球储量48.89%", + "稀土开采配额:年度稀土开采和冶炼分离总量控制指标(2024年开采指标27万吨REO,冶炼分离指标25.5万吨)", + "地理分布数据:轻稀土资源分布(内蒙古占75.22%),重稀土资源分布(广东占重稀土资源32.34%)", + "矿业权管理:稀土、钨、锡、锑、钼、钴、锂等战略性矿产的矿业权出让登记信息", + "法规政策:《稀土管理条例》实施(2024年10月1日起施行)", + "全球矿产信息:全球地质矿产信息系统访问", + "地质资料数据:全国地质资料馆及网络订单服务平台" + ] + }, + "has_api": false, + "file_path": "china/resources/mineral/china-mnr-minerals.json" }, { - "id": "bureau-of-meteorology", + "id": "china-national-data-bureau", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "National Data Administration of China", + "zh": "国家数据局" }, "description": { - "en": "Australia's national weather, climate, water, ocean and space weather information agency. The Bureau of Meteorology provides trusted, reliable and responsive services for Australia every day. It monitors and reports on current conditions, provides forecasts, warnings and long-term outlooks, analyzes trends, and continues to extend understanding of Australian conditions. Operating under the Meteorology Act 1955 and Water Act 2007, the Bureau fulfills Australia's international obligations under the World Meteorological Organization.", - "zh": "澳大利亚国家气象、气候、水文、海洋和空间气象信息机构。澳大利亚气象局每天为澳大利亚提供可信、可靠和响应迅速的服务。它监测和报告当前状况,提供预报、警报和长期展望,分析趋势,并不断扩展对澳大利亚气象条件的理解。根据1955年气象法和2007年水资源法运作,该局履行澳大利亚在世界气象组织下的国际义务。" + "en": "The National Data Administration (NDA) is a ministerial-level agency under the National Development and Reform Commission, responsible for coordinating data infrastructure development, promoting data resource integration and utilization, and advancing the construction of Digital China. The NDA oversees the National Public Data Resources Registration Platform and formulates policies for data element markets, digital economy development, and data governance.", + "zh": "国家数据局是国家发展和改革委员会管理的国家局,负责协调推进数据基础制度建设,统筹数据资源整合共享和开发利用,统筹推进数字中国、数字经济、数字社会规划和建设等工作。国家数据局管理国家公共数据资源登记平台,制定数据要素市场、数字经济发展和数据治理政策。" }, - "website": "https://www.bom.gov.au", - "data_url": "https://www.bom.gov.au", - "api_url": "https://reg.bom.gov.au/catalogue/data-feeds.shtml", + "website": "https://www.nda.gov.cn/", + "data_url": "https://sjdj.nda.gov.cn/", + "api_url": null, "authority_level": "government", - "country": "AU", + "country": "CN", "domains": [ - "weather", - "climate", - "water", - "oceans", - "space weather", - "atmosphere", - "meteorology", - "hydrology", - "oceanography" + "digital_economy", + "data_governance", + "digital_infrastructure" ], "geographic_scope": "national", - "update_frequency": "real-time", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "weather", - "climate", - "meteorology", - "australia", - "forecasts", - "warnings", - "rainfall", - "temperature", - "water", - "oceans", - "space-weather", - "satellite", - "radar", - "government", - "oceania" - ], - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" - }, - { - "id": "us-cdc", - "name": { - "en": "CDC Data & Statistics", - "zh": "美国疾控中心数据与统计" + "国家数据局", + "National Data Administration", + "NDA", + "数据要素", + "data elements", + "数据要素市场", + "data element market", + "数字中国", + "Digital China", + "数字经济", + "digital economy", + "公共数据资源", + "public data resources", + "数据登记平台", + "data registration platform", + "数据治理", + "data governance", + "数据基础设施", + "data infrastructure", + "数据标注", + "data annotation", + "数据流通", + "data circulation", + "政务数据", + "government data" + ], + "data_content": { + "en": [ + "Public data resources registration and management information", + "Data element market policies and regulations", + "Digital China construction progress and reports", + "Data infrastructure development plans and standards", + "Data governance frameworks and best practices", + "Digital economy development statistics and case studies", + "Data circulation and trading platform information", + "National data standardization technical guidelines" + ], + "zh": [ + "公共数据资源登记和管理信息", + "数据要素市场政策法规", + "数字中国建设进展和报告", + "数据基础设施发展规划和标准", + "数据治理框架和最佳实践", + "数字经济发展统计和案例研究", + "数据流通和交易平台信息", + "国家数据标准化技术指南" + ] + }, + "has_api": false, + "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + }, + { + "id": "china-cnipa-patents", + "name": { + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, "description": { - "en": "The Centers for Disease Control and Prevention (CDC) is the nation's leading public health institute. CDC provides comprehensive public health data through multiple platforms: data.cdc.gov (open data portal with datasets across health topics), CDC WONDER (Wide-ranging Online Data for Epidemiologic Research with ad-hoc query system), and NCHS (National Center for Health Statistics - the nation's official source for health statistics). The data covers vital statistics, disease surveillance, environmental health, vaccine safety, cancer registries, and over 180 health topics. CDC data supports research, policy development, and public health practice across infectious diseases, chronic diseases, injuries, environmental health, and health equity.", - "zh": "美国疾病控制与预防中心(CDC)是美国领先的公共卫生机构。CDC通过多个平台提供全面的公共卫生数据:data.cdc.gov(涵盖各健康主题的开放数据门户)、CDC WONDER(流行病学研究广泛在线数据,具有即席查询系统)和NCHS(国家健康统计中心-美国官方健康统计来源)。数据涵盖生命统计、疾病监测、环境健康、疫苗安全、癌症登记和超过180个健康主题。CDC数据支持传染病、慢性病、伤害、环境健康和健康公平等领域的研究、政策制定和公共卫生实践。" + "en": "Official patent statistics from China National Intellectual Property Administration (CNIPA), covering patent applications, grants, and valid patents across all types (invention, utility model, and design patents). Provides comprehensive data by region, applicant type, technology classification (IPC), and industry sectors including the 16 key industries. Historical data available from 1985 onwards with monthly, annual, and thematic statistical reports.", + "zh": "中国国家知识产权局发布的官方专利统计数据,涵盖专利申请、授权和有效专利的全面统计,包括发明、实用新型和外观设计三种专利类型。提供按地区、申请人类型、技术分类(IPC)和产业领域(包括16个重点产业)的详细数据。提供自1985年以来的历史数据,包括月度报告、年度报告和专题统计分析。" }, - "website": "https://www.cdc.gov/", - "data_url": "https://data.cdc.gov/", - "api_url": "https://dev.socrata.com/foundry/data.cdc.gov", + "website": "https://www.cnipa.gov.cn/", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "api_url": null, "authority_level": "government", - "country": "US", + "country": "CN", + "geographic_scope": "national", "domains": [ - "Public Health", - "Health Statistics", - "Infectious Diseases", - "Chronic Diseases", - "Vital Statistics", - "Mortality", - "Natality", - "Environmental Health", - "Cancer", - "Tuberculosis", - "Sexually Transmitted Diseases", - "Vaccine Safety", - "Population Health", - "Health Equity", - "Disease Surveillance", - "Epidemiology", - "Healthcare Access", - "Nutrition" + "technology", + "intellectual_property", + "innovation" ], - "geographic_scope": "national", - "update_frequency": "weekly", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "cdc", - "疾控中心", - "public-health", - "公共卫生", - "health-statistics", - "健康统计", - "mortality", - "死亡率", - "natality", - "出生率", - "infectious-diseases", - "传染病", - "chronic-diseases", - "慢性病", - "vital-statistics", - "生命统计", - "epidemiology", - "流行病学", - "disease-surveillance", - "疾病监测", - "cancer", - "癌症", - "tuberculosis", - "结核病", - "std", - "性病", - "vaccine-safety", - "疫苗安全", - "environmental-health", - "环境健康", - "population-health", - "人口健康", - "health-equity", - "健康公平", - "cdc-wonder", - "nchs", - "births", - "出生", - "deaths", - "死亡", - "covid-19", - "新冠", - "vaccination", - "疫苗接种", - "healthcare", - "医疗保健", - "nutrition", - "营养" + "专利", + "patent", + "知识产权", + "intellectual property", + "发明专利", + "invention patent", + "实用新型", + "utility model", + "外观设计", + "design patent", + "专利授权", + "patent grant", + "专利申请", + "patent application", + "技术创新", + "innovation", + "IPC分类", + "patent classification", + "16个重点产业", + "16 key industries", + "专利密集型产业", + "patent-intensive industries", + "PCT", + "国家知识产权局", + "CNIPA", + "SIPO" ], - "file_path": "countries/north-america/usa/us-cdc.json" + "data_content": { + "en": [ + "Patent applications, grants, and valid patents by type (invention, utility model, design)", + "Domestic and foreign patent statistics with breakdown by region and country", + "Patent data by applicant/owner type (enterprises, universities, research institutes, individuals)", + "Technology classification statistics by IPC (International Patent Classification) sections and classes", + "PCT international patent applications filed in China", + "Patent statistics for 16 key industries and patent-intensive industries", + "Monthly statistical bulletins on patent examination and registration", + "Annual patent statistics yearbooks (historical data from 1985)", + "Regional patent statistics by Chinese provinces and cities", + "Chinese applicants' overseas patent applications and grants", + "Patent agency and legal status statistics", + "Thematic analysis reports on patents in digital economy, green technology, and other sectors" + ], + "zh": [ + "三种专利类型(发明、实用新型、外观设计)的申请量、授权量和有效量统计", + "国内外专利统计,按地区、国别详细分类", + "按申请人(专利权人)类型统计(企业、高校、科研院所、个人)", + "按IPC国际专利分类(部、大类)的技术领域统计", + "PCT国际专利申请受理统计", + "16个重点产业专利统计及专利密集型产业数据", + "审查注册登记统计月报(包括专利授权、有效专利数据)", + "知识产权统计年报(1985年以来历史数据)", + "分省市的国内专利申请、授权和有效量统计", + "中国申请人在境外专利申请和授权统计", + "专利代理和法律状态统计", + "数字经济、绿色低碳等领域专利专题分析报告" + ] + }, + "has_api": false, + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" }, { - "id": "ceic-china-urbanization", + "id": "china-most-infrastructure", "name": { - "en": "CEIC Data - China Urbanization Rate", - "zh": "CEIC数据库 - 中国城镇化率" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, "description": { - "en": "CEIC provides comprehensive historical urbanization rate data for China, covering both usual residence and household registration statistics from 1949 to 2025. The database includes national-level urbanization rates as well as provincial and prefecture-level breakdowns, sourced from the National Bureau of Statistics of China. CEIC is a leading economic data platform serving economists, analysts, and researchers worldwide.", - "zh": "CEIC提供中国全面的历史城镇化率数据,涵盖1949年至2025年的常住人口和户籍人口统计数据。数据库包括国家级城镇化率以及省级和地级市的详细数据,数据来源于国家统计局。CEIC是服务全球经济学家、分析师和研究人员的领先经济数据平台。" + "en": "National network management platform operated by National Science and Technology Infrastructure Center (NSTC) under China's Ministry of Science and Technology. Provides centralized query, reservation, and sharing services for major research facilities and large-scale scientific instruments across Chinese research institutions and universities. Covers facilities in extreme condition simulation, remote sensing, precision measurement, biomedical research, nuclear technology, telescopes, and various scientific instruments including analytical instruments, electron microscopes, mass spectrometers, and specialized testing equipment.", + "zh": "由国家科技基础条件平台中心建设和运营的重大科研基础设施和大型科研仪器国家网络管理平台。提供全国科研设施和大型科研仪器的集中查询、预约和共享服务,覆盖极端条件模拟、遥感观测、精密测量、生物医学、核技术、望远镜等重大科研基础设施,以及分析仪器、电子显微镜、质谱仪、物理性能测试仪器、医学科研仪器等各类大型科研仪器。" }, - "website": "https://www.ceicdata.com", - "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", - "api_url": "https://info.ceicdata.com/api-and-data-feed-solution", - "authority_level": "commercial", + "website": "https://www.escience.org.cn/nsti", + "data_url": "https://nrii.org.cn/", + "api_url": null, + "authority_level": "government", "country": "CN", "domains": [ - "demographics", - "economics", - "social", - "urbanization" + "research-infrastructure", + "scientific-instruments", + "technology", + "science" ], "geographic_scope": "national", - "update_frequency": "annual", - "has_api": true, + "update_frequency": "daily", "tags": [ - "china", - "urbanization", - "城镇化率", - "population", - "人口统计", - "demographics", - "social-development", - "社会发展", - "常住人口", - "户籍人口", - "usual-residence", - "household-registration", - "provincial-data", - "省级数据", - "nbs", - "国家统计局", - "ceic", - "economic-data", - "经济数据" + "科研设施", + "research-facilities", + "大型仪器", + "scientific-instruments", + "仪器共享", + "equipment-sharing", + "科技资源", + "science-resources", + "重大设施", + "major-facilities", + "实验设备", + "laboratory-equipment", + "科研平台", + "research-platform", + "仪器预约", + "instrument-booking", + "开放共享", + "open-sharing", + "科技部", + "MOST", + "分析仪器", + "analytical-instruments", + "电子显微镜", + "electron-microscope", + "质谱仪", + "mass-spectrometer", + "光谱仪", + "spectrometer", + "同步辐射", + "synchrotron-radiation", + "散裂中子源", + "spallation-neutron-source", + "FAST", + "天眼", + "望远镜", + "telescope" ], - "file_path": "china/national/ceic-china-urbanization.json" + "data_content": { + "en": [ + "Major Research Infrastructure: Extreme condition simulation facilities, remote sensing observation systems, environmental simulation chambers, precision measurement instruments, biomedical research facilities, nuclear technology facilities, particle accelerators, telescopes, synchrotron radiation sources", + "Large-scale Scientific Instruments: Analytical instruments (mass spectrometers, chromatographs, spectrometers, electron microscopes), physical property testing instruments, electronic measurement instruments, medical research instruments, earth exploration instruments, special detection instruments, ocean instruments, atmospheric detection instruments, lasers, nuclear instruments, astronomical instruments", + "Facility Information: Instrument specifications, models, locations, affiliated institutions, discipline areas, technical parameters, availability status", + "Service Functions: Equipment query and search, online booking and reservation, usage scheduling, technical support information, performance evaluation data", + "Coverage: Central government-affiliated universities and research institutes, Chinese Academy of Sciences institutes, major national laboratories" + ], + "zh": [ + "重大科研基础设施:极端条件模拟类(全超导托卡马克核聚变实验装置EAST等)、遥感观测类、环境模拟类、精密测量类、生物医学类、核技术类、核物理类(北京正负电子对撞机、中国散裂中子源等)、望远镜类(中国天眼FAST等)、光源类(上海同步辐射光源、合肥国家同步辐射装置等)", + "大型科研仪器:分析仪器(质谱仪、色谱仪、光谱仪、电子显微镜等)、工艺试验仪器、物理性能测试仪器、计量仪器、电子测量仪器、医学科研仪器、计算机及配套设备、特种检测仪器、地球探测仪器、激光器、海洋仪器、大气探测仪器、核仪器、天文仪器", + "设施信息:仪器名称、型号规格、所在地区、所属单位、学科领域、技术参数、开放状态", + "服务功能:设备查询检索、在线预约、使用安排、技术支持、评价考核数据", + "覆盖范围:中央级高等学校和科研院所、中国科学院各研究所、国家重点实验室" + ] + }, + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-infrastructure.json" }, { - "id": "ceic-global-database", + "id": "china-most-rnd", "name": { - "en": "CEIC Global Database", - "zh": "环亚经济数据库" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, "description": { - "en": "Leading provider of economic intelligence covering developed and developing markets worldwide since 1992. Contains over 4.2 million time series from more than 2,500 sources, including macroeconomic indicators, industrial sector data, and alternative high-frequency data. Offers ground-level expertise in emerging markets with hyper-local economic data and exclusive access to hard-to-find market information.", - "zh": "自1992年以来全球领先的经济情报提供商,覆盖全球发达和发展中市场。包含超过420万个时间序列,来自2500多个数据源,涵盖宏观经济指标、工业部门数据和高频替代数据。在新兴市场提供实地专业知识,包括超本地化经济数据和独家难寻市场信息。" + "en": "The National Key Research and Development Program of China is a major national science and technology initiative managed by the Ministry of Science and Technology (MOST) and implemented through various ministries. The Ministry of Industry and Information Technology (MIIT) leads 16 key special projects covering areas such as industrial software, intelligent robots, advanced manufacturing, new energy vehicles, and emerging technologies. These programs support fundamental research, key technology breakthroughs, and industrial applications aligned with China's 14th Five-Year Plan strategic priorities.", + "zh": "国家重点研发计划是由中华人民共和国科学技术部管理、多部门实施的国家级科技计划。工业和信息化部主责的\"十四五\"国家重点研发计划包括16个重点专项,涵盖工业软件、智能机器人、先进制造、新能源汽车、新兴技术等领域。这些计划支持基础研究、关键技术攻关和产业应用示范,服务于国家战略需求和产业发展。" }, - "website": "https://www.ceicdata.com", - "data_url": "https://www.ceicdata.com/en/products/global-economic-database", - "api_url": "https://www.ceicdata.com/api/v1", - "authority_level": "commercial", - "country": null, - "domains": [ - "economics", - "finance", - "industry", - "trade", - "labor" + "website": "https://service.most.gov.cn/", + "data_url": "https://service.most.gov.cn/", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "technology", + "research", + "innovation", + "manufacturing", + "software" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "annual", "tags": [ - "macroeconomic-data", - "emerging-markets", - "time-series", - "gdp", - "cpi", - "fdi", - "industrial-production", - "trade-statistics", - "labor-market", - "alternative-data", - "high-frequency-data", - "宏观经济数据", - "新兴市场", - "时间序列", - "工业生产", - "贸易统计", - "劳动力市场", - "高频数据" + "国家重点研发计划", + "National Key R&D Program", + "工业软件", + "Industrial Software", + "智能机器人", + "Intelligent Robots", + "高性能制造", + "Advanced Manufacturing", + "新能源汽车", + "New Energy Vehicles", + "科技项目", + "R&D Projects", + "科研资助", + "Research Funding", + "科技部", + "MOST", + "工信部", + "MIIT", + "增材制造", + "Additive Manufacturing", + "先进计算", + "Advanced Computing", + "区块链", + "Blockchain", + "稀土材料", + "Rare Earth Materials", + "科学仪器", + "Scientific Instruments", + "信息光子", + "Information Photonics" ], - "file_path": "international/economics/ceic-global-database.json" + "data_content": { + "en": [ + "Project application guidelines for 16 key special programs including Industrial Software, Intelligent Robots, Additive Manufacturing and Laser Manufacturing, New Energy Vehicles, Basic Research Conditions and Major Scientific Instruments, Blockchain, Information Photonics, Multimodal Networks and Communications, Micro-Nano Electronics, Advanced Computing and Emerging Software, Rare Earth New Materials, New Display and Strategic Electronic Materials, Advanced Structural and Composite Materials, High-End Functional and Intelligent Materials, High-Performance Manufacturing Technology and Major Equipment, and Intelligent Sensors", + "Annual project solicitation notices and application requirements", + "Project approval and funding information", + "Research progress reports and milestone achievements", + "Technology readiness level (TRL) assessments", + "Application templates and supporting documents", + "Expert evaluation guidelines", + "Project management policies and procedures" + ], + "zh": [ + "16个重点专项的项目申报指南,包括:工业软件、智能机器人、增材制造与激光制造、新能源汽车、基础科研条件与重大科学仪器设备研发、区块链、信息光子技术、多模态网络与通信、微纳电子技术、先进计算与新兴软件、稀土新材料、新型显示与战略性电子材料、先进结构与复合材料、高端功能与智能材料、高性能制造技术与重大装备、智能传感器", + "年度项目申报通知和申报要求", + "项目立项和资助信息", + "研究进展报告和里程碑成果", + "技术就绪度(TRL)评估", + "申报模板和支撑文件", + "专家评审指南", + "项目管理政策和流程" + ] + }, + "has_api": false, + "file_path": "china/technology/sci_resources/china-most-rnd.json" }, { - "id": "ceic-vietnam", + "id": "china-sac-standards", "name": { - "en": "CEIC Vietnam Economic Database", - "zh": "环亚经济数据库 - 越南经济数据专题" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, "description": { - "en": "Comprehensive economic database covering Vietnam's macroeconomic indicators, industrial production, trade statistics, and labor market data. Includes structured data from Vietnam's General Statistics Office (GSO) with time series spanning from 1955 to 2030. Provides monthly, quarterly, and annual updates on key economic metrics including GDP, CPI, employment, trade, government finance, and financial markets.", - "zh": "全面的越南经济数据库,涵盖宏观经济指标、工业生产、贸易统计和劳动力市场数据。包含越南统计总局(GSO)的结构化数据,时间序列跨度从1955年至2030年。提供关键经济指标的月度、季度和年度更新,包括GDP、CPI、就业、贸易、政府财政和金融市场。" + "en": "The Standardization Administration of China (SAC) is the Chinese government authority responsible for standardization administration. It develops and publishes national standards including mandatory GB standards, recommended GB/T standards, and industry standards across all sectors.", + "zh": "国家标准化管理委员会是中国负责标准化管理的国家级政府机构,隶属于国家市场监督管理总局。负责组织制定和发布国家标准,包括强制性国家标准(GB)、推荐性国家标准(GB/T)以及76个行业标准,覆盖工业、农业、服务业等各个领域。" }, - "website": "https://www.ceicdata.com", - "data_url": "https://www.ceicdata.com/en/country/vietnam", - "api_url": "https://developer.isimarkets.com/en/ApiProducts/CEIC", - "authority_level": "commercial", - "country": "VN", + "website": "https://www.sac.gov.cn/", + "data_url": "https://std.samr.gov.cn/", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ - "economics", - "finance", - "trade", - "labor", - "industry" + "technology", + "standards", + "quality-management", + "manufacturing", + "services", + "agriculture" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "vietnam", - "越南", - "vietnam-economy", - "越南经济", - "gso", - "越南统计总局", - "general-statistics-office", - "gdp", - "国内生产总值", - "cpi", - "居民消费价格指数", - "inflation", - "通货膨胀", - "employment", - "就业", - "trade-statistics", - "贸易统计", - "industrial-production", - "工业生产", - "government-finance", - "政府财政", - "financial-markets", - "金融市场", - "macroeconomic-indicators", - "宏观经济指标", - "time-series", - "时间序列" + "国家标准", + "national standards", + "GB", + "GB/T", + "强制性标准", + "mandatory standards", + "推荐性标准", + "recommended standards", + "行业标准", + "industry standards", + "地方标准", + "local standards", + "标准化", + "standardization", + "质量管理", + "quality management", + "技术规范", + "technical specifications", + "SAC", + "SAMR", + "市场监管总局" ], - "file_path": "international/economics/ceic-vietnam.json" + "data_content": { + "en": [ + "Mandatory National Standards (GB): 2,147 current standards, covering safety, health, environmental protection", + "Recommended National Standards (GB/T): 46,553 current standards across all industries", + "Guidance Technical Documents (GB/Z): 706 current documents", + "Industry Standards: 87,293 standards covering 76 industries (safety, packaging, shipbuilding, surveying, urban construction, etc.)", + "Local Standards: 62,164 standards from provincial and municipal governments", + "National Standard Development Plans and Announcements", + "Technical Committee Information and Expert Database", + "Standard Full-Text Public Access (non-adopted standards can be read and downloaded online)", + "International and Foreign Standards Comparison", + "Standard Revision and Review Information" + ], + "zh": [ + "强制性国家标准(GB): 2,147项现行有效标准,涵盖安全、卫生、环境保护等领域", + "推荐性国家标准(GB/T): 46,553项现行有效标准,覆盖各行业领域", + "指导性技术文件(GB/Z): 706项现行有效文件", + "行业标准: 87,293项标准,涵盖76个行业(包括安全生产AQ、包装BB、船舶CB、测绘CH、城镇建设CJ等)", + "地方标准: 62,164项标准,来自各省市自治区", + "国家标准制修订计划和公告", + "技术委员会信息和专家数据库", + "国家标准全文公开(非采标标准可在线阅读和下载)", + "国际国外标准对比分析", + "标准复审和修订信息" + ] + }, + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json" }, { - "id": "cern-open-data", + "id": "china-miit", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "description": { - "en": "The CERN Open Data portal is the access point to a growing range of data produced through research performed at CERN. It disseminates the preserved output from various research activities, including collision data from the Large Hadron Collider (LHC) experiments. The portal provides over 5 petabytes of particle physics data from experiments including ALICE, ATLAS, CMS, DELPHI, LHCb, OPERA, PHENIX, and TOTEM, along with accompanying software, documentation, and analysis tools. Data products follow established global standards in data preservation and Open Science, with DOI identifiers for citations.", - "zh": "CERN 开放数据门户是获取 CERN 研究活动产生的各类数据的入口。它发布来自大型强子对撞机(LHC)实验的碰撞数据等多种研究输出。该门户提供超过 5 PB 的粒子物理数据,涵盖 ALICE、ATLAS、CMS、DELPHI、LHCb、OPERA、PHENIX 和 TOTEM 等实验,并配有软件、文档和分析工具。数据产品遵循全球数据保存和开放科学标准,带有 DOI 标识符以便引用。" + "en": "MIIT is a ministry of the State Council responsible for regulating China's industrial sector, telecommunications, and the internet. It publishes comprehensive statistics and data on raw materials industry, equipment manufacturing, consumer goods industry, telecommunications, electronics and IT manufacturing, software industry, and internet services.", + "zh": "工业和信息化部是国务院组成部门,负责工业和信息化领域的行政管理和监管工作。发布原材料工业、装备工业、消费品工业、通信业、电子信息制造业、软件业、互联网等行业的统计数据和运行分析。" }, - "website": "https://www.cern.ch", - "data_url": "https://opendata.cern.ch/", - "api_url": "https://github.com/cernopendata/opendata.cern.ch", - "authority_level": "research", - "country": null, + "website": "https://www.miit.gov.cn/", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", "domains": [ - "Particle Physics", - "High Energy Physics", - "Nuclear Physics", - "Experimental Physics", - "Computational Physics", - "Data Science", - "Machine Learning" + "industry", + "telecommunications", + "technology", + "manufacturing", + "electronics" ], - "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "particle-physics", - "high-energy-physics", - "lhc", - "cern", - "experimental-physics", - "collision-data", - "higgs-boson", - "standard-model", - "nuclear-physics", - "open-science", - "research-data", - "physics-education", - "data-science", - "machine-learning", - "alice", - "atlas", - "cms", - "lhcb" + "工业", + "信息化", + "industry", + "telecommunications", + "通信", + "制造业", + "manufacturing", + "电子信息", + "electronics", + "软件业", + "software", + "互联网", + "internet", + "装备工业", + "equipment", + "汽车", + "automotive", + "原材料", + "raw materials", + "消费品", + "consumer goods", + "工信部", + "MIIT", + "中国制造", + "Made in China" ], - "file_path": "academic/physics/cern-open-data.json" + "data_content": { + "en": [ + "Raw Materials Industry: Statistics on steel, nonferrous metals, petrochemicals, building materials, and rare earth industries", + "Equipment Manufacturing: Data on machinery, automotive, civil shipbuilding, and civil aviation industries", + "Consumer Goods Industry: Statistics on light industry, textiles, food, and home appliances", + "Telecommunications Industry: Basic telecommunications statistics and operational analysis", + "Electronics and IT Manufacturing: Electronic information manufacturing industry statistics and analysis", + "Software Industry: Software and information technology services statistics and analysis", + "Internet Services: Internet and related services industry statistics and analysis", + "Industrial Policies: Policy documents, regulatory announcements, and industry standards", + "Administrative Services: Telecommunication licenses, vehicle production permits, and regulatory approvals" + ], + "zh": [ + "原材料工业:钢铁、有色金属、石化化工、建材、稀土等行业统计数据", + "装备工业:机械、汽车、民用船舶、民用航空工业等行业数据", + "消费品工业:轻工、纺织、食品、家电等行业统计数据", + "通信业:基础电信业统计数据及运行分析", + "电子信息制造业:电子信息制造业统计数据及运行分析", + "软件业:软件和信息技术服务业统计数据和运行分析", + "互联网:互联网和相关服务业统计数据和运行分析", + "工业政策:政策文件、法规公告、行业标准", + "行政服务:电信业务许可、车辆生产准入、监管审批等" + ] + }, + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json" }, { - "id": "cgiar-research-data", + "id": "india-dgcis", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, "description": { - "en": "CGIAR is a global research partnership for a food-secure future, dedicated to transforming food, land, and water systems in a climate crisis. The CGIAR research data ecosystem includes GARDIAN (Global Agricultural Research Data Innovation and Acceleration Network), a pan-CGIAR data search and discoverability portal that allows datasets, publications, and crop varieties across all 15 centers and 11 gene banks to be easily found. The platform harvests from ~40 separate open data and publication repositories, providing access to nearly 100,000 publications and 3,000+ datasets covering agricultural research for development (AR4D) globally.", - "zh": "国际农业研究磋商组织(CGIAR)是一个致力于粮食安全未来的全球研究伙伴关系,专注于在气候危机中转变粮食、土地和水资源系统。CGIAR 研究数据生态系统包括 GARDIAN(全球农业研究数据创新与加速网络),这是一个泛 CGIAR 数据搜索和发现门户,可以轻松找到所有 15 个中心和 11 个基因库的数据集、出版物和作物品种。该平台从约 40 个独立的开放数据和出版物仓库中采集数据,提供近 100,000 篇出版物和 3,000 多个数据集的访问,覆盖全球农业发展研究(AR4D)。" + "en": "The Directorate General of Commercial Intelligence and Statistics (DGCI&S), Kolkata, under the Ministry of Commerce and Industry, Government of India, is the pioneer official organization for collection, compilation and dissemination of India's Trade Statistics and Commercial Information. For over 150 years, this Directorate has served as the principal authority on trade-related information in India. DGCI&S collects basic data for both export and import of goods through Daily Trade Returns (DTRs) from different Customs formations and Special Economic Zones, with EDI data transmitted online daily through Indian Customs EDI Gateway (ICEGATE). It compiles and publishes foreign trade statistics, inland trade statistics covering inter-state movements of goods by rail, river and air, shipping statistics, coastal trade statistics, and customs and excise revenue collections.", + "zh": "印度商业情报与统计总局(DGCI&S)位于加尔各答,隶属于印度政府商务和工业部,是印度贸易统计和商业信息收集、编制和发布的先驱性官方机构。超过150年来,该局一直是印度贸易相关信息的主要权威机构。DGCI&S通过印度海关EDI网关(ICEGATE)每日在线接收来自不同海关系统和经济特区的每日贸易回执(DTR),收集进出口货物的基础数据。该局编制并发布对外贸易统计、涵盖铁路、河运和空运的州际货物流动的国内贸易统计、航运统计、沿海贸易统计以及海关和消费税征收统计。" }, - "website": "https://www.cgiar.org", - "data_url": "https://gardian.cgiar.org/", - "api_url": "https://cgspace.cgiar.org/rest", - "authority_level": "international", - "country": null, + "website": "https://www.commerce.gov.in/about-us/subordinate-offices/directorate-general-of-commercial-intelligence-and-statistics/", + "data_url": "https://www.commerce.gov.in/trade-statistics/", + "api_url": null, + "country": "IN", "domains": [ - "Agriculture", - "Food Security", - "Climate Change Adaptation", - "Agricultural Biodiversity", - "Crop Science", - "Livestock Systems", - "Water Resources Management", - "Soil Science", - "Genetics and Genomics", - "Sustainable Intensification", - "Nutrition", - "Agricultural Economics", - "Agricultural Policy", - "Agroforestry" + "International Trade", + "Foreign Trade Statistics", + "Inland Trade", + "Customs Statistics", + "Export Statistics", + "Import Statistics", + "Shipping Statistics", + "Coastal Trade", + "Inter-State Trade", + "Excise Revenue" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "monthly", "tags": [ - "agriculture", - "food-security", - "climate-change", - "crop-science", - "genetic-resources", - "sustainable-agriculture", - "international-research", - "cgiar", - "germplasm", - "gene-banks", - "agricultural-biodiversity", - "open-access", - "fair-data", - "research-publications", - "geospatial", - "climate-adaptation", - "livestock", - "water-resources", - "soil-science", - "nutrition" + "india", + "trade-statistics", + "foreign-trade", + "export-import", + "customs-data", + "government-statistics", + "economic-data", + "hs-classification", + "trade-policy", + "shipping-statistics", + "inland-trade", + "south-asia" ], - "file_path": "international/agriculture/cgiar-research-data.json" + "data_content": { + "en": [ + "Foreign Trade Statistics - Export and import data at principal commodity and 8-digit HS code level", + "Principal Commodity Level Data - Available free of cost, updated to October 2025", + "8-Digit Level Data - Available to subscribers, updated to September 2025", + "Country-wise Trade Data - India's trade with individual countries and regions", + "ITC (HS) Classification - Indian Trade Classification based on Harmonised System with 20,000+ commodity codes", + "Inland Trade Statistics - Inter-state movements of goods by rail, river and air", + "Shipping Statistics - Annual shipping and port statistics", + "Coastal Trade Statistics - Domestic coastal and inter-port trade", + "Selected Statistics of Foreign Trade - Annual comprehensive trade reports", + "Monthly Trade Data - Released by 15th of following month", + "Quantity and Value Data - Both volume and value metrics for trade flows", + "Customs Revenue Statistics - Customs and excise revenue collections" + ], + "zh": [ + "对外贸易统计 - 主要商品和8位HS编码级别的进出口数据", + "主要商品级别数据 - 免费提供,更新至2025年10月", + "8位数级别数据 - 订阅用户可用,更新至2025年9月", + "按国家分类的贸易数据 - 印度与各国和地区的贸易", + "ITC(HS)分类 - 基于协调制度的印度贸易分类,包含20,000+商品代码", + "国内贸易统计 - 铁路、河运和空运的州际货物流动", + "航运统计 - 年度航运和港口统计", + "沿海贸易统计 - 国内沿海和港口间贸易", + "对外贸易精选统计 - 年度综合贸易报告", + "月度贸易数据 - 次月15日前发布", + "数量和价值数据 - 贸易流量和价值指标", + "海关收入统计 - 海关和消费税征收数据" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "countries/asia/india/india-dgcis.json" }, { - "id": "cifar", + "id": "boj-statistics", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "description": { - "en": "CIFAR-10 and CIFAR-100 are labeled subsets of the 80 million tiny images dataset, widely used as benchmark datasets for machine learning and computer vision research. CIFAR-10 consists of 60,000 32x32 color images in 10 classes (6,000 images per class), with 50,000 training images and 10,000 test images. CIFAR-100 contains 100 classes with 600 images each (500 training, 100 testing per class), organized into 20 superclasses. Created by Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton, these datasets have become foundational benchmarks for evaluating image classification algorithms.", - "zh": "CIFAR-10 和 CIFAR-100 是 8000 万微小图像数据集的标注子集,广泛用作机器学习和计算机视觉研究的基准数据集。CIFAR-10 包含 60,000 张 32x32 彩色图像,分为 10 个类别(每类 6,000 张图像),其中 50,000 张训练图像和 10,000 张测试图像。CIFAR-100 包含 100 个类别,每类 600 张图像(每类 500 张训练图像,100 张测试图像),组织成 20 个超类。这些数据集由 Alex Krizhevsky、Vinod Nair 和 Geoffrey Hinton 创建,已成为评估图像分类算法的基础性基准。" + "en": "Comprehensive economic and financial statistics published by the Bank of Japan, including monetary policy data, financial markets, flow of funds, TANKAN surveys, price indices, balance of payments, and banking sector statistics. The BOJ provides authoritative data on Japan's monetary system, banking operations, and economic conditions.", + "zh": "日本银行发布的全面经济和金融统计数据,包括货币政策数据、金融市场、资金流动、TANKAN调查、价格指数、国际收支以及银行业统计。日本银行提供关于日本货币体系、银行业务和经济状况的权威数据。" }, - "website": "https://www.cs.toronto.edu", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "website": "https://www.boj.or.jp/en/", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "api_url": null, - "authority_level": "research", - "country": null, + "country": "JP", "domains": [ - "Computer Vision", - "Deep Learning", - "Machine Learning", - "Image Classification", - "Object Recognition", - "Artificial Intelligence" + "Monetary Policy", + "Financial Markets", + "Banking", + "Flow of Funds", + "Economic Surveys", + "Prices", + "Balance of Payments", + "Public Finance", + "Payment Systems" ], - "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "daily", "tags": [ - "computer-vision", - "deep-learning", - "image-classification", - "machine-learning", - "benchmark-dataset", - "object-recognition", - "convolutional-neural-networks", - "academic-research", - "tiny-images", - "supervised-learning" + "Japan", + "central-bank", + "monetary-policy", + "financial-markets", + "banking", + "flow-of-funds", + "TANKAN", + "prices", + "balance-of-payments", + "economic-statistics", + "time-series", + "official-statistics" ], - "file_path": "sectors/J-information-communication/cifar.json" + "data_content": { + "en": [ + "Monetary Base and Bank of Japan Transactions", + "Money Stock and Monetary Survey", + "Interest Rates on Deposits and Loans", + "Financial Markets (Call Money, FX, Securities)", + "Payment and Settlement Statistics", + "Deposits and Loans Market", + "Financial Institutions Accounts and Balance Sheets", + "Flow of Funds Accounts", + "TANKAN (Short-Term Economic Survey of Enterprises)", + "Price Indices (CPI, PPI, CGPI)", + "Public Finance Statistics", + "Balance of Payments and International Investment Position", + "BIS/FSB Related Statistics", + "Currency in Circulation", + "Historical Time-Series Data" + ], + "zh": [ + "货币基数和日本银行交易", + "货币存量和货币调查", + "存贷款利率", + "金融市场(拆借市场、外汇、证券)", + "支付结算统计", + "存贷款市场", + "金融机构账户和资产负债表", + "资金流动账户", + "TANKAN(企业短期经济观测调查)", + "价格指数(CPI、PPI、CGPI)", + "公共财政统计", + "国际收支和国际投资头寸", + "国际清算银行/金融稳定委员会相关统计", + "流通货币", + "历史时间序列数据" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json" }, { - "id": "cites-trade-database", + "id": "korea-bok", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, "description": { - "en": "The CITES Trade Database is the most comprehensive and authoritative database on international trade in wildlife. Dating back to 1975, it reflects the official trade records as reported by Parties in their annual reports to the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES). The database is developed and maintained by UNEP-WCMC (United Nations Environment Programme World Conservation Monitoring Centre) on behalf of the CITES Secretariat, providing critical data for monitoring and regulating trade in endangered species worldwide.", - "zh": "CITES贸易数据库是关于野生动物国际贸易最全面、最权威的数据库。该数据库可追溯至1975年,反映了各缔约方在其年度报告中向《濒危野生动植物种国际贸易公约》(CITES)报告的官方贸易记录。该数据库由联合国环境规划署世界自然保护监测中心(UNEP-WCMC)代表CITES秘书处开发和维护,为监测和管理全球濒危物种贸易提供关键数据。" + "en": "The Bank of Korea is South Korea's central bank, responsible for monetary policy and financial stability. It provides comprehensive economic and financial statistics through the Economic Statistics System (ECOS), including monetary aggregates, interest rates, balance of payments, national accounts, price indices, and business/consumer surveys. The BOK publishes regular economic reports and maintains extensive time-series data essential for economic policy analysis.", + "zh": "韩国银行是韩国中央银行,负责货币政策和金融稳定。通过经济统计系统(ECOS)提供全面的经济金融统计数据,包括货币总量、利率、国际收支、国民账户、价格指数以及企业和消费者调查。韩国银行定期发布经济报告,并维护对经济政策分析至关重要的广泛时间序列数据。" }, - "website": "https://unep-wcmc.org", - "data_url": "https://trade.cites.org", - "api_url": null, - "authority_level": "international", - "country": null, + "website": "https://www.bok.or.kr", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "api_url": "https://ecos.bok.or.kr", + "country": "KR", "domains": [ - "Wildlife Conservation", - "Endangered Species", - "International Trade", - "Environmental Protection", - "Biodiversity" + "monetary_policy", + "financial_statistics", + "national_accounts", + "balance_of_payments", + "price_indices", + "interest_rates", + "exchange_rates", + "business_surveys", + "consumer_surveys", + "flow_of_funds", + "banking_statistics" ], - "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "daily", "tags": [ - "CITES", - "wildlife trade", - "endangered species", - "conservation", - "biodiversity", - "international trade", - "environmental protection", - "UNEP-WCMC", - "species monitoring", - "wildlife conservation", - "trade regulations", - "fauna and flora" + "south-korea", + "korea", + "central-bank", + "monetary-policy", + "financial-statistics", + "national-accounts", + "balance-of-payments", + "price-indices", + "business-surveys", + "ecos", + "imf-sdds", + "open-data", + "bilingual" ], - "file_path": "international/environment/cites-trade-database.json" + "data_content": { + "en": [ + "Monetary and Liquidity Aggregates - M1, M2, Lf (monthly)", + "Interest Rates - policy rates, market rates, bond yields (monthly)", + "Balance of Payments - current account, capital account, financial account (monthly)", + "National Accounts - GDP, GNI, expenditure components (quarterly)", + "Producer Price Index (PPI) - domestic and export/import prices (monthly)", + "Export/Import Price Indices (monthly)", + "Business Survey Index (BSI) and Economic Sentiment Index (ESI) (monthly)", + "Consumer Survey Index (CSI) - inflation expectations, consumer confidence (monthly)", + "Flow of Funds - institutional sector accounts (quarterly)", + "Household Credit - loans and other credit to households (quarterly)", + "Industrial Loans of Depository Corporations (quarterly)", + "Financial Statement Analysis - corporate sector financial data (quarterly)", + "International Investment Position (IIP) - external assets and liabilities (quarterly)", + "Official Foreign Reserves (monthly)", + "Input-Output Tables - inter-industry transactions (annual)", + "Regional economic statistics and indicators" + ], + "zh": [ + "货币和流动性总量 - M1、M2、Lf(月度)", + "利率 - 政策利率、市场利率、债券收益率(月度)", + "国际收支 - 经常账户、资本账户、金融账户(月度)", + "国民账户 - GDP、GNI、支出组成(季度)", + "生产者价格指数(PPI)- 国内和进出口价格(月度)", + "进出口价格指数(月度)", + "企业景气调查指数(BSI)和经济情绪指数(ESI)(月度)", + "消费者调查指数(CSI)- 通胀预期、消费者信心(月度)", + "资金流量 - 机构部门账户(季度)", + "家庭信贷 - 对家庭的贷款和其他信贷(季度)", + "存款类金融机构产业贷款(季度)", + "财务报表分析 - 企业部门财务数据(季度)", + "国际投资头寸(IIP)- 对外资产和负债(季度)", + "官方外汇储备(月度)", + "投入产出表 - 产业间交易(年度)", + "地区经济统计和指标" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json" }, { - "id": "cnki-population-census", + "id": "uk-boe", "name": { - "en": "CNKI China Population Census Database", - "zh": "中国人口普查数据库" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "description": { - "en": "A comprehensive database based on official census materials from Chinese government statistical departments since 1953. It serves as both a full-text database and census data analysis system, publishing census materials in original full-text and Excel formats. The database contains 196 types of materials (411 volumes), 56,838 census indicators, and 7,651,466 statistical data points covering demographics, education, employment, migration, housing, and social security.", - "zh": "基于1953年以来中国政府统计部门历次人口普查资料的综合数据库,既是普查资料全文数据库也是普查数据分析系统。以原版全文和Excel数据两种形式出版中国政府统计部门历次人口普查资料,目前共计196种、411册,包含人口普查条目56,838个、统计数据7,651,466笔,涵盖人口统计、教育程度、就业职业、迁移流动、住房情况和社会保障等领域。" + "en": "The Bank of England's Statistical Interactive Database provides comprehensive monetary, financial and regulatory statistics for the UK. It includes data on money and credit, interest rates, exchange rates, financial markets, banking sector capital, payment systems, and other key economic indicators. The database serves as the authoritative source for UK monetary policy, financial stability analysis, and banking sector regulation.", + "zh": "英格兰银行统计互动数据库提供英国全面的货币、金融和监管统计数据。包括货币与信贷、利率、汇率、金融市场、银行业资本、支付系统及其他关键经济指标数据。该数据库是英国货币政策、金融稳定性分析和银行业监管的权威数据来源。" }, - "website": "https://www.cnki.net/", - "data_url": "https://data.cnki.net/npcd", + "website": "https://www.bankofengland.co.uk", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "api_url": null, - "authority_level": "commercial", - "country": "CN", + "country": "GB", "domains": [ - "demographics", - "social", - "education", - "employment", - "housing" + "Monetary Policy", + "Financial Markets", + "Banking", + "Interest Rates", + "Exchange Rates", + "Credit", + "Financial Stability", + "Payment Systems", + "Regulatory Capital" ], "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "daily", "tags": [ - "china", - "census", - "人口普查", - "demographics", - "人口统计", - "population", - "cnki", - "中国知网", - "statistical-yearbook", - "统计年鉴", - "government-data", - "政府数据", - "migration", - "迁移流动", - "housing", - "住房", - "employment", - "就业", - "education", - "受教育程度" + "central-bank", + "monetary-policy", + "financial-stability", + "interest-rates", + "exchange-rates", + "banking", + "UK", + "United Kingdom", + "England", + "regulatory-data", + "financial-markets", + "payment-systems" ], - "file_path": "china/national/cnki-population-census.json" + "data_content": { + "en": [ + "Money and Credit Data (lending, deposits, monetary aggregates)", + "Interest Rates (Bank Rate, quoted rates, effective rates)", + "Exchange Rates (daily spot rates, sterling index)", + "Yield Curves (government bonds, LIBOR, OIS)", + "Financial Markets (capital issuance, derivatives, external business)", + "Banking Sector Regulatory Capital", + "Mortgage Lenders and Administrators Statistics", + "Payment and Settlement Statistics (CHAPS, RTGS)", + "UK International Reserves", + "Banknote and Gold Statistics", + "Consumer Credit including Student Loans", + "Housing Equity Withdrawal", + "Option-Implied Probability Density Functions", + "Credit Union Statistics", + "Insurance Aggregate Data" + ], + "zh": [ + "货币与信贷数据(贷款、存款、货币总量)", + "利率(基准利率、报价利率、有效利率)", + "汇率(每日即期汇率、英镑指数)", + "收益率曲线(政府债券、LIBOR、OIS)", + "金融市场(资本发行、衍生品、外部业务)", + "银行业监管资本", + "抵押贷款机构统计", + "支付清算统计(CHAPS、RTGS)", + "英国国际储备", + "纸币和黄金统计", + "消费信贷(含学生贷款)", + "住房净值提取", + "期权隐含概率密度函数", + "信用合作社统计", + "保险汇总数据" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "countries/europe/uk/bank-of-england.json" }, { - "id": "crsp", + "id": "uk-data-gov", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, "description": { - "en": "CRSP maintains the most comprehensive collection of security price, return, and volume data for the NYSE, AMEX, and NASDAQ stock markets. Founded at the University of Chicago Booth School of Business in the 1960s, CRSP provides historical data dating back to 1925 covering over 32,000 active and inactive securities. The database includes daily and monthly stock prices, returns, trading volumes, corporate actions, and indices. CRSP is the gold standard for academic financial research and is widely used by researchers, investment professionals, and asset managers. In September 2025, Morningstar, Inc. acquired CRSP from the University of Chicago for $375 million. Over $3 trillion of assets are held in funds linked to CRSP Market Indexes.", - "zh": "CRSP 维护着纽约证券交易所(NYSE)、美国证券交易所(AMEX)和纳斯达克(NASDAQ)股票市场最全面的证券价格、回报和交易量数据集合。CRSP 成立于 1960 年代,由芝加哥大学布斯商学院创建,提供可追溯到 1925 年的历史数据,涵盖超过 32,000 个活跃和非活跃证券。数据库包括每日和每月股票价格、回报率、交易量、公司行为和指数。CRSP 是学术金融研究的黄金标准,被研究人员、投资专业人士和资产管理公司广泛使用。2025 年 9 月,晨星公司以 3.75 亿美元从芝加哥大学收购了 CRSP。与 CRSP 市场指数挂钩的基金持有的资产超过 3 万亿美元。" + "en": "Data.gov.uk is the UK government's official open data portal, launched in 2010 and redesigned in 2018 as the Find open data service. It provides access to thousands of datasets published by central government departments, local authorities, and public bodies across the United Kingdom. The portal serves as a central catalog linking to datasets hosted on GOV.UK and other government websites, covering diverse domains including business, crime, defense, education, environment, health, government spending, transport, and more. Built and operated by the Government Digital Service, it supports transparency, innovation, and evidence-based policy making by making public sector data accessible to citizens, researchers, businesses, and developers.", + "zh": "Data.gov.uk 是英国政府的官方开放数据门户网站,于 2010 年启动,并于 2018 年重新设计为查找开放数据服务。它提供对英国中央政府部门、地方当局和公共机构发布的数千个数据集的访问。该门户作为中央目录,链接到托管在 GOV.UK 和其他政府网站上的数据集,涵盖商业、犯罪、国防、教育、环境、健康、政府支出、交通等多个领域。该平台由政府数字服务部门建设和运营,通过使公共部门数据对公民、研究人员、企业和开发者开放,支持透明度、创新和基于证据的政策制定。" }, - "website": "https://www.crsp.org", - "data_url": "https://www.crsp.org/", - "api_url": "https://www.crsp.org/products/documentation/getting-started", - "authority_level": "research", - "country": "US", + "website": "https://www.gov.uk/government/organisations/government-digital-service", + "data_url": "https://www.data.gov.uk", + "api_url": "https://guidance.data.gov.uk/get_data/api_documentation/", + "country": "GB", "domains": [ - "Stock Markets", - "Equities", - "Market Indices", - "Corporate Actions", - "Investment Research", - "Asset Pricing" + "Business and economy", + "Crime and justice", + "Defence", + "Education", + "Environment", + "Government", + "Government spending", + "Health", + "Mapping", + "Society", + "Towns and cities", + "Transport", + "Digital service performance" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "daily", "tags": [ - "stock-market", - "equities", - "historical-data", - "US-markets", - "NYSE", - "NASDAQ", - "AMEX", - "academic-research", - "financial-data", - "market-indices", - "time-series", - "asset-pricing", - "corporate-actions", - "subscription-based", - "WRDS", - "investment-research" + "united-kingdom", + "government", + "open-data", + "transparency", + "public-sector", + "local-authorities", + "multi-domain", + "comprehensive", + "ogl" ], - "file_path": "sectors/K-finance-insurance/crsp.json" + "data_content": { + "en": [ + "Business and economy data (small businesses, industry, imports, exports, trade)", + "Crime and justice data (courts, police, prison, offenders, borders, immigration)", + "Defence data (armed forces, health and safety, search and rescue)", + "Education data (students, training, qualifications, National Curriculum)", + "Environment data (weather, flooding, rivers, air quality, geology, agriculture)", + "Government data (staff numbers and pay, local councillors, department business plans)", + "Government spending data (all payments by government departments over £25,000)", + "Health data (smoking, drugs, alcohol, medicine performance, hospitals)", + "Mapping data (addresses, boundaries, land ownership, aerial photographs, seabed, land terrain)", + "Society data (employment, benefits, household finances, poverty, population)", + "Towns and cities data (housing, urban planning, leisure, waste, energy consumption)", + "Transport data (airports, roads, freight, electric vehicles, parking, buses, footpaths)", + "Digital service performance data (cost, usage, completion rate, digital take-up, satisfaction)", + "Government reference data (trusted data shared across government departments)" + ], + "zh": [ + "商业和经济数据(小企业、工业、进出口、贸易)", + "犯罪和司法数据(法院、警察、监狱、罪犯、边境、移民)", + "国防数据(武装部队、健康与安全、搜索和救援)", + "教育数据(学生、培训、资格、国家课程)", + "环境数据(天气、洪水、河流、空气质量、地质、农业)", + "政府数据(员工人数和薪酬、地方议员、部门业务计划)", + "政府支出数据(政府部门超过 25,000 英镑的所有付款)", + "健康数据(吸烟、毒品、酒精、药物性能、医院)", + "地图数据(地址、边界、土地所有权、航空照片、海床、地形)", + "社会数据(就业、福利、家庭财务、贫困、人口)", + "城镇数据(住房、城市规划、休闲、废物、能源消耗)", + "交通数据(机场、道路、货运、电动汽车、停车、公交、人行道)", + "数字服务性能数据(成本、使用情况、完成率、数字采用率、满意度)", + "政府参考数据(跨政府部门共享的可信数据)" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json" }, { - "id": "cambridge-structural-database", + "id": "aafc", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, "description": { - "en": "The Cambridge Structural Database (CSD) is the world's largest repository for experimentally derived small-molecule organic and metal-organic crystal structures, curated since 1965. Maintained by the Cambridge Crystallographic Data Centre (CCDC), the database now contains over 1.39 million crystal structures from published literature, direct deposition, patents, and PhD theses. The CSD is CoreTrustSeal certified and recognized as a trusted data repository. It serves as a fundamental resource for pharmaceutical drug discovery and development, agrochemical research, materials science, metal-organic frameworks (MOFs), catalysis research, and academic crystallography. The database provides comprehensive structural chemistry data, software, and insights used by thousands of scientists globally in both commercial and academic research.", - "zh": "剑桥晶体结构数据库(CSD)是世界上最大的实验衍生小分子有机和金属有机晶体结构库,自1965年以来持续整理。该数据库由剑桥晶体学数据中心(CCDC)维护,目前包含来自发表文献、直接提交、专利和博士论文的超过139万个晶体结构。CSD 获得 CoreTrustSeal 认证,被认定为可信数据存储库。它是制药药物发现与开发、农药研究、材料科学、金属有机框架(MOFs)、催化研究和学术晶体学的基础资源。该数据库为全球数千名科学家提供全面的结构化学数据、软件和见解,广泛应用于商业和学术研究。" + "en": "Agriculture and Agri-Food Canada (AAFC) is the federal department responsible for policies and programs that support the Canadian agriculture and agri-food sector. AAFC provides comprehensive agricultural data, research, and statistics through its open data portal, including satellite-based crop inventories, land use time series, agri-environmental spatial data, and market information. The department supports innovation, competitiveness, sustainable practices, and market development for Canadian agriculture.", + "zh": "加拿大农业与农业食品部(AAFC)是负责支持加拿大农业和农业食品行业政策和计划的联邦部门。AAFC 通过其开放数据门户提供全面的农业数据、研究和统计信息,包括基于卫星的作物清单、土地利用时间序列、农业环境空间数据和市场信息。该部门支持加拿大农业的创新、竞争力、可持续实践和市场发展。" }, - "website": "https://www.ccdc.cam.ac.uk", - "data_url": "https://www.ccdc.cam.ac.uk", - "api_url": "https://downloads.ccdc.cam.ac.uk/documentation/API/", - "authority_level": "research", - "country": null, + "website": "https://agriculture.canada.ca/en", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "api_url": "https://agriculture.canada.ca/en/science/scientific-collaboration/open-data", + "country": "CA", "domains": [ - "Crystallography", - "Structural Chemistry", - "Pharmaceutical Sciences", - "Drug Discovery", - "Drug Development", - "Agrochemical Research", - "Materials Science", - "Metal-Organic Frameworks", - "Catalysis", - "Functional Materials", - "Organic Chemistry", - "Inorganic Chemistry" + "Agriculture", + "Crop Production", + "Land Use", + "Geospatial Data", + "Environmental Monitoring", + "Agricultural Economics", + "Food Security", + "Agricultural Research", + "Market Information" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "annual", "tags": [ - "crystallography", - "structural-chemistry", - "crystal-structures", - "small-molecules", - "organic-chemistry", - "metal-organic-frameworks", - "pharmaceutical", - "drug-discovery", - "drug-development", - "materials-science", - "agrochemical", - "catalysis", - "polymorphs", - "molecular-geometry", - "chemical-bonding", - "conformational-analysis", - "x-ray-crystallography", - "academic-research", - "commercial-research", - "coretrustseal-certified" + "agriculture", + "canada", + "crop-inventory", + "land-use", + "geospatial", + "satellite-imagery", + "environmental-data", + "agricultural-statistics", + "open-data", + "government", + "soil-quality", + "market-information", + "agricultural-research", + "census-agriculture", + "food-security" ], - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "data_content": { + "en": [ + "Annual Crop Inventory - Yearly digital maps of crop types across Canada generated from satellite imagery (2009-present)", + "Land Use Time Series - Historical land use classification data from 2000-2021", + "Agri-Environmental Spatial Data (AESD) - Farm-level variables and spatial distribution of agricultural production activities from Census of Agriculture", + "Agricultural Production Statistics - Production volumes, yields, and acreage data for major crops", + "Market Information - Commodity prices, trade data, and market analysis", + "Climate and Weather Data - Agricultural climate indices and growing season information", + "Soil Quality Data - Soil classification, organic carbon content, and agricultural soil health indicators", + "Agricultural Programs Data - Information on funding programs, business risk management, and support services", + "Research Publications - Scientific studies and technical reports on agricultural innovation", + "Geographic Boundaries - Census agricultural regions and ecological zones" + ], + "zh": [ + "年度作物清单 - 基于卫星影像生成的加拿大各地作物类型年度数字地图(2009年至今)", + "土地利用时间序列 - 2000-2021年历史土地利用分类数据", + "农业环境空间数据 (AESD) - 来自农业普查的农场级变量和农业生产活动空间分布", + "农业生产统计 - 主要作物的产量、单产和种植面积数据", + "市场信息 - 商品价格、贸易数据和市场分析", + "气候和天气数据 - 农业气候指数和生长季节信息", + "土壤质量数据 - 土壤分类、有机碳含量和农业土壤健康指标", + "农业项目数据 - 资金项目、业务风险管理和支持服务信息", + "研究出版物 - 农业创新的科学研究和技术报告", + "地理边界 - 农业普查区域和生态区" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/canada/aafc.json" }, { - "id": "canada-cer", + "id": "canada-boc", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "description": { - "en": "The Canada Energy Regulator (CER) is an independent federal regulator that oversees approximately 73,000 kilometres of pipelines, more than 1,400 kilometres of international and designated interprovincial power lines, and renewable and conventional offshore energy developments. The CER provides comprehensive data on energy infrastructure, commodity flows, safety performance, and regulatory decisions. Through Canada's Open Government Portal, the CER publishes datasets on pipeline throughput and capacity, energy exports and imports, crude oil and natural gas statistics, and renewable energy sources. The organization maintains interactive dashboards, market updates, and provincial/territorial energy profiles to support evidence-based energy policy and regulation in Canada.", - "zh": "加拿大能源监管局(CER)是一个独立的联邦监管机构,负责监管约73,000公里的管道、超过1,400公里的国际和指定跨省输电线路,以及可再生能源和常规海上能源开发项目。CER提供能源基础设施、商品流动、安全绩效和监管决策的综合数据。通过加拿大开放政府门户,CER发布有关管道吞吐量和容量、能源进出口、原油和天然气统计数据以及可再生能源来源的数据集。该组织维护交互式仪表板、市场更新和省/地区能源概况,以支持加拿大基于证据的能源政策和监管。" + "en": "Canada's central bank responsible for monetary policy, providing comprehensive financial data including exchange rates, interest rates, price indexes, and economic indicators. Maintains the Valet API for programmatic access to exchange rates, money market yields, bond yields, inflation indicators, and banking statistics.", + "zh": "加拿大中央银行,负责货币政策,提供全面的金融数据,包括汇率、利率、价格指数和经济指标。维护Valet API,提供对汇率、货币市场收益率、债券收益率、通胀指标和银行统计数据的程序化访问。" }, - "website": "https://www.cer-rec.gc.ca/en/", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", - "api_url": "https://open.canada.ca/data/en/organization/cer-rec", - "authority_level": "government", + "website": "https://www.bankofcanada.ca", + "data_url": "https://www.bankofcanada.ca/rates/", + "api_url": "https://www.bankofcanada.ca/valet/docs", "country": "CA", "domains": [ - "Energy Infrastructure", - "Pipeline Regulation", - "Electricity Transmission", - "Oil and Gas", - "Renewable Energy", - "Energy Safety", - "Energy Markets", - "Energy Trade" + "monetary_policy", + "exchange_rates", + "interest_rates", + "inflation", + "banking", + "financial_markets", + "economic_indicators" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "daily", "tags": [ - "energy", "canada", - "pipeline", - "natural-gas", - "crude-oil", - "electricity", - "renewable-energy", - "energy-regulation", - "infrastructure", - "energy-trade", + "central-bank", + "monetary-policy", + "exchange-rates", + "interest-rates", + "inflation", + "financial-markets", + "banking-statistics", "open-data", - "government" + "api", + "bilingual" ], - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "data_content": { + "en": [ + "Daily exchange rates - foreign currency conversions", + "Policy interest rate and overnight rate targets", + "Canadian Overnight Repo Rate Average (CORRA)", + "Money market yields - treasury bills, commercial paper, bankers' acceptances", + "Bond yields - Government of Canada bonds", + "Consumer Price Index (CPI) and core inflation measures - CPI-trim, CPI-median, CPI-common", + "Bank of Canada Commodity Price Index (BCPI)", + "Banking and financial statistics - chartered banks, credit aggregates", + "Canadian Effective Exchange Rate (CEER) index", + "Key monetary policy variables and capacity indicators", + "Official International Reserves", + "Credit conditions and financial market data", + "Staff economic projections (5-year lag)", + "Financial system indicators and analysis" + ], + "zh": [ + "每日汇率 - 外币兑换", + "政策利率和隔夜利率目标", + "加拿大隔夜回购利率平均值(CORRA)", + "货币市场收益率 - 国库券、商业票据、银行承兑汇票", + "债券收益率 - 加拿大政府债券", + "消费者价格指数(CPI)和核心通胀指标 - CPI-trim、CPI-median、CPI-common", + "加拿大银行商品价格指数(BCPI)", + "银行和金融统计 - 特许银行、信贷总量", + "加拿大有效汇率(CEER)指数", + "关键货币政策变量和产能指标", + "官方国际储备", + "信贷状况和金融市场数据", + "工作人员经济预测(5年滞后)", + "金融系统指标和分析" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/canada/canada-boc.json" }, { "id": "canada-cihi", @@ -2843,7 +3955,6 @@ "website": "https://www.cihi.ca", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "api_url": "https://www.cihi.ca/en/submit-data-and-view-standards/codes-and-classifications", - "authority_level": "government", "country": "CA", "domains": [ "health_care", @@ -2861,7 +3972,6 @@ ], "geographic_scope": "national", "update_frequency": "quarterly", - "has_api": true, "tags": [ "canada", "health-care", @@ -2878,2075 +3988,3589 @@ "bilingual", "health-system-performance" ], + "data_content": { + "en": [ + "Hospital care and patient outcomes - discharge data, readmissions, mortality rates", + "Wait times - surgical procedures, diagnostic imaging, emergency department visits", + "Health spending - national, provincial, and territorial health expenditures by category", + "Pharmaceutical prescriptions - drug utilization, costs, dispensing patterns", + "Medical imaging - CT scans, MRIs, ultrasound, X-rays utilization and wait times", + "Emergency department visits - patient volumes, triage levels, length of stay", + "Continuing care - long-term care, home care services, complex continuing care", + "Mental health and addictions - hospitalizations, community services, outcomes", + "Health workforce - physicians, nurses, health professionals by specialty and region", + "Clinical quality indicators - patient safety, effectiveness, appropriateness of care", + "Home care reporting - services, clients, assessments (interRAI)", + "Patient experience surveys - satisfaction, quality of care, access", + "International health system comparisons - Commonwealth Fund benchmarking", + "COVID-19 health data - hospitalizations, ICU admissions, testing", + "Social determinants of health - income, education, housing impacts on health", + "Chronic disease surveillance - diabetes, cancer, cardiovascular disease prevalence" + ], + "zh": [ + "医院护理和患者结局 - 出院数据、再入院率、死亡率", + "等待时间 - 外科手术、诊断影像、急诊就诊", + "医疗支出 - 国家、省级和地区按类别划分的医疗支出", + "药品处方 - 药物使用、成本、配药模式", + "医学影像 - CT扫描、MRI、超声、X光使用和等待时间", + "急诊就诊 - 患者数量、分诊级别、停留时间", + "持续护理 - 长期护理、家庭护理服务、复杂持续护理", + "心理健康和成瘾 - 住院治疗、社区服务、治疗结果", + "医疗人力 - 按专业和地区划分的医生、护士、医疗专业人员", + "临床质量指标 - 患者安全、有效性、护理适当性", + "家庭护理报告 - 服务、客户、评估(interRAI)", + "患者体验调查 - 满意度、护理质量、可及性", + "国际医疗系统比较 - 英联邦基金基准测试", + "COVID-19健康数据 - 住院治疗、ICU入院、检测", + "健康的社会决定因素 - 收入、教育、住房对健康的影响", + "慢性病监测 - 糖尿病、癌症、心血管疾病患病率" + ] + }, + "authority_level": "government", + "has_api": true, "file_path": "countries/north-america/canada/canada-cihi.json" }, { - "id": "cdiac", + "id": "canada-cer", "name": { - "en": "Carbon Dioxide Information Analysis Center", - "zh": "碳信息分析中心" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "description": { - "en": "The Carbon Dioxide Information Analysis Center (CDIAC) was the primary climate-change data and information analysis center of the U.S. Department of Energy, operated by Oak Ridge National Laboratory from 1982 to 2017. CDIAC provided the world's longest time series of global and national CO2 emissions from fossil fuel combustion, cement production, and gas flaring, with consistent estimates dating back to 1751. The center compiled and distributed global change data, performed data quality assurance checks, and published reports on atmospheric trace gases and climate change. Since CDIAC's closure in 2017, its historical datasets have been archived at Lawrence Berkeley National Laboratory's ESS-DIVE repository, with ongoing data updates transferred to Appalachian State University and other specialized repositories.", - "zh": "碳信息分析中心(CDIAC)是美国能源部的主要气候变化数据和信息分析中心,由橡树岭国家实验室运营,时间跨度为1982年至2017年。CDIAC提供了世界上最长的全球和国家级化石燃料燃烧、水泥生产和天然气燃烧产生的二氧化碳排放时间序列数据,其一致性估算可追溯至1751年。该中心编制和分发全球变化数据,执行数据质量保证检查,并发布关于大气痕量气体和气候变化的报告。自2017年CDIAC关闭以来,其历史数据集已归档至劳伦斯伯克利国家实验室的ESS-DIVE存储库,持续的数据更新已转移至阿巴拉契亚州立大学和其他专业存储库。" + "en": "The Canada Energy Regulator (CER) is an independent federal regulator that oversees approximately 73,000 kilometres of pipelines, more than 1,400 kilometres of international and designated interprovincial power lines, and renewable and conventional offshore energy developments. The CER provides comprehensive data on energy infrastructure, commodity flows, safety performance, and regulatory decisions. Through Canada's Open Government Portal, the CER publishes datasets on pipeline throughput and capacity, energy exports and imports, crude oil and natural gas statistics, and renewable energy sources. The organization maintains interactive dashboards, market updates, and provincial/territorial energy profiles to support evidence-based energy policy and regulation in Canada.", + "zh": "加拿大能源监管局(CER)是一个独立的联邦监管机构,负责监管约73,000公里的管道、超过1,400公里的国际和指定跨省输电线路,以及可再生能源和常规海上能源开发项目。CER提供能源基础设施、商品流动、安全绩效和监管决策的综合数据。通过加拿大开放政府门户,CER发布有关管道吞吐量和容量、能源进出口、原油和天然气统计数据以及可再生能源来源的数据集。该组织维护交互式仪表板、市场更新和省/地区能源概况,以支持加拿大基于证据的能源政策和监管。" }, - "website": "https://ess-dive.lbl.gov/", - "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", - "api_url": "https://api-sandbox.ess-dive.lbl.gov/", - "authority_level": "research", - "country": null, + "website": "https://www.cer-rec.gc.ca/en/", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "api_url": "https://open.canada.ca/data/en/organization/cer-rec", + "country": "CA", "domains": [ - "Climate Change", - "Environment", - "Carbon Emissions", - "Atmospheric Science", - "Energy Statistics", - "Greenhouse Gases" + "Energy Infrastructure", + "Pipeline Regulation", + "Electricity Transmission", + "Oil and Gas", + "Renewable Energy", + "Energy Safety", + "Energy Markets", + "Energy Trade" ], - "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "monthly", "tags": [ - "cdiac", - "carbon-dioxide", - "co2-emissions", - "fossil-fuels", - "climate-change", - "greenhouse-gases", - "atmospheric-trace-gases", - "global-emissions", - "historical-data", - "climate-data", - "carbon-cycle", - "cement-production", - "gas-flaring", - "二氧化碳", - "碳排放", - "气候变化", - "温室气体", - "化石燃料", - "全球排放", - "历史数据", - "气候数据", - "碳循环", - "水泥生产", - "oak-ridge", - "ess-dive", - "doe", - "energy-department" + "energy", + "canada", + "pipeline", + "natural-gas", + "crude-oil", + "electricity", + "renewable-energy", + "energy-regulation", + "infrastructure", + "energy-trade", + "open-data", + "government" ], - "file_path": "international/environment/cdiac.json" + "data_content": { + "en": [ + "Pipeline Throughput and Capacity - Quarterly data on oil/liquids pipelines (monthly) and natural gas pipelines (daily)", + "Pipeline Profiles - Key data on pipeline use, safety, environment, tolls, and financials", + "Crude Oil Data - Refinery runs, crude by rail, estimated production", + "Natural Gas Data - Marketable production, import/export prices and volumes", + "Electricity Data - International power line data, imports/exports by source and destination", + "Renewable Energy Sources - Data on wind, solar, hydro, and other renewable energy", + "Energy Exports and Imports - Historical volumes of refined petroleum products", + "Regulatory Documents - Applications, decisions, and hearing transcripts via REGDOCS", + "Facilities Data - Information on regulated pipelines, power lines, and offshore projects", + "Safety and Environmental Performance - Incident reports and compliance data" + ], + "zh": [ + "管道吞吐量和容量 - 石油/液体管道的季度数据(月度)和天然气管道数据(每日)", + "管道概况 - 管道使用、安全、环境、收费和财务的关键数据", + "原油数据 - 炼油厂运营、铁路原油运输、估计产量", + "天然气数据 - 可销售产量、进出口价格和数量", + "电力数据 - 国际输电线路数据、按来源和目的地分类的进出口", + "可再生能源来源 - 风能、太阳能、水电和其他可再生能源数据", + "能源进出口 - 成品油历史出口量", + "监管文件 - 通过REGDOCS系统提供的申请、决定和听证会记录", + "设施数据 - 受监管的管道、输电线路和海上项目信息", + "安全和环境绩效 - 事故报告和合规数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/canada/canada-energy-regulator.json" }, { - "id": "caribbean-development-bank", + "id": "canada-statcan", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, "description": { - "en": "The Caribbean Development Bank (CDB) is a regional financial institution established in 1970 to contribute to the harmonious economic growth and development of its borrowing member countries (BMCs) in the Caribbean. CDB provides financial and technical assistance for projects in infrastructure, education, health, agriculture, and other sectors. The Bank's mission is reducing poverty and transforming lives through sustainable, resilient and inclusive development. CDB serves 19 borrowing member countries and territories in the Caribbean, supported by regional and non-regional member countries including Canada, China, Germany, Italy, United Kingdom, and Venezuela.", - "zh": "加勒比开发银行(CDB)是一个成立于1970年的区域性金融机构,旨在促进其借款成员国在加勒比地区的和谐经济增长和发展。CDB为基础设施、教育、卫生、农业和其他领域的项目提供财政和技术援助。该银行的使命是通过可持续、有韧性和包容性的发展来减少贫困和改变生活。CDB为加勒比地区的19个借款成员国和地区提供服务,并得到包括加拿大、中国、德国、意大利、英国和委内瑞拉在内的区域和非区域成员国的支持。" + "en": "Canada's national statistical office providing comprehensive data on the country's economy, society, and environment. Conducts the Census of Population, Labour Force Survey, and over 350 active surveys covering demographics, health, business, trade, and more.", + "zh": "加拿大国家统计局,提供有关国家经济、社会和环境的综合数据。进行人口普查、劳动力调查以及涵盖人口统计、健康、商业、贸易等350多项主动调查。" }, - "website": "https://www.caribank.org", - "data_url": "https://www.caribank.org/data/country-data-reports", - "api_url": null, - "authority_level": "international", - "country": null, + "website": "https://www.statcan.gc.ca", + "data_url": "https://www.statcan.gc.ca/en/start", + "api_url": "https://www.statcan.gc.ca/en/developers", + "country": "CA", "domains": [ - "Development Finance", - "Economic Development", - "Infrastructure", - "Education", - "Health", - "Agriculture", - "Social Development", - "Environmental Sustainability", - "Climate Resilience", - "Poverty Reduction" + "economics", + "demographics", + "health", + "labour", + "education", + "environment", + "agriculture", + "business", + "housing", + "justice", + "culture", + "trade" ], - "geographic_scope": "regional", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "irregular", "tags": [ - "development-finance", - "caribbean", - "regional-development-bank", - "multilateral-development-bank", - "economic-development", - "infrastructure-finance", - "climate-finance", - "poverty-reduction", - "social-development", - "sustainable-development", - "climate-resilience", - "project-financing", - "development-assistance", - "caribbean-economics", - "regional-integration", - "sids", - "small-island-developing-states" + "canada", + "national-statistics", + "census", + "labour-market", + "demographics", + "economic-indicators", + "health-statistics", + "open-data", + "bilingual" ], - "file_path": "international/development/caribbean-development-bank.json" + "data_content": { + "en": [ + "Census of Population - demographics, housing, families", + "Labour Force Survey - employment, unemployment rates", + "Consumer Price Index and inflation data", + "GDP and economic accounts", + "International trade statistics", + "Health surveys and vital statistics", + "Business performance and innovation data", + "Agricultural statistics and Census of Agriculture", + "Immigration and ethnocultural diversity data", + "Income, pensions, and wealth statistics", + "Crime and justice statistics", + "Environmental and energy data" + ], + "zh": [ + "人口普查 - 人口统计、住房、家庭", + "劳动力调查 - 就业、失业率", + "消费者价格指数和通货膨胀数据", + "GDP和经济账户", + "国际贸易统计", + "健康调查和生命统计", + "企业绩效和创新数据", + "农业统计和农业普查", + "移民和族裔多样性数据", + "收入、养老金和财富统计", + "犯罪和司法统计", + "环境和能源数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json" }, { - "id": "brazil-bcb", + "id": "mx-banxico", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "description": { - "en": "The Central Bank of Brazil (BCB) is Brazil's monetary authority responsible for implementing monetary policy, supervising the financial system, and maintaining price stability. The BCB provides comprehensive economic and financial statistics through its Open Data Portal, including monetary policy data, financial system indicators, payment statistics, exchange rates, interest rates, credit data, and balance of payments information. All data is available in open formats with API access.", - "zh": "巴西中央银行(BCB)是巴西的货币当局,负责实施货币政策、监管金融系统并维持价格稳定。BCB通过其开放数据门户提供全面的经济和金融统计数据,包括货币政策数据、金融系统指标、支付统计、汇率、利率、信贷数据和国际收支信息。所有数据均以开放格式提供,并支持API访问。" + "en": "The Bank of Mexico (Banco de México, Banxico) is Mexico's central bank, responsible for monetary policy, financial stability, and maintaining low and stable inflation. The Economic Information System (SIE) provides comprehensive economic and financial statistics covering monetary policy, exchange rates, interest rates, inflation, banking, payment systems, balance of payments, and economic indicators.", + "zh": "墨西哥银行(Banco de México,简称Banxico)是墨西哥的中央银行,负责货币政策、金融稳定以及维持低而稳定的通货膨胀。经济信息系统(SIE)提供全面的经济和金融统计数据,涵盖货币政策、汇率、利率、通胀、银行业、支付系统、国际收支和经济指标。" }, - "website": "https://www.bcb.gov.br", - "data_url": "https://dadosabertos.bcb.gov.br", - "api_url": "https://dadosabertos.bcb.gov.br/dataset", - "authority_level": "government", - "country": "BR", + "website": "https://www.banxico.org.mx", + "data_url": "https://www.banxico.org.mx", + "api_url": "https://www.banxico.org.mx/SieAPIRest/service/v1/", + "country": "MX", "domains": [ - "Monetary Policy", - "Financial Statistics", - "Banking", - "Payment Systems", - "Exchange Rates", - "Interest Rates", - "Credit Data", - "Balance of Payments", - "Financial Stability", - "Currency and Coins" + "monetary_policy", + "financial_markets", + "banking", + "payment_systems", + "exchange_rates", + "inflation", + "balance_of_payments", + "public_finance", + "production", + "labor_market" ], "geographic_scope": "national", "update_frequency": "daily", - "has_api": true, "tags": [ - "central-bank", - "brazil", - "monetary-policy", - "financial-statistics", - "exchange-rates", - "interest-rates", - "credit-data", - "payment-systems", + "central_bank", + "monetary_policy", + "exchange_rates", + "interest_rates", + "inflation", + "financial_statistics", "banking", - "south-america", - "open-data", - "api" + "payment_systems", + "balance_of_payments", + "Mexico", + "Latin_America", + "time_series", + "API" ], - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "data_content": { + "en": [ + "Monetary Policy: Target interest rate, interbank equilibrium interest rate (TIIE), money market rates", + "Exchange Rates: Daily FIX rate, auction results, historical foreign exchange market data", + "Banking & Finance: Commercial and development bank statistics, financing, capitalization (264 data structures)", + "Payment Systems: SPEI high-value payments, CoDi low-value payments, transaction statistics", + "Inflation & Prices: Consumer price index (CPI), core inflation, producer price index, UDIS investment units", + "Government Securities: CETES treasury certificates, auctions, placements, outstanding securities", + "Monetary Aggregates: M1, M2, M3, M4, domestic financial assets", + "International Reserves: Daily reserves in millions of USD, international assets", + "Balance of Payments: International transactions, trade balance, capital flows (78 data structures)", + "Public Finance: Government revenue, expenditure, debt statistics", + "Production: Industrial production, manufacturing, economic activity indicators (107 data structures)", + "Labor Market: Employment, unemployment, wage statistics", + "Banknotes & Coins: Currency circulation, production, withdrawal statistics", + "Surveys: Economic expectations of private sector specialists", + "Mexican Oil Fund: Statistics for fund managed by Banxico as fiduciary" + ], + "zh": [ + "货币政策:目标利率、银行间均衡利率(TIIE)、货币市场利率", + "汇率:每日FIX汇率、拍卖结果、历史外汇市场数据", + "银行与金融:商业银行和开发银行统计、融资、资本化(264个数据结构)", + "支付系统:SPEI大额支付、CoDi小额支付、交易统计", + "通胀与价格:消费者价格指数(CPI)、核心通胀、生产者价格指数、UDIS投资单位", + "政府证券:CETES国库券、拍卖、发行、流通证券", + "货币总量:M1、M2、M3、M4、国内金融资产", + "国际储备:每日百万美元储备、国际资产", + "国际收支:国际交易、贸易平衡、资本流动(78个数据结构)", + "公共财政:政府收入、支出、债务统计", + "生产:工业生产、制造业、经济活动指标(107个数据结构)", + "劳动力市场:就业、失业、工资统计", + "纸币与硬币:货币流通、生产、提取统计", + "调查:私营部门专家的经济预期", + "墨西哥石油基金:Banxico作为受托人管理的基金统计" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json" }, { - "id": "chembl", + "id": "mexico-coneval", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, "description": { - "en": "ChEMBL is a manually curated database of bioactive molecules with drug-like properties, maintained by the European Bioinformatics Institute (EMBL-EBI) of the European Molecular Biology Laboratory (EMBL). It brings together chemical, bioactivity, and genomic data to aid the translation of genomic information into effective new drugs. The database contains over 2.8 million distinct compounds, more than 17,800 targets, and millions of bioactivity measurements. Data are manually abstracted from primary published literature, direct deposition, patents, and PhD theses, then further curated and standardized. ChEMBL is recognized as one of the Global Core Biodata Resources (GCBRs) - a collection of data resources critical to life science and biomedical research. It ranks 5th in EMBL-EBI's most used resources and serves as a fundamental platform for pharmaceutical drug discovery, agrochemical research, and academic research.", - "zh": "ChEMBL是由欧洲分子生物学实验室(EMBL)的欧洲生物信息学研究所(EMBL-EBI)维护的人工精选生物活性分子数据库,收录具有药物样特性的化合物。它整合化学、生物活性和基因组数据,帮助将基因组信息转化为有效的新药。数据库包含超过280万个不同化合物、17,800多个靶点以及数百万条生物活性测量数据。数据从发表文献、直接提交、专利和博士论文中手动提取,经过进一步整理和标准化。ChEMBL被认定为全球核心生物数据资源(GCBRs)之一,是生命科学和生物医学研究的关键数据资源。它在EMBL-EBI最常用资源中排名第5,是制药药物发现、农药研究和学术研究的基础平台。" + "en": "CONEVAL is Mexico's autonomous public institution responsible for measuring poverty and evaluating social development policies and programs. It provides official poverty statistics, social policy evaluations, and socioeconomic indicators at national, state, and municipal levels. CONEVAL's multidimensional poverty measurement methodology is recognized internationally and serves as the official standard for poverty measurement in Mexico.", + "zh": "CONEVAL是墨西哥负责贫困测量和社会发展政策及项目评估的自治公共机构。它提供官方贫困统计数据、社会政策评估以及国家、州和市级社会经济指标。CONEVAL的多维贫困测量方法在国际上得到认可,是墨西哥贫困测量的官方标准。" }, - "website": "https://www.ebi.ac.uk", - "data_url": "https://www.ebi.ac.uk/chembl/", - "api_url": "https://www.ebi.ac.uk/chembl/api/data/docs", - "authority_level": "research", - "country": null, + "website": "https://www.coneval.org.mx", + "data_url": "https://www.coneval.org.mx", + "api_url": null, + "country": "MX", "domains": [ - "Drug Discovery", - "Pharmaceutical Sciences", - "Medicinal Chemistry", - "Chemical Biology", - "Bioactivity", - "Pharmacology", - "Toxicology", - "ADMET", - "Agrochemical Research", - "Genomics", - "Proteomics" - ], - "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, - "tags": [ - "bioactivity", - "drug-discovery", - "pharmaceutical", - "medicinal-chemistry", - "chemical-biology", - "pharmacology", - "toxicology", - "admet", - "small-molecules", - "drug-targets", - "protein-targets", - "bioassays", - "clinical-trials", - "approved-drugs", - "chemical-structures", - "cheminformatics", - "structure-activity-relationship", - "sar", - "lead-optimization", - "drug-development", - "embl-ebi", - "gcbr", + "poverty", + "social-development", + "inequality", + "social-policy", + "welfare", + "food-security", + "education", + "health", + "housing", + "social-services", + "income" + ], + "geographic_scope": "national", + "update_frequency": "irregular", + "tags": [ + "mexico", + "poverty", + "social-development", + "inequality", + "multidimensional-poverty", + "social-policy", + "government-data", + "official-statistics", "open-data", - "creative-commons" + "latin-america" ], - "file_path": "academic/chemistry/chembl.json" + "data_content": { + "en": [ + "Multidimensional poverty measurement (income poverty, social deprivation)", + "Poverty rates at national, state, and municipal levels", + "Social development indicators (education, health, housing, basic services, food security, social security)", + "Income inequality and Gini coefficient statistics", + "Social program evaluations and impact assessments", + "Social cohesion indicators", + "Vulnerable population statistics (extreme poverty, children, indigenous peoples)", + "Social gap indicators by geographic region", + "Trends in poverty and social development over time", + "Methodology and technical documentation for poverty measurement" + ], + "zh": [ + "多维贫困测量(收入贫困、社会剥夺)", + "国家、州和市级贫困率", + "社会发展指标(教育、健康、住房、基本服务、食品安全、社会保障)", + "收入不平等和基尼系数统计", + "社会项目评估和影响评估", + "社会凝聚力指标", + "弱势人口统计(极端贫困、儿童、原住民)", + "按地理区域划分的社会差距指标", + "贫困和社会发展随时间的趋势", + "贫困测量的方法论和技术文档" + ] + }, + "authority_level": "government", + "has_api": false, + "file_path": "countries/north-america/mexico/coneval.json" }, { - "id": "intl-chemspider", + "id": "usa-census-bureau", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "description": { - "en": "ChemSpider is a free chemical structure database providing fast access to over 120 million structures, along with properties and associated information. Owned by the Royal Society of Chemistry since 2009, ChemSpider integrates and links compounds from hundreds of high quality data sources, enabling researchers to discover the most comprehensive view of freely available chemical data from a single online search. The database has received multiple international awards, including the ALPSP Prize for Publishing Innovation in 2010. ChemSpider builds on the collected data by adding additional properties, related information and links back to original data sources, offering text and structure searching to find compounds of interest and providing a range of services to improve this data by curation and annotation.", - "zh": "ChemSpider 是一个免费的化学结构数据库,提供快速访问超过1.2亿个化学结构及其性质和相关信息。自2009年起由英国皇家化学学会拥有,ChemSpider整合并链接来自数百个高质量数据源的化合物,使研究人员能够通过单一在线搜索发现最全面的免费化学数据视图。该数据库曾获得多项国际奖项,包括2010年ALPSP出版创新奖。ChemSpider通过添加额外的性质、相关信息和原始数据源链接来增强收集的数据,提供文本和结构搜索来查找感兴趣的化合物,并提供一系列服务通过整理和注释来改进数据。" + "en": "The leading source of quality data about the United States' people and economy. Conducts the decennial census, American Community Survey (ACS), Economic Census, and numerous other surveys covering demographics, housing, business, trade, and government. Serves as the nation's primary provider of data about its people and economy.", + "zh": "美国人口和经济质量数据的主要来源。进行十年一次的人口普查、美国社区调查(ACS)、经济普查以及涵盖人口统计、住房、商业、贸易和政府的众多其他调查。是美国有关人口和经济数据的主要提供者。" }, - "website": "https://www.rsc.org", - "data_url": "https://www.chemspider.com", - "api_url": null, - "authority_level": "international", - "country": null, + "website": "https://www.census.gov", + "data_url": "https://www.census.gov", + "api_url": "https://www.census.gov/data/developers.html", + "country": "US", "domains": [ - "Chemistry", - "Chemical Structures", - "Molecular Properties", - "Pharmaceutical Sciences", - "Materials Science", - "Organic Chemistry", - "Inorganic Chemistry", - "Chemical Information" + "demographics", + "economics", + "housing", + "business", + "trade", + "government", + "geography", + "population", + "income", + "employment", + "education", + "health" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "irregular", "tags": [ - "chemistry", - "chemical-structures", - "molecular-properties", - "chemical-database", - "free-access", - "royal-society-chemistry", - "chemical-search", - "compound-properties", - "chemical-identifiers", - "smiles", - "inchi", - "cas-numbers", - "pharmaceutical", - "materials-science", - "organic-chemistry", - "chemical-information", - "academic-research" + "united-states", + "national-statistics", + "census", + "demographics", + "economic-indicators", + "housing-data", + "population-data", + "geospatial", + "open-data", + "government-data", + "api-available" ], - "file_path": "academic/chemistry/chemspider.json" + "data_content": { + "en": [ + "Decennial Census - complete population count every 10 years (1790-present)", + "American Community Survey (ACS) - annual demographic, housing, economic data", + "Economic Census - comprehensive business and economy data every 5 years", + "Population Estimates Program - annual population estimates", + "Current Population Survey (CPS) - monthly employment and labor statistics", + "American Housing Survey - housing characteristics and costs", + "Business dynamics and statistics", + "International trade data", + "Government finance statistics", + "Cartographic boundary files and geographic data", + "Income, poverty, and wealth statistics", + "Educational attainment and school enrollment data", + "Health insurance coverage statistics", + "Migration and mobility data" + ], + "zh": [ + "十年一次人口普查 - 每10年完整人口统计 (1790年至今)", + "美国社区调查(ACS) - 年度人口统计、住房、经济数据", + "经济普查 - 每5年一次全面的商业和经济数据", + "人口估计计划 - 年度人口估计", + "当前人口调查(CPS) - 月度就业和劳动力统计", + "美国住房调查 - 住房特征和成本", + "商业动态和统计", + "国际贸易数据", + "政府财政统计", + "地图边界文件和地理数据", + "收入、贫困和财富统计", + "教育程度和入学数据", + "健康保险覆盖统计", + "迁移和流动性数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json" }, { - "id": "china-caict", + "id": "usa-eia", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, "description": { - "en": "China Academy of Information and Communications Technology (CAICT) is a scientific research institute directly under the Ministry of Industry and Information Technology (MIIT). Founded in 1957, CAICT serves as a specialized think-tank for the government and an innovation platform for the ICT industry. It conducts research on information and communications technology, publishes authoritative white papers, industry reports, and development indices covering cloud computing, computing power, digital economy, artificial intelligence, and telecommunications.", - "zh": "中国信息通信研究院(CAICT)是工业和信息化部直属的科研事业单位。成立于1957年,秉承\"国家高端专业智库 产业创新发展平台\"的发展定位。主要从事信息通信领域的研究工作,发布权威白皮书、行业报告和发展指数,涵盖云计算、算力发展、数字经济、人工智能、信息通信等领域。" + "en": "The U.S. Energy Information Administration (EIA) is the statistical and analytical agency within the U.S. Department of Energy. EIA collects, analyzes, and disseminates independent and impartial energy information to promote sound policymaking, efficient markets, and public understanding of energy and its interaction with the economy and the environment. EIA provides comprehensive data on energy production, consumption, prices, and projections across all energy sources including petroleum, natural gas, coal, nuclear, renewable energy, and electricity.", + "zh": "美国能源信息署(EIA)是美国能源部下属的统计和分析机构。EIA收集、分析和传播独立公正的能源信息,以促进合理的政策制定、高效的市场运作以及公众对能源及其与经济和环境互动的理解。EIA提供涵盖所有能源来源的全面数据,包括石油、天然气、煤炭、核能、可再生能源和电力的生产、消费、价格和预测数据。" }, - "website": "http://www.caict.ac.cn/", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "api_url": null, - "authority_level": "research", - "country": "CN", + "website": "https://www.eia.gov", + "data_url": "https://www.eia.gov", + "api_url": "https://www.eia.gov/opendata/documentation.php", + "country": "US", "domains": [ - "technology", - "telecommunications", - "digital-economy", - "cloud-computing", - "artificial-intelligence" + "energy", + "petroleum", + "natural gas", + "coal", + "electricity", + "nuclear energy", + "renewable energy", + "environment", + "economics", + "markets" ], "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "daily", "tags": [ - "CAICT", - "中国信通院", - "云计算", - "cloud computing", - "算力发展指数", - "computing power index", - "ICT产业", - "ICT industry", - "数字经济", - "digital economy", - "白皮书", - "white paper", - "蓝皮书", - "blue book", - "信息通信", - "telecommunications", - "人工智能", - "artificial intelligence", - "工信部", - "MIIT", - "行业报告", - "industry report" + "energy", + "petroleum", + "natural-gas", + "coal", + "electricity", + "renewable-energy", + "nuclear-energy", + "united-states", + "government", + "official-statistics", + "time-series", + "api", + "open-data" ], - "file_path": "china/research/china-caict.json" + "data_content": { + "en": [ + "Petroleum & Other Liquids - crude oil, gasoline, heating oil, diesel, propane, biofuels, natural gas liquids", + "Natural Gas - exploration, reserves, storage, production, prices, imports/exports", + "Electricity - sales, revenue, prices, power plants, generation, fuel use, demand, emissions", + "Coal - reserves, production, prices, employment, distribution, stocks, imports/exports", + "Nuclear & Uranium - uranium fuel, nuclear reactors, generation, spent fuel", + "Renewable & Alternative Fuels - hydropower, solar, wind, geothermal, biomass, ethanol", + "Total Energy - comprehensive summaries, comparisons, analysis, projections", + "Consumption & Efficiency - energy use in residential, commercial, industrial, transportation sectors", + "Analysis & Projections - Short-Term Energy Outlook (STEO), Annual Energy Outlook (AEO), International Energy Outlook (IEO)", + "Energy Markets & Finance - crude oil markets, wholesale electricity markets", + "Energy Disruptions - monitoring and analysis of energy supply disruptions", + "International Energy Data - global energy statistics and country profiles", + "CO2 Emissions - carbon dioxide emissions from energy consumption", + "State Energy Data System (SEDS) - state-level energy production, consumption, prices" + ], + "zh": [ + "石油及其他液体 - 原油、汽油、取暖油、柴油、丙烷、生物燃料、天然气液体", + "天然气 - 勘探、储量、储存、生产、价格、进出口", + "电力 - 销售、收入、价格、发电厂、发电量、燃料使用、需求、排放", + "煤炭 - 储量、生产、价格、就业、分销、库存、进出口", + "核能与铀 - 铀燃料、核反应堆、发电、乏燃料", + "可再生与替代燃料 - 水电、太阳能、风能、地热、生物质、乙醇", + "总能源 - 综合汇总、比较、分析、预测", + "消费与效率 - 住宅、商业、工业、交通部门的能源使用", + "分析与预测 - 短期能源展望(STEO)、年度能源展望(AEO)、国际能源展望(IEO)", + "能源市场与金融 - 原油市场、批发电力市场", + "能源中断 - 能源供应中断的监测和分析", + "国际能源数据 - 全球能源统计和国家概况", + "二氧化碳排放 - 能源消费产生的二氧化碳排放", + "州能源数据系统(SEDS) - 州级能源生产、消费、价格" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json" }, { - "id": "china-additive-manufacturing-alliance", + "id": "noaa-cdo", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, "description": { - "en": "Established on October 19, 2016, under the guidance of the Ministry of Industry and Information Technology (MIIT), the China Additive Manufacturing Alliance (CAMA) was jointly initiated by 128 organizations including enterprises, universities, research institutions, and industrial parks in the additive manufacturing field. The alliance currently has over 330 member organizations and serves as China's highest-level and largest industry organization in the additive manufacturing sector. It functions as a bridge connecting industry, academia, finance, government, and application sectors, providing comprehensive industry data, publishing the annual China Additive Manufacturing Industry Yearbook, and issuing monthly industry development briefings.", - "zh": "中国增材制造产业联盟于2016年10月19日在工业和信息化部指导下成立,由增材制造领域128家企业、高校、科研院所、产业园区等单位共同发起。联盟现有会员单位330余家,是中国增材制造领域最高层次、规模最大的行业组织。联盟充分发挥桥梁与纽带作用,搭建增材制造行业与产业、学术、金融、政府、行业应用领域的交流通道,统筹全国范围内增材制造的科学研究、技术研发、设备材料、技术服务、配套服务等资源,为会员单位搭建供需对接及展示平台,系统、全面、清晰地汇总国内增材制造在新闻咨询、法规政策、行业标准、商品门类等方面的信息资源,促进增材制造技术在航空航天、生物医疗、军民融合、工业工程等重要领域的推广应用。" + "en": "Climate Data Online (CDO) provides free access to NCDC's archive of global historical weather and climate data in addition to station history information. These data include quality controlled daily, monthly, seasonal, and yearly measurements of temperature, precipitation, wind, and degree days as well as radar data and 30-year Climate Normals. The database includes records from thousands of stations worldwide with data available from as early as the late 1800s.", + "zh": "气候数据在线系统(CDO)提供对NCDC全球历史天气和气候数据档案以及站点历史信息的免费访问。这些数据包括质量控制的日、月、季、年温度、降水、风和度日测量值,以及雷达数据和30年气候标准值。数据库包含来自全球数千个站点的记录,数据可追溯至19世纪晚期。" }, - "website": "https://www.niiam.com/union/", - "data_url": "https://www.miit-eidc.org.cn", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.ncei.noaa.gov/", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "api_url": "https://www.ncei.noaa.gov/support/access-data-service-api-user-documentation", + "country": null, "domains": [ - "Additive Manufacturing", - "3D Printing", - "Advanced Manufacturing", - "Industrial Statistics", - "Manufacturing Technology", - "Materials Science", - "Equipment Manufacturing" + "climate", + "meteorology", + "environmental_science", + "atmospheric_science" ], - "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "additive-manufacturing", - "增材制造", - "3d-printing", - "3D打印", - "manufacturing", - "制造业", - "industrial-statistics", - "产业统计", - "equipment", - "设备", - "materials", - "材料", - "industry-report", - "行业报告", - "yearbook", - "年鉴", - "technology-innovation", - "技术创新", - "aerospace", - "航空航天", - "biomedical", - "生物医疗", - "industrial-engineering", - "工业工程", - "cama", - "中国增材制造产业联盟" + "climate", + "weather", + "temperature", + "precipitation", + "meteorology", + "NOAA", + "NCEI", + "NCDC", + "historical climate data", + "weather stations", + "climate normals", + "atmospheric data", + "environmental data", + "time series", + "global coverage" ], - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "data_content": { + "en": [ + "Global Historical Climatology Network Daily (GHCN-Daily) - Daily climate summaries from land surface stations worldwide", + "Global Summary of the Day (GSOD) - Daily weather elements from global stations", + "Local Climatological Data (LCD) - Hourly, daily, and monthly summaries from US airports and first-order stations", + "Normals - 30-year climate normals for temperature, precipitation, and other variables", + "Precipitation - Daily and hourly precipitation data from global stations", + "Temperature - Daily maximum, minimum, and average temperatures", + "Wind - Wind speed and direction measurements", + "Degree Days - Heating and cooling degree days for energy analysis", + "Snow - Snowfall and snow depth measurements", + "Weather Type - Weather phenomena including fog, rain, snow, hail, thunder, and tornado occurrence", + "Station Metadata - Station location, elevation, and historical information" + ], + "zh": [ + "全球历史气候网络日值数据(GHCN-Daily) - 来自全球陆地观测站的日气候摘要", + "全球日摘要(GSOD) - 来自全球站点的日天气要素", + "地方气候数据(LCD) - 来自美国机场和一级站的小时、日和月摘要", + "标准值 - 温度、降水和其他变量的30年气候标准值", + "降水 - 来自全球站点的日和小时降水数据", + "温度 - 日最高、最低和平均温度", + "风 - 风速和风向测量值", + "度日 - 用于能源分析的采暖和制冷度日", + "积雪 - 降雪量和雪深测量值", + "天气类型 - 天气现象包括雾、雨、雪、冰雹、雷暴和龙卷风发生情况", + "站点元数据 - 站点位置、海拔和历史信息" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/usa/noaa-cdo.json" }, { - "id": "china-auto-association", + "id": "us-bea", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, "description": { - "en": "China Association of Automobile Manufacturers (CAAM) is a national, industry-based, non-profit social organization established on January 1, 1990, approved by the Ministry of Civil Affairs of the People's Republic of China. It is composed of enterprises and organizations engaged in automobile manufacturing, R&D, services, and related industries in China on a voluntary and equal basis. CAAM serves as a permanent member of the Organisation Internationale des Constructeurs d'Automobiles (OICA). The association provides comprehensive automotive industry data including monthly production and sales statistics, import/export data, new energy vehicle statistics, and industry analysis reports.", - "zh": "中国汽车工业协会(简称\"中汽协会\")成立于1990年1月1日,是经中华人民共和国民政部批准的社团组织,具有社会团体法人资格,地址设在北京,是在中国境内从事汽车整车、零部件及汽车相关行业生产经营活动的企事业单位和团体在平等自愿基础上依法组成的自律性、非营利性的社会团体。中汽协会是世界汽车组织(OICA)的常任理事。协会提供全面的汽车行业数据,包括月度产销数据、进出口统计、新能源汽车数据和行业分析报告。" + "en": "The Bureau of Economic Analysis (BEA) is an agency of the U.S. Department of Commerce that produces critical economic statistics including GDP, personal income, corporate profits, international trade and investment, and regional economic data. BEA's data provides a comprehensive picture of the U.S. economy and its interaction with the world economy. The agency serves government and business decision makers, researchers, and the public to help them understand the performance of the U.S. economy.", + "zh": "美国经济分析局(BEA)是美国商务部下属机构,负责编制包括GDP、个人收入、企业利润、国际贸易与投资、区域经济数据在内的关键经济统计数据。BEA的数据全面反映了美国经济及其与全球经济的互动情况。该机构为政府和企业决策者、研究人员以及公众提供服务,帮助他们了解美国经济的运行状况。" }, - "website": "http://www.caam.org.cn/", - "data_url": "http://www.caam.org.cn/tjsj", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.bea.gov", + "data_url": "https://www.bea.gov/data", + "api_url": "https://apps.bea.gov/API/signup/", + "country": "US", "domains": [ - "Automotive", - "Manufacturing", - "Transportation", - "New Energy Vehicles", - "Industrial Statistics" + "Economics", + "GDP", + "National Accounts", + "International Trade", + "Foreign Direct Investment", + "Personal Income", + "Consumer Spending", + "Corporate Profits", + "Regional Economics", + "Industry Economics", + "Input-Output Tables", + "Fixed Assets" ], "geographic_scope": "national", "update_frequency": "monthly", - "has_api": false, "tags": [ - "automotive", - "汽车", - "automobile", - "车辆", - "vehicle", - "production", - "产量", - "sales", - "销量", - "new-energy-vehicles", - "新能源汽车", - "nev", - "electric-vehicles", - "电动汽车", - "commercial-vehicles", - "商用车", - "passenger-vehicles", - "乘用车", - "import-export", - "进出口", - "automotive-industry", - "汽车工业", - "automotive-statistics", - "汽车统计", - "caam", - "china-auto", - "中汽协" + "economics", + "经济统计", + "gdp", + "国内生产总值", + "national-accounts", + "国民账户", + "united-states", + "美国", + "trade", + "贸易", + "investment", + "投资", + "official-statistics", + "官方统计", + "government", + "政府", + "time-series", + "时间序列", + "macroeconomics", + "宏观经济", + "regional-data", + "区域数据", + "industry-data", + "行业数据", + "personal-income", + "个人收入", + "bea", + "经济分析局" ], - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + "data_content": { + "en": [ + "Gross Domestic Product (GDP) - Real GDP estimates released quarterly, covering national, regional, and industry-level data", + "National Income and Product Accounts (NIPAs) - Comprehensive income, spending, and saving statistics", + "Personal Income and Outlays - Monthly data on income, consumption, and saving by region", + "International Trade in Goods and Services - Monthly trade statistics covering 237 countries and areas", + "International Transactions - Quarterly balance of payments data (ITA)", + "Foreign Direct Investment - U.S. direct investment abroad and foreign investment in the U.S.", + "International Investment Position (IIP) - Cross-border investment positions", + "Multinational Enterprises (MNE) - Activities and operations of multinational companies", + "Regional Economic Accounts - State, county, and metropolitan area economic data", + "GDP by Industry - Value added by industry with underlying details", + "Input-Output Tables - Industry interrelationships and economic flows", + "Fixed Assets - Investment in structures, equipment, and intellectual property products", + "Consumer Spending - Personal consumption expenditures by product and region", + "Corporate Profits - Quarterly corporate profit data", + "Price Indexes - GDP deflators and PCE price indexes", + "Research and Development - R&D satellite account tracking innovation investment", + "Distribution of Personal Income - Nowcast and forecast data" + ], + "zh": [ + "国内生产总值(GDP)- 季度发布的实际GDP估算,涵盖国家、地区和行业层面数据", + "国民收入和产品账户(NIPAs)- 综合性收入、支出和储蓄统计", + "个人收入和支出 - 按地区分类的月度收入、消费和储蓄数据", + "商品和服务国际贸易 - 涵盖237个国家和地区的月度贸易统计", + "国际交易 - 季度国际收支数据(ITA)", + "外国直接投资 - 美国对外直接投资和外国对美投资", + "国际投资头寸(IIP)- 跨境投资头寸数据", + "跨国企业(MNE)- 跨国公司的活动和运营数据", + "区域经济账户 - 州、县和都市区经济数据", + "按行业划分的GDP - 按行业增加值及基础明细", + "投入产出表 - 行业间关系和经济流动", + "固定资产 - 结构、设备和知识产权产品投资", + "消费支出 - 按产品和地区分类的个人消费支出", + "企业利润 - 季度企业利润数据", + "价格指数 - GDP平减指数和PCE价格指数", + "研究与开发 - 跟踪创新投资的研发卫星账户", + "个人收入分配 - 即时预测和预测数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/usa/us-bea.json" }, { - "id": "china-charging-alliance", + "id": "us-bls", "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, "description": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance (EVCIPA) is a non-profit social organization established in October 2015 under the auspices of the National Energy Administration. The alliance brings together electric vehicle manufacturers, energy suppliers, charging facility manufacturers, charging operation service providers, universities, and third-party institutions to promote the development of charging infrastructure and achieve interoperability. It provides authoritative monthly statistics on charging infrastructure operations, including the number of charging stations, charging piles, operator rankings, and regional distribution across China.", - "zh": "中国电动汽车充电基础设施促进联盟(简称\"充电联盟\",英文缩写\"EVCIPA\")成立于2015年10月,业务指导单位为国家能源局。联盟由主要电动汽车制造商、能源供应商、充电设施制造商、充电运营服务商、高校、第三方机构和相关社团组织等发起成立的非营利性社团组织。秘书处设置在中国汽车工业协会。联盟定期发布全国电动汽车充换电基础设施运行情况月度统计数据,包括充电桩数量、运营商统计、区域分布等权威数据。" + "en": "The Bureau of Labor Statistics (BLS) is the principal federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy of the United States. BLS collects, processes, analyzes, and disseminates essential statistical data to the American public, Congress, other Federal agencies, State and local governments, business, and labor. The BLS also serves as a statistical resource to the U.S. Department of Labor and conducts research into employment, labor economics, and price levels.", + "zh": "美国劳工统计局(BLS)是负责衡量美国经济中劳动力市场活动、工作条件和价格变化的主要联邦机构。BLS收集、处理、分析并向美国公众、国会、其他联邦机构、州和地方政府、企业和劳工组织传播重要的统计数据。BLS还为美国劳工部提供统计资源服务,并开展就业、劳动经济学和价格水平方面的研究。" }, - "website": "https://www.evcipa.org.cn/", - "data_url": "https://evcipa.com/dataCenter/dataList", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.bls.gov", + "data_url": "https://www.bls.gov/data/", + "api_url": "https://www.bls.gov/developers/", + "authority_level": "government", + "country": "US", + "geographic_scope": "national", "domains": [ - "automotive", - "energy", - "infrastructure" + "Employment", + "Unemployment", + "Labor Force", + "Wages", + "Earnings", + "Prices", + "Inflation", + "Consumer Expenditures", + "Productivity", + "Workplace Safety", + "Occupational Statistics", + "Industry Statistics" ], - "geographic_scope": "national", "update_frequency": "monthly", - "has_api": false, "tags": [ - "充电桩", - "charging-infrastructure", - "electric-vehicle", - "电动汽车", - "新能源汽车", - "NEV", - "充电站", - "charging-station", - "充电联盟", - "EVCIPA", - "运营商统计", - "operator-statistics", - "充电设施", - "charging-facility" + "employment", + "unemployment", + "labor-market", + "wages", + "earnings", + "inflation", + "cpi", + "consumer-price-index", + "ppi", + "producer-price-index", + "productivity", + "labor-statistics", + "occupational-data", + "workplace-safety", + "job-openings", + "jolts", + "consumer-expenditure", + "time-use", + "labor-force", + "employment-projections", + "us-government", + "economic-indicators", + "美国劳工", + "就业数据", + "失业率", + "通货膨胀", + "消费者物价指数", + "生产者物价指数", + "工资统计", + "劳动力市场" ], - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" - }, - { - "id": "china-instrument-society", - "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "data_content": { + "en": [ + "Employment - Total nonfarm employment, establishment and household survey data, job openings and labor turnover", + "Unemployment - Unemployment rates by demographic groups, duration of unemployment, unemployment insurance claims", + "Consumer Price Index (CPI) - Measures changes in prices paid by consumers for goods and services, inflation tracking", + "Producer Price Index (PPI) - Measures average changes in selling prices received by domestic producers", + "Wages and Earnings - Average hourly and weekly earnings, employment cost index, real earnings", + "Productivity - Labor productivity, multifactor productivity, unit labor costs by industry and sector", + "Occupational Employment and Wages - Employment and wage estimates for over 800 occupations", + "Employment Projections - 10-year projections of occupational employment, industry output, and labor force", + "Job Openings and Labor Turnover Survey (JOLTS) - Job openings, hires, and separations data", + "Consumer Expenditure Survey - Household spending patterns, income, and demographic characteristics", + "Workplace Injuries and Illnesses - Occupational safety and health statistics, injury and illness rates", + "International Labor Comparisons - Cross-country comparisons of labor force, employment, unemployment, and productivity", + "Mass Layoffs and Plant Closings - Large-scale employment cutbacks and business closures", + "Time Use Survey - How Americans spend their time on daily activities", + "Import/Export Price Indexes - Price changes for goods and services traded internationally", + "Business Employment Dynamics - Job creation and destruction, establishment births and deaths" + ], + "zh": [ + "就业 - 非农就业总人数、企业和家庭调查数据、职位空缺和劳动力流动", + "失业 - 按人口群体分类的失业率、失业持续时间、失业保险申请", + "消费者物价指数(CPI)- 衡量消费者支付商品和服务价格的变化、通货膨胀跟踪", + "生产者物价指数(PPI)- 衡量国内生产者销售价格的平均变化", + "工资和收入 - 平均时薪和周薪、就业成本指数、实际收入", + "生产力 - 劳动生产率、多要素生产率、按行业和部门分类的单位劳动成本", + "职业就业和工资 - 超过800种职业的就业和工资估算", + "就业预测 - 职业就业、行业产出和劳动力的10年预测", + "职位空缺和劳动力流动调查(JOLTS)- 职位空缺、雇用和离职数据", + "消费者支出调查 - 家庭支出模式、收入和人口特征", + "工作场所伤害和疾病 - 职业安全与健康统计、伤害和疾病率", + "国际劳动力比较 - 劳动力、就业、失业和生产率的跨国比较", + "大规模裁员和工厂关闭 - 大规模就业削减和企业关闭", + "时间使用调查 - 美国人如何在日常活动中分配时间", + "进出口价格指数 - 国际贸易商品和服务的价格变化", + "企业就业动态 - 就业创造和破坏、企业新生和死亡" + ] }, - "description": { - "en": "China Instrument and Control Society (CIS) is a national academic, public welfare, and non-profit organization of instrument and control scientists and technicians in China. Founded in 1979 and supervised by the China Association for Science and Technology (CAST), CIS serves as a bridge between the government and instrument industry professionals, promoting the development of instrument and measurement control science and technology.", - "zh": "中国仪器仪表学会(CIS)是中国仪器仪表与测量控制科学技术工作者自愿组成并依法登记成立的学术性、公益性、非营利性社团法人。学会成立于1979年,由中国科学技术协会主管,是党和国家联系仪器仪表与测量控制科技工作者的桥梁和纽带,致力于推动中国仪器仪表与测量控制科学技术事业的发展。" - }, - "website": "https://www.cis.org.cn/", - "data_url": "https://www.cis.org.cn/post/index/162", - "api_url": null, - "authority_level": "research", - "country": "CN", - "domains": [ - "instrumentation", - "measurement-control", - "scientific-instruments", - "industrial-automation" - ], - "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, - "tags": [ - "仪器仪表", - "instrumentation", - "测量控制", - "measurement-control", - "科学仪器", - "scientific-instruments", - "仪器国产化", - "instrument-localization", - "工业自动化", - "industrial-automation", - "学术年会", - "academic-conference", - "行业统计", - "industry-statistics", - "团体标准", - "group-standards", - "科技奖励", - "technology-awards" - ], - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "has_api": true, + "file_path": "countries/north-america/usa/us-bls.json" }, { - "id": "china-machine-tool-association", + "id": "us-cdc", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, "description": { - "en": "China Machine Tool & Tool Builders' Association (CMTBA) is a national, industry-specific, non-profit social organization established in March 1988 with legal entity status approved by the Ministry of Civil Affairs. CMTBA serves as a bridge between government, enterprises, and users in the machine tool industry, providing industry statistics, economic analysis, and market information. The association covers over 2,100 member companies across various fields including metal cutting machine tools, metal forming machine tools, casting machinery, numerical control systems, industrial robots, cutting tools, abrasives, and machine tool accessories.", - "zh": "中国机床工具工业协会(CMTBA)于1988年3月经中华人民共和国民政部批准成立,是具有社会团体法人资格的全国性、行业性、非营利性社会组织。协会以中国机床工具工业的制造企业为主体,拥有2100多家会员单位,涵盖金属切削机床、金属成型机床、铸造机械、木工机床、数控系统、工业机器人、量刃具、磨料磨具、机床附件等领域。协会下设28个分会和6个工作委员会,在政府与企业、国内外同行业企业和用户之间发挥桥梁纽带作用。" + "en": "The Centers for Disease Control and Prevention (CDC) is the nation's leading public health institute. CDC provides comprehensive public health data through multiple platforms: data.cdc.gov (open data portal with datasets across health topics), CDC WONDER (Wide-ranging Online Data for Epidemiologic Research with ad-hoc query system), and NCHS (National Center for Health Statistics - the nation's official source for health statistics). The data covers vital statistics, disease surveillance, environmental health, vaccine safety, cancer registries, and over 180 health topics. CDC data supports research, policy development, and public health practice across infectious diseases, chronic diseases, injuries, environmental health, and health equity.", + "zh": "美国疾病控制与预防中心(CDC)是美国领先的公共卫生机构。CDC通过多个平台提供全面的公共卫生数据:data.cdc.gov(涵盖各健康主题的开放数据门户)、CDC WONDER(流行病学研究广泛在线数据,具有即席查询系统)和NCHS(国家健康统计中心-美国官方健康统计来源)。数据涵盖生命统计、疾病监测、环境健康、疫苗安全、癌症登记和超过180个健康主题。CDC数据支持传染病、慢性病、伤害、环境健康和健康公平等领域的研究、政策制定和公共卫生实践。" }, - "website": "https://www.cmtba.org.cn/", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.cdc.gov/", + "data_url": "https://data.cdc.gov/", + "api_url": "https://dev.socrata.com/foundry/data.cdc.gov", + "country": "US", "domains": [ - "manufacturing", - "machinery", - "industrial-equipment" + "Public Health", + "Health Statistics", + "Infectious Diseases", + "Chronic Diseases", + "Vital Statistics", + "Mortality", + "Natality", + "Environmental Health", + "Cancer", + "Tuberculosis", + "Sexually Transmitted Diseases", + "Vaccine Safety", + "Population Health", + "Health Equity", + "Disease Surveillance", + "Epidemiology", + "Healthcare Access", + "Nutrition" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "update_frequency": "weekly", "tags": [ - "机床", - "machine-tool", - "数控机床", - "cnc-machine", - "机床产销", - "machine-tool-sales", - "金属切削", - "metal-cutting", - "金属成型", - "metal-forming", - "数控系统", - "numerical-control", - "工业机器人", - "industrial-robot", - "制造业", - "manufacturing", - "装备制造", - "equipment-manufacturing", - "行业统计", - "industry-statistics", - "经济运行", - "economic-performance", - "CMTBA", - "CIMT", - "CCMT" + "cdc", + "疾控中心", + "public-health", + "公共卫生", + "health-statistics", + "健康统计", + "mortality", + "死亡率", + "natality", + "出生率", + "infectious-diseases", + "传染病", + "chronic-diseases", + "慢性病", + "vital-statistics", + "生命统计", + "epidemiology", + "流行病学", + "disease-surveillance", + "疾病监测", + "cancer", + "癌症", + "tuberculosis", + "结核病", + "std", + "性病", + "vaccine-safety", + "疫苗安全", + "environmental-health", + "环境健康", + "population-health", + "人口健康", + "health-equity", + "健康公平", + "cdc-wonder", + "nchs", + "births", + "出生", + "deaths", + "死亡", + "covid-19", + "新冠", + "vaccination", + "疫苗接种", + "healthcare", + "医疗保健", + "nutrition", + "营养" ], - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "data_content": { + "en": [ + "Vital Statistics - Birth and death certificates, infant mortality, fetal deaths, maternal health indicators", + "Mortality Data - Underlying and multiple causes of death, compressed mortality files by age, race, geography", + "Natality Data - Birth statistics, maternal characteristics, infant health, birth trends and demographics", + "Cancer Surveillance - Incidence, mortality, survival rates from SEER and NPCR cancer registries", + "Infectious Disease Surveillance - COVID-19, tuberculosis, sexually transmitted diseases, HIV/AIDS, national notifiable conditions", + "Chronic Disease Data - Heart disease, diabetes, obesity, asthma prevalence and risk factors", + "Vaccine Safety - Vaccine Adverse Event Reporting System (VAERS), immunization coverage data", + "Environmental Health - Air quality (PM2.5), temperature, heat waves, climate-related health impacts", + "National Health Surveys - NHIS (health interview), NHANES (nutrition examination), NSFG (family growth)", + "Healthcare Statistics - Healthcare utilization, access to care, insurance coverage, ambulatory care visits", + "Population Estimates - Bridged-race and single-race populations, demographic projections through 2060", + "NNDSS Data - National Notifiable Diseases Surveillance System with weekly and annual reporting", + "Injury & Violence - Motor vehicle crashes, traumatic brain injury, firearm injuries, overdose deaths", + "Behavioral Risk Factors - Smoking, tobacco use, physical activity, nutrition behaviors", + "Geographic Health Data - State, county, metropolitan area health statistics and health disparities" + ], + "zh": [ + "生命统计 - 出生和死亡证明、婴儿死亡率、胎儿死亡、孕产妇健康指标", + "死亡率数据 - 按年龄、种族、地理位置分类的基础和多重死因、压缩死亡率档案", + "出生统计数据 - 出生统计、孕产妇特征、婴儿健康、出生趋势和人口统计", + "癌症监测 - 来自SEER和NPCR癌症登记处的发病率、死亡率、存活率", + "传染病监测 - COVID-19、结核病、性传播疾病、HIV/艾滋病、国家应报告疾病", + "慢性病数据 - 心脏病、糖尿病、肥胖、哮喘患病率和风险因素", + "疫苗安全 - 疫苗不良事件报告系统(VAERS)、免疫接种覆盖率数据", + "环境健康 - 空气质量(PM2.5)、温度、热浪、气候相关健康影响", + "国家健康调查 - NHIS(健康访谈)、NHANES(营养检查)、NSFG(家庭成长)", + "医疗保健统计 - 医疗保健利用、就医机会、保险覆盖、门诊就诊", + "人口估计 - 桥接种族和单一种族人口、到2060年的人口预测", + "NNDSS数据 - 国家应报告疾病监测系统,包含每周和年度报告", + "伤害与暴力 - 机动车事故、创伤性脑损伤、枪支伤害、过量死亡", + "行为风险因素 - 吸烟、烟草使用、体育活动、营养行为", + "地理健康数据 - 州、县、都市区健康统计和健康差异" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json" }, { - "id": "china-cnipa-patents", + "id": "us-data-gov", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, "description": { - "en": "Official patent statistics from China National Intellectual Property Administration (CNIPA), covering patent applications, grants, and valid patents across all types (invention, utility model, and design patents). Provides comprehensive data by region, applicant type, technology classification (IPC), and industry sectors including the 16 key industries. Historical data available from 1985 onwards with monthly, annual, and thematic statistical reports.", - "zh": "中国国家知识产权局发布的官方专利统计数据,涵盖专利申请、授权和有效专利的全面统计,包括发明、实用新型和外观设计三种专利类型。提供按地区、申请人类型、技术分类(IPC)和产业领域(包括16个重点产业)的详细数据。提供自1985年以来的历史数据,包括月度报告、年度报告和专题统计分析。" + "en": "Data.gov is the U.S. government's open data portal, providing access to over 300,000 datasets from federal, state, and local government agencies. It serves as the central repository for publicly available government data across agriculture, climate, consumer safety, education, energy, finance, health, public safety, and many other domains. The platform supports transparency, innovation, and data-driven decision making by making government data accessible to researchers, developers, entrepreneurs, and the public.", + "zh": "Data.gov 是美国政府的开放数据门户网站,提供来自联邦、州和地方政府机构的超过 30 万个数据集的访问。它是公开政府数据的中央存储库,涵盖农业、气候、消费者安全、教育、能源、金融、健康、公共安全等多个领域。该平台通过使政府数据对研究人员、开发者、企业家和公众开放,支持透明度、创新和数据驱动的决策。" }, - "website": "https://www.cnipa.gov.cn/", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "website": "https://www.gsa.gov", + "data_url": "https://catalog.data.gov/dataset", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": "US", "domains": [ - "technology", - "intellectual_property", - "innovation" + "Agriculture", + "Business", + "Climate", + "Consumer", + "Education", + "Energy", + "Finance", + "Health", + "Transportation", + "Public Safety", + "Science & Research", + "Environment", + "Manufacturing", + "Ocean", + "Local Government", + "Maritime", + "Ecosystems" ], "geographic_scope": "national", - "update_frequency": "monthly", + "update_frequency": "daily", + "tags": [ + "united-states", + "government", + "open-data", + "federal", + "transparency", + "public-data", + "multi-domain", + "comprehensive" + ], + "data_content": { + "en": [ + "Federal government datasets across all agencies", + "Agricultural data (crop production, livestock, food safety)", + "Climate and weather data", + "Education statistics (schools, enrollment, performance)", + "Energy production and consumption data", + "Health and healthcare data (disease surveillance, Medicare/Medicaid)", + "Transportation infrastructure and safety data", + "Economic and financial indicators", + "Environmental monitoring data (air quality, water quality)", + "Public safety and crime statistics", + "Scientific research data", + "Geospatial and mapping data", + "Census and demographic data", + "State and local government datasets" + ], + "zh": [ + "所有联邦政府机构的数据集", + "农业数据(作物生产、畜牧业、食品安全)", + "气候和天气数据", + "教育统计(学校、入学率、表现)", + "能源生产和消费数据", + "健康和医疗数据(疾病监测、医疗保险/医疗补助)", + "交通基础设施和安全数据", + "经济和金融指标", + "环境监测数据(空气质量、水质)", + "公共安全和犯罪统计", + "科学研究数据", + "地理空间和地图数据", + "人口普查和人口统计数据", + "州和地方政府数据集" + ] + }, + "authority_level": "government", "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json" + }, + { + "id": "usgs-earthexplorer", + "name": { + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" + }, + "description": { + "en": "EarthExplorer is an online search, discovery, and ordering tool developed by the USGS that supports searching satellite, aircraft, and other remote sensing inventories through interactive and textual-based query capabilities. It provides access to one of the world's largest archives of land imagery, including more than 85 years of satellite and aerial records, complete Landsat collection, Sentinel data, digital elevation models, aerial photos, and various other datasets. The EROS Center operates the Landsat satellites and delivers data supporting science, resource management, and hazards response.", + "zh": "地球探索者是由美国地质调查局开发的在线搜索、发现和订购工具,支持通过交互式和基于文本的查询功能搜索卫星、飞机和其他遥感数据清单。它提供世界上最大的陆地影像档案之一,包括85年以上的卫星和航空记录、完整的Landsat系列数据、Sentinel数据、数字高程模型、航空照片和各种其他数据集。EROS中心运营Landsat卫星,提供支持科学研究、资源管理和灾害响应的数据。" + }, + "website": "https://www.usgs.gov", + "data_url": "https://earthexplorer.usgs.gov/", + "api_url": "https://m2m.cr.usgs.gov/", + "country": null, + "domains": [ + "earth-observation", + "remote-sensing", + "geospatial", + "environmental-monitoring", + "land-cover" + ], + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "专利", - "patent", - "知识产权", - "intellectual property", - "发明专利", - "invention patent", - "实用新型", - "utility model", - "外观设计", - "design patent", - "专利授权", - "patent grant", - "专利申请", - "patent application", - "技术创新", - "innovation", - "IPC分类", - "patent classification", - "16个重点产业", - "16 key industries", - "专利密集型产业", - "patent-intensive industries", - "PCT", - "国家知识产权局", - "CNIPA", - "SIPO" + "satellite-imagery", + "remote-sensing", + "landsat", + "sentinel", + "earth-observation", + "geospatial", + "dem", + "elevation", + "aerial-photography", + "land-cover", + "environmental-monitoring", + "usgs", + "eros", + "disaster-response", + "climate-data" ], - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "data_content": { + "en": [ + "Landsat Satellite Imagery - Complete archive from Landsat 1-9 missions (1972-present), multispectral imagery", + "Sentinel Satellite Data - Sentinel-2 optical imagery, Sentinel-1 radar data from ESA", + "Digital Elevation Models (DEM) - SRTM, ASTER GDEM, NED, 3DEP elevation data", + "Aerial Photography - Historical and contemporary aerial photos, high-resolution imagery", + "Commercial Satellite Imagery - IKONOS, OrbView-3, and other commercial datasets", + "Radar Data - SAR imagery, interferometric data, RADARSAT collections", + "Land Cover Data - National Land Cover Database (NLCD), global land cover products", + "Vegetation Indices - NDVI, EVI, and other derived vegetation products", + "Thermal Imagery - Land surface temperature, thermal infrared data", + "Disaster Response Imagery - Emergency response datasets, flood/fire mapping", + "UAS (Drone) Data - Unmanned aerial system imagery and derived products", + "Digital Map Data - The National Map datasets, topographic data" + ], + "zh": [ + "Landsat卫星影像 - Landsat 1-9任务的完整存档(1972年至今),多光谱影像", + "Sentinel卫星数据 - 来自欧空局的Sentinel-2光学影像、Sentinel-1雷达数据", + "数字高程模型(DEM) - SRTM、ASTER GDEM、NED、3DEP高程数据", + "航空摄影 - 历史和当代航空照片、高分辨率影像", + "商业卫星影像 - IKONOS、OrbView-3和其他商业数据集", + "雷达数据 - 合成孔径雷达影像、干涉测量数据、RADARSAT系列", + "土地覆盖数据 - 国家土地覆盖数据库(NLCD)、全球土地覆盖产品", + "植被指数 - 归一化植被指数(NDVI)、增强植被指数(EVI)和其他衍生植被产品", + "热红外影像 - 地表温度、热红外数据", + "灾害响应影像 - 应急响应数据集、洪水/火灾制图", + "无人机数据 - 无人机系统影像和衍生产品", + "数字地图数据 - 国家地图数据集、地形数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/north-america/usa/usgs-earthexplorer.json" }, { - "id": "china-optical-association", + "id": "australia-abs", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "description": { - "en": "China Optics and Optoelectronics Manufacturers Association (COEMA) is a national industry association established in 1987 with approval from the State Council. It brings together enterprises, research institutions and educational organizations in optics and optoelectronics. The association has seven specialized branches covering liquid crystal displays, LED display applications, optical devices, optical components and instruments, lasers, infrared, and laser applications, with over 1,000 registered member organizations.", - "zh": "中国光学光电子行业协会(COEMA)于1987年经国务院批准在北京成立,是全国从事光学光电子科研、生产和教学的骨干企事业单位自愿组合的社会团体。协会按专业领域下设七个分会,分别为液晶分会、发光二极管显示应用分会、光电器件分会、光学元件和光学仪器分会、激光分会、红外分会、激光应用分会,拥有注册团体会员千余家。" + "en": "Australia's national statistical agency providing trusted official statistics on a wide range of economic, social, population and environmental matters. The ABS conducts the Census of Population and Housing every five years and provides comprehensive data through surveys, administrative data integration, and innovative satellite-based measurement methods.", + "zh": "澳大利亚国家统计局,提供涵盖经济、社会、人口和环境事务的可信官方统计数据。ABS每五年进行一次人口和住房普查,并通过调查、行政数据整合和创新的卫星测量方法提供全面的数据。" }, - "website": "https://www.coema.org.cn", - "data_url": "https://www.coema.org.cn/research/sum", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.abs.gov.au", + "data_url": "https://www.abs.gov.au", + "api_url": "https://www.abs.gov.au/about/data-services/application-programming-interfaces-apis/data-api-user-guide", + "country": "AU", "domains": [ - "manufacturing", - "optics", - "optoelectronics", - "photonics", - "electronics" + "demographics", + "economics", + "health", + "environment", + "population", + "housing", + "employment", + "business", + "trade", + "agriculture", + "education", + "innovation", + "government-finance" ], "geographic_scope": "national", "update_frequency": "irregular", - "has_api": false, "tags": [ - "光学", - "optics", - "光电子", - "optoelectronics", - "激光", - "laser", - "红外", - "infrared", - "液晶", - "LCD", - "LED显示", - "LED display", - "光通信", - "optical communication", - "硅光子", - "silicon photonics", - "光学元件", - "optical components", - "光学仪器", - "optical instruments", - "行业协会", - "industry association", - "COEMA", - "制造业", - "manufacturing", - "光电器件", - "photoelectric devices", - "光伏", - "photovoltaic", - "机器视觉", - "machine vision", - "显示面板", - "display panel", - "行业数据", - "industry data", - "行业分析", - "industry analysis" + "australia", + "national-statistics", + "census", + "demographics", + "economic-indicators", + "population-data", + "labour-statistics", + "health-statistics", + "agricultural-data", + "environmental-data", + "open-data", + "api-available", + "creative-commons", + "government-data", + "oceania" ], - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "data_content": { + "en": [ + "Census of Population and Housing - comprehensive population count every 5 years", + "National accounts and economic indicators - GDP, inflation, trade", + "Labour force statistics - employment, unemployment, wages", + "Population estimates and projections", + "Health surveys and statistics - Australian Health Survey", + "Agricultural statistics - including satellite-based irrigation water estimates", + "Business statistics and dynamics", + "Education and training data", + "Environmental statistics - energy, water, conservation", + "Research and development expenditure", + "Government finance statistics", + "Social statistics - wellbeing, family, community", + "Housing and construction data", + "Regional and geographic data with boundary files" + ], + "zh": [ + "人口和住房普查 - 每5年一次的全面人口统计", + "国民账户和经济指标 - GDP、通货膨胀、贸易", + "劳动力统计 - 就业、失业、工资", + "人口估计和预测", + "健康调查和统计 - 澳大利亚健康调查", + "农业统计 - 包括基于卫星的灌溉用水估算", + "商业统计和动态", + "教育和培训数据", + "环境统计 - 能源、水资源、保护", + "研发支出", + "政府财政统计", + "社会统计 - 福祉、家庭、社区", + "住房和建筑数据", + "区域和地理数据及边界文件" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json" }, { - "id": "china-lcd-association", + "id": "aus-aihw", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, "description": { - "en": "CODA is the national industry association for China's display industry, established in 1996 under the guidance of the Ministry of Industry and Information Technology. It provides authoritative data and analysis on LCD, OLED, and Micro-LED panel capacity, production value, market trends, and technology development. CODA publishes regular industry reports, market forecasts, and coordinates international cooperation through the World Display Industry Cooperation Committee (WDICC). The association serves over 500 member companies including major panel manufacturers, materials suppliers, equipment makers, research institutions, and universities.", - "zh": "中国光学光电子行业协会液晶分会(CODA)是中国显示行业唯一的国家级行业协会,成立于1996年7月,由工业和信息化部作为业务指导单位。协会提供LCD、OLED和Micro-LED面板产能、产值、市场趋势和技术发展的权威数据与分析。CODA定期发布行业报告、市场预测,并通过世界显示产业合作委员会(WDICC)协调国际合作。协会服务超过500家会员单位,包括大中型显示器件制造厂商、材料制造商、设备制造商、科研机构和高等院校。" + "en": "The AIHW is an independent statutory Australian Government agency producing authoritative and accessible information and statistics to inform and support better policy and service delivery decisions, leading to better health and wellbeing for all Australians. The Institute collects, manages, and reports information on a wide range of health and welfare topics including health and welfare expenditure, hospitals, disease and injury, mental health, ageing, homelessness, disability, and child protection.", + "zh": "澳大利亚健康与福利研究所(AIHW)是澳大利亚政府独立法定机构,负责提供权威且易于获取的信息和统计数据,以支持更好的政策制定和服务提供决策,从而改善所有澳大利亚人的健康和福祉。该机构收集、管理和报告广泛的健康和福利主题信息,包括健康和福利支出、医院、疾病和伤害、心理健康、老龄化、无家可归、残疾和儿童保护。" }, - "website": "http://www.coda.org.cn/", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.aihw.gov.au/", + "data_url": "https://www.aihw.gov.au/", + "api_url": "https://www.aihw.gov.au/reports-data/myhospitals/content/api", + "country": "AU", "domains": [ - "manufacturing", - "electronics", - "technology", - "market-research" + "Health", + "Welfare", + "Hospitals", + "Mental health", + "Aged care", + "Disability", + "Child protection", + "Homelessness", + "Housing", + "Indigenous health", + "Alcohol and drugs", + "Disease and injury", + "Mortality" ], "geographic_scope": "national", "update_frequency": "irregular", - "has_api": false, "tags": [ - "LCD", - "OLED", - "Micro-LED", - "液晶面板", - "显示面板", - "panel capacity", - "面板产能", - "TFT-LCD", - "AMOLED", - "display industry", - "显示产业", - "面板制造", - "panel manufacturing", - "驱动芯片", - "driver IC", - "display technology", - "显示技术", - "产业数据", - "industry statistics", - "market forecast", - "市场预测", - "CODA", - "光电子", - "optoelectronics" + "health", + "welfare", + "hospitals", + "Australia", + "government", + "mental-health", + "aged-care", + "disability", + "indigenous-health", + "child-protection", + "public-health", + "social-services" ], - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "data_content": { + "en": [ + "Hospital activity and performance data", + "Disease prevalence and mortality statistics", + "Mental health services and outcomes", + "Aged care services and quality indicators", + "Disability support services", + "Child protection statistics", + "Homelessness and housing assistance data", + "Indigenous health and wellbeing indicators", + "Alcohol, tobacco and other drugs statistics", + "Health and welfare expenditure", + "Chronic disease monitoring", + "Suicide and self-harm data", + "Family, domestic and sexual violence statistics", + "Perinatal health data", + "Cancer incidence and survival rates" + ], + "zh": [ + "医院活动和绩效数据", + "疾病患病率和死亡率统计", + "心理健康服务和成果", + "老年护理服务和质量指标", + "残疾支持服务", + "儿童保护统计", + "无家可归和住房援助数据", + "原住民健康和福祉指标", + "酒精、烟草和其他药物统计", + "健康和福利支出", + "慢性病监测", + "自杀和自我伤害数据", + "家庭、家庭暴力和性暴力统计", + "围产期健康数据", + "癌症发病率和生存率" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/oceania/australia/aihw.json" }, { - "id": "china-petroleum-chemical-federation", + "id": "bureau-of-meteorology", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, "description": { - "en": "The China Petroleum and Chemical Industry Federation (CPCIF) is a national, comprehensive industry organization serving the petroleum and chemical industry in China. Established on April 28, 2001, CPCIF is a social industry organization with service and management functions for China's petroleum and chemical sectors. The Federation has over 700 member units and focuses on industry policy research, standard development, economic analysis, technology promotion, international cooperation, and data collection and publishing. CPCIF publishes comprehensive industry statistics, market reports, and economic operation data covering major chemical products, petrochemicals, catalysts, and chemical materials.", - "zh": "中国石油和化学工业联合会(CPCIF)是中国石油和化工行业具有服务和一定管理职能的全国性、综合性的社会行业组织。联合会于2001年4月28日在北京成立,目前拥有会员单位700余家。主要职能包括行业政策研究、标准制定、经济分析、技术推广、国际合作以及数据采集发布等。联合会发布全面的行业统计数据、市场报告和经济运行数据,涵盖主要化工产品、石油化工、催化剂和化工材料等领域。" + "en": "Australia's national weather, climate, water, ocean and space weather information agency. The Bureau of Meteorology provides trusted, reliable and responsive services for Australia every day. It monitors and reports on current conditions, provides forecasts, warnings and long-term outlooks, analyzes trends, and continues to extend understanding of Australian conditions. Operating under the Meteorology Act 1955 and Water Act 2007, the Bureau fulfills Australia's international obligations under the World Meteorological Organization.", + "zh": "澳大利亚国家气象、气候、水文、海洋和空间气象信息机构。澳大利亚气象局每天为澳大利亚提供可信、可靠和响应迅速的服务。它监测和报告当前状况,提供预报、警报和长期展望,分析趋势,并不断扩展对澳大利亚气象条件的理解。根据1955年气象法和2007年水资源法运作,该局履行澳大利亚在世界气象组织下的国际义务。" }, - "website": "http://www.cpcif.org.cn/", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://www.bom.gov.au", + "data_url": "https://www.bom.gov.au", + "api_url": "https://reg.bom.gov.au/catalogue/data-feeds.shtml", + "country": "AU", "domains": [ - "Chemical Industry", - "Petroleum Industry", - "Industrial Statistics", - "Catalysts", - "Chemical Materials", - "Petrochemicals", - "Industry Standards", - "Economic Analysis" + "weather", + "climate", + "water", + "oceans", + "space weather", + "atmosphere", + "meteorology", + "hydrology", + "oceanography" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "update_frequency": "real-time", "tags": [ - "化工", - "石油", - "chemical-industry", - "petroleum", - "催化剂", - "catalyst", - "化工材料", - "chemical-materials", - "石化", - "petrochemical", - "行业统计", - "industry-statistics", - "经济运行", - "economic-operation", - "CPCIF", - "中国石油和化学工业联合会", - "行业协会", - "industry-association", - "化工数据", - "chemical-data", - "无机化工", - "inorganic-chemicals", - "有机化工", - "organic-chemicals", - "合成材料", - "synthetic-materials", - "化肥", - "fertilizer" + "weather", + "climate", + "meteorology", + "australia", + "forecasts", + "warnings", + "rainfall", + "temperature", + "water", + "oceans", + "space-weather", + "satellite", + "radar", + "government", + "oceania" ], - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "data_content": { + "en": [ + "Weather forecasts and warnings", + "Rainfall and temperature observations", + "Radar and satellite imagery", + "Climate data and analysis", + "Water information and river levels", + "Ocean observations and forecasts", + "Space weather alerts", + "Severe weather warnings", + "Long-range forecasts and outlooks", + "Historical climate records", + "Tropical cyclone information", + "Fire weather warnings", + "Flood warnings and information", + "UV index and sun protection times", + "Marine and coastal forecasts" + ], + "zh": [ + "天气预报和警报", + "降雨量和温度观测", + "雷达和卫星图像", + "气候数据和分析", + "水文信息和河流水位", + "海洋观测和预报", + "空间气象警报", + "恶劣天气警报", + "长期预报和展望", + "历史气候记录", + "热带气旋信息", + "火灾天气警报", + "洪水警报和信息", + "紫外线指数和防晒时间", + "海洋和沿海预报" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json" }, { - "id": "china-csrc", + "id": "brazil-bcb", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, "description": { - "en": "The China Securities Regulatory Commission (CSRC) is the primary regulator of the securities and futures markets in China. It provides comprehensive data on capital markets including stock market statistics, IPO data, listed company information, bond market data, futures market statistics, fund industry data, and regulatory enforcement actions.", - "zh": "中国证券监督管理委员会是中国证券期货市场的主要监管机构。提供全面的资本市场数据,包括股票市场统计、IPO数据、上市公司信息、债券市场数据、期货市场统计、基金行业数据和监管执法行动。" + "en": "The Central Bank of Brazil (BCB) is Brazil's monetary authority responsible for implementing monetary policy, supervising the financial system, and maintaining price stability. The BCB provides comprehensive economic and financial statistics through its Open Data Portal, including monetary policy data, financial system indicators, payment statistics, exchange rates, interest rates, credit data, and balance of payments information. All data is available in open formats with API access.", + "zh": "巴西中央银行(BCB)是巴西的货币当局,负责实施货币政策、监管金融系统并维持价格稳定。BCB通过其开放数据门户提供全面的经济和金融统计数据,包括货币政策数据、金融系统指标、支付统计、汇率、利率、信贷数据和国际收支信息。所有数据均以开放格式提供,并支持API访问。" }, - "website": "http://www.csrc.gov.cn", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", - "api_url": null, - "authority_level": "government", - "country": "CN", + "website": "https://www.bcb.gov.br", + "data_url": "https://dadosabertos.bcb.gov.br", + "api_url": "https://dadosabertos.bcb.gov.br/dataset", + "country": "BR", "domains": [ - "finance", - "securities", - "capital_markets" + "Monetary Policy", + "Financial Statistics", + "Banking", + "Payment Systems", + "Exchange Rates", + "Interest Rates", + "Credit Data", + "Balance of Payments", + "Financial Stability", + "Currency and Coins" ], "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "update_frequency": "daily", "tags": [ - "china", - "securities", - "stock-market", - "ipo", - "listed-companies", - "capital-markets", - "regulation", - "csrc" + "central-bank", + "brazil", + "monetary-policy", + "financial-statistics", + "exchange-rates", + "interest-rates", + "credit-data", + "payment-systems", + "banking", + "south-america", + "open-data", + "api" ], - "file_path": "china/finance/securities/csrc.json" + "data_content": { + "en": [ + "SELIC Interest Rate - Daily and accumulated rates", + "Exchange Rates - USD, EUR and other currencies (daily PTAX)", + "Credit Statistics - SCR.data with credit operations data", + "Payment Statistics - Pix, credit cards, payment methods", + "Monetary Aggregates - M1, M2, M3, monetary base", + "Financial Institution Data - IFData with balance sheets and indicators", + "National Financial System - Institution information and regulations", + "Consortium Data - Auto, real estate and other goods", + "Savings Accounts - Interest rates and balances", + "Time Series - SGS with over 25,000 economic and financial series", + "Balance of Payments - External sector statistics", + "Foreign Exchange Reserves - International reserves data", + "Inflation Indicators - CPI and inflation expectations", + "Open Finance Data - Financial institutions open data" + ], + "zh": [ + "SELIC利率 - 日利率和累计利率", + "汇率 - 美元、欧元等货币(每日PTAX汇率)", + "信贷统计 - SCR.data信贷业务数据", + "支付统计 - Pix、信用卡、支付方式", + "货币总量 - M1、M2、M3、货币基数", + "金融机构数据 - IFData资产负债表和指标", + "国家金融系统 - 机构信息和监管规定", + "联合购买数据 - 汽车、房地产等商品", + "储蓄账户 - 利率和余额", + "时间序列 - SGS系统包含超过25,000个经济和金融序列", + "国际收支 - 外部部门统计", + "外汇储备 - 国际储备数据", + "通胀指标 - CPI和通胀预期", + "开放金融数据 - 金融机构开放数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/south-america/brazil/brazil-bcb.json" }, { - "id": "china-semiconductor-association", + "id": "brazil-cecafe", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" }, "description": { - "en": "The China Semiconductor Industry Association (CSIA) is a national industry organization representing China's semiconductor sector, covering integrated circuits, semiconductor discrete devices, MEMS, materials and equipment. CSIA provides authoritative industry statistics, operational analysis reports, and market research covering the entire semiconductor value chain including design, manufacturing, and packaging & testing.", - "zh": "中国半导体行业协会(CSIA)是由全国半导体界从事集成电路、半导体分立器件、MEMS、半导体材料和设备的生产、设计、科研、开发、经营、应用、教学的单位、专家及其他相关企事业单位自愿结成的全国性、行业性社会团体。协会提供权威的行业数据统计、运行分析报告和市场研究,覆盖设计、制造、封装测试等半导体全产业链。" + "en": "CECAFE (Conselho dos Exportadores de Café do Brasil) is the Brazilian Coffee Exporters Council, serving as a national and international reference forum for discussing topics that add value to the export sector and Brazilian coffee. The council publishes comprehensive monthly statistical reports on Brazilian coffee exports, including detailed breakdowns by coffee type (Arabica, Robusta/Conilon, Soluble, Roasted), destination countries, export volumes, foreign exchange revenues, and average prices. CECAFE reports are widely used as authoritative sources for Brazil's coffee export performance and market trends.", + "zh": "CECAFE(巴西咖啡出口商协会)是巴西咖啡出口商理事会,是讨论为出口部门和巴西咖啡增值的主题的国家和国际参考论坛。该协会发布巴西咖啡出口的全面月度统计报告,包括按咖啡类型(阿拉比卡、罗布斯塔/科尼隆、速溶、烘焙)、目的地国家、出口量、外汇收入和平均价格的详细分类。CECAFE报告被广泛用作巴西咖啡出口表现和市场趋势的权威来源。" }, - "website": "https://web.csia.net.cn/", - "data_url": "https://web.csia.net.cn/hyyhfx", + "website": "https://www.cecafe.com.br/", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "api_url": null, - "authority_level": "market", - "country": "CN", + "country": "BR", + "geographic_scope": "national", "domains": [ - "semiconductors", - "integrated-circuits", - "electronics-manufacturing", - "technology" + "trade", + "agriculture", + "commodities", + "exports" ], - "geographic_scope": "national", - "update_frequency": "quarterly", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "半导体", - "semiconductor", - "集成电路", - "integrated circuit", - "IC产业", - "IC industry", - "晶圆产能", - "wafer capacity", - "芯片制造", - "chip manufacturing", - "封装测试", - "packaging and testing", - "行业统计", - "industry statistics", - "产业运行", - "industrial operation", - "CSIA", - "中国半导体", - "China semiconductors" + "brazil", + "巴西", + "coffee", + "咖啡", + "coffee-exports", + "咖啡出口", + "export-statistics", + "出口统计", + "trade-data", + "贸易数据", + "commodities", + "大宗商品", + "agriculture", + "农业", + "arabica", + "阿拉比卡", + "robusta", + "罗布斯塔", + "monthly-reports", + "月度报告", + "CECAFE", + "south-america", + "南美洲", + "industry-association", + "行业协会" ], - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "data_content": { + "en": [ + "Monthly Coffee Export Statistics - total export volumes in 60kg bags by month and cumulative annual totals", + "Coffee Type Breakdown - detailed statistics for Arabica, Robusta/Conilon, Soluble coffee, and Roasted coffee", + "Export Destinations - country-by-country breakdown of Brazilian coffee exports", + "Foreign Exchange Revenue - total revenue and average prices per bag in US dollars", + "Specialty Coffee Exports - statistics on differentiated and specialty coffee categories", + "Port and Logistics Data - export data by Brazilian ports", + "Year-over-Year Comparisons - comparative analysis with previous year's export performance", + "Market Analysis - trends and insights on Brazilian coffee export market" + ], + "zh": [ + "月度咖啡出口统计 - 按月和累计年度总计的60公斤袋出口总量", + "咖啡类型分类 - 阿拉比卡、罗布斯塔/科尼隆、速溶咖啡和烘焙咖啡的详细统计", + "出口目的地 - 巴西咖啡出口的逐国分类", + "外汇收入 - 以美元计的总收入和每袋平均价格", + "特色咖啡出口 - 差异化和特色咖啡类别的统计数据", + "港口和物流数据 - 按巴西港口的出口数据", + "同比比较 - 与上一年出口表现的比较分析", + "市场分析 - 巴西咖啡出口市场的趋势和见解" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "countries/south-america/brazil-cecafe.json" }, { - "id": "china-software-association", + "id": "brazil-conab", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" }, "description": { - "en": "The China Software Industry Association (CSIA) is a national first-level industry association established in 1984, providing comprehensive data on China's software industry revenue, enterprise rankings, and market research. It publishes annual reports including the Top 100 Software Companies rankings and industry benchmark data.", - "zh": "中国软件行业协会成立于1984年9月6日,是在民政部注册登记的全国一级行业组织,提供中国软件产业收入统计、企业排行榜、市场研究等综合数据。协会每年发布中国软件百强企业榜单和行业基准数据报告。" + "en": "CONAB (Companhia Nacional de Abastecimento) is a Brazilian government public enterprise under the Ministry of Agrarian Development and Family Farming. Established in 1990, CONAB is responsible for food supply management, agricultural support, and market information across Brazil. The organization publishes authoritative quarterly bulletins on Brazilian coffee production (Boletim de Acompanhamento da Safra de Café), providing detailed forecasts and analysis of coffee harvests including production volumes, planted area, productivity estimates, and breakdowns by coffee type (Arabica and Robusta/Conilon). CONAB also provides data on grains, storage facilities, agricultural pricing, and public food programs.", + "zh": "CONAB(巴西国家商品供应公司)是隶属于巴西农业发展和家庭农业部的政府公共企业。CONAB成立于1990年,负责巴西的粮食供应管理、农业支持和市场信息。该机构发布权威的巴西咖啡产量季度公报(Boletim de Acompanhamento da Safra de Café),提供咖啡收成的详细预测和分析,包括产量、种植面积、生产力估算以及按咖啡类型(阿拉比卡和罗布斯塔/科尼隆)的分类。CONAB还提供粮食、仓储设施、农产品定价和公共食品计划的数据。" }, - "website": "https://www.csia.org.cn/", - "data_url": "https://www.csia.org.cn/", + "website": "https://www.gov.br/conab/pt-br", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "api_url": null, - "authority_level": "market", - "country": "CN", + "authority_level": "government", + "country": "BR", "domains": [ - "technology", - "industry", - "information-technology" + "agriculture", + "commodities", + "food-supply", + "trade" ], "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "quarterly", "tags": [ - "software industry", - "软件产业", - "enterprise ranking", - "企业排行", - "industry revenue", - "产业收入", - "CSIA", - "软件百强", - "top 100 software", - "information technology", - "信息技术服务", - "software revenue", - "软件业务收入", - "industry association", - "行业协会", - "benchmark data", - "基准数据" + "brazil", + "巴西", + "coffee", + "咖啡", + "coffee-production", + "咖啡产量", + "crop-forecasts", + "作物预测", + "agriculture", + "农业", + "commodities", + "大宗商品", + "arabica", + "阿拉比卡", + "robusta", + "罗布斯塔", + "conilon", + "科尼隆", + "harvest", + "收成", + "grains", + "粮食", + "food-supply", + "粮食供应", + "agricultural-statistics", + "农业统计", + "quarterly-reports", + "季度报告", + "CONAB", + "south-america", + "南美洲", + "government-data", + "政府数据", + "production-estimates", + "产量估算", + "inventory", + "库存", + "exports", + "出口" ], - "file_path": "sectors/J-information-communication/china-software-association.json" + "data_content": { + "en": [ + "Coffee Harvest Bulletins - quarterly monitoring reports (Boletim de Acompanhamento da Safra de Café) published four times per year (February, May, September, January)", + "Coffee Production Forecasts - detailed estimates of total production in 60kg bags for current harvest year", + "Coffee Type Breakdown - separate production data for Arabica and Robusta/Conilon varieties", + "Planted Area and Productivity - statistics on coffee cultivation area and yield per hectare by state", + "Geographic Distribution - coffee production data by Brazilian states and major producing regions", + "Year-over-Year Comparisons - analysis comparing current harvest forecasts with previous years", + "Grain Production Data - harvest forecasts and monitoring for major grains and oilseeds", + "Agricultural Pricing Information - minimum guaranteed prices and public program reference prices", + "Storage and Warehouse Data - information on certified storage facilities across Brazil", + "Family Farming Programs - data on public food acquisition programs (PAA) supporting small farmers" + ], + "zh": [ + "咖啡收成公报 - 每年发布四次的季度监测报告(Boletim de Acompanhamento da Safra de Café)(2月、5月、9月、1月)", + "咖啡产量预测 - 以60公斤袋为单位的当前收成年度总产量详细估算", + "咖啡类型分类 - 阿拉比卡和罗布斯塔/科尼隆品种的单独产量数据", + "种植面积和生产力 - 按州分类的咖啡种植面积和每公顷产量统计", + "地理分布 - 按巴西各州和主要产区的咖啡产量数据", + "同比比较 - 将当前收成预测与往年进行比较分析", + "粮食产量数据 - 主要粮食和油料作物的收成预测和监测", + "农产品定价信息 - 最低保证价格和公共计划参考价格", + "仓储和仓库数据 - 巴西各地认证仓储设施的信息", + "家庭农业计划 - 支持小农户的公共食品采购计划(PAA)数据" + ] + }, + "has_api": false, + "file_path": "countries/south-america/brazil-conab.json" }, { - "id": "clinicaltrials-gov", + "id": "brazil-ibge", "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "description": { - "en": "ClinicalTrials.gov is a database of privately and publicly funded clinical studies conducted around the world. It provides information about a clinical trial's purpose, who may participate, locations, and phone numbers for more details. The database is maintained by the U.S. National Library of Medicine and contains over 400,000 research studies in all 50 states and in 220 countries.", - "zh": "临床试验注册数据库是一个全球范围内私人和公共资助临床研究的数据库。它提供关于临床试验目的、参与资格、地点和联系方式等信息。该数据库由美国国家医学图书馆维护,包含超过40万项研究,覆盖美国所有50个州和220个国家。" + "en": "Brazil's official national statistical agency responsible for collection of statistical, geographic, cartographic, geodetic and environmental information. IBGE conducts the national population census every ten years, provides annual population estimates for all municipalities, and publishes comprehensive economic, social, and environmental data. Established in 1934, IBGE is the primary source of official data about Brazil's territory, population, and economy.", + "zh": "巴西官方国家统计机构,负责收集统计、地理、制图、大地测量和环境信息。IBGE每十年进行一次全国人口普查,为所有城市提供年度人口估算,并发布全面的经济、社会和环境数据。IBGE成立于1934年,是巴西领土、人口和经济官方数据的主要来源。" }, - "website": "https://www.nlm.nih.gov/", - "data_url": "https://clinicaltrials.gov/", - "api_url": "https://clinicaltrials.gov/data-api/api", - "authority_level": "government", - "country": null, + "website": "https://www.ibge.gov.br/en/", + "data_url": "https://www.ibge.gov.br/en/indicators", + "api_url": "https://servicodados.ibge.gov.br/api/docs/", + "country": "BR", "domains": [ - "health", - "clinical_research", - "medical_trials" + "demographics", + "economics", + "geography", + "cartography", + "environment", + "population", + "census", + "labor", + "trade", + "agriculture", + "industry", + "social" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "irregular", "tags": [ - "clinical trials", - "medical research", - "NIH", - "NLM", - "drug trials", - "patient recruitment", - "NCT number", - "clinical research", - "medical studies", - "FDA", - "public health", - "evidence-based medicine", - "API" + "brazil", + "巴西", + "national-statistics", + "国家统计", + "census", + "人口普查", + "demographics", + "人口统计", + "economic-indicators", + "经济指标", + "geographic-data", + "地理数据", + "cartography", + "制图", + "population-data", + "人口数据", + "labor-statistics", + "劳动统计", + "trade-data", + "贸易数据", + "environmental-data", + "环境数据", + "government-data", + "政府数据", + "api-available", + "south-america", + "南美洲", + "IBGE" ], - "file_path": "academic/health/clinicaltrials-gov.json" + "data_content": { + "en": [ + "Population Census - comprehensive national census conducted every 10 years (most recent: 2022)", + "Population Counts - simplified population counts conducted between censuses", + "Annual Population Estimates - population estimates for all municipalities updated yearly", + "Economic Indicators - GDP, inflation, trade statistics, monthly economic reports", + "Labor Statistics - employment, unemployment, wages, workforce surveys", + "Geographic and Cartographic Data - official maps, territorial boundaries, geodetic information", + "Environmental Statistics - environmental monitoring and conservation data", + "Agricultural Statistics - crop production, livestock, rural economy", + "Industrial Statistics - manufacturing, production, business surveys", + "Social Statistics - education, health, living conditions, household surveys", + "Trade Data - import/export statistics, international commerce", + "Municipal Data - comprehensive data at municipality, district, and enumeration area levels" + ], + "zh": [ + "人口普查 - 每10年进行一次的全面国家普查(最近一次:2022年)", + "人口统计 - 在两次普查之间进行的简化人口统计", + "年度人口估算 - 每年更新所有城市的人口估算", + "经济指标 - GDP、通货膨胀、贸易统计、月度经济报告", + "劳动统计 - 就业、失业、工资、劳动力调查", + "地理和制图数据 - 官方地图、领土边界、大地测量信息", + "环境统计 - 环境监测和保护数据", + "农业统计 - 作物生产、畜牧业、农村经济", + "工业统计 - 制造业、生产、企业调查", + "社会统计 - 教育、健康、生活条件、家庭调查", + "贸易数据 - 进出口统计、国际商务", + "市级数据 - 市、区和统计区域级别的综合数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json" }, { - "id": "conll-shared-tasks", + "id": "cgiar-research-data", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, "description": { - "en": "CoNLL (Conference on Computational Natural Language Learning) has organized annual shared tasks since 1999, providing benchmark datasets for various NLP challenges including named entity recognition, chunking, parsing, semantic role labeling, coreference resolution, and more. These datasets have become standard benchmarks in the NLP research community, enabling fair comparison of different machine learning approaches across multiple languages and tasks.", - "zh": "CoNLL(计算自然语言学习会议)自1999年以来每年组织共享任务,为各种自然语言处理挑战提供基准数据集,包括命名实体识别、组块分析、句法分析、语义角色标注、共指消解等。这些数据集已成为NLP研究社区的标准基准,可以在多种语言和任务中公平比较不同的机器学习方法。" + "en": "CGIAR is a global research partnership for a food-secure future, dedicated to transforming food, land, and water systems in a climate crisis. The CGIAR research data ecosystem includes GARDIAN (Global Agricultural Research Data Innovation and Acceleration Network), a pan-CGIAR data search and discoverability portal that allows datasets, publications, and crop varieties across all 15 centers and 11 gene banks to be easily found. The platform harvests from ~40 separate open data and publication repositories, providing access to nearly 100,000 publications and 3,000+ datasets covering agricultural research for development (AR4D) globally.", + "zh": "国际农业研究磋商组织(CGIAR)是一个致力于粮食安全未来的全球研究伙伴关系,专注于在气候危机中转变粮食、土地和水资源系统。CGIAR 研究数据生态系统包括 GARDIAN(全球农业研究数据创新与加速网络),这是一个泛 CGIAR 数据搜索和发现门户,可以轻松找到所有 15 个中心和 11 个基因库的数据集、出版物和作物品种。该平台从约 40 个独立的开放数据和出版物仓库中采集数据,提供近 100,000 篇出版物和 3,000 多个数据集的访问,覆盖全球农业发展研究(AR4D)。" }, - "website": "https://www.signll.org", - "data_url": "https://www.conll.org/previous-tasks", - "api_url": null, - "authority_level": "research", + "website": "https://www.cgiar.org", + "data_url": "https://gardian.cgiar.org/", + "api_url": "https://cgspace.cgiar.org/rest", "country": null, "domains": [ - "Natural Language Processing", - "Computational Linguistics", - "Machine Learning", - "Named Entity Recognition", - "Parsing", - "Semantic Analysis" + "Agriculture", + "Food Security", + "Climate Change Adaptation", + "Agricultural Biodiversity", + "Crop Science", + "Livestock Systems", + "Water Resources Management", + "Soil Science", + "Genetics and Genomics", + "Sustainable Intensification", + "Nutrition", + "Agricultural Economics", + "Agricultural Policy", + "Agroforestry" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "daily", "tags": [ - "NLP", - "natural language processing", - "machine learning", - "named entity recognition", - "NER", - "parsing", - "chunking", - "semantic role labeling", - "coreference resolution", - "multilingual", - "benchmark datasets", - "shared task", - "computational linguistics" + "agriculture", + "food-security", + "climate-change", + "crop-science", + "genetic-resources", + "sustainable-agriculture", + "international-research", + "cgiar", + "germplasm", + "gene-banks", + "agricultural-biodiversity", + "open-access", + "fair-data", + "research-publications", + "geospatial", + "climate-adaptation", + "livestock", + "water-resources", + "soil-science", + "nutrition" ], - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "data_content": { + "en": [ + "Research Publications - Peer-reviewed articles, working papers, technical reports on agricultural research", + "Datasets - Crop performance trials, genetic resources, soil surveys, climate data, household surveys", + "Germplasm and Gene Bank Data - Information on genetic resources and crop varieties from 11 international gene banks", + "Geospatial Data - Maps, remote sensing data, GIS layers for agricultural landscapes", + "Climate and Weather Data - Historical and projected climate data relevant to agriculture", + "Socioeconomic Surveys - Household and farm surveys, market data, agricultural economics", + "Crop Modeling Data - Simulation outputs, calibration datasets for crop growth models", + "Biodiversity Data - Species distributions, ecosystem services, agrobiodiversity assessments", + "Livestock Data - Animal health, breeding programs, pastoral systems research", + "Water Resources - Irrigation efficiency, water quality, watershed management data", + "Soil Data - Soil fertility, soil carbon, land degradation assessments", + "Nutrition Data - Crop nutritional content, dietary diversity, food composition" + ], + "zh": [ + "研究出版物 - 同行评审文章、工作论文、农业研究技术报告", + "数据集 - 作物性能试验、遗传资源、土壤调查、气候数据、家庭调查", + "种质资源和基因库数据 - 来自 11 个国际基因库的遗传资源和作物品种信息", + "地理空间数据 - 农业景观的地图、遥感数据、GIS 图层", + "气候和天气数据 - 与农业相关的历史和预测气候数据", + "社会经济调查 - 家庭和农场调查、市场数据、农业经济学", + "作物建模数据 - 模拟输出、作物生长模型的校准数据集", + "生物多样性数据 - 物种分布、生态系统服务、农业生物多样性评估", + "畜牧业数据 - 动物健康、育种计划、牧区系统研究", + "水资源 - 灌溉效率、水质、流域管理数据", + "土壤数据 - 土壤肥力、土壤碳、土地退化评估", + "营养数据 - 作物营养成分、膳食多样性、食物成分" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/agriculture/cgiar-research-data.json" }, { - "id": "codex-alimentarius", + "id": "faostat", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "description": { - "en": "The Codex Alimentarius, or 'Food Code', is a collection of internationally recognized standards, codes of practice, guidelines, and other recommendations relating to foods, food production, and food safety. Established jointly by the Food and Agriculture Organization (FAO) and the World Health Organization (WHO) in 1963, the Codex Alimentarius Commission develops harmonized international food standards to protect consumer health and ensure fair practices in food trade. The standards cover all principal foods, whether processed, semi-processed or raw, and address food labeling, food hygiene, food additives, pesticide residues, contaminants, certification and inspection systems.", - "zh": "国际食品法典(Codex Alimentarius),又称'食品法典',是一套国际公认的食品标准、操作规范、指南和其他与食品、食品生产和食品安全相关的建议集合。该委员会由联合国粮食及农业组织(FAO)和世界卫生组织(WHO)于1963年联合成立,旨在制定统一的国际食品标准,以保护消费者健康并确保食品贸易的公平实践。这些标准涵盖所有主要食品(无论是加工、半加工还是生鲜食品),并涉及食品标签、食品卫生、食品添加剂、农药残留、污染物、认证和检验系统等方面。" + "en": "FAOSTAT provides free access to food and agriculture data for over 245 countries and territories, covering all FAO regional groupings from 1961 to the most recent year available. The database contains comprehensive statistics on agricultural production, trade, food balances, emissions, land use, inputs, population, and sustainable development indicators.", + "zh": "粮农组织统计数据库(FAOSTAT)提供超过245个国家和地区的粮食和农业数据免费访问,涵盖联合国粮农组织所有区域分组,时间跨度从1961年至最新年份。该数据库包含农业生产、贸易、粮食平衡、排放、土地利用、投入品、人口和可持续发展指标等综合统计数据。" }, - "website": "https://www.fao.org/fao-who-codexalimentarius/en/", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "api_url": null, - "authority_level": "international", + "website": "https://www.fao.org", + "data_url": "https://www.fao.org/faostat/en/", + "api_url": "https://www.fao.org/faostat/en/#faq", "country": null, "domains": [ - "Food Safety", - "Food Standards", - "Food Labeling", - "Food Hygiene", - "Food Additives", - "Pesticide Residues", - "Veterinary Drug Residues", - "Contaminants", - "Food Inspection", - "Certification Systems", + "Agriculture", + "Food Security", "Nutrition", - "Food Quality" + "Trade", + "Climate Change", + "Environment", + "Land Use", + "Forestry", + "Fisheries", + "Livestock", + "Crops", + "Investment", + "Employment", + "Prices" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "food-safety", - "food-standards", - "international-standards", - "food-regulation", - "food-labeling", - "food-hygiene", - "food-additives", - "pesticide-residues", - "veterinary-drugs", - "contaminants", - "food-quality", + "agriculture", + "food-security", "nutrition", + "trade", + "climate-change", + "land-use", + "forestry", + "fisheries", + "livestock", + "crops", "fao", - "who", - "food-trade" + "united-nations", + "sdg", + "global", + "time-series" ], - "file_path": "international/standards-metrology/codex-alimentarius.json" + "data_content": { + "en": [ + "Production - Crops and livestock products", + "Trade - Bilateral trade flows, trade indices", + "Food Balances - Food supply and availability", + "Food and Diet - Dietary intake, diversity, nutritional indicators", + "Climate Change - Agrifood systems emissions (crops, livestock, energy, fires, forests)", + "Land Use - Land cover, cropland nutrient balance, fertilizers", + "Inputs and Sustainability - Pesticides, machinery, bioenergy", + "Population and Employment - Demographics, rural/agricultural employment", + "Investment - Government expenditure, FDI, credit to agriculture", + "Prices - Producer prices, consumer price indices, exchange rates, deflators", + "Macro-Economic Indicators - Capital stock, macro indicators", + "Forestry - Production, trade, pulp and paper capacity", + "Food Security and Nutrition - Suite of food security indicators", + "SDG Indicators - Sustainable Development Goals monitoring", + "World Census of Agriculture - Structural agricultural data" + ], + "zh": [ + "生产 - 农作物和畜牧产品", + "贸易 - 双边贸易流量、贸易指数", + "粮食平衡 - 粮食供应和可得性", + "食品与膳食 - 膳食摄入、多样性、营养指标", + "气候变化 - 农业粮食系统排放(农作物、畜牧业、能源、火灾、森林)", + "土地利用 - 土地覆盖、农田养分平衡、化肥", + "投入品与可持续性 - 农药、机械、生物能源", + "人口与就业 - 人口统计、农村/农业就业", + "投资 - 政府支出、外国直接投资、农业信贷", + "价格 - 生产者价格、消费者价格指数、汇率、平减指数", + "宏观经济指标 - 资本存量、宏观指标", + "林业 - 生产、贸易、纸浆和造纸产能", + "粮食安全与营养 - 粮食安全指标套件", + "可持续发展目标指标 - SDG监测", + "世界农业普查 - 农业结构数据" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/agriculture/faostat.json" }, { - "id": "common-crawl", + "id": "adb-data-library", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "description": { - "en": "Common Crawl is a 501(c)(3) non-profit organization that maintains a free, open repository of web crawl data that can be used by anyone. The corpus contains petabytes of raw web page data, metadata extracts, and text extracts, regularly collected since 2008. With over 300 billion pages spanning 18 years, Common Crawl adds 3-5 billion new pages each month and has been cited in over 10,000 research papers. The data is stored on Amazon Web Services' Public Data Sets and on multiple academic cloud platforms across the world, making wholesale extraction, transformation and analysis of open web data accessible to researchers, companies and individuals at no cost.", - "zh": "Common Crawl 是一个 501(c)(3) 非营利组织,维护着一个免费、开放的网络爬取数据仓库,任何人都可以使用。该语料库包含PB级的原始网页数据、元数据提取和文本提取,自2008年以来定期收集。拥有超过3000亿个网页,跨越18年,Common Crawl每月新增30-50亿个网页,已被超过10,000篇研究论文引用。数据存储在亚马逊网络服务的公共数据集和全球多个学术云平台上,使研究人员、公司和个人能够免费访问、提取、转换和分析开放的网络数据。" + "en": "The ADB Data Library is the central repository for all of the Asian Development Bank's public data, providing comprehensive access to economic, financial, social, and environmental data for the Asia and Pacific region. Established by ADB, a multilateral development bank founded in 1966 with 69 member economies, the platform offers 284 datasets, 67 dashboards, and 14 data stories covering macroeconomic indicators, development statistics, climate change financing, infrastructure investment, and social indicators. Data is accessible through web interfaces and APIs, supporting evidence-based policymaking across Asia and the Pacific.", + "zh": "亚洲开发银行数据库是亚洲开发银行所有公共数据的中央存储库,为亚太地区提供经济、金融、社会和环境数据的全面访问。该平台由亚洲开发银行建立,亚行是成立于1966年的多边开发银行,拥有69个成员经济体。平台提供284个数据集、67个仪表板和14个数据故事,涵盖宏观经济指标、发展统计、气候变化融资、基础设施投资和社会指标。数据可通过网页界面和API访问,支持亚太地区的循证决策。" }, - "website": "https://commoncrawl.org", - "data_url": "https://commoncrawl.org", - "api_url": "https://index.commoncrawl.org", - "authority_level": "research", + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://kidb.adb.org/api", + "authority_level": "international", "country": null, "domains": [ - "Web Crawling", - "Natural Language Processing", - "Machine Learning", - "Data Science", - "Information Retrieval", - "Web Analytics", - "Artificial Intelligence", - "Research", - "Large Language Models" + "Economics", + "Development Finance", + "Social Statistics", + "Infrastructure", + "Climate Change", + "Public Finance", + "Trade", + "Balance of Payments", + "Labor Market", + "Poverty and Inequality", + "Education", + "Health", + "Energy", + "Environment", + "Regional Integration" ], - "geographic_scope": "global", - "update_frequency": "monthly", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "quarterly", "tags": [ - "web-crawling", - "natural-language-processing", - "machine-learning", - "large-language-models", - "web-data", - "text-corpus", - "open-data", - "research", - "big-data", - "artificial-intelligence", - "data-science", - "web-mining", - "nlp", - "internet-archive" + "adb", + "asian-development-bank", + "亚洲开发银行", + "亚行", + "development-data", + "发展数据", + "asia-pacific", + "亚太地区", + "macroeconomic-indicators", + "宏观经济指标", + "social-indicators", + "社会指标", + "sdg", + "sustainable-development-goals", + "可持续发展目标", + "national-accounts", + "国民账户", + "gdp", + "inflation", + "通货膨胀", + "government-finance", + "政府财政", + "trade-statistics", + "贸易统计", + "balance-of-payments", + "国际收支", + "labor-statistics", + "劳动统计", + "poverty", + "贫困", + "infrastructure-investment", + "基础设施投资", + "climate-finance", + "气候融资", + "development-finance", + "发展融资", + "key-indicators", + "关键指标", + "kidb", + "sdmx-api" ], - "file_path": "sectors/J-information-communication/common-crawl.json" + "data_content": { + "en": [ + "National Accounts - GDP, GNI, consumption, investment, savings, and economic growth indicators by country", + "Prices and Inflation - Consumer price indices, producer price indices, and inflation rates", + "Government Finance - Revenue, expenditure, fiscal balance, and public debt statistics", + "Trade Statistics - Exports, imports, trade balance, and trade in services by country and commodity", + "Balance of Payments - Current account, capital account, and financial account transactions", + "Money and Banking - Money supply, credit, interest rates, and exchange rates", + "External Debt - Total external debt, debt service, and debt sustainability indicators", + "Population and Demographics - Total population, population growth, age structure, and urbanization", + "Labor Force Statistics - Employment, unemployment, labor force participation, and wages", + "Social Indicators - Poverty rates, income inequality, education enrollment, and health outcomes", + "SDG Indicators - Sustainable Development Goals monitoring data for Asia-Pacific countries", + "Infrastructure Investment - Transport, energy, water, and telecommunications infrastructure data", + "Climate Change Financing - Climate mitigation and adaptation financing flows and commitments", + "Regional Integration - Cross-border trade, investment, and economic cooperation indicators", + "Economic Forecasts - Twice-yearly growth and inflation projections from Asian Development Outlook" + ], + "zh": [ + "国民账户 - 按国家分类的GDP、GNI、消费、投资、储蓄和经济增长指标", + "价格和通货膨胀 - 消费者价格指数、生产者价格指数和通货膨胀率", + "政府财政 - 收入、支出、财政平衡和公共债务统计", + "贸易统计 - 按国家和商品分类的出口、进口、贸易差额和服务贸易", + "国际收支 - 经常账户、资本账户和金融账户交易", + "货币与银行 - 货币供应、信贷、利率和汇率", + "外债 - 外债总额、债务偿还和债务可持续性指标", + "人口与人口统计 - 总人口、人口增长、年龄结构和城镇化", + "劳动力统计 - 就业、失业、劳动力参与率和工资", + "社会指标 - 贫困率、收入不平等、教育入学率和健康结果", + "可持续发展目标指标 - 亚太国家可持续发展目标监测数据", + "基础设施投资 - 交通、能源、水利和电信基础设施数据", + "气候变化融资 - 气候减缓和适应融资流量及承诺", + "区域一体化 - 跨境贸易、投资和经济合作指标", + "经济预测 - 来自亚洲发展展望的每年两次增长和通胀预测" + ] + }, + "has_api": true, + "file_path": "international/development/adb-data-library.json" }, { - "id": "intl-copernicus-cdse", + "id": "adb-data", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, "description": { - "en": "The Copernicus Data Space Ecosystem is Europe's flagship Earth observation platform, providing free and open access to satellite imagery and data from Copernicus Sentinel missions and Contributing Missions. It offers immediate access to the full historical archive of Sentinel satellite data (from 2014 to present) with powerful cloud-based processing capabilities. The platform succeeded the Copernicus Open Access Hub in 2023, providing enhanced data access, visualization, and analysis tools including APIs, openEO services, and JupyterLab environments.", - "zh": "哥白尼数据空间生态系统是欧洲旗舰地球观测平台,提供来自哥白尼哨兵卫星任务和贡献任务的免费开放卫星影像和数据。该平台提供从2014年至今完整的哨兵卫星历史数据档案的即时访问,并具有强大的云端处理能力。该平台于2023年接替了哥白尼开放访问中心,提供增强的数据访问、可视化和分析工具,包括API、openEO服务和JupyterLab环境。" + "en": "The ADB Data Library is the central repository and portal for all of ADB's public data. It provides comprehensive economic, social, and financial indicators for Asia and the Pacific region, including the Key Indicators Database (KIDB) which is one of the world's most comprehensive resources for macroeconomic and social indicators. The library includes country dashboards, over 180 datasets, data stories, and visualization tools. Data is shareable and machine-readable, covering national accounts, prices, government finance, trade, balance of payments, money and banking, external debt, population, labor force, and social indicators.", + "zh": "亚洲开发银行数据库是 ADB 所有公共数据的中央存储库和门户。它为亚太地区提供全面的经济、社会和金融指标,包括关键指标数据库(KIDB),这是世界上最全面的宏观经济和社会指标资源之一。数据库包含国家仪表板、180多个数据集、数据故事和可视化工具。数据可共享且机器可读,涵盖国民账户、价格、政府财政、贸易、国际收支、货币与银行、外债、人口、劳动力和社会指标。" }, - "website": "https://www.copernicus.eu", - "data_url": "https://dataspace.copernicus.eu", - "api_url": "https://documentation.dataspace.copernicus.eu", - "authority_level": "international", + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://kidb.adb.org/api", "country": null, "domains": [ - "Earth Observation", - "Remote Sensing", - "Climate Change", - "Land Monitoring", - "Ocean Monitoring", - "Atmosphere Monitoring", - "Emergency Management", - "Agriculture", - "Forestry" + "economics", + "finance", + "social", + "development" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "annual", "tags": [ - "satellite", - "earth-observation", - "remote-sensing", - "sentinel", - "copernicus", - "esa", - "european-union", - "climate", - "land-monitoring", - "ocean-monitoring", - "atmosphere", - "geospatial", - "open-data" + "asian-development", + "asia-pacific", + "economic-indicators", + "social-statistics", + "development-finance", + "international-organization", + "sdmx", + "open-data", + "api" ], - "file_path": "international/earth-science/copernicus-data-space.json" + "data_content": { + "en": [ + "National accounts and GDP statistics", + "Prices and inflation indicators", + "Government finance and fiscal data", + "International trade and balance of payments", + "Money, banking, and financial sector data", + "External debt and foreign investment", + "Population and demographic statistics", + "Labor force and employment data", + "Social indicators (education, health, poverty)", + "Infrastructure and energy statistics", + "Development project data", + "Bond market statistics (AsianBondsOnline)" + ], + "zh": [ + "国民账户和GDP统计", + "价格和通货膨胀指标", + "政府财政和财政数据", + "国际贸易和国际收支", + "货币、银行和金融部门数据", + "外债和外国投资", + "人口和人口统计", + "劳动力和就业数据", + "社会指标(教育、健康、贫困)", + "基础设施和能源统计", + "发展项目数据", + "债券市场统计(亚洲债券在线)" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/development/adb-data.json" }, { - "id": "copernicus-open-access-hub", + "id": "adb-key-indicators", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, "description": { - "en": "The Copernicus Open Access Hub (legacy service, retired Nov 2, 2023) provided free and open access to Sentinel satellite Earth observation data. It has been replaced by the Copernicus Data Space Ecosystem, which offers enhanced access to comprehensive Sentinel mission data including radar, optical, and atmospheric measurements for environmental monitoring, climate research, and disaster management.", - "zh": "哥白尼开放访问中心(遗留服务,已于2023年11月2日退役)提供免费开放的Sentinel卫星地球观测数据访问。现已被哥白尼数据空间生态系统取代,该系统提供增强的Sentinel任务综合数据访问,包括雷达、光学和大气测量数据,用于环境监测、气候研究和灾害管理。" + "en": "The Key Indicators for Asia and the Pacific is the flagship annual statistical publication of the Asian Development Bank (ADB). It presents the latest statistics on a comprehensive set of economic, financial, social, environmental, and Sustainable Development Goals (SDG) indicators for ADB's 49 regional member economies. The publication covers eight thematic areas including People, Economy and Output, Money, Finance and Prices, Globalization, Transport and Communication, Energy and Electricity, Environment, and Government and Governance. The data is accessible through the Key Indicators Database (KIDB), one of the world's most comprehensive resources for macroeconomic and social indicators across Asia and the Pacific region.", + "zh": "《亚洲及太平洋地区关键指标》是亚洲开发银行(ADB)的旗舰年度统计出版物。它提供亚行49个区域成员经济体的经济、金融、社会、环境和可持续发展目标(SDG)指标的最新统计数据。该出版物涵盖八个主题领域,包括人口、经济与产出、货币金融与价格、全球化、交通与通信、能源与电力、环境、政府与治理。数据可通过关键指标数据库(KIDB)访问,这是世界上最全面的亚太地区宏观经济和社会指标资源之一。" }, - "website": "https://www.esa.int", - "data_url": "https://dataspace.copernicus.eu/", - "api_url": "https://documentation.dataspace.copernicus.eu/", - "authority_level": "international", + "website": "https://www.adb.org", + "data_url": "https://kidb.adb.org", + "api_url": "https://kidb.adb.org/api", "country": null, "domains": [ - "environment", - "climate", - "ocean", - "land", - "atmosphere", - "disaster_management" + "Economics", + "Finance", + "Social Development", + "Demographics", + "Environment", + "Infrastructure", + "Energy", + "Transportation", + "Communications", + "Government Finance", + "Trade", + "Sustainable Development Goals" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "annual", "tags": [ - "satellite", - "earth_observation", - "remote_sensing", - "sentinel", - "copernicus", - "ESA", - "radar", - "optical", - "atmospheric", - "climate", - "environment", - "global", - "open_data" + "asian-development-bank", + "adb", + "key-indicators", + "亚洲开发银行", + "关键指标", + "asia-pacific", + "亚太地区", + "economic-indicators", + "经济指标", + "social-statistics", + "社会统计", + "sdg", + "可持续发展目标", + "macroeconomic-data", + "宏观经济数据", + "development-statistics", + "发展统计", + "kidb", + "sdmx", + "regional-data", + "区域数据", + "statistical-database", + "统计数据库" ], - "file_path": "academic/environment/copernicus-open-access-hub.json" + "data_content": { + "en": [ + "People - Population, demographic structure, labor force, employment, and education statistics", + "Economy and Output - National accounts, GDP, sectoral composition, agriculture, industry, and services data", + "Money, Finance and Prices - Monetary indicators, inflation, exchange rates, interest rates, and financial sector statistics", + "Globalization - International trade, foreign direct investment, balance of payments, and external debt", + "Transport and Communication - Infrastructure statistics, roads, railways, air transport, telecommunications, and internet usage", + "Energy and Electricity - Energy production, consumption, electricity generation, and renewable energy data", + "Environment - Environmental indicators, emissions, natural resources, and climate-related statistics", + "Government and Governance - Government finance, fiscal indicators, public expenditure, and revenue data", + "Sustainable Development Goals (SDG) Indicators - Progress tracking for UN SDG targets aligned with the 17 goals framework", + "Country-specific data - Individual economy profiles for 49 ADB regional members across Central and West Asia, East Asia, South Asia, Southeast Asia, and The Pacific" + ], + "zh": [ + "人口 - 人口总量、人口结构、劳动力、就业和教育统计", + "经济与产出 - 国民账户、GDP、部门构成、农业、工业和服务业数据", + "货币、金融与价格 - 货币指标、通货膨胀、汇率、利率和金融部门统计", + "全球化 - 国际贸易、外国直接投资、国际收支和外债", + "交通与通信 - 基础设施统计、公路、铁路、航空运输、电信和互联网使用", + "能源与电力 - 能源生产、消费、电力生成和可再生能源数据", + "环境 - 环境指标、排放、自然资源和气候相关统计", + "政府与治理 - 政府财政、财政指标、公共支出和收入数据", + "可持续发展目标(SDG)指标 - 联合国17个可持续发展目标框架下的进展跟踪", + "国别数据 - 涵盖中亚和西亚、东亚、南亚、东南亚和太平洋地区的49个亚行区域成员的经济体概况" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json" }, { - "id": "cryptocurrency-data", + "id": "afdb-statistics", "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "description": { - "en": "Comprehensive cryptocurrency market data platforms providing real-time and historical price information, market capitalizations, trading volumes, and blockchain analytics. CoinMarketCap tracks over 7,000 cryptocurrencies across 33,000+ markets and 300+ exchanges, with data dating back to 2013. CoinGecko monitors 13 million+ tokens across 240+ blockchain networks and 1,600+ exchanges, established in 2014. Both platforms offer extensive APIs, support multiple fiat currencies, and provide on-chain DEX data, NFT floor prices, and comprehensive market intelligence for cryptocurrency investors, researchers, and developers.", - "zh": "综合性加密货币市场数据平台,提供实时和历史价格信息、市值、交易量和区块链分析。CoinMarketCap 追踪 7,000 多种加密货币,覆盖 33,000 多个市场和 300 多个交易所,数据可追溯至 2013 年。CoinGecko 监控 1300 万以上代币,涵盖 240 多个区块链网络和 1,600 多个交易所,成立于 2014 年。两个平台均提供广泛的 API 接口,支持多种法定货币,并提供链上 DEX 数据、NFT 底价和全面的市场情报,服务于加密货币投资者、研究人员和开发者。" + "en": "The African Development Bank Statistical Data Portal provides comprehensive statistical data and development indicators for African countries through the Africa Information Highway (AIH). Established in 2011, the portal is a mega network of open data platforms linking all African countries and 16 regional organizations. It offers socio-economic data spanning from 1960 to 2024, covering agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, and more. The platform supports evidence-based policymaking and monitors development progress across Africa.", + "zh": "非洲开发银行统计数据门户通过非洲信息高速公路(AIH)为非洲国家提供全面的统计数据和发展指标。该门户建立于2011年,是一个连接所有非洲国家和16个区域组织的开放数据平台大型网络。它提供1960年至2024年的社会经济数据,涵盖农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户等领域。该平台支持基于证据的政策制定并监测整个非洲的发展进展。" }, - "website": "https://coinmarketcap.com", - "data_url": "https://coinmarketcap.com", - "api_url": "https://coinmarketcap.com/api/documentation/v1/", - "authority_level": "commercial", + "website": "https://www.afdb.org", + "data_url": "https://dataportal.opendataforafrica.org", + "api_url": "https://dataportal.opendataforafrica.org/dev/explorer", + "authority_level": "international", "country": null, "domains": [ - "Cryptocurrency Markets", - "Blockchain Analytics", - "Digital Assets", - "DeFi (Decentralized Finance)", - "NFT Markets", - "Trading Data", - "Financial Technology" + "economics", + "finance", + "social", + "development", + "agriculture", + "energy", + "governance", + "health", + "education", + "infrastructure" ], - "geographic_scope": "global", - "update_frequency": "real-time", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "annual", "tags": [ - "cryptocurrency", - "blockchain", - "digital-assets", - "market-data", - "trading", - "defi", - "nft", - "real-time-data", - "financial-markets", - "crypto-exchanges", - "api", - "price-tracking" + "african-development-bank", + "afdb", + "非洲开发银行", + "africa", + "非洲", + "statistics", + "统计数据", + "development-data", + "发展数据", + "socio-economic", + "社会经济", + "africa-information-highway", + "aih", + "非洲信息高速公路", + "open-data", + "开放数据", + "economic-indicators", + "经济指标", + "national-accounts", + "国民账户", + "sdg", + "可持续发展目标", + "development-finance", + "发展金融", + "regional-data", + "区域数据", + "knoema", + "api" ], - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "data_content": { + "en": [ + "Socio-Economic Database (1960-2024): Comprehensive data on agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, prices, production, and public finance", + "Africa Infrastructure Database: Infrastructure development metrics and project data across African countries", + "African Economic Outlook: Economic forecasts and analysis for African economies", + "Sustainable Development Goals Indicators: SDG monitoring data for Africa", + "National Accounts Database: GDP, GNI, and national income statistics", + "Compendium of Statistics on Bank Group Operations: Annual publication with operational activities data", + "AfDB Statistics Pocketbook: Summary economic and social data for regional member countries", + "Gender, Poverty and Environmental Indicators: Specialized indicators for African countries", + "Country Policy and Institutional Assessment (CPIA): Biennial policy quality assessments for 54 African countries" + ], + "zh": [ + "社会经济数据库(1960-2024):农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户、价格、生产和公共财政的综合数据", + "非洲基础设施数据库:非洲国家的基础设施发展指标和项目数据", + "非洲经济展望:非洲经济体的经济预测和分析", + "可持续发展目标指标:非洲可持续发展目标监测数据", + "国民账户数据库:GDP、GNI和国民收入统计", + "银行集团业务统计汇编:包含业务活动数据的年度出版物", + "非洲开发银行统计手册:区域成员国的经济和社会数据摘要", + "性别、贫困和环境指标:非洲国家的专项指标", + "国家政策和制度评估(CPIA):对54个非洲国家的政策质量进行两年一次的评估" + ] + }, + "has_api": true, + "file_path": "international/development/afdb-statistics.json" }, { - "id": "acad-cod", + "id": "afdb", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "description": { - "en": "Open-access collection of crystal structures of organic, inorganic, metal-organic compounds and minerals, excluding biopolymers. The COD is a collaborative platform for worldwide crystallographic community to deposit and access crystal structure data with full version control and revision history.", - "zh": "开放获取的晶体结构数据库,收录有机、无机、金属有机化合物和矿物的晶体结构(不包括生物大分子)。COD 是全球晶体学界协作平台,提供晶体结构数据存储和访问,具有完整的版本控制和修订历史。" + "en": "The African Development Bank (AfDB) provides comprehensive statistical data and development indicators for African countries. The bank's statistics department maintains the Africa Information Highway (AIH), a mega network of open data platforms covering all African countries and 16 regional organizations. It offers socio-economic data, project information, and development statistics to support evidence-based policymaking and monitor development progress across Africa.", + "zh": "非洲开发银行(AfDB)提供全面的非洲国家统计数据和发展指标。该银行统计部门维护非洲信息高速公路(AIH),这是一个覆盖所有非洲国家和16个区域组织的开放数据平台大型网络。它提供社会经济数据、项目信息和发展统计数据,以支持基于证据的政策制定并监测非洲的发展进展。" }, - "website": "https://www.crystallography.net/", - "data_url": "https://www.crystallography.net/cod/", - "api_url": "https://wiki.crystallography.net/RESTful_API/", - "authority_level": "research", + "website": "https://www.afdb.org", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "api_url": "http://dataportal.opendataforafrica.org/", "country": null, "domains": [ - "Crystallography", - "Materials Science", - "Chemistry", - "Physics", - "Mineralogy" + "Development Finance", + "Economic Statistics", + "Social Development", + "Infrastructure", + "Agriculture", + "Energy", + "Climate Change", + "Governance", + "Health", + "Education" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "annual", "tags": [ - "crystallography", - "crystal structures", - "materials science", - "chemistry", - "physics", - "mineralogy", - "open access", - "CIF", - "atomic structures", - "research data" + "development-finance", + "africa", + "economic-development", + "social-development", + "infrastructure", + "SDGs", + "multilateral-development-bank", + "open-data", + "project-data", + "IATI" ], - "file_path": "academic/physics/crystallography-open-database.json" + "data_content": { + "en": [ + "Socio-Economic Database: Agriculture, debt, economic indicators, energy, financial flows, governance, ICT, infrastructure, national accounts, prices, production, public finance (1960-2024)", + "Bank Operations and Project Data: All AfDB lending projects from 1967 onwards with financial information and IATI-compliant results", + "Country Policy and Institutional Assessment (CPIA): Biennial policy quality and institutional framework assessments for 54 African countries", + "SDGs Data Hubs: Sustainable Development Goals monitoring data for Africa", + "Statistical Publications: Compendium of Statistics on Bank Group Operations and AfDB Statistics Pocketbook" + ], + "zh": [ + "社会经济数据库:农业、债务、经济指标、能源、金融流动、治理、ICT、基础设施、国民账户、价格、生产、公共财政(1960-2024)", + "银行业务和项目数据:自1967年以来所有非洲开发银行贷款项目及财务信息和符合IATI标准的成果", + "国家政策和制度评估(CPIA):对54个非洲国家的政策质量和制度框架进行两年一次的评估", + "可持续发展目标数据中心:非洲可持续发展目标监测数据", + "统计出版物:银行集团业务统计汇编和非洲开发银行统计手册" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/development/afdb.json" }, { - "id": "us-data-gov", + "id": "caf", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, "description": { - "en": "Data.gov is the U.S. government's open data portal, providing access to over 300,000 datasets from federal, state, and local government agencies. It serves as the central repository for publicly available government data across agriculture, climate, consumer safety, education, energy, finance, health, public safety, and many other domains. The platform supports transparency, innovation, and data-driven decision making by making government data accessible to researchers, developers, entrepreneurs, and the public.", - "zh": "Data.gov 是美国政府的开放数据门户网站,提供来自联邦、州和地方政府机构的超过 30 万个数据集的访问。它是公开政府数据的中央存储库,涵盖农业、气候、消费者安全、教育、能源、金融、健康、公共安全等多个领域。该平台通过使政府数据对研究人员、开发者、企业家和公众开放,支持透明度、创新和数据驱动的决策。" + "en": "CAF - Development Bank of Latin America and the Caribbean is a multilateral financial institution established in 1970, promoting sustainable development and regional integration in Latin America and the Caribbean. With 24 member countries (21 from Latin America and the Caribbean, plus Spain and Portugal), CAF provides financial and technical assistance for projects in infrastructure, energy, social development, climate resilience, and economic transformation. As of 2024, CAF has approved USD 15.856 billion in financing with a consolidated portfolio of USD 34.702 billion. The bank serves public and private sectors across the region, focusing on sustainable infrastructure, climate finance, innovation, and inclusive development.", + "zh": "拉美和加勒比开发银行(CAF)是成立于1970年的多边金融机构,致力于促进拉美和加勒比地区的可持续发展和区域一体化。CAF拥有24个成员国(21个来自拉美和加勒比地区,以及西班牙和葡萄牙),为基础设施、能源、社会发展、气候韧性和经济转型等领域的项目提供金融和技术援助。截至2024年,CAF批准了158.56亿美元的融资,综合投资组合达347.02亿美元。该银行为该地区的公共和私营部门服务,重点关注可持续基础设施、气候融资、创新和包容性发展。" }, - "website": "https://www.gsa.gov", - "data_url": "https://catalog.data.gov/dataset", + "website": "https://www.caf.com", + "data_url": "https://www.caf.com/en/", "api_url": null, - "authority_level": "government", - "country": "US", + "country": null, "domains": [ - "Agriculture", - "Business", - "Climate", - "Consumer", + "Development Finance", + "Economic Development", + "Infrastructure", + "Energy Transition", + "Climate Finance", + "Social Development", "Education", - "Energy", - "Finance", "Health", + "Water Resources", "Transportation", - "Public Safety", - "Science & Research", - "Environment", - "Manufacturing", - "Ocean", - "Local Government", - "Maritime", - "Ecosystems" + "Digital Transformation", + "Innovation", + "Agriculture", + "Environmental Sustainability", + "Climate Resilience", + "Urban Development", + "Regional Integration" ], - "geographic_scope": "national", - "update_frequency": "daily", - "has_api": false, + "geographic_scope": "regional", + "update_frequency": "annual", "tags": [ - "united-states", - "government", - "open-data", - "federal", - "transparency", - "public-data", - "multi-domain", - "comprehensive" + "development-finance", + "latin-america", + "caribbean", + "multilateral-development-bank", + "regional-development", + "infrastructure-finance", + "climate-finance", + "green-bonds", + "energy-transition", + "renewable-energy", + "sustainable-development", + "climate-resilience", + "economic-development", + "regional-integration", + "social-development", + "poverty-reduction", + "project-financing", + "development-assistance", + "lac-economics", + "caf", + "red-report", + "ideal-report", + "scioteca" ], - "file_path": "countries/north-america/usa/us-data-gov.json" + "data_content": { + "en": [ + "Development Finance Statistics - Loan and grant approvals, disbursements, project portfolio data across member countries", + "Economic Development Reports (RED) - Annual flagship reports on regional economic development, growth, and policy recommendations", + "Country Economic Indicators - GDP, growth rates, inflation, fiscal data for 24 member countries", + "Project Financing Data - Infrastructure, energy, social development, and climate projects with detailed financing information", + "Climate Finance - Green bonds, climate adaptation projects, environmental sustainability initiatives and funding", + "Infrastructure Investment - Transportation, energy, water, telecommunications, and urban infrastructure project data", + "Energy Transition Data - Renewable energy projects, energy efficiency, decarbonization initiatives across the region", + "Social Development Indicators - Poverty reduction, education, health, gender equality, and social inclusion metrics", + "Regional Integration Statistics - Trade, economic cooperation, and integration indicators for Latin America and Caribbean", + "Annual Reports - Comprehensive financial statements, operational results, and institutional performance (2024: USD 15.856B approvals)", + "Special Reports - IDEAL reports on infrastructure, LAC Economic Outlook, sector-specific analysis", + "Research Publications - Development studies, policy papers, and technical reports from Scioteca knowledge repository", + "Country Strategies - Country assistance programs and strategic priorities for each member country", + "Sustainable Development Data - SDG alignment, environmental projects, biodiversity conservation initiatives" + ], + "zh": [ + "发展融资统计 - 成员国的贷款和赠款批准、支付和项目组合数据", + "经济发展报告(RED)- 关于区域经济发展、增长和政策建议的年度旗舰报告", + "国家经济指标 - 24个成员国的GDP、增长率、通货膨胀、财政数据", + "项目融资数据 - 基础设施、能源、社会发展和气候项目的详细融资信息", + "气候融资 - 绿色债券、气候适应项目、环境可持续发展倡议和资金", + "基础设施投资 - 交通、能源、水利、电信和城市基础设施项目数据", + "能源转型数据 - 该地区的可再生能源项目、能源效率、去碳化倡议", + "社会发展指标 - 减贫、教育、卫生、性别平等和社会包容性指标", + "区域一体化统计 - 拉美和加勒比地区的贸易、经济合作和一体化指标", + "年度报告 - 全面的财务报表、运营成果和机构绩效(2024年:批准158.56亿美元)", + "特别报告 - IDEAL基础设施报告、拉美经济展望、部门专项分析", + "研究出版物 - Scioteca知识库的发展研究、政策文件和技术报告", + "国家战略 - 各成员国的国家援助计划和战略重点", + "可持续发展数据 - SDG对接、环境项目、生物多样性保护倡议" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/development/caf.json" }, { - "id": "uk-data-gov", + "id": "caribbean-development-bank", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "description": { - "en": "Data.gov.uk is the UK government's official open data portal, launched in 2010 and redesigned in 2018 as the Find open data service. It provides access to thousands of datasets published by central government departments, local authorities, and public bodies across the United Kingdom. The portal serves as a central catalog linking to datasets hosted on GOV.UK and other government websites, covering diverse domains including business, crime, defense, education, environment, health, government spending, transport, and more. Built and operated by the Government Digital Service, it supports transparency, innovation, and evidence-based policy making by making public sector data accessible to citizens, researchers, businesses, and developers.", - "zh": "Data.gov.uk 是英国政府的官方开放数据门户网站,于 2010 年启动,并于 2018 年重新设计为查找开放数据服务。它提供对英国中央政府部门、地方当局和公共机构发布的数千个数据集的访问。该门户作为中央目录,链接到托管在 GOV.UK 和其他政府网站上的数据集,涵盖商业、犯罪、国防、教育、环境、健康、政府支出、交通等多个领域。该平台由政府数字服务部门建设和运营,通过使公共部门数据对公民、研究人员、企业和开发者开放,支持透明度、创新和基于证据的政策制定。" + "en": "The Caribbean Development Bank (CDB) is a regional financial institution established in 1970 to contribute to the harmonious economic growth and development of its borrowing member countries (BMCs) in the Caribbean. CDB provides financial and technical assistance for projects in infrastructure, education, health, agriculture, and other sectors. The Bank's mission is reducing poverty and transforming lives through sustainable, resilient and inclusive development. CDB serves 19 borrowing member countries and territories in the Caribbean, supported by regional and non-regional member countries including Canada, China, Germany, Italy, United Kingdom, and Venezuela.", + "zh": "加勒比开发银行(CDB)是一个成立于1970年的区域性金融机构,旨在促进其借款成员国在加勒比地区的和谐经济增长和发展。CDB为基础设施、教育、卫生、农业和其他领域的项目提供财政和技术援助。该银行的使命是通过可持续、有韧性和包容性的发展来减少贫困和改变生活。CDB为加勒比地区的19个借款成员国和地区提供服务,并得到包括加拿大、中国、德国、意大利、英国和委内瑞拉在内的区域和非区域成员国的支持。" }, - "website": "https://www.gov.uk/government/organisations/government-digital-service", - "data_url": "https://www.data.gov.uk", - "api_url": "https://guidance.data.gov.uk/get_data/api_documentation/", - "authority_level": "government", - "country": "GB", + "website": "https://www.caribank.org", + "data_url": "https://www.caribank.org/data/country-data-reports", + "api_url": null, + "country": null, "domains": [ - "Business and economy", - "Crime and justice", - "Defence", + "Development Finance", + "Economic Development", + "Infrastructure", "Education", - "Environment", - "Government", - "Government spending", "Health", - "Mapping", - "Society", - "Towns and cities", - "Transport", - "Digital service performance" + "Agriculture", + "Social Development", + "Environmental Sustainability", + "Climate Resilience", + "Poverty Reduction" ], - "geographic_scope": "national", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "annual", "tags": [ - "united-kingdom", - "government", - "open-data", - "transparency", - "public-sector", - "local-authorities", - "multi-domain", - "comprehensive", - "ogl" + "development-finance", + "caribbean", + "regional-development-bank", + "multilateral-development-bank", + "economic-development", + "infrastructure-finance", + "climate-finance", + "poverty-reduction", + "social-development", + "sustainable-development", + "climate-resilience", + "project-financing", + "development-assistance", + "caribbean-economics", + "regional-integration", + "sids", + "small-island-developing-states" ], - "file_path": "countries/europe/uk/uk-data-gov.json" + "data_content": { + "en": [ + "Country Economic Indicators - GDP, growth rates, inflation, and economic performance metrics for BMCs", + "Project Financing Data - Loan and grant approvals, disbursements, and project portfolio information", + "Development Fund Statistics - Special Development Fund (SDF) resources, allocations and annual reports", + "Social Development Indicators - Poverty rates, education, health, and social inclusion metrics", + "Infrastructure Investment - Transportation, energy, water, and telecommunications project data", + "Climate and Resilience - Climate finance, disaster risk reduction, and environmental projects", + "Regional Economic Statistics - Trade, employment, and economic integration data for Caribbean region", + "Country Strategies - Country assistance programs and strategic priorities for each BMC", + "Sector Analysis - Sectoral performance data including agriculture, tourism, and services", + "Annual Reports - Comprehensive annual financial statements and operational results" + ], + "zh": [ + "国家经济指标 - 借款成员国的GDP、增长率、通货膨胀和经济绩效指标", + "项目融资数据 - 贷款和赠款批准、支付和项目组合信息", + "发展基金统计 - 特别发展基金(SDF)资源、分配和年度报告", + "社会发展指标 - 贫困率、教育、卫生和社会包容性指标", + "基础设施投资 - 交通、能源、水利和电信项目数据", + "气候和韧性 - 气候融资、灾害风险减少和环境项目", + "区域经济统计 - 加勒比地区的贸易、就业和经济一体化数据", + "国家战略 - 各借款成员国的国家援助计划和战略重点", + "部门分析 - 包括农业、旅游和服务业在内的部门绩效数据", + "年度报告 - 全面的年度财务报表和运营成果" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json" }, { - "id": "dhs", + "id": "idb", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, "description": { - "en": "The DHS Program provides technical assistance for population and health surveys in developing countries. It delivers nationally-representative household surveys on population, health, HIV, and nutrition, providing data to policymakers and program managers to monitor and evaluate programs, and to researchers to further describe and better understand important health issues. The program has conducted over 400 surveys in more than 90 countries since 1984.", - "zh": "人口与健康调查项目为发展中国家提供人口和健康调查技术援助。它提供全国代表性的家庭调查数据,涵盖人口、健康、艾滋病和营养,为政策制定者和项目管理者监测评估项目提供数据,为研究人员提供重要健康问题的描述和理解。自1984年以来,该项目已在90多个国家进行了400多次调查。" + "en": "The Inter-American Development Bank (IDB) is the leading source of financing and knowledge for improving lives in Latin America and the Caribbean. The IDB Open Data portal provides comprehensive socio-economic indicators, macroeconomic data, financial statistics, and project information for 26 borrowing member countries across the region. It includes specialized databases covering fiscal accounts, labor markets, social indicators, trade integration, and agricultural policies.", + "zh": "美洲开发银行(IDB)是改善拉丁美洲和加勒比地区生活的主要融资和知识来源。IDB开放数据门户为该地区26个借款成员国提供全面的社会经济指标、宏观经济数据、金融统计和项目信息。包括涵盖财政账户、劳动力市场、社会指标、贸易一体化和农业政策的专业数据库。" }, - "website": "https://www.usaid.gov/", - "data_url": "https://dhsprogram.com/", - "api_url": "https://api.dhsprogram.com/", - "authority_level": "international", + "website": "https://www.iadb.org", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "api_url": "https://data.iadb.org/dataset/", "country": null, "domains": [ - "health", - "demographics", - "population" + "Development Finance", + "Macroeconomic Statistics", + "Fiscal Policy", + "Social Development", + "Education", + "Health", + "Labor Markets", + "Trade and Integration", + "Agriculture", + "Public Sector", + "Financial Sector" ], "geographic_scope": "regional", - "update_frequency": "irregular", - "has_api": true, + "update_frequency": "quarterly", "tags": [ - "demographic surveys", - "health surveys", - "DHS", - "USAID", - "developing countries", - "maternal health", - "child health", - "HIV/AIDS", - "family planning", - "fertility", - "nutrition", - "household surveys", - "STATcompiler" + "development-finance", + "latin-america", + "caribbean", + "economic-development", + "social-development", + "multilateral-development-bank", + "open-data", + "macroeconomics", + "fiscal-policy", + "labor-markets" ], - "file_path": "academic/health/dhs.json" + "data_content": { + "en": [ + "Latin Macro Watch (LMW): Macroeconomic and financial database with indicators on economic activity, fiscal and external accounts, financial markets, and forecasts since 1990", + "Sociometro: Complete dataset of social indicators providing insight into Latin America and the Caribbean's socioeconomic conditions", + "SIMS: Main source of information on labor markets in Latin America and the Caribbean", + "Agrimonitor: Database tracking agricultural policies and measuring support to agriculture", + "INTrade: Comprehensive information on integration and trade in the region", + "IDB Project Data: Procurement information, contract awards, and project information from 1967 onwards", + "Public Debt Database: Standardized statistics on sovereign debt issuances for 26 LAC countries since 2006", + "IDB Group Impact Framework: Performance indicators and targets for development results" + ], + "zh": [ + "拉丁宏观观察(LMW):包含经济活动、财政和外部账户、金融市场和预测指标的宏观经济和金融数据库(自1990年起)", + "社会指标:提供拉美和加勒比地区社会经济状况洞察的完整社会指标数据集", + "SIMS:拉丁美洲和加勒比地区劳动力市场信息的主要来源", + "农业监测:追踪农业政策并衡量农业支持的数据库", + "INTrade:关于该地区一体化和贸易的综合信息", + "IDB项目数据:自1967年以来的采购信息、合同授予和项目信息", + "公共债务数据库:26个拉美和加勒比国家自2006年以来的主权债务发行标准化统计", + "IDB集团影响框架:发展成果的绩效指标和目标" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/development/idb.json" }, { - "id": "derwent-innovation-index", + "id": "intl-copernicus-cdse", "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "description": { - "en": "Derwent Innovation Index is a comprehensive patent database provided by Clarivate Analytics, offering access to over 100 million patent documents from over 40 patent-issuing authorities worldwide. The database integrates Derwent World Patents Index (DWPI) enhanced patent data with patent citations from the Web of Science platform. It features value-added content including expert patent indexing, standardized patent families, chemical structure search capabilities, and enhanced English-language abstracts. Derwent Innovation Index is widely used for competitive intelligence, technology landscape analysis, patent analytics, prior art searching, freedom-to-operate analysis, and R&D decision-making across industries including pharmaceuticals, biotechnology, chemicals, electronics, engineering, and more.", - "zh": "德温特创新索引是科睿唯安(Clarivate Analytics)提供的综合性专利数据库,收录了来自全球40多个专利授权机构的超过1亿份专利文献。该数据库整合了德温特世界专利索引(DWPI)增强的专利数据与来自Web of Science平台的专利引用信息。其特色包括专家专利索引、标准化专利家族、化学结构检索功能和增强的英文摘要。德温特创新索引广泛用于竞争情报、技术景观分析、专利分析、现有技术检索、自由实施分析以及制药、生物技术、化学、电子、工程等行业的研发决策。" + "en": "The Copernicus Data Space Ecosystem is Europe's flagship Earth observation platform, providing free and open access to satellite imagery and data from Copernicus Sentinel missions and Contributing Missions. It offers immediate access to the full historical archive of Sentinel satellite data (from 2014 to present) with powerful cloud-based processing capabilities. The platform succeeded the Copernicus Open Access Hub in 2023, providing enhanced data access, visualization, and analysis tools including APIs, openEO services, and JupyterLab environments.", + "zh": "哥白尼数据空间生态系统是欧洲旗舰地球观测平台,提供来自哥白尼哨兵卫星任务和贡献任务的免费开放卫星影像和数据。该平台提供从2014年至今完整的哨兵卫星历史数据档案的即时访问,并具有强大的云端处理能力。该平台于2023年接替了哥白尼开放访问中心,提供增强的数据访问、可视化和分析工具,包括API、openEO服务和JupyterLab环境。" }, - "website": "https://clarivate.com", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "api_url": "https://developer.clarivate.com/apis", - "authority_level": "commercial", + "website": "https://www.copernicus.eu", + "data_url": "https://dataspace.copernicus.eu", + "api_url": "https://documentation.dataspace.copernicus.eu", "country": null, "domains": [ - "Patents", - "Innovation", - "Intellectual Property", - "Pharmaceuticals", - "Biotechnology", - "Chemistry", - "Electronics", - "Engineering", - "Telecommunications", - "Materials Science", - "Medical Technology", - "Mechanical Engineering", - "Computer Science", - "Aerospace", - "Automotive" + "Earth Observation", + "Remote Sensing", + "Climate Change", + "Land Monitoring", + "Ocean Monitoring", + "Atmosphere Monitoring", + "Emergency Management", + "Agriculture", + "Forestry" + ], + "geographic_scope": "global", + "update_frequency": "daily", + "tags": [ + "satellite", + "earth-observation", + "remote-sensing", + "sentinel", + "copernicus", + "esa", + "european-union", + "climate", + "land-monitoring", + "ocean-monitoring", + "atmosphere", + "geospatial", + "open-data" ], - "geographic_scope": "global", - "update_frequency": "weekly", + "data_content": { + "en": [ + "Sentinel-1 SAR (Synthetic Aperture Radar) data - SLC and GRD products", + "Sentinel-2 Multispectral imagery - L1C and L2A (Collection 1)", + "Sentinel-3 Ocean and land monitoring data", + "Sentinel-5P Atmospheric composition data", + "Copernicus Contributing Missions data", + "Landsat data collections", + "Copernicus Land Monitoring Service products", + "Copernicus Marine Environment Monitoring Service data", + "MODIS data", + "Global and regional mosaics" + ], + "zh": [ + "哨兵1号合成孔径雷达(SAR)数据 - SLC和GRD产品", + "哨兵2号多光谱影像 - L1C和L2A(集合1)", + "哨兵3号海洋和陆地监测数据", + "哨兵5P号大气成分数据", + "哥白尼贡献任务数据", + "陆地卫星数据集", + "哥白尼陆地监测服务产品", + "哥白尼海洋环境监测服务数据", + "MODIS数据", + "全球和区域镶嵌数据" + ] + }, + "authority_level": "international", "has_api": true, - "tags": [ - "patents", - "intellectual-property", - "innovation", - "technology", - "competitive-intelligence", - "patent-analytics", - "prior-art", - "freedom-to-operate", - "patent-families", - "citations", - "chemical-structures", - "dwpi", - "technology-landscape", - "r-and-d", - "patent-classification", - "commercial-database", - "global-coverage", - "clarivate" - ], - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "international/earth-science/copernicus-data-space.json" }, { - "id": "caf", + "id": "nasa-earthdata", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "NASA Earthdata", + "zh": "NASA地球数据" }, "description": { - "en": "CAF - Development Bank of Latin America and the Caribbean is a multilateral financial institution established in 1970, promoting sustainable development and regional integration in Latin America and the Caribbean. With 24 member countries (21 from Latin America and the Caribbean, plus Spain and Portugal), CAF provides financial and technical assistance for projects in infrastructure, energy, social development, climate resilience, and economic transformation. As of 2024, CAF has approved USD 15.856 billion in financing with a consolidated portfolio of USD 34.702 billion. The bank serves public and private sectors across the region, focusing on sustainable infrastructure, climate finance, innovation, and inclusive development.", - "zh": "拉美和加勒比开发银行(CAF)是成立于1970年的多边金融机构,致力于促进拉美和加勒比地区的可持续发展和区域一体化。CAF拥有24个成员国(21个来自拉美和加勒比地区,以及西班牙和葡萄牙),为基础设施、能源、社会发展、气候韧性和经济转型等领域的项目提供金融和技术援助。截至2024年,CAF批准了158.56亿美元的融资,综合投资组合达347.02亿美元。该银行为该地区的公共和私营部门服务,重点关注可持续基础设施、气候融资、创新和包容性发展。" + "en": "NASA's Earth Science Data Systems (ESDS) Program provides open access to NASA's archive of Earth science data, empowering researchers and decision makers to better understand and protect our home planet. The archive contains over 128 petabytes of Earth observation data covering atmosphere, biosphere, climate indicators, cryosphere, human dimensions, land surface, ocean, solid earth, sun-earth interactions, and terrestrial hydrosphere.", + "zh": "NASA地球科学数据系统(ESDS)计划提供对NASA地球科学数据存档的开放访问,使研究人员和决策者能够更好地了解和保护我们的地球。该存档包含超过128 PB的地球观测数据,涵盖大气、生物圈、气候指标、冰冻圈、人类维度、陆地表面、海洋、固体地球、日地相互作用和陆地水圈。" }, - "website": "https://www.caf.com", - "data_url": "https://www.caf.com/en/", - "api_url": null, - "authority_level": "international", + "website": "https://www.earthdata.nasa.gov", + "data_url": "https://www.earthdata.nasa.gov", + "api_url": "https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal", "country": null, "domains": [ - "Development Finance", - "Economic Development", - "Infrastructure", - "Energy Transition", - "Climate Finance", - "Social Development", - "Education", - "Health", - "Water Resources", - "Transportation", - "Digital Transformation", - "Innovation", - "Agriculture", - "Environmental Sustainability", - "Climate Resilience", - "Urban Development", - "Regional Integration" + "earth-science", + "atmosphere", + "climate", + "environment", + "ocean", + "land-surface", + "cryosphere", + "biosphere" ], - "geographic_scope": "regional", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "development-finance", - "latin-america", - "caribbean", - "multilateral-development-bank", - "regional-development", - "infrastructure-finance", - "climate-finance", - "green-bonds", - "energy-transition", - "renewable-energy", - "sustainable-development", - "climate-resilience", - "economic-development", - "regional-integration", - "social-development", - "poverty-reduction", - "project-financing", - "development-assistance", - "lac-economics", - "caf", - "red-report", - "ideal-report", - "scioteca" + "nasa", + "earth-science", + "satellite-data", + "remote-sensing", + "climate", + "environment", + "open-data", + "api", + "geospatial" ], - "file_path": "international/development/caf.json" + "data_content": { + "en": [ + "Atmosphere - Aerosols, clouds, precipitation, atmospheric composition", + "Biosphere - Vegetation, ecosystems, biodiversity, land cover", + "Climate Indicators - Temperature, sea level, ice extent, greenhouse gases", + "Cryosphere - Snow cover, glaciers, ice sheets, sea ice", + "Human Dimensions - Land use, urban areas, population, socioeconomic data", + "Land Surface - Topography, soil moisture, land surface temperature", + "Ocean - Sea surface temperature, ocean color, salinity, currents", + "Solid Earth - Gravity, magnetic field, tectonics, volcanoes", + "Sun-Earth Interactions - Solar radiation, ionosphere, magnetosphere", + "Terrestrial Hydrosphere - Rivers, lakes, groundwater, wetlands, floods" + ], + "zh": [ + "大气 - 气溶胶、云、降水、大气成分", + "生物圈 - 植被、生态系统、生物多样性、土地覆盖", + "气候指标 - 温度、海平面、冰盖范围、温室气体", + "冰冻圈 - 积雪覆盖、冰川、冰盖、海冰", + "人类维度 - 土地利用、城市地区、人口、社会经济数据", + "陆地表面 - 地形、土壤湿度、地表温度", + "海洋 - 海表温度、海洋颜色、盐度、洋流", + "固体地球 - 重力、磁场、构造、火山", + "日地相互作用 - 太阳辐射、电离层、磁层", + "陆地水圈 - 河流、湖泊、地下水、湿地、洪水" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json" }, { - "id": "india-dgcis", + "id": "adb-ado", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, "description": { - "en": "The Directorate General of Commercial Intelligence and Statistics (DGCI&S), Kolkata, under the Ministry of Commerce and Industry, Government of India, is the pioneer official organization for collection, compilation and dissemination of India's Trade Statistics and Commercial Information. For over 150 years, this Directorate has served as the principal authority on trade-related information in India. DGCI&S collects basic data for both export and import of goods through Daily Trade Returns (DTRs) from different Customs formations and Special Economic Zones, with EDI data transmitted online daily through Indian Customs EDI Gateway (ICEGATE). It compiles and publishes foreign trade statistics, inland trade statistics covering inter-state movements of goods by rail, river and air, shipping statistics, coastal trade statistics, and customs and excise revenue collections.", - "zh": "印度商业情报与统计总局(DGCI&S)位于加尔各答,隶属于印度政府商务和工业部,是印度贸易统计和商业信息收集、编制和发布的先驱性官方机构。超过150年来,该局一直是印度贸易相关信息的主要权威机构。DGCI&S通过印度海关EDI网关(ICEGATE)每日在线接收来自不同海关系统和经济特区的每日贸易回执(DTR),收集进出口货物的基础数据。该局编制并发布对外贸易统计、涵盖铁路、河运和空运的州际货物流动的国内贸易统计、航运统计、沿海贸易统计以及海关和消费税征收统计。" + "en": "The Asian Development Outlook (ADO) is the flagship economic analysis publication of the Asian Development Bank. Published quarterly (April, July, September, and December), it provides comprehensive GDP growth forecasts, inflation rate projections, and economic analysis for 46 ADB developing member economies across five subregions: Caucasus and Central Asia, East Asia, South Asia, Southeast Asia, and The Pacific. The ADO delivers evidence-based policy recommendations for policymakers to address economic and development challenges in the Asia-Pacific region.", + "zh": "亚洲开发展望(ADO)是亚洲开发银行的旗舰经济分析出版物。该报告每季度发布一次(4月、7月、9月和12月),为亚行46个发展中成员经济体提供全面的GDP增长预测、通货膨胀率预测和经济分析,涵盖五个次区域:高加索和中亚、东亚、南亚、东南亚和太平洋地区。ADO为政策制定者提供基于证据的政策建议,以应对亚太地区的经济和发展挑战。" }, - "website": "https://www.commerce.gov.in/about-us/subordinate-offices/directorate-general-of-commercial-intelligence-and-statistics/", - "data_url": "https://www.commerce.gov.in/trade-statistics/", + "website": "https://www.adb.org", + "data_url": "https://www.adb.org/outlook", "api_url": null, - "authority_level": "government", - "country": "IN", + "country": null, "domains": [ - "International Trade", - "Foreign Trade Statistics", - "Inland Trade", - "Customs Statistics", - "Export Statistics", - "Import Statistics", - "Shipping Statistics", - "Coastal Trade", - "Inter-State Trade", - "Excise Revenue" + "Economics", + "Economic Forecasting", + "Macroeconomics", + "Finance", + "Development Economics", + "GDP Growth", + "Inflation", + "Poverty Analysis", + "Regional Economics", + "Public Sector Management" ], - "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "geographic_scope": "regional", + "update_frequency": "quarterly", "tags": [ + "asian-development-bank", + "adb", + "ado", + "asian-development-outlook", + "亚洲开发银行", + "亚洲开发展望", + "economic-forecasting", + "经济预测", + "gdp-growth", + "gdp", + "国内生产总值", + "经济增长", + "inflation", + "通货膨胀", + "asia-pacific", + "亚太地区", + "developing-economies", + "发展中经济体", + "macroeconomic-indicators", + "宏观经济指标", + "economic-outlook", + "经济展望", + "regional-economics", + "区域经济", + "development-analysis", + "发展分析", + "poverty", + "贫困", + "china", + "中国", "india", - "trade-statistics", - "foreign-trade", - "export-import", - "customs-data", - "government-statistics", - "economic-data", - "hs-classification", - "trade-policy", - "shipping-statistics", - "inland-trade", - "south-asia" + "印度", + "southeast-asia", + "东南亚", + "central-asia", + "中亚", + "caucasus", + "高加索", + "pacific-islands", + "太平洋岛国" ], - "file_path": "countries/asia/india/india-dgcis.json" + "data_content": { + "en": [ + "GDP Growth Forecasts - Quarterly projections for 46 developing member economies across the Asia-Pacific region", + "Inflation Rate Projections - Consumer price index forecasts and inflation analysis", + "Economic Analysis by Subregion - Detailed analysis for Caucasus and Central Asia (11 countries), East Asia (2 countries), South Asia (6 countries), Southeast Asia (8 countries), and The Pacific (15 countries)", + "Macroeconomic Indicators - Comprehensive economic statistics including fiscal policy, monetary policy, trade balance, and current account data", + "Development Trends - Analysis of poverty reduction, inclusive growth, and sustainable development progress", + "Risk Assessment - Evaluation of economic risks including global conditions, commodity prices, financial market volatility, and geopolitical factors", + "Policy Recommendations - Evidence-based policy guidance for economic development and crisis response for policymakers", + "Country-Specific Forecasts - Individual economic outlooks for major economies including China, India, and other developing Asian countries", + "Regional Economic Integration - Analysis of trade flows, investment patterns, and regional cooperation initiatives", + "Statistical Tables - Downloadable economic data linked to ADB Data Library" + ], + "zh": [ + "GDP增长预测 - 亚太地区46个发展中成员经济体的季度增长预测", + "通货膨胀率预测 - 消费者价格指数预测和通胀分析", + "分次区域经济分析 - 高加索和中亚(11国)、东亚(2国)、南亚(6国)、东南亚(8国)和太平洋地区(15国)的详细分析", + "宏观经济指标 - 包括财政政策、货币政策、贸易平衡和经常账户数据在内的综合经济统计", + "发展趋势 - 减贫、包容性增长和可持续发展进展分析", + "风险评估 - 经济风险评估,包括全球环境、大宗商品价格、金融市场波动和地缘政治因素", + "政策建议 - 为政策制定者提供基于证据的经济发展和危机应对政策指导", + "国别预测 - 包括中国、印度等主要经济体的单独经济展望", + "区域经济一体化 - 贸易流动、投资模式和区域合作倡议分析", + "统计表格 - 可下载的经济数据,链接到亚行数据库" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/economics/adb-ado.json" }, { - "id": "drugbank", + "id": "adb-data-library", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, "description": { - "en": "DrugBank is a comprehensive, free-to-access, online database containing information on drugs and drug targets created and maintained by the University of Alberta and The Metabolomics Innovation Centre located in Alberta, Canada. Started in 2006 in Dr. David Wishart's lab, DrugBank combines detailed drug (chemical, pharmacological and pharmaceutical) data with comprehensive drug target (sequence, structure, and pathway) information. As both a bioinformatics and cheminformatics resource, each entry contains more than 200 data fields with half devoted to drug/chemical data and half to drug target or protein data. The latest version (5.1.13, released 2025-01-02) contains 19,774 drug entries including 3,016 approved small molecule drugs, 1,766 approved biologics (proteins, peptides, vaccines, and allergenics), 135 nutraceuticals and over 8,928 experimental (discovery-phase) drugs. Additionally, 5,467 non-redundant protein (drug target/enzyme/transporter/carrier) sequences are linked to these drug entries.", - "zh": "DrugBank 是一个全面的、免费访问的在线数据库,包含由加拿大阿尔伯塔大学和代谢组学创新中心创建和维护的药物及药物靶点信息。DrugBank 于 2006 年在 David Wishart 博士的实验室启动,将详细的药物(化学、药理学和药学)数据与全面的药物靶点(序列、结构和通路)信息相结合。作为生物信息学和化学信息学资源,每个条目包含超过 200 个数据字段,其中一半专注于药物/化学数据,另一半专注于药物靶点或蛋白质数据。最新版本(5.1.13,2025-01-02 发布)包含 19,774 个药物条目,包括 3,016 个批准的小分子药物、1,766 个批准的生物制剂(蛋白质、肽、疫苗和过敏原)、135 个营养保健品和超过 8,928 个实验(发现阶段)药物。此外,5,467 个非冗余蛋白质(药物靶点/酶/转运体/载体)序列与这些药物条目相关联。" + "en": "The central repository for all of ADB's public data, providing free and open access to macro-economic and social data from the Asian Development Bank's flagship publications. Covers data from the Asian Development Outlook (ADO), Key Indicators for Asia and the Pacific, and other authoritative sources. Includes economic indicators, financial data, and project-level information for the Asia-Pacific region.", + "zh": "亚洲开发银行所有公开数据的中央存储库,提供来自亚洲开发银行旗舰出版物的宏观经济和社会数据的免费开放访问。涵盖《亚洲发展展望》(ADO)、《亚太地区关键指标》等权威来源的数据。包括亚太地区的经济指标、金融数据和项目级信息。" }, - "website": "https://www.drugbank.com", - "data_url": "https://go.drugbank.com", - "api_url": "https://docs.drugbank.com", - "authority_level": "research", + "website": "https://www.adb.org", + "data_url": "https://data.adb.org", + "api_url": "https://data.adb.org", + "authority_level": "international", "country": null, "domains": [ - "Pharmaceutical Sciences", - "Drug Discovery", - "Drug Development", - "Pharmacology", - "Medicinal Chemistry", - "Bioinformatics", - "Cheminformatics", - "Clinical Pharmacology", - "Drug Metabolism", - "Toxicology" + "economics", + "finance", + "social", + "development" + ], + "geographic_scope": "regional", + "update_frequency": "annual", + "tags": [ + "asian-development-bank", + "亚洲开发银行", + "adb", + "asia-pacific", + "亚太地区", + "economic-indicators", + "经济指标", + "gdp", + "国内生产总值", + "poverty", + "贫困", + "development-data", + "发展数据", + "infrastructure", + "基础设施", + "vietnam", + "越南", + "quarterly-data", + "季度数据", + "open-data", + "开放数据", + "api" ], - "geographic_scope": "global", - "update_frequency": "irregular", + "data_content": { + "en": [ + "GDP and economic growth indicators for Asia-Pacific countries", + "Poverty and income distribution statistics", + "Population and demographic data", + "Education and health indicators", + "Infrastructure development metrics", + "Financial and corporate data from ADB Annual Report", + "Project-level data and development assistance", + "Key Indicators for Asia and the Pacific", + "Asian Development Outlook (ADO) economic forecasts", + "Quarterly economic indicators including Vietnam data" + ], + "zh": [ + "亚太国家GDP和经济增长指标", + "贫困和收入分配统计", + "人口和人口统计数据", + "教育和健康指标", + "基础设施发展指标", + "亚行年度报告中的金融和企业数据", + "项目级数据和发展援助", + "亚太地区关键指标", + "亚洲发展展望(ADO)经济预测", + "包括越南数据在内的季度经济指标" + ] + }, "has_api": true, - "tags": [ - "pharmaceutical", - "drug-discovery", - "drug-development", - "pharmacology", - "medicinal-chemistry", - "bioinformatics", - "cheminformatics", - "drug-targets", - "proteins", - "small-molecules", - "biologics", - "admet", - "drug-interactions", - "clinical-pharmacology", - "metabolism", - "toxicology", - "fda", - "academic-research", - "commercial-research" - ], - "file_path": "academic/chemistry/drugbank.json" + "file_path": "international/economics/adb-data-library.json" }, { - "id": "ecb-sdw", + "id": "adb-vietnam", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, "description": { - "en": "The ECB Data Portal (formerly Statistical Data Warehouse) provides comprehensive access to all official statistics published by the European Central Bank and the European System of Central Banks. It offers extensive economic and financial data for the euro area, including monetary policy statistics, balance of payments, government finance, banking statistics, and financial market indicators. The portal implements the SDMX 2.1 standard for data dissemination and provides both web interface and programmatic API access to support research, policy analysis, and economic monitoring.", - "zh": "欧洲央行数据门户(原统计数据仓库)提供对欧洲央行和欧洲中央银行体系发布的所有官方统计数据的全面访问。它提供欧元区广泛的经济和金融数据,包括货币政策统计、国际收支、政府财政、银行统计和金融市场指标。该门户采用 SDMX 2.1 标准进行数据传播,提供网页界面和程序化 API 访问,支持研究、政策分析和经济监测。" + "en": "Comprehensive economic development indicators and statistics for Vietnam from the Asian Development Bank (ADB). Covers GDP growth, inflation, economic forecasts, poverty statistics, government finance, trade, balance of payments, and development assistance data. Includes data from the Key Indicators Database, Asian Development Outlook (ADO), and country-specific economic analysis.", + "zh": "亚洲开发银行(ADB)提供的越南综合经济发展指标和统计数据。涵盖GDP增长、通货膨胀、经济预测、贫困统计、政府财政、贸易、国际收支和发展援助数据。包括来自关键指标数据库、亚洲发展展望(ADO)和越南国别经济分析的数据。" }, - "website": "https://www.ecb.europa.eu", - "data_url": "https://data.ecb.europa.eu/", - "api_url": "https://data.ecb.europa.eu/help/api/overview", - "authority_level": "government", - "country": null, + "website": "https://www.adb.org", + "data_url": "https://www.adb.org/countries/viet-nam/data", + "api_url": null, + "authority_level": "international", + "country": "VN", "domains": [ - "Monetary Policy", - "Banking Statistics", - "Balance of Payments", - "Government Finance", - "Financial Markets", - "Exchange Rates", - "Interest Rates", - "Financial Stability", - "Banking Supervision", - "National Accounts" + "economics", + "finance", + "development", + "social" ], - "geographic_scope": "regional", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "annual", "tags": [ - "european-central-bank", - "monetary-policy", - "euro-area", - "financial-statistics", - "banking-statistics", - "exchange-rates", + "asian-development-bank", + "亚洲开发银行", + "adb", + "vietnam", + "越南", + "viet-nam", + "economic-indicators", + "经济指标", + "gdp-growth", + "gdp增长", + "inflation", + "通货膨胀", + "economic-forecast", + "经济预测", + "poverty", + "贫困", + "development-data", + "发展数据", + "key-indicators", + "关键指标", + "asian-development-outlook", + "亚洲发展展望", + "ado", "government-finance", + "政府财政", + "trade", + "贸易", "balance-of-payments", - "sdmx", - "financial-stability", - "interest-rates", - "economic-indicators", - "central-banking", - "eurozone" + "国际收支", + "country-data", + "国别数据" ], - "file_path": "international/economics/ecb-sdw.json" + "data_content": { + "en": [ + "GDP growth rates and economic forecasts (6.7% in 2025, 6.0% in 2026)", + "Inflation rates and price indices (3.9% in 2025, 3.8% in 2026)", + "Population and demographic statistics", + "Labor force and employment indicators", + "Poverty and income distribution data", + "Government finance and fiscal indicators", + "National accounts and production statistics", + "Banking and monetary statistics", + "Trade and balance of payments data", + "Foreign exchange rates and external debt", + "Energy and environmental indicators", + "Sustainable Development Goals (SDG) indicators", + "ADB project performance and cofinancing data", + "Development results and success rates (2010-2018)" + ], + "zh": [ + "GDP增长率和经济预测(2025年6.7%,2026年6.0%)", + "通货膨胀率和价格指数(2025年3.9%,2026年3.8%)", + "人口和人口统计数据", + "劳动力和就业指标", + "贫困和收入分配数据", + "政府财政和财政指标", + "国民账户和生产统计", + "银行和货币统计", + "贸易和国际收支数据", + "外汇汇率和外债", + "能源和环境指标", + "可持续发展目标(SDG)指标", + "亚行项目绩效和联合融资数据", + "发展成果和成功率(2010-2018年)" + ] + }, + "has_api": false, + "file_path": "international/economics/adb-vietnam.json" }, { - "id": "ecdc-surveillance", + "id": "bis-statistics", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "description": { - "en": "The European Centre for Disease Prevention and Control (ECDC) provides comprehensive surveillance data on infectious diseases across the European Union and European Economic Area. ECDC collects, analyzes and shares data on more than 50 infectious disease topics through The European Surveillance System (TESSy), including COVID-19, influenza, HIV/AIDS, hepatitis, measles, tuberculosis, and antimicrobial resistance. The data is made accessible through interactive dashboards, downloadable datasets, and the Surveillance Atlas of Infectious Diseases.", - "zh": "欧洲疾病预防控制中心(ECDC)提供欧盟和欧洲经济区传染病的综合监测数据。ECDC通过欧洲监测系统(TESSy)收集、分析和共享50多个传染病主题的数据,包括COVID-19、流感、艾滋病毒/艾滋病、肝炎、麻疹、结核病和抗菌素耐药性。数据通过交互式仪表板、可下载数据集和传染病监测地图集等形式提供。" + "en": "BIS statistics, compiled in cooperation with central banks and other national authorities, are designed to inform analysis of financial stability, international monetary spillovers and global liquidity. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, central bank statistics, and payment statistics.", + "zh": "国际清算银行(BIS)统计数据与各国中央银行和其他国家机构合作编制,旨在为金融稳定、国际货币溢出效应和全球流动性分析提供信息。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率、中央银行统计和支付统计。" }, - "website": "https://www.ecdc.europa.eu", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "api_url": null, - "authority_level": "international", + "website": "https://www.bis.org", + "data_url": "https://data.bis.org/", + "api_url": "https://stats.bis.org/api-doc/v2/", "country": null, "domains": [ - "Infectious Diseases", - "Public Health", - "Epidemiology", - "Disease Surveillance", - "Antimicrobial Resistance", - "Immunization", - "Healthcare-Associated Infections", - "Vector-Borne Diseases", - "Food and Waterborne Diseases", - "Respiratory Diseases" + "Banking", + "Finance", + "Securities", + "Credit", + "Liquidity", + "Derivatives", + "Real Estate", + "Prices", + "Exchange Rates", + "Central Banking", + "Payments" ], - "geographic_scope": "regional", - "update_frequency": "weekly", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "quarterly", "tags": [ - "infectious-diseases", - "public-health", - "surveillance", - "epidemiology", - "europe", - "ecdc", - "covid-19", - "influenza", - "antimicrobial-resistance", - "tuberculosis", - "hiv-aids", - "hepatitis", - "vaccination", - "outbreak", - "disease-control" + "banking", + "finance", + "securities", + "credit", + "derivatives", + "real-estate", + "exchange-rates", + "central-banking", + "payments", + "financial-stability", + "bis", + "global", + "time-series" ], - "file_path": "international/health/ecdc-surveillance.json" + "data_content": { + "en": [ + "Locational Banking Statistics - International banking activity from a residence perspective", + "Consolidated Banking Statistics - Worldwide consolidated positions of internationally active banking groups", + "Debt Securities Statistics - Issuance and amounts outstanding of debt securities", + "Credit to the Non-Financial Sector - Borrowing by government and private non-financial sectors", + "Credit-to-GDP Gaps - Deviations of credit-to-GDP ratio from long-term trend", + "Debt Service Ratios - Debt service burden for the private non-financial sector", + "Global Liquidity Indicators - Foreign currency credit to non-residents", + "OTC Derivatives Statistics - Over-the-counter derivatives markets", + "Exchange-Traded Derivatives - Exchange-traded derivatives statistics", + "Residential Property Prices - Real and nominal residential property price indices", + "Commercial Property Prices - Commercial property price indices", + "Consumer Price Indices - Consumer price inflation measures", + "Effective Exchange Rates - Nominal and real effective exchange rates", + "Central Bank Total Assets - Evolution of central banks' balance sheets", + "Central Bank Policy Rates - Policy interest rates set by central banks", + "Payment Statistics - Retail payment instruments and systems", + "Triennial Central Bank Survey - FX and OTC interest rate derivatives turnover" + ], + "zh": [ + "区位银行统计 - 基于居住地的国际银行业活动", + "合并银行统计 - 国际活跃银行集团的全球合并头寸", + "债务证券统计 - 债务证券的发行和未偿余额", + "非金融部门信贷 - 政府和私人非金融部门的借款", + "信贷与GDP缺口 - 信贷与GDP比率偏离长期趋势", + "债务偿付比率 - 私人非金融部门的债务偿付负担", + "全球流动性指标 - 对非居民的外币信贷", + "场外衍生品统计 - 场外衍生品市场", + "交易所交易衍生品 - 交易所交易衍生品统计", + "住宅房地产价格 - 实际和名义住宅房地产价格指数", + "商业房地产价格 - 商业房地产价格指数", + "消费者价格指数 - 消费者价格通胀衡量指标", + "有效汇率 - 名义和实际有效汇率", + "中央银行总资产 - 中央银行资产负债表的演变", + "中央银行政策利率 - 中央银行设定的政策利率", + "支付统计 - 零售支付工具和系统", + "三年一次中央银行调查 - 外汇和场外利率衍生品交易量" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "international/economics/bis.json" }, { - "id": "ebrd", + "id": "ceic-global-database", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "CEIC Global Database", + "zh": "环亚经济数据库" }, "description": { - "en": "The EBRD provides economic and financial data for countries across Central and Eastern Europe, Central Asia, and the Southern and Eastern Mediterranean. The bank publishes comprehensive transition indicators, investment statistics, and economic forecasts through its Transition Report and various analytical publications.", - "zh": "欧洲复兴开发银行为中东欧、中亚以及南地中海和东地中海国家提供经济和金融数据。该银行通过其《转型报告》和各种分析出版物发布全面的转型指标、投资统计数据和经济预测。" + "en": "Leading provider of economic intelligence covering developed and developing markets worldwide since 1992. Contains over 4.2 million time series from more than 2,500 sources, including macroeconomic indicators, industrial sector data, and alternative high-frequency data. Offers ground-level expertise in emerging markets with hyper-local economic data and exclusive access to hard-to-find market information.", + "zh": "自1992年以来全球领先的经济情报提供商,覆盖全球发达和发展中市场。包含超过420万个时间序列,来自2500多个数据源,涵盖宏观经济指标、工业部门数据和高频替代数据。在新兴市场提供实地专业知识,包括超本地化经济数据和独家难寻市场信息。" }, - "website": "https://www.ebrd.com", - "data_url": "https://www.ebrd.com", - "api_url": null, - "authority_level": "international", + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "api_url": "https://www.ceicdata.com/api/v1", "country": null, "domains": [ - "finance", "economics", - "development" + "finance", + "industry", + "trade", + "labor" ], - "geographic_scope": "regional", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "international_finance", - "transition_economies", - "development_finance", - "emerging_markets", - "eastern_europe", - "central_asia", - "regional_development" + "macroeconomic-data", + "emerging-markets", + "time-series", + "gdp", + "cpi", + "fdi", + "industrial-production", + "trade-statistics", + "labor-market", + "alternative-data", + "high-frequency-data", + "宏观经济数据", + "新兴市场", + "时间序列", + "工业生产", + "贸易统计", + "劳动力市场", + "高频数据" ], - "file_path": "international/finance/ebrd.json" + "data_content": { + "en": [ + "GDP, GNP, and national accounts data across 200+ countries", + "Consumer Price Index (CPI) and inflation indicators", + "Foreign Direct Investment (FDI) flows and stocks", + "International trade and balance of payments statistics", + "Labor market dynamics and employment data", + "Government finance and fiscal indicators", + "18 macroeconomic sectors with detailed indicators", + "14 industrial sectors including agriculture, automobiles, banking, energy, manufacturing, and telecommunications", + "High-frequency alternative data: e-commerce transactions, online sales, credit card spending, job postings, mobility trends, property transactions", + "ESG (Environmental, Social, Governance) data for sustainability assessment", + "County-level granular economic data for hyper-local analysis" + ], + "zh": [ + "200多个国家的GDP、GNP和国民账户数据", + "居民消费价格指数(CPI)和通胀指标", + "外国直接投资(FDI)流量和存量", + "国际贸易和国际收支统计", + "劳动力市场动态和就业数据", + "政府财政和财政指标", + "18个宏观经济部门的详细指标", + "14个工业部门,包括农业、汽车、银行、能源、制造和电信", + "高频替代数据:电子商务交易、在线销售、信用卡消费、职位发布、流动性趋势、房地产交易", + "ESG(环境、社会、治理)可持续性评估数据", + "县级粒度经济数据用于超本地化分析" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "international/economics/ceic-global-database.json" }, { - "id": "ena", + "id": "ceic-vietnam", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" }, "description": { - "en": "The European Nucleotide Archive (ENA) provides a comprehensive record of the world's nucleotide sequencing information, covering raw sequencing data, sequence assembly information and functional annotation. As part of the International Nucleotide Sequence Database Collaboration (INSDC) alongside NCBI GenBank and DDBJ, ENA serves as a globally comprehensive data resource preserving the world's public-domain output of sequence data. It offers an open, supported platform for the management, sharing, integration, archiving and dissemination of sequence data to support the global life sciences community.", - "zh": "欧洲核苷酸档案库(ENA)提供世界核苷酸测序信息的综合记录,涵盖原始测序数据、序列组装信息和功能注释。作为国际核苷酸序列数据库协作组织(INSDC)的成员之一(与NCBI GenBank和DDBJ并列),ENA是保存全球公共领域序列数据输出的全球综合数据资源。它为全球生命科学界提供开放、支持的序列数据管理、共享、整合、归档和传播平台。" + "en": "Comprehensive economic database covering Vietnam's macroeconomic indicators, industrial production, trade statistics, and labor market data. Includes structured data from Vietnam's General Statistics Office (GSO) with time series spanning from 1955 to 2030. Provides monthly, quarterly, and annual updates on key economic metrics including GDP, CPI, employment, trade, government finance, and financial markets.", + "zh": "全面的越南经济数据库,涵盖宏观经济指标、工业生产、贸易统计和劳动力市场数据。包含越南统计总局(GSO)的结构化数据,时间序列跨度从1955年至2030年。提供关键经济指标的月度、季度和年度更新,包括GDP、CPI、就业、贸易、政府财政和金融市场。" }, - "website": "https://www.ebi.ac.uk", - "data_url": "https://www.ebi.ac.uk/ena/browser/", - "api_url": "https://www.ebi.ac.uk/ena/browser/api/swagger-ui/index.html", - "authority_level": "international", - "country": null, + "website": "https://www.ceicdata.com", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "api_url": "https://developer.isimarkets.com/en/ApiProducts/CEIC", + "country": "VN", "domains": [ - "Genomics", - "Transcriptomics", - "Metagenomics", - "Molecular Biology", - "Bioinformatics", - "Biodiversity", - "Environmental Sciences", - "Healthcare", - "Pathogen Surveillance" + "economics", + "finance", + "trade", + "labor", + "industry" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "monthly", "tags": [ - "nucleotide sequences", - "DNA", - "RNA", - "genomics", - "sequencing", - "bioinformatics", - "INSDC", - "EMBL-EBI", - "genome assembly", - "metagenomics", - "transcriptomics", - "biodiversity", - "pathogen surveillance", - "open data", - "life sciences" + "vietnam", + "越南", + "vietnam-economy", + "越南经济", + "gso", + "越南统计总局", + "general-statistics-office", + "gdp", + "国内生产总值", + "cpi", + "居民消费价格指数", + "inflation", + "通货膨胀", + "employment", + "就业", + "trade-statistics", + "贸易统计", + "industrial-production", + "工业生产", + "government-finance", + "政府财政", + "financial-markets", + "金融市场", + "macroeconomic-indicators", + "宏观经济指标", + "time-series", + "时间序列" ], - "file_path": "academic/biology/ena.json" + "data_content": { + "en": [ + "National Accounts: GDP growth (13.5% as of Dec 2025), consumption, investment, savings rates", + "Production: Industrial production indices, minerals extraction, vehicle manufacturing statistics", + "Government Finance: Fiscal balance, tax revenue, government debt levels", + "Labor Market: Employment data, unemployment rate (2.22% as of Dec 2025), wages, labor productivity", + "International Trade: Export/import values, trade balance, bilateral trade flows", + "Monetary Indicators: Interest rates, exchange rates, money supply (M1, M2), foreign reserves", + "Price Indices: Consumer Price Index (CPI), producer price index, sectoral inflation rates", + "Energy: Electricity generation and consumption, oil, coal, natural gas production and usage", + "Tourism: International visitor arrivals, tourism revenue statistics", + "Financial Markets: Stock market indices, market capitalization, trading volumes", + "Population: Demographic data including projections (102.3 million in 2025)", + "Gross National Product: GNP data (USD 476.3 billion in 2024) and related metrics" + ], + "zh": [ + "国民账户: GDP增长率(截至2025年12月为13.5%)、消费、投资、储蓄率", + "生产: 工业生产指数、矿产开采、汽车制造统计", + "政府财政: 财政平衡、税收收入、政府债务水平", + "劳动力市场: 就业数据、失业率(截至2025年12月为2.22%)、工资、劳动生产率", + "国际贸易: 进出口额、贸易差额、双边贸易流量", + "货币指标: 利率、汇率、货币供应量(M1、M2)、外汇储备", + "价格指数: 居民消费价格指数(CPI)、生产者价格指数、分部门通胀率", + "能源: 电力生产与消费、石油、煤炭、天然气产量与使用", + "旅游: 国际游客到访人数、旅游收入统计", + "金融市场: 股票市场指数、市值、交易量", + "人口: 人口统计数据及预测(2025年为1.023亿)", + "国民生产总值: GNP数据(2024年为4763亿美元)及相关指标" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "international/economics/ceic-vietnam.json" }, { - "id": "faostat", + "id": "ecb-sdw", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, "description": { - "en": "FAOSTAT provides free access to food and agriculture data for over 245 countries and territories, covering all FAO regional groupings from 1961 to the most recent year available. The database contains comprehensive statistics on agricultural production, trade, food balances, emissions, land use, inputs, population, and sustainable development indicators.", - "zh": "粮农组织统计数据库(FAOSTAT)提供超过245个国家和地区的粮食和农业数据免费访问,涵盖联合国粮农组织所有区域分组,时间跨度从1961年至最新年份。该数据库包含农业生产、贸易、粮食平衡、排放、土地利用、投入品、人口和可持续发展指标等综合统计数据。" + "en": "The ECB Data Portal (formerly Statistical Data Warehouse) provides comprehensive access to all official statistics published by the European Central Bank and the European System of Central Banks. It offers extensive economic and financial data for the euro area, including monetary policy statistics, balance of payments, government finance, banking statistics, and financial market indicators. The portal implements the SDMX 2.1 standard for data dissemination and provides both web interface and programmatic API access to support research, policy analysis, and economic monitoring.", + "zh": "欧洲央行数据门户(原统计数据仓库)提供对欧洲央行和欧洲中央银行体系发布的所有官方统计数据的全面访问。它提供欧元区广泛的经济和金融数据,包括货币政策统计、国际收支、政府财政、银行统计和金融市场指标。该门户采用 SDMX 2.1 标准进行数据传播,提供网页界面和程序化 API 访问,支持研究、政策分析和经济监测。" }, - "website": "https://www.fao.org", - "data_url": "https://www.fao.org/faostat/en/", - "api_url": "https://www.fao.org/faostat/en/#faq", - "authority_level": "international", + "website": "https://www.ecb.europa.eu", + "data_url": "https://data.ecb.europa.eu/", + "api_url": "https://data.ecb.europa.eu/help/api/overview", "country": null, "domains": [ - "Agriculture", - "Food Security", - "Nutrition", - "Trade", - "Climate Change", - "Environment", - "Land Use", - "Forestry", - "Fisheries", - "Livestock", - "Crops", - "Investment", - "Employment", - "Prices" + "Monetary Policy", + "Banking Statistics", + "Balance of Payments", + "Government Finance", + "Financial Markets", + "Exchange Rates", + "Interest Rates", + "Financial Stability", + "Banking Supervision", + "National Accounts" ], - "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": true, + "geographic_scope": "regional", + "update_frequency": "daily", "tags": [ - "agriculture", - "food-security", - "nutrition", - "trade", - "climate-change", - "land-use", - "forestry", - "fisheries", - "livestock", - "crops", - "fao", - "united-nations", - "sdg", - "global", - "time-series" + "european-central-bank", + "monetary-policy", + "euro-area", + "financial-statistics", + "banking-statistics", + "exchange-rates", + "government-finance", + "balance-of-payments", + "sdmx", + "financial-stability", + "interest-rates", + "economic-indicators", + "central-banking", + "eurozone" ], - "file_path": "international/agriculture/faostat.json" + "data_content": { + "en": [ + "Monetary Policy Statistics - Interest rates, monetary aggregates, minimum reserve requirements", + "Exchange Rates - Euro foreign exchange reference rates, effective exchange rates", + "Balance of Payments - Current account, capital account, financial account statistics", + "Government Finance - Government debt, deficit statistics, Maastricht criteria indicators", + "Banking Statistics - Consolidated banking data, monetary financial institutions balance sheets", + "Financial Markets - Bond yields, stock market indices, financial derivatives", + "National Accounts - GDP, consumption, investment, trade statistics for euro area", + "Financial Stability Indicators - Banking sector stability, systemic risk measures", + "Banking Supervision - Supervisory statistics, capital adequacy ratios", + "Wage Tracker - Compensation indicators for euro area countries", + "Securities Holdings Statistics - Portfolio investment positions", + "Payment Systems - TARGET2 statistics, payment instruments data" + ], + "zh": [ + "货币政策统计 - 利率、货币总量、最低准备金要求", + "汇率 - 欧元外汇参考汇率、有效汇率", + "国际收支 - 经常账户、资本账户、金融账户统计", + "政府财政 - 政府债务、赤字统计、马斯特里赫特标准指标", + "银行统计 - 综合银行数据、货币金融机构资产负债表", + "金融市场 - 债券收益率、股票市场指数、金融衍生品", + "国民账户 - 欧元区 GDP、消费、投资、贸易统计", + "金融稳定指标 - 银行业稳定性、系统性风险度量", + "银行监管 - 监管统计、资本充足率", + "工资追踪 - 欧元区国家薪酬指标", + "证券持有统计 - 投资组合持仓", + "支付系统 - TARGET2 统计、支付工具数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "international/economics/ecb-sdw.json" }, { - "id": "us-ncbi-genbank", + "id": "imf-data", "name": { - "en": "GenBank", - "zh": "基因库" + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" }, "description": { - "en": "GenBank is the NIH genetic sequence database, an annotated collection of all publicly available DNA sequences. It is part of the International Nucleotide Sequence Database Collaboration (INSDC), which comprises the DNA DataBank of Japan (DDBJ), the European Nucleotide Archive (ENA), and GenBank at NCBI. These three organizations exchange data on a daily basis, providing comprehensive global coverage of nucleotide sequence data.", - "zh": "GenBank是美国国立卫生研究院的基因序列数据库,是所有公开可用DNA序列的注释集合。它是国际核苷酸序列数据库合作组织(INSDC)的一部分,该组织包括日本DNA数据库(DDBJ)、欧洲核苷酸档案馆(ENA)和NCBI的GenBank。这三个组织每天交换数据,提供全球核苷酸序列数据的全面覆盖。" + "en": "Comprehensive macroeconomic and financial data from the International Monetary Fund, covering balance of payments, international financial statistics, government finance, and World Economic Outlook databases.", + "zh": "国际货币基金组织提供的综合宏观经济和金融数据,涵盖国际收支、国际金融统计、政府财政和世界经济展望数据库。" }, - "website": "https://www.ncbi.nlm.nih.gov/", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", - "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", - "authority_level": "government", + "website": "https://www.imf.org", + "data_url": "https://data.imf.org", + "api_url": "https://datahelp.imf.org/knowledgebase/articles/667681-using-json-restful-web-service", "country": null, "domains": [ - "Genomics", - "Molecular Biology", - "Genetics", - "Bioinformatics" + "economics", + "finance" ], "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "genomics", - "DNA sequences", - "nucleotide database", - "molecular biology", - "genetics", - "bioinformatics", - "genome assembly", - "NCBI", - "NIH", - "INSDC", - "sequence database" + "macroeconomics", + "balance-of-payments", + "financial-statistics", + "exchange-rates", + "government-finance", + "imf", + "international-reserves", + "api" ], - "file_path": "academic/biology/genbank.json" + "data_content": { + "en": [ + "Balance of Payments statistics", + "International Financial Statistics (IFS)", + "Government Finance Statistics", + "World Economic Outlook (WEO) data", + "Exchange rates and currency data", + "International reserves", + "External debt statistics", + "Fiscal indicators and government debt", + "Monetary and financial indicators" + ], + "zh": [ + "国际收支统计", + "国际金融统计(IFS)", + "政府财政统计", + "世界经济展望(WEO)数据", + "汇率和货币数据", + "国际储备", + "外债统计", + "财政指标和政府债务", + "货币和金融指标" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/economics/imf.json" }, { - "id": "china-customs", + "id": "oecd-statistics", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, "description": { - "en": "The General Administration of Customs (GAC) is responsible for China's customs administration. It publishes comprehensive foreign trade statistics including import/export data by country, commodity, customs district, trade mode, and enterprise type. Covers merchandise trade values, volumes, prices, and trade balance data.", - "zh": "中华人民共和国海关总署负责中国的海关管理。发布全面的对外贸易统计数据,包括按国家/地区、商品、海关关区、贸易方式和企业类型分类的进出口数据。涵盖商品贸易金额、数量、价格和贸易差额数据。" + "en": "Comprehensive statistical database covering economic, social, and environmental data for OECD member countries and partner economies. Includes indicators on education, health, productivity, trade, taxation, and sustainable development.", + "zh": "涵盖经合组织成员国和伙伴经济体的经济、社会和环境数据的综合统计数据库。包括教育、健康、生产力、贸易、税收和可持续发展指标。" }, - "website": "http://www.customs.gov.cn", - "data_url": "http://www.customs.gov.cn", - "api_url": null, - "authority_level": "government", - "country": "CN", + "website": "https://www.oecd.org", + "data_url": "https://stats.oecd.org", + "api_url": "https://data.oecd.org/api", + "country": null, "domains": [ - "trade", "economics", - "international_commerce" + "social", + "environment", + "education", + "health", + "technology" ], - "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "geographic_scope": "regional", + "update_frequency": "quarterly", "tags": [ - "china", - "customs", - "foreign-trade", - "import", - "export", - "trade-statistics", - "hs-code", - "merchandise-trade" + "oecd", + "economic-indicators", + "education", + "health", + "productivity", + "trade", + "taxation", + "pisa", + "api" ], - "file_path": "china/economy/trade/customs.json" + "data_content": { + "en": [ + "National accounts and GDP", + "Labour market and employment statistics", + "International trade statistics", + "Education indicators (PISA, education attainment)", + "Health statistics and healthcare expenditure", + "Productivity and competitiveness metrics", + "Tax revenue statistics", + "Environmental indicators", + "Innovation and R&D statistics", + "Social expenditure and inequality data" + ], + "zh": [ + "国民账户和GDP", + "劳动力市场和就业统计", + "国际贸易统计", + "教育指标(PISA、教育程度)", + "健康统计和医疗支出", + "生产力和竞争力指标", + "税收收入统计", + "环境指标", + "创新和研发统计", + "社会支出和不平等数据" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/economics/oecd.json" }, { - "id": "ghdx", + "id": "worldbank-open-data", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, "description": { - "en": "The Global Health Data Exchange (GHDx) is the world's most comprehensive catalog of surveys, censuses, vital statistics, and other health-related data. Created and supported by IHME, it provides a centralized place for researchers, policymakers, and health practitioners to discover and access health and demographic data from around the world. The catalog includes both IHME-produced estimates from the Global Burden of Disease (GBD) study and data from external organizations covering surveys, registries, administrative health data, and financial data related to health.", - "zh": "全球健康数据交换平台(GHDx)是世界上最全面的调查、人口普查、生命统计和其他健康相关数据目录。由IHME创建和支持,为研究人员、政策制定者和健康从业者提供一个集中的平台来发现和访问全球健康和人口数据。该目录既包括IHME从全球疾病负担(GBD)研究中产生的估算数据,也包括来自外部组织的调查、登记、行政健康数据和健康相关财务数据。" + "en": "Free and open access to global development data including economic, social, and environmental indicators for over 200 countries and economies. Covers topics such as poverty, GDP, population, education, health, and infrastructure.", + "zh": "提供全球发展数据的免费开放访问,包括200多个国家和经济体的经济、社会和环境指标。涵盖贫困、GDP、人口、教育、健康和基础设施等主题。" }, - "website": "https://www.healthdata.org/", - "data_url": "https://ghdx.healthdata.org/", - "api_url": "https://ghdx.healthdata.org/ihme-api", - "authority_level": "research", + "website": "https://www.worldbank.org", + "data_url": "https://data.worldbank.org", + "api_url": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589", "country": null, "domains": [ + "economics", + "social", + "environment", "health", - "demographics", - "epidemiology", - "mortality", - "disease burden", - "health financing", - "risk factors", - "health systems" + "education" ], "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": true, + "update_frequency": "quarterly", "tags": [ - "global health", - "disease burden", - "GBD", - "IHME", - "mortality", - "epidemiology", - "health metrics", - "DALYs", - "life expectancy", - "health financing", - "risk factors", - "vaccination", - "health surveys", - "vital statistics", - "demographic data" + "development", + "poverty", + "gdp", + "international-finance", + "world-bank", + "economic-indicators", + "open-data", + "api" ], - "file_path": "academic/health/ghdx.json" + "data_content": { + "en": [ + "GDP and economic growth indicators", + "Poverty and income distribution data", + "International debt statistics", + "Trade and balance of payments", + "Foreign direct investment flows", + "Development assistance data", + "Human development indicators", + "Infrastructure and energy statistics", + "Environmental sustainability metrics" + ], + "zh": [ + "GDP和经济增长指标", + "贫困和收入分配数据", + "国际债务统计", + "贸易和国际收支", + "外国直接投资流量", + "发展援助数据", + "人类发展指标", + "基础设施和能源统计", + "环境可持续性指标" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/economics/worldbank.json" }, { - "id": "ggdc-databases", + "id": "iea-education-studies", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" }, "description": { - "en": "The Groningen Growth and Development Centre (GGDC) is a platform for research on economic growth and development, maintaining comprehensive databases on indicators of growth and development. The GGDC provides multiple databases covering productivity (Penn World Table, EU KLEMS, World KLEMS), global value chains (WIOD), historical development (Maddison Project), and structural change (10-Sector Database, Africa Sector Database). These databases enable cross-country comparisons and long-term analysis of economic performance.", - "zh": "格罗宁根增长与发展中心(GGDC)是经济增长和发展研究的平台,维护着全面的增长和发展指标数据库。GGDC提供多个数据库,涵盖生产率(宾州世界表、欧盟KLEMS、世界KLEMS)、全球价值链(WIOD)、历史发展(麦迪逊项目)和结构变化(10部门数据库、非洲部门数据库)。这些数据库支持跨国比较和经济表现的长期分析。" + "en": "IEA (International Association for the Evaluation of Educational Achievement) is an international cooperative of national research institutions, governmental research agencies, scholars, and analysts working to research, understand, and improve education worldwide. IEA conducts high-quality, large-scale comparative studies of education across the globe to provide educators, policymakers, and parents with insights into how students perform.", + "zh": "国际教育成就评价协会(IEA)是由国家研究机构、政府研究机构、学者和分析师组成的国际合作组织,致力于研究、理解和改善全球教育。IEA在全球范围内开展高质量的大规模教育比较研究,为教育工作者、政策制定者和家长提供学生表现的洞察。" }, - "website": "https://www.rug.nl/ggdc/", - "data_url": "https://www.rug.nl/ggdc/", + "website": "https://www.iea.nl", + "data_url": "https://www.iea.nl/data-tools/repository", "api_url": null, - "authority_level": "research", + "authority_level": "international", "country": null, "domains": [ - "economics", - "productivity", - "development", - "trade", - "structural-change" + "education", + "international-assessment", + "student-achievement" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "productivity", - "economic-growth", - "development", - "input-output-tables", - "global-value-chains", - "historical-gdp", - "structural-change", - "sectoral-data", - "academic-research", - "open-data" + "education", + "教育", + "international-assessment", + "国际评估", + "student-achievement", + "学生成就", + "TIMSS", + "PIRLS", + "ICCS", + "ICILS", + "LaNA", + "mathematics", + "数学", + "science", + "科学", + "reading-literacy", + "阅读素养", + "civic-education", + "公民教育", + "digital-literacy", + "数字素养", + "comparative-education", + "比较教育", + "educational-research", + "教育研究" ], - "file_path": "academic/economics/ggdc-databases.json" + "data_content": { + "en": [ + "TIMSS (Trends in International Mathematics and Science Study) - Mathematics and science achievement data for grades 4 and 8 students", + "TIMSS Advanced - Advanced mathematics and physics achievement data for final-year secondary school students", + "PIRLS (Progress in International Reading Literacy Study) - Reading literacy achievement data for grade 4 students", + "ICCS (International Civic and Citizenship Education Study) - Civic and citizenship education knowledge and attitudes data", + "ICILS (International Computer and Information Literacy Study) - Computer and information literacy skills data, including digital well-being and AI literacy", + "LaNA (Literacy and Numeracy Assessment) - Early grade literacy and numeracy assessment data", + "REDS (Responses to Educational Disruption Survey) - Educational disruption and response data during COVID-19", + "CIVED (Civic Education Study) - Historical civic education data", + "SITES (Second Information Technology in Education Study) - Information technology in education data", + "TEDS-M (Teacher Education and Development Study in Mathematics) - Mathematics teacher education and development data", + "Reading Literacy Study - Historical reading literacy data", + "Student achievement data, teacher questionnaires, school questionnaires, curriculum data, and contextual variables across multiple countries and education systems" + ], + "zh": [ + "TIMSS(国际数学与科学趋势研究) - 4年级和8年级学生的数学和科学成就数据", + "TIMSS Advanced - 中学最后一年学生的高级数学和物理成就数据", + "PIRLS(国际阅读素养进展研究) - 4年级学生的阅读素养成就数据", + "ICCS(国际公民与公民教育研究) - 公民与公民教育知识和态度数据", + "ICILS(国际计算机与信息素养研究) - 计算机和信息素养技能数据,包括数字福祉和人工智能素养", + "LaNA(识字和算术评估) - 早期年级识字和算术评估数据", + "REDS(教育中断应对调查) - COVID-19期间的教育中断和应对数据", + "CIVED(公民教育研究) - 历史公民教育数据", + "SITES(第二次教育信息技术研究) - 教育中的信息技术数据", + "TEDS-M(数学教师教育与发展研究) - 数学教师教育和发展数据", + "阅读素养研究 - 历史阅读素养数据", + "学生成就数据、教师问卷、学校问卷、课程数据以及跨多个国家和教育系统的背景变量" + ] + }, + "has_api": false, + "file_path": "international/education/iea-education-studies.json" }, { - "id": "hkex", + "id": "oecd-pisa", "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, "description": { - "en": "HKEX operates securities, derivatives, and commodities markets in Hong Kong and is a leading global exchange group. It provides comprehensive market data including real-time trading data, listed company disclosures, market indices, and clearing and settlement information. HKEX also operates HKEXnews, the official platform for listed company announcements and regulatory filings.", - "zh": "港交所(香港交易所)经营香港的证券、衍生品和商品市场,是全球领先的交易所集团。提供全面的市场数据,包括实时交易数据、上市公司披露信息、市场指数以及清算结算信息。港交所还运营HKEXnews(披露易),这是上市公司公告、招股书、IPO信息和监管文件的官方平台。" + "en": "PISA is the OECD's Programme for International Student Assessment. PISA measures 15-year-olds' ability to use their reading, mathematics and science knowledge and skills to meet real-life challenges. Since 2000, PISA has involved more than 100 countries and economies and around 3.7 million students worldwide. The assessment is conducted every three years and provides comparative data on education systems globally.", + "zh": "PISA 是经合组织(OECD)的国际学生评估项目。PISA 测量15岁学生运用阅读、数学和科学知识与技能应对现实挑战的能力。自2000年以来,PISA已涉及100多个国家和经济体,约370万名学生参与。该评估每三年进行一次,提供全球教育系统的比较数据。" }, - "website": "https://www.hkex.com.hk", - "data_url": "https://www.hkexnews.hk", - "api_url": "https://www.hkex.com.hk/Services/Market-Data-Services/Real-Time-Data-Services/Data-Licensing", - "authority_level": "commercial", + "website": "https://www.oecd.org", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "api_url": null, "country": null, "domains": [ - "finance", - "securities", - "derivatives", - "capital_markets" + "Education", + "Student Assessment", + "Reading Literacy", + "Mathematical Literacy", + "Scientific Literacy", + "Financial Literacy", + "Creative Thinking", + "Global Competence" ], - "geographic_scope": "regional", - "update_frequency": "real-time", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "irregular", "tags": [ - "hong-kong", - "港交所", - "stock-exchange", - "securities", - "derivatives", - "listed-companies", - "market-data", - "hkex", - "capital-markets", - "stock-connect", - "ipo", - "prospectus", - "招股书", - "上市公司" + "education", + "student-assessment", + "reading", + "mathematics", + "science", + "literacy", + "oecd", + "pisa", + "comparative-education", + "education-policy", + "student-performance", + "global", + "international-comparison" ], - "file_path": "china/finance/securities/hkex.json" + "data_content": { + "en": [ + "Student Performance - Reading, mathematics, and science achievement scores", + "Student Questionnaires - Background information, attitudes, and learning strategies", + "School Questionnaires - School environment, resources, and policies", + "Teacher Questionnaires - Teaching practices and professional development", + "Parent Questionnaires - Family background and parental involvement", + "Financial Literacy Assessment - Students' financial knowledge and skills", + "Creative Thinking Assessment - Creative problem-solving abilities", + "Global Competence - Cross-cultural understanding and awareness", + "Learning in the Digital World - Self-regulated learning with digital tools", + "Well-being Indicators - Student satisfaction, bullying, sense of belonging", + "Equity in Education - Socioeconomic status and achievement gaps", + "School Climate - Discipline, teacher support, academic expectations", + "ICT Familiarity - Computer usage and digital skills", + "Problem-Solving Skills - Collaborative and individual problem-solving" + ], + "zh": [ + "学生表现 - 阅读、数学和科学成绩分数", + "学生问卷 - 背景信息、态度和学习策略", + "学校问卷 - 学校环境、资源和政策", + "教师问卷 - 教学实践和专业发展", + "家长问卷 - 家庭背景和家长参与", + "金融素养评估 - 学生的金融知识和技能", + "创造性思维评估 - 创造性问题解决能力", + "全球胜任力 - 跨文化理解和意识", + "数字世界学习 - 使用数字工具的自主学习", + "幸福感指标 - 学生满意度、欺凌、归属感", + "教育公平 - 社会经济地位和成绩差距", + "学校氛围 - 纪律、教师支持、学术期望", + "ICT熟悉度 - 计算机使用和数字技能", + "问题解决技能 - 协作和个人问题解决" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/education/oecd-pisa.json" }, { "id": "iaea-energy-data", @@ -4970,7 +7594,6 @@ ], "geographic_scope": "global", "update_frequency": "monthly", - "has_api": true, "tags": [ "nuclear energy", "核能", @@ -4992,2298 +7615,3776 @@ "fuel testing", "燃料测试" ], - "file_path": "international/energy/iaea-energy-data.json" - }, - { - "id": "iais", - "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" - }, - "description": { - "en": "The International Association of Insurance Supervisors (IAIS) is the global standard-setting body for insurance supervision, bringing together insurance supervisors and regulators from over 200 jurisdictions representing 97% of the world's insurance premiums. Established in 1994, the IAIS develops principles, standards and guidance for effective insurance supervision, and publishes the Global Insurance Market Report (GIMAR) annually to monitor systemic risks and trends in the global insurance sector.", - "zh": "国际保险监督官协会(IAIS)是全球保险监督的标准制定机构,汇集了来自200多个司法管辖区的保险监督者和监管者,占全球保险费的97%。IAIS成立于1994年,负责制定有效保险监督的原则、标准和指南,并每年发布全球保险市场报告(GIMAR),监测全球保险行业的系统性风险和趋势。" - }, - "website": "https://www.iais.org/", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", - "api_url": null, - "authority_level": "international", - "country": null, - "domains": [ - "insurance", - "financial-stability", - "regulatory-standards" - ], - "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, - "tags": [ - "insurance", - "保险", - "insurance-supervision", - "保险监管", - "financial-stability", - "金融稳定", - "GIMAR", - "全球保险市场报告", - "ICS", - "insurance-capital-standard", - "保险资本标准", - "systemic-risk", - "系统性风险", - "ComFrame", - "insurance-core-principles", - "保险核心原则", - "climate-risk", - "气候风险", - "cyber-risk", - "网络风险", - "reinsurance", - "再保险" - ], - "file_path": "international/finance/iais.json" + "data_content": { + "en": [ + "Nuclear power plant specifications and technical characteristics", + "Reactor performance data including energy production and power loss", + "Monthly production statistics recorded since 1970", + "Nuclear power plant operational events and outage information", + "Decommissioning process data for shutdown units", + "International performance indicators for benchmarking and comparison", + "Nuclear fuel materials and testing data from coordinated research projects", + "Thermohydraulic boundary conditions and simulation data", + "Advanced technology and accident tolerant fuel materials database", + "Reactor type comparisons across countries and worldwide" + ], + "zh": [ + "核电站规格和技术特征", + "反应堆性能数据,包括能源生产和电力损失", + "自1970年以来记录的月度生产统计", + "核电站运营事件和停机信息", + "已关闭机组的退役过程数据", + "用于基准测试和比较的国际性能指标", + "来自协调研究项目的核燃料材料和测试数据", + "热工水力边界条件和模拟数据", + "先进技术和事故容错燃料材料数据库", + "各国及全球范围内的反应堆类型比较" + ] + }, + "has_api": true, + "file_path": "international/energy/iaea-energy-data.json" }, { - "id": "icao-aviation-data", + "id": "iea-energy-data", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, "description": { - "en": "The International Civil Aviation Organization (ICAO) provides comprehensive aviation data through its API Data Service, covering airport codes, airline designators, aircraft type codes, traffic statistics, safety data, NOTAMs, accident and incident reports, and operational information from 193 member states worldwide.", - "zh": "国际民用航空组织(ICAO)通过其API数据服务提供全面的航空数据,涵盖机场代码、航空公司代号、飞机型号代码、交通统计、安全数据、航行通告(NOTAM)、事故和事件报告,以及来自全球193个成员国的运营信息。" + "en": "The IEA Energy Data Centre provides the world's most authoritative and comprehensive source of global energy data. Covers energy supply and demand, energy balances, prices, RD&D, efficiency measures, and energy-related indicators across 150+ countries. Time series stretches back to 1971 and currently covers up to 95% of global energy supply. Created in 1974 to coordinate collective response to energy supply disruptions, the IEA has evolved to take an all-fuels, all-technology approach to energy security, affordability and sustainability.", + "zh": "国际能源署能源数据中心提供全球最权威和最全面的能源数据来源。涵盖150多个国家的能源供需、能源平衡、价格、研发投入、能效措施和能源相关指标。时间序列可追溯至1971年,目前覆盖全球95%的能源供应。IEA成立于1974年,旨在协调应对能源供应中断,现已发展为采用全燃料、全技术方法来确保能源安全、可负担性和可持续性。" }, - "website": "https://www.icao.int/", - "data_url": "https://dataservices.icao.int/", - "api_url": "https://dataservices.icao.int/", - "authority_level": "international", + "website": "https://www.iea.org", + "data_url": "https://www.iea.org/data-and-statistics", + "api_url": "https://www.iea.org/documentation", "country": null, "domains": [ - "transportation", - "aviation", - "safety", - "statistics" + "energy", + "climate", + "economics", + "environment" ], "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "aviation", - "航空", - "civil aviation", - "民用航空", - "airport codes", - "机场代码", - "airline codes", - "航空公司代码", - "aircraft codes", - "飞机代码", - "ICAO", - "国际民航组织", - "NOTAM", - "航行通告", - "flight data", - "飞行数据", - "air traffic", - "空中交通", - "aviation safety", - "航空安全", - "accident statistics", - "事故统计", - "DOC7910", - "DOC8585", - "DOC8643", - "API" + "energy", + "electricity", + "oil", + "gas", + "renewables", + "climate", + "emissions", + "energy-efficiency", + "energy-policy", + "iea", + "energy-statistics", + "energy-transition", + "international-organization", + "energy-data", + "oecd" ], - "file_path": "international/transportation/icao-aviation-data.json" + "data_content": { + "en": [ + "World Energy Statistics & Balances - comprehensive energy supply and demand data", + "Monthly Oil Data Service - detailed oil market statistics", + "Monthly Electricity Statistics - electricity production and trade data", + "Monthly Gas Statistics - natural gas statistics for OECD countries", + "Emissions Factors - GHG emission factors from electricity and heat generation", + "Energy prices and taxes data", + "Energy efficiency indicators", + "Renewable energy statistics", + "Energy RD&D budget data", + "Critical minerals and energy transition data", + "Global LNG capacity tracking", + "Energy policies database", + "Energy technology indicators", + "Data explorers and interactive visualizations", + "Chart library with all IEA published charts" + ], + "zh": [ + "世界能源统计与平衡 - 综合能源供需数据", + "月度石油数据服务 - 详细的石油市场统计", + "月度电力统计 - 电力生产和贸易数据", + "月度天然气统计 - OECD国家天然气统计", + "排放因子 - 电力和热力生产的温室气体排放因子", + "能源价格和税收数据", + "能源效率指标", + "可再生能源统计", + "能源研发预算数据", + "关键矿产和能源转型数据", + "全球LNG产能跟踪", + "能源政策数据库", + "能源技术指标", + "数据探索器和交互式可视化", + "包含所有IEA发布图表的图表库" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/energy/iea.json" }, { - "id": "icc-trade-register", + "id": "basel-convention", "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, "description": { - "en": "The ICC Trade Register is the world's most comprehensive benchmark for trade and supply chain finance. Backed by over a decade of aggregated data from leading global banks and over $25.7 trillion in transactions, it delivers actionable insights into risk performance, default and loss rates, and emerging market opportunities. The register examines performance and risk profiles of trade finance instruments based on aggregated data supplied by 21 global banks.", - "zh": "国际商会贸易统计是全球贸易和供应链金融最全面的基准数据库。依托于来自全球领先银行超过十年的聚合数据和超过25.7万亿美元的交易量,提供关于风险表现、违约率、损失率和新兴市场机会的可操作性洞察。该统计基于21家全球银行提供的贸易融资工具的表现和风险概况聚合数据。" + "en": "The Basel Convention on the Control of Transboundary Movements of Hazardous Wastes and their Disposal is a global environmental treaty that regulates the international trade of hazardous waste. The Convention provides comprehensive data on national reporting of hazardous waste generation, import/export movements, disposal methods, and illegal trafficking incidents. Countries submit annual reports through an Electronic Reporting System (ERS), covering waste inventories, transboundary movements under the Prior Informed Consent procedure, and implementation status of technical guidelines for waste management including e-waste, plastic waste, batteries, and POPs waste.", + "zh": "巴塞尔公约(关于控制危险废物越境转移及其处置的巴塞尔公约)是一项全球性环境条约,旨在规范危险废物的国际贸易。该公约提供关于各国危险废物产生、进出口转移、处置方法和非法贩运事件的全面数据。各国通过电子报告系统(ERS)提交年度报告,涵盖废物清单、事先知情同意程序下的越境转移,以及电子废物、塑料废物、电池和持久性有机污染物废物等废物管理技术指南的实施状况。" }, - "website": "https://iccwbo.org/", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "website": "https://www.unep.org", + "data_url": "https://www.basel.int", "api_url": null, - "authority_level": "international", "country": null, "domains": [ - "trade", - "finance", - "banking" + "Environment", + "Waste Management", + "Hazardous Materials", + "International Trade", + "Environmental Law" ], "geographic_scope": "global", "update_frequency": "annual", + "tags": [ + "hazardous waste", + "environmental protection", + "waste management", + "transboundary movements", + "international convention", + "UNEP", + "e-waste", + "plastic waste", + "circular economy", + "environmental law", + "illegal trafficking" + ], + "data_content": { + "en": [ + "Hazardous waste generation by type and quantity", + "Transboundary movements of hazardous wastes (import/export)", + "Waste disposal and recovery operations", + "E-waste (Waste Electrical and Electronic Equipment)", + "Plastic waste movements and amendments", + "Waste batteries (lead-acid and other types)", + "POPs (Persistent Organic Pollutants) waste", + "Mercury waste", + "Waste pneumatic tyres", + "Ship dismantling data", + "Illegal trafficking incidents", + "National definitions of hazardous waste", + "Import/export restrictions by country", + "Status of ratifications and amendments", + "Country contacts and focal points", + "Technical guidelines implementation status" + ], + "zh": [ + "按类型和数量分类的危险废物产生量", + "危险废物的越境转移(进出口)", + "废物处置和回收作业", + "电子废物(废弃电气电子设备)", + "塑料废物转移和修正案", + "废电池(铅酸电池和其他类型)", + "持久性有机污染物废物", + "汞废物", + "废旧轮胎", + "拆船数据", + "非法贩运事件", + "各国危险废物的定义", + "各国进出口限制", + "批准和修正案状态", + "国家联络点", + "技术指南实施状况" + ] + }, + "authority_level": "international", "has_api": false, + "file_path": "international/environment/basel-convention.json" + }, + { + "id": "cdiac", + "name": { + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" + }, + "description": { + "en": "The Carbon Dioxide Information Analysis Center (CDIAC) was the primary climate-change data and information analysis center of the U.S. Department of Energy, operated by Oak Ridge National Laboratory from 1982 to 2017. CDIAC provided the world's longest time series of global and national CO2 emissions from fossil fuel combustion, cement production, and gas flaring, with consistent estimates dating back to 1751. The center compiled and distributed global change data, performed data quality assurance checks, and published reports on atmospheric trace gases and climate change. Since CDIAC's closure in 2017, its historical datasets have been archived at Lawrence Berkeley National Laboratory's ESS-DIVE repository, with ongoing data updates transferred to Appalachian State University and other specialized repositories.", + "zh": "碳信息分析中心(CDIAC)是美国能源部的主要气候变化数据和信息分析中心,由橡树岭国家实验室运营,时间跨度为1982年至2017年。CDIAC提供了世界上最长的全球和国家级化石燃料燃烧、水泥生产和天然气燃烧产生的二氧化碳排放时间序列数据,其一致性估算可追溯至1751年。该中心编制和分发全球变化数据,执行数据质量保证检查,并发布关于大气痕量气体和气候变化的报告。自2017年CDIAC关闭以来,其历史数据集已归档至劳伦斯伯克利国家实验室的ESS-DIVE存储库,持续的数据更新已转移至阿巴拉契亚州立大学和其他专业存储库。" + }, + "website": "https://ess-dive.lbl.gov/", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", + "api_url": "https://api-sandbox.ess-dive.lbl.gov/", + "country": null, + "domains": [ + "Climate Change", + "Environment", + "Carbon Emissions", + "Atmospheric Science", + "Energy Statistics", + "Greenhouse Gases" + ], + "geographic_scope": "global", + "update_frequency": "irregular", "tags": [ - "trade finance", - "贸易融资", - "supply chain finance", - "供应链金融", - "trade statistics", - "贸易统计", - "default rates", - "违约率", - "loss given default", - "违约损失率", - "trade register", - "贸易登记", - "ICC", - "国际商会", - "banking", - "银行业", - "risk assessment", - "风险评估", - "trade credit", - "贸易信贷", - "documentary trade", - "跟单贸易", - "letter of credit", - "信用证", - "guarantees", - "保函" + "cdiac", + "carbon-dioxide", + "co2-emissions", + "fossil-fuels", + "climate-change", + "greenhouse-gases", + "atmospheric-trace-gases", + "global-emissions", + "historical-data", + "climate-data", + "carbon-cycle", + "cement-production", + "gas-flaring", + "二氧化碳", + "碳排放", + "气候变化", + "温室气体", + "化石燃料", + "全球排放", + "历史数据", + "气候数据", + "碳循环", + "水泥生产", + "oak-ridge", + "ess-dive", + "doe", + "energy-department" ], - "file_path": "international/trade/icc-trade-register.json" + "data_content": { + "en": [ + "Global, regional, and national fossil-fuel CO2 emissions from 1751 to 2017", + "CO2 emissions from solid fuel consumption, liquid fuel consumption, and gas fuel consumption", + "CO2 emissions from cement manufacture and gas flaring", + "Atmospheric CO2 concentrations and trace gas measurements", + "Historical carbon dioxide data and climate research datasets", + "Oceanic trace gas data (transferred to NOAA's OCADS)", + "Land-use change and forestry emissions data", + "Energy production and consumption statistics related to emissions" + ], + "zh": [ + "1751年至2017年全球、区域和国家化石燃料二氧化碳排放数据", + "固体燃料消费、液体燃料消费和气体燃料消费产生的二氧化碳排放", + "水泥生产和天然气燃烧产生的二氧化碳排放", + "大气二氧化碳浓度和痕量气体测量数据", + "历史二氧化碳数据和气候研究数据集", + "海洋痕量气体数据(已转移至NOAA的OCADS)", + "土地利用变化和林业排放数据", + "与排放相关的能源生产和消费统计数据" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "international/environment/cdiac.json" }, { - "id": "iea-education-studies", + "id": "cites-trade-database", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" }, "description": { - "en": "IEA (International Association for the Evaluation of Educational Achievement) is an international cooperative of national research institutions, governmental research agencies, scholars, and analysts working to research, understand, and improve education worldwide. IEA conducts high-quality, large-scale comparative studies of education across the globe to provide educators, policymakers, and parents with insights into how students perform.", - "zh": "国际教育成就评价协会(IEA)是由国家研究机构、政府研究机构、学者和分析师组成的国际合作组织,致力于研究、理解和改善全球教育。IEA在全球范围内开展高质量的大规模教育比较研究,为教育工作者、政策制定者和家长提供学生表现的洞察。" + "en": "The CITES Trade Database is the most comprehensive and authoritative database on international trade in wildlife. Dating back to 1975, it reflects the official trade records as reported by Parties in their annual reports to the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES). The database is developed and maintained by UNEP-WCMC (United Nations Environment Programme World Conservation Monitoring Centre) on behalf of the CITES Secretariat, providing critical data for monitoring and regulating trade in endangered species worldwide.", + "zh": "CITES贸易数据库是关于野生动物国际贸易最全面、最权威的数据库。该数据库可追溯至1975年,反映了各缔约方在其年度报告中向《濒危野生动植物种国际贸易公约》(CITES)报告的官方贸易记录。该数据库由联合国环境规划署世界自然保护监测中心(UNEP-WCMC)代表CITES秘书处开发和维护,为监测和管理全球濒危物种贸易提供关键数据。" }, - "website": "https://www.iea.nl", - "data_url": "https://www.iea.nl/data-tools/repository", + "website": "https://unep-wcmc.org", + "data_url": "https://trade.cites.org", "api_url": null, - "authority_level": "international", "country": null, "domains": [ - "education", - "international-assessment", - "student-achievement" + "Wildlife Conservation", + "Endangered Species", + "International Trade", + "Environmental Protection", + "Biodiversity" ], "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "annual", "tags": [ - "education", - "教育", - "international-assessment", - "国际评估", - "student-achievement", - "学生成就", - "TIMSS", - "PIRLS", - "ICCS", - "ICILS", - "LaNA", - "mathematics", - "数学", - "science", - "科学", - "reading-literacy", - "阅读素养", - "civic-education", - "公民教育", - "digital-literacy", - "数字素养", - "comparative-education", - "比较教育", - "educational-research", - "教育研究" + "CITES", + "wildlife trade", + "endangered species", + "conservation", + "biodiversity", + "international trade", + "environmental protection", + "UNEP-WCMC", + "species monitoring", + "wildlife conservation", + "trade regulations", + "fauna and flora" ], - "file_path": "international/education/iea-education-studies.json" + "data_content": { + "en": [ + "International trade records for CITES-listed species (1975-present)", + "Trade data by exporter and importer countries", + "Species information (scientific and common names)", + "Trade purposes (commercial, scientific, educational, breeding, etc.)", + "Trade sources (wild-caught, captive-bred, confiscated, etc.)", + "Trade terms (live specimens, skins, ivory, meat, etc.)", + "Quantity and unit measurements", + "Year-by-year trade statistics", + "CITES appendix classifications (I, II, III)", + "Permit information and trade authorization" + ], + "zh": [ + "CITES列名物种的国际贸易记录(1975年至今)", + "按出口国和进口国分类的贸易数据", + "物种信息(学名和俗名)", + "贸易目的(商业、科学、教育、繁殖等)", + "贸易来源(野生捕获、人工繁殖、没收等)", + "贸易术语(活体标本、皮革、象牙、肉类等)", + "数量和单位测量", + "逐年贸易统计", + "CITES附录分类(I、II、III)", + "许可证信息和贸易授权" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/environment/cites-trade-database.json" }, { - "id": "iea-energy-data", + "id": "bis-reserves", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, "description": { - "en": "The IEA Energy Data Centre provides the world's most authoritative and comprehensive source of global energy data. Covers energy supply and demand, energy balances, prices, RD&D, efficiency measures, and energy-related indicators across 150+ countries. Time series stretches back to 1971 and currently covers up to 95% of global energy supply. Created in 1974 to coordinate collective response to energy supply disruptions, the IEA has evolved to take an all-fuels, all-technology approach to energy security, affordability and sustainability.", - "zh": "国际能源署能源数据中心提供全球最权威和最全面的能源数据来源。涵盖150多个国家的能源供需、能源平衡、价格、研发投入、能效措施和能源相关指标。时间序列可追溯至1971年,目前覆盖全球95%的能源供应。IEA成立于1974年,旨在协调应对能源供应中断,现已发展为采用全燃料、全技术方法来确保能源安全、可负担性和可持续性。" + "en": "The BIS Central Bank Total Assets dataset tracks the evolution of central bank balance sheets across more than 50 advanced and emerging market economies. Financial assets include gold, foreign international reserves and claims on government, financial and non-financial sectors. The dataset provides long historical series with annual data averaging around a century and quarterly/monthly data for more recent periods.", + "zh": "国际清算银行的中央银行总资产数据集追踪全球50多个发达和新兴市场经济体的中央银行资产负债表演变。金融资产包括黄金、外汇储备以及对政府、金融和非金融部门的债权。该数据集提供长时间历史序列,年度数据平均覆盖约一个世纪,并提供近期的季度和月度数据。" }, - "website": "https://www.iea.org", - "data_url": "https://www.iea.org/data-and-statistics", - "api_url": "https://www.iea.org/documentation", + "website": "https://www.bis.org", + "data_url": "https://data.bis.org/topics/CBTA", + "api_url": "https://stats.bis.org/api-doc/v2/", "authority_level": "international", "country": null, "domains": [ - "energy", - "climate", - "economics", - "environment" + "Central Banking", + "Foreign Exchange Reserves", + "Monetary Policy", + "Financial Markets", + "International Finance" ], "geographic_scope": "global", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "quarterly", "tags": [ - "energy", - "electricity", - "oil", - "gas", - "renewables", - "climate", - "emissions", - "energy-efficiency", - "energy-policy", - "iea", - "energy-statistics", - "energy-transition", - "international-organization", - "energy-data", - "oecd" + "bis", + "bank-for-international-settlements", + "国际清算银行", + "central-bank", + "中央银行", + "foreign-exchange-reserves", + "外汇储备", + "international-reserves", + "国际储备", + "central-bank-assets", + "央行资产", + "balance-sheet", + "资产负债表", + "gold-reserves", + "黄金储备", + "monetary-reserves", + "货币储备", + "reserve-management", + "储备管理", + "sdmx-api" ], - "file_path": "international/energy/iea.json" + "data_content": { + "en": [ + "Central Bank Total Assets - Aggregate balance sheet data for 50+ central banks", + "Foreign Exchange Reserves - International reserves holdings by central banks", + "Gold Reserves - Central bank gold holdings and valuations", + "Claims on Government - Central bank holdings of government securities", + "Claims on Financial Sector - Central bank lending to financial institutions", + "Historical Time Series - Annual data with median start year of 1942, some series dating to 19th century", + "Multiple Denominations - Data available in domestic currency, percentage of GDP, and US dollars" + ], + "zh": [ + "中央银行总资产 - 50多个中央银行的资产负债表汇总数据", + "外汇储备 - 中央银行持有的国际储备", + "黄金储备 - 中央银行的黄金持有量和估值", + "对政府债权 - 中央银行持有的政府证券", + "对金融部门债权 - 中央银行对金融机构的贷款", + "历史时间序列 - 年度数据中位数起始年份为1942年,部分序列可追溯至19世纪", + "多种计价单位 - 数据以本币、GDP百分比和美元提供" + ] + }, + "has_api": true, + "file_path": "international/finance/bis-reserves.json" }, { - "id": "imf-data", + "id": "bis-statistics", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "description": { - "en": "Comprehensive macroeconomic and financial data from the International Monetary Fund, covering balance of payments, international financial statistics, government finance, and World Economic Outlook databases.", - "zh": "国际货币基金组织提供的综合宏观经济和金融数据,涵盖国际收支、国际金融统计、政府财政和世界经济展望数据库。" + "en": "The Bank for International Settlements (BIS) Statistics Portal provides comprehensive global financial and monetary statistics compiled in cooperation with 63 central banks and national authorities worldwide. Established in 1930, BIS serves central banks in their pursuit of monetary and financial stability through international cooperation. The statistics cover international banking, debt securities, credit, global liquidity, derivatives, property prices, consumer prices, exchange rates, and central bank statistics.", + "zh": "国际清算银行(BIS)统计门户提供与全球63家中央银行和国家当局合作编制的综合全球金融和货币统计数据。BIS成立于1930年,通过国际合作支持中央银行追求货币和金融稳定。统计数据涵盖国际银行业、债务证券、信贷、全球流动性、衍生品、房地产价格、消费者价格、汇率和中央银行统计。" }, - "website": "https://www.imf.org", - "data_url": "https://data.imf.org", - "api_url": "https://datahelp.imf.org/knowledgebase/articles/667681-using-json-restful-web-service", + "website": "https://www.bis.org", + "data_url": "https://data.bis.org", + "api_url": "https://stats.bis.org/api-doc/v2/", "authority_level": "international", "country": null, "domains": [ - "economics", - "finance" + "Banking", + "Finance", + "Securities", + "Credit", + "Liquidity", + "Derivatives", + "Real Estate", + "Exchange Rates", + "Central Banking", + "Monetary Policy", + "Payments" ], "geographic_scope": "global", - "update_frequency": "monthly", - "has_api": true, + "update_frequency": "quarterly", "tags": [ - "macroeconomics", - "balance-of-payments", - "financial-statistics", + "bis", + "bank-for-international-settlements", + "国际清算银行", + "central-bank", + "中央银行", + "banking-statistics", + "银行统计", + "international-banking", + "国际银行业", + "foreign-exchange", + "外汇", + "derivatives", + "衍生品", + "otc-derivatives", + "场外衍生品", + "global-liquidity", + "全球流动性", + "financial-stability", + "金融稳定", + "monetary-statistics", + "货币统计", + "credit", + "信贷", + "debt-securities", + "债券", "exchange-rates", - "government-finance", - "imf", - "international-reserves", - "api" + "汇率", + "property-prices", + "房地产价格", + "triennial-survey", + "三年期调查", + "sdmx-api", + "consolidated-banking", + "银行业综合统计", + "locational-banking", + "区域银行统计" ], - "file_path": "international/economics/imf.json" + "data_content": { + "en": [ + "Locational Banking Statistics - International banking activity from a residence perspective, covering cross-border positions", + "Consolidated Banking Statistics - Worldwide consolidated positions of internationally active banking groups", + "Global Liquidity Indicators - Foreign currency credit to non-bank borrowers outside the United States", + "Debt Securities Statistics - Issuance and amounts outstanding of international and domestic debt securities", + "Credit to Non-Financial Sector - Credit aggregates to households, non-financial corporations, and government", + "Credit-to-GDP Gaps - Deviations of credit-to-GDP ratios from long-term trends as early warning indicators", + "Debt Service Ratios - Principal and interest payments of private non-financial sector relative to income", + "Triennial Central Bank Survey - Foreign exchange and OTC derivatives market turnover and positions", + "OTC Derivatives Statistics - Notional amounts outstanding and gross market values of over-the-counter derivatives", + "Exchange-Traded Derivatives Statistics - Turnover and open interest in exchange-traded derivatives", + "Residential Property Prices - Real and nominal residential property price indices for advanced and emerging economies", + "Commercial Property Prices - Commercial real estate price indices", + "Effective Exchange Rates - Broad and narrow nominal and real effective exchange rate indices", + "US Dollar Exchange Rates - Bilateral exchange rates against the US dollar", + "Consumer Price Indices - Consumer price inflation measures for international comparison", + "Central Bank Total Assets - Evolution of central bank balance sheets across 50+ economies", + "Central Bank Policy Rates - Policy interest rates set by central banks", + "Payment Statistics - Retail and large-value payment instruments, systems, and transactions" + ], + "zh": [ + "区域性银行统计 - 从居住地角度的国际银行业活动,涵盖跨境头寸", + "合并银行统计 - 国际活跃银行集团的全球合并头寸", + "全球流动性指标 - 美国以外非银行借款人的外币信贷", + "债务证券统计 - 国际和国内债务证券的发行和未偿余额", + "非金融部门信贷 - 对家庭、非金融企业和政府的信贷总量", + "信贷与GDP缺口 - 信贷与GDP比率相对于长期趋势的偏差,作为早期预警指标", + "偿债比率 - 私人非金融部门的本金和利息支付相对于收入的比率", + "三年期中央银行调查 - 外汇和场外衍生品市场成交量及头寸", + "场外衍生品统计 - 场外衍生品的名义金额未偿余额和总市值", + "交易所交易衍生品统计 - 交易所交易衍生品的成交量和未平仓合约", + "住宅房地产价格 - 发达和新兴经济体的实际和名义住宅房地产价格指数", + "商业房地产价格 - 商业地产价格指数", + "有效汇率 - 广义和狭义的名义和实际有效汇率指数", + "美元汇率 - 相对于美元的双边汇率", + "消费者价格指数 - 用于国际比较的消费者价格通胀衡量指标", + "中央银行总资产 - 50多个经济体中央银行资产负债表的演变", + "中央银行政策利率 - 中央银行设定的政策利率", + "支付统计 - 零售和大额支付工具、系统和交易" + ] + }, + "has_api": true, + "file_path": "international/finance/bis-statistics.json" }, { - "id": "china-imt2030", + "id": "ebrd", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, "description": { - "en": "The IMT-2030 (6G) Promotion Group was established in June 2019 by China's Ministry of Industry and Information Technology. Built on the foundation of the IMT-2020 (5G) Promotion Group, it serves as the primary platform for aggregating China's industry-academia-research forces to advance sixth-generation mobile communication technology research and facilitate international exchanges and cooperation. The group publishes white papers, research reports, and technical standards on 6G vision, network architecture, wireless systems, typical scenarios, and key enabling technologies.", - "zh": "IMT-2030(6G)推进组于2019年6月由中国工业和信息化部推动成立,组织架构基于原IMT-2020(5G)推进组,成员包括中国主要的运营商、制造商、高校和研究机构。推进组是聚合中国产学研用力量、推动中国第六代移动通信技术研究和开展国际交流与合作的主要平台。该组织发布6G愿景、网络架构、无线系统、典型场景和关键技术等方面的白皮书、研究报告和技术标准。" + "en": "The EBRD provides economic and financial data for countries across Central and Eastern Europe, Central Asia, and the Southern and Eastern Mediterranean. The bank publishes comprehensive transition indicators, investment statistics, and economic forecasts through its Transition Report and various analytical publications.", + "zh": "欧洲复兴开发银行为中东欧、中亚以及南地中海和东地中海国家提供经济和金融数据。该银行通过其《转型报告》和各种分析出版物发布全面的转型指标、投资统计数据和经济预测。" }, - "website": "https://www.imt2030.org.cn/", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "website": "https://www.ebrd.com", + "data_url": "https://www.ebrd.com", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": null, "domains": [ - "telecommunications", - "wireless-communication", - "6g-technology", - "technology-research", - "network-architecture" + "finance", + "economics", + "development" ], - "geographic_scope": "national", - "update_frequency": "irregular", + "geographic_scope": "regional", + "update_frequency": "annual", + "tags": [ + "international_finance", + "transition_economies", + "development_finance", + "emerging_markets", + "eastern_europe", + "central_asia", + "regional_development" + ], + "data_content": { + "en": [ + "EBRD provides transition indicators, project finance data, macroeconomic statistics, and sector-specific investment information for emerging markets", + "Transition Indicators - Comprehensive indicators measuring progress in market reforms across multiple dimensions", + "Investment Statistics - Data on EBRD project investments, portfolio composition, and sectoral allocation", + "Economic Forecasts - GDP growth projections, inflation forecasts, and macroeconomic outlooks for operating countries", + "Sector Analysis - Detailed analysis and data for key sectors including energy, infrastructure, financial institutions, and manufacturing" + ], + "zh": [ + "欧洲复兴开发银行提供转型指标、项目融资数据、宏观经济统计数据以及新兴市场的行业特定投资信息", + "转型指标 - 衡量多维度市场改革进展的综合指标", + "投资统计 - 欧洲复兴开发银行项目投资、投资组合构成和行业配置数据", + "经济预测 - 运营国家的GDP增长预测、通胀预测和宏观经济展望", + "行业分析 - 能源、基础设施、金融机构和制造业等关键行业的详细分析和数据" + ] + }, + "authority_level": "international", "has_api": false, + "file_path": "international/finance/ebrd.json" + }, + { + "id": "iais", + "name": { + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" + }, + "description": { + "en": "The International Association of Insurance Supervisors (IAIS) is the global standard-setting body for insurance supervision, bringing together insurance supervisors and regulators from over 200 jurisdictions representing 97% of the world's insurance premiums. Established in 1994, the IAIS develops principles, standards and guidance for effective insurance supervision, and publishes the Global Insurance Market Report (GIMAR) annually to monitor systemic risks and trends in the global insurance sector.", + "zh": "国际保险监督官协会(IAIS)是全球保险监督的标准制定机构,汇集了来自200多个司法管辖区的保险监督者和监管者,占全球保险费的97%。IAIS成立于1994年,负责制定有效保险监督的原则、标准和指南,并每年发布全球保险市场报告(GIMAR),监测全球保险行业的系统性风险和趋势。" + }, + "website": "https://www.iais.org/", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "api_url": null, + "authority_level": "international", + "country": null, + "domains": [ + "insurance", + "financial-stability", + "regulatory-standards" + ], + "geographic_scope": "global", + "update_frequency": "annual", "tags": [ - "6G", - "IMT-2030", - "sixth-generation", - "第六代移动通信", - "wireless-communication", - "无线通信", - "white-paper", - "白皮书", - "network-architecture", - "网络架构", - "telecommunications", - "电信", - "5g", - "next-generation", - "下一代通信", - "CAICT", - "中国信息通信研究院", - "空天地一体化", - "integrated-space-air-ground", - "technical-standards", - "技术标准", - "research-reports", - "研究报告" + "insurance", + "保险", + "insurance-supervision", + "保险监管", + "financial-stability", + "金融稳定", + "GIMAR", + "全球保险市场报告", + "ICS", + "insurance-capital-standard", + "保险资本标准", + "systemic-risk", + "系统性风险", + "ComFrame", + "insurance-core-principles", + "保险核心原则", + "climate-risk", + "气候风险", + "cyber-risk", + "网络风险", + "reinsurance", + "再保险" ], - "file_path": "sectors/J-information-communication/china-imt2030.json" + "data_content": { + "en": [ + "Global Insurance Market Report (GIMAR) - annual assessment of global insurance market trends, developments and systemic risk", + "Insurance Capital Standard (ICS) data collection - monitoring data for internationally active insurance groups", + "Global Monitoring Exercise (GME) - assessment of insurers' solvency, profitability and liquidity positions", + "Climate-related risk data - insurance sector exposure to climate change risks", + "Cyber risk assessments - cyber insurance market and cyber resilience data", + "Natural catastrophe (NatCat) insurance protection gaps analysis", + "Private credit investment data - insurers' allocation to alternative assets", + "Reinsurance market data - global reinsurance sector monitoring", + "Insurance Core Principles (ICPs) and ComFrame implementation assessments", + "Supervisory standards, guidance and supporting materials for insurance regulation" + ], + "zh": [ + "全球保险市场报告(GIMAR) - 年度全球保险市场趋势、发展和系统性风险评估", + "保险资本标准(ICS)数据收集 - 国际活跃保险集团的监测数据", + "全球监测演练(GME) - 保险公司的偿付能力、盈利能力和流动性状况评估", + "气候相关风险数据 - 保险行业对气候变化风险的敞口", + "网络风险评估 - 网络保险市场和网络韧性数据", + "自然灾害(NatCat)保险保护缺口分析", + "私人信贷投资数据 - 保险公司对另类资产的配置", + "再保险市场数据 - 全球再保险行业监测", + "保险核心原则(ICPs)和ComFrame实施评估", + "保险监管的监管标准、指南和支持材料" + ] + }, + "has_api": false, + "file_path": "international/finance/iais.json" }, { - "id": "imagenet", + "id": "paris-club", "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" + "en": "Paris Club", + "zh": "巴黎俱乐部" }, "description": { - "en": "ImageNet is a large-scale image database organized according to the WordNet hierarchy. It contains over 14 million images spanning more than 21,000 synsets (synonym sets). The most widely-used subset is the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2012-2017 dataset, which includes 1,000 object classes with 1.28 million training images, 50,000 validation images, and 100,000 test images. ImageNet has been instrumental in advancing computer vision and deep learning research.", - "zh": "ImageNet 是一个按照 WordNet 层次结构组织的大规模图像数据库。包含超过 1400 万张图像,涵盖 21,000 多个同义词集。最广泛使用的子集是 ImageNet 大规模视觉识别挑战赛(ILSVRC)2012-2017 数据集,包含 1,000 个对象类别,128 万训练图像、5 万验证图像和 10 万测试图像。ImageNet 在推动计算机视觉和深度学习研究方面发挥了重要作用。" + "en": "The Paris Club is a group of major creditor countries whose role is to find coordinated and sustainable solutions to the payment difficulties experienced by debtor countries. It provides detailed data on debt treatment agreements, debt stocks, and debt service flows for debtor countries.", + "zh": "巴黎俱乐部是主要债权国组成的集团,其作用是为债务国面临的支付困难寻找协调和可持续的解决方案。它提供债务处理协议、债务存量和债务国债务偿还流量的详细数据。" }, - "website": "https://www.image-net.org", - "data_url": "https://www.image-net.org", + "website": "https://www.clubdeparis.org", + "data_url": "https://www.clubdeparis.org", "api_url": null, - "authority_level": "research", "country": null, "domains": [ - "Computer Vision", - "Deep Learning", - "Machine Learning", - "Artificial Intelligence", - "Image Classification", - "Object Recognition" + "finance", + "development", + "economics" ], - "geographic_scope": "global", + "geographic_scope": "regional", "update_frequency": "irregular", - "has_api": false, "tags": [ - "computer-vision", - "deep-learning", - "image-classification", - "machine-learning", - "benchmark-dataset", - "object-recognition", - "convolutional-neural-networks", - "transfer-learning", - "academic-research", - "visual-recognition" + "sovereign_debt", + "debt_restructuring", + "debt_relief", + "creditor_coordination", + "development_finance" ], - "file_path": "sectors/J-information-communication/imagenet.json" + "data_content": { + "en": [ + "Paris Club data includes debt treatment agreements, debt stocks and flows, debt service schedules, creditor participation, and historical debt restructuring operations for over 90 debtor countries", + "Debt Treatment Agreements - Details of bilateral and multilateral debt restructuring agreements negotiated with debtor countries", + "Debt Stock Data - Outstanding debt owed by debtor countries to Paris Club creditors", + "Debt Service Flows - Scheduled and actual debt service payments by debtor countries", + "Historical Agreements Database - Complete archive of all debt treatment agreements since 1956" + ], + "zh": [ + "巴黎俱乐部数据包括90多个债务国的债务处理协议、债务存量和流量、债务偿还时间表、债权人参与情况以及历史债务重组操作", + "债务处理协议 - 与债务国协商达成的双边和多边债务重组协议详情", + "债务存量数据 - 债务国欠巴黎俱乐部债权人的未偿债务", + "债务偿还流量 - 债务国预定和实际的债务偿还支付", + "历史协议数据库 - 自1956年以来所有债务处理协议的完整档案" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/finance/paris-club.json" }, { - "id": "idb", + "id": "africa-cdc", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, "description": { - "en": "The Inter-American Development Bank (IDB) is the leading source of financing and knowledge for improving lives in Latin America and the Caribbean. The IDB Open Data portal provides comprehensive socio-economic indicators, macroeconomic data, financial statistics, and project information for 26 borrowing member countries across the region. It includes specialized databases covering fiscal accounts, labor markets, social indicators, trade integration, and agricultural policies.", - "zh": "美洲开发银行(IDB)是改善拉丁美洲和加勒比地区生活的主要融资和知识来源。IDB开放数据门户为该地区26个借款成员国提供全面的社会经济指标、宏观经济数据、金融统计和项目信息。包括涵盖财政账户、劳动力市场、社会指标、贸易一体化和农业政策的专业数据库。" + "en": "Africa CDC strengthens the capacity and capability of Africa's public health institutions as well as partnerships to detect and respond quickly and effectively to disease threats and outbreaks, based on data-driven interventions and programmes. The agency provides comprehensive health surveillance data, epidemic intelligence reports, disease outbreak tracking, and public health resources across the African continent.", + "zh": "非洲疾病控制和预防中心加强非洲公共卫生机构的能力,以及合作伙伴关系,以基于数据驱动的干预措施和计划,快速有效地检测和应对疾病威胁和疫情。该机构提供全面的健康监测数据、流行病情报报告、疾病暴发跟踪和整个非洲大陆的公共卫生资源。" }, - "website": "https://www.iadb.org", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "api_url": "https://data.iadb.org/dataset/", - "authority_level": "international", + "website": "https://africacdc.org", + "data_url": "https://africacdc.org", + "api_url": null, "country": null, "domains": [ - "Development Finance", - "Macroeconomic Statistics", - "Fiscal Policy", - "Social Development", - "Education", - "Health", - "Labor Markets", - "Trade and Integration", - "Agriculture", - "Public Sector", - "Financial Sector" + "public health", + "epidemiology", + "disease surveillance", + "outbreak response", + "laboratory systems", + "health security" ], "geographic_scope": "regional", - "update_frequency": "quarterly", - "has_api": true, + "update_frequency": "weekly", "tags": [ - "development-finance", - "latin-america", - "caribbean", - "economic-development", - "social-development", - "multilateral-development-bank", - "open-data", - "macroeconomics", - "fiscal-policy", - "labor-markets" + "Africa CDC", + "public health", + "disease surveillance", + "epidemic intelligence", + "outbreak response", + "health security", + "African Union", + "COVID-19", + "Mpox", + "Ebola", + "regional health", + "laboratory systems", + "pathogen genomics", + "emergency preparedness" ], - "file_path": "international/development/idb.json" + "data_content": { + "en": [ + "Epidemic Intelligence Weekly Reports - Disease outbreak surveillance and monitoring across Africa", + "COVID-19 Data - Case numbers, testing, vaccinations, and hotspot tracking", + "Disease Outbreaks - Real-time tracking of Mpox, Ebola, Marburg, Rift Valley Fever and other infectious diseases", + "Laboratory Data - Testing capacity, diagnostic networks, and biosafety information", + "Emergency Response - Public health emergency preparedness and response data", + "Surveillance Systems - Event-based surveillance, mortality surveillance, and disease intelligence", + "Regional Coordination - Data from five Regional Coordination Centres (RCCs) across Africa", + "Public Health Resources - Guidelines, frameworks, fact sheets, and policy documents", + "Pathogen Genomics - Genomic surveillance data from the Institute of Pathogen Genomics" + ], + "zh": [ + "流行病情报周报 - 非洲疾病暴发监测和监控", + "COVID-19数据 - 病例数、检测、疫苗接种和热点追踪", + "疾病暴发 - 猴痘、埃博拉、马尔堡、裂谷热等传染病实时追踪", + "实验室数据 - 检测能力、诊断网络和生物安全信息", + "应急响应 - 公共卫生应急准备和响应数据", + "监测系统 - 事件监测、死亡率监测和疾病情报", + "区域协调 - 来自非洲五个区域协调中心(RCC)的数据", + "公共卫生资源 - 指南、框架、情况说明书和政策文件", + "病原体基因组学 - 来自病原体基因组学研究所的基因组监测数据" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/health/africa-cdc.json" }, { - "id": "china-miit-rare-earth", + "id": "ecdc-surveillance", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, "description": { - "en": "The Rare Earth Office under the Ministry of Industry and Information Technology's Raw Materials Industry Department is responsible for rare earth industry management, including production quota allocation, industry standards, total volume control, and product traceability. It releases the Rare Earth Management Regulations, implements total volume control measures for rare earth mining and smelting, and operates the Rare Earth Product Traceability Information System.", - "zh": "工业和信息化部原材料工业司稀土办公室负责稀土行业管理,包括生产配额分配、行业规范标准、总量调控管理以及产品追溯。发布《稀土管理条例》,实施稀土开采和冶炼分离总量调控管理暂行办法,运营稀土产品追溯信息系统。" + "en": "The European Centre for Disease Prevention and Control (ECDC) provides comprehensive surveillance data on infectious diseases across the European Union and European Economic Area. ECDC collects, analyzes and shares data on more than 50 infectious disease topics through The European Surveillance System (TESSy), including COVID-19, influenza, HIV/AIDS, hepatitis, measles, tuberculosis, and antimicrobial resistance. The data is made accessible through interactive dashboards, downloadable datasets, and the Surveillance Atlas of Infectious Diseases.", + "zh": "欧洲疾病预防控制中心(ECDC)提供欧盟和欧洲经济区传染病的综合监测数据。ECDC通过欧洲监测系统(TESSy)收集、分析和共享50多个传染病主题的数据,包括COVID-19、流感、艾滋病毒/艾滋病、肝炎、麻疹、结核病和抗菌素耐药性。数据通过交互式仪表板、可下载数据集和传染病监测地图集等形式提供。" }, - "website": "https://www.miit.gov.cn/", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "website": "https://www.ecdc.europa.eu", + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": null, "domains": [ - "resources", - "mineral", - "industry" + "Infectious Diseases", + "Public Health", + "Epidemiology", + "Disease Surveillance", + "Antimicrobial Resistance", + "Immunization", + "Healthcare-Associated Infections", + "Vector-Borne Diseases", + "Food and Waterborne Diseases", + "Respiratory Diseases" ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "regional", + "update_frequency": "weekly", "tags": [ - "稀土", - "rare earth", - "生产配额", - "production quota", - "总量调控", - "total volume control", - "行业规范", - "industry standards", - "稀土管理条例", - "rare earth management regulations", - "产品追溯", - "product traceability", - "工信部", - "MIIT", - "原材料工业司", - "Raw Materials Industry Department", - "稀土开采", - "rare earth mining", - "稀土冶炼", - "rare earth smelting", - "稀土分离", - "rare earth separation", - "独居石", - "monazite", - "中国稀土集团", - "China Rare Earth Group", - "北方稀土", - "Northern Rare Earth" + "infectious-diseases", + "public-health", + "surveillance", + "epidemiology", + "europe", + "ecdc", + "covid-19", + "influenza", + "antimicrobial-resistance", + "tuberculosis", + "hiv-aids", + "hepatitis", + "vaccination", + "outbreak", + "disease-control" ], - "file_path": "china/resources/mineral/china-miit-rare-earth.json" + "data_content": { + "en": [ + "Antimicrobial Resistance - EARS-Net surveillance data", + "Antimicrobial Consumption - ESAC-Net data", + "COVID-19 - Case notifications, testing, vaccination, variants", + "Influenza - Surveillance data from EISN network", + "Respiratory Viruses - Integrated surveillance for influenza, RSV, SARS-CoV-2", + "HIV/AIDS - Case notifications, prevalence, incidence", + "Tuberculosis - Case notifications, drug resistance", + "Hepatitis - Hepatitis B and C surveillance", + "Sexually Transmitted Infections - STI surveillance data", + "Vaccine-Preventable Diseases - Measles, rubella, pertussis, diphtheria", + "Food and Waterborne Diseases - Salmonella, Campylobacter, E.coli, Legionella", + "Vector-Borne Diseases - Dengue, chikungunya, West Nile virus, malaria", + "Healthcare-Associated Infections - HAI-Net surveillance", + "Invasive Bacterial Diseases - Meningococcal disease, pneumococcal disease", + "Emerging Infectious Diseases - Novel pathogens and outbreak data" + ], + "zh": [ + "抗菌素耐药性 - EARS-Net监测数据", + "抗菌素消耗 - ESAC-Net数据", + "COVID-19 - 病例通报、检测、疫苗接种、变异株", + "流感 - EISN网络监测数据", + "呼吸道病毒 - 流感、RSV、SARS-CoV-2综合监测", + "艾滋病毒/艾滋病 - 病例通报、患病率、发病率", + "结核病 - 病例通报、耐药性", + "肝炎 - 乙型和丙型肝炎监测", + "性传播感染 - 性传播感染监测数据", + "疫苗可预防疾病 - 麻疹、风疹、百日咳、白喉", + "食源性和水源性疾病 - 沙门氏菌、弯曲杆菌、大肠杆菌、军团菌", + "媒介传播疾病 - 登革热、基孔肯雅热、西尼罗病毒、疟疾", + "医疗相关感染 - HAI-Net监测", + "侵袭性细菌性疾病 - 脑膜炎球菌病、肺炎球菌病", + "新发传染病 - 新型病原体和疫情数据" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/health/ecdc-surveillance.json" }, { - "id": "china-mofcom", + "id": "wipo-ip-statistics", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, "description": { - "en": "The Ministry of Commerce (MOFCOM) is responsible for formulating policies on foreign trade, foreign investment, and domestic commerce in China. Provides data on foreign direct investment (FDI), outbound direct investment (ODI), retail sales, e-commerce, trade in services, and bilateral economic cooperation.", - "zh": "中华人民共和国商务部负责制定中国对外贸易、外商投资和国内商业政策。提供外商直接投资(FDI)、对外直接投资(ODI)、零售销售、电子商务、服务贸易和双边经济合作数据。" + "en": "The World Intellectual Property Organization (WIPO) IP Statistics Data Center provides comprehensive global intellectual property data. Established in 1967, WIPO serves 194 member states and provides statistical data on patents, utility models, trademarks, industrial designs, geographical indications, plant varieties, and microorganisms. The database offers extensive indicators for IP activity worldwide, supporting researchers, policymakers, and IP professionals.", + "zh": "世界知识产权组织(WIPO)知识产权统计数据中心提供全面的全球知识产权数据。WIPO成立于1967年,服务194个成员国,提供专利、实用新型、商标、工业品外观设计、地理标志、植物品种和微生物等知识产权统计数据。数据库提供全球知识产权活动的广泛指标,支持研究人员、政策制定者和知识产权专业人士。" }, - "website": "http://www.mofcom.gov.cn", - "data_url": "https://data.mofcom.gov.cn", + "website": "https://www.wipo.int", + "data_url": "https://www3.wipo.int/ipstats/", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": null, "domains": [ - "trade", - "investment", - "commerce", - "economics" + "intellectual property", + "patents", + "trademarks", + "innovation", + "technology" + ], + "geographic_scope": "global", + "update_frequency": "annual", + "tags": [ + "intellectual-property", + "patents", + "trademarks", + "industrial-design", + "innovation", + "technology", + "wipo", + "pct", + "madrid-system", + "hague-system", + "ip-statistics", + "international-organization", + "united-nations" ], - "geographic_scope": "national", - "update_frequency": "monthly", + "data_content": { + "en": [ + "Patent statistics - applications, grants, and in-force patents by country and technology field", + "Trademark statistics - applications and registrations worldwide", + "Industrial design statistics - applications and registrations", + "Utility model statistics - national and regional data", + "Geographical indications - protection data", + "Plant variety protection - applications and grants", + "Microorganism deposits - Budapest Treaty data", + "PCT System statistics - international patent applications", + "Madrid System statistics - international trademark registrations", + "Hague System statistics - international industrial design registrations", + "Country-specific IP profiles with detailed indicators", + "Technology field classifications using IPC", + "Top applicants and filers worldwide", + "World Intellectual Property Indicators annual reports", + "IP Facts and Figures publications" + ], + "zh": [ + "专利统计 - 按国家和技术领域的申请、授权和有效专利", + "商标统计 - 全球申请和注册数据", + "工业品外观设计统计 - 申请和注册数据", + "实用新型统计 - 国家和地区数据", + "地理标志 - 保护数据", + "植物品种保护 - 申请和授权", + "微生物保藏 - 布达佩斯条约数据", + "PCT系统统计 - 国际专利申请", + "马德里体系统计 - 国际商标注册", + "海牙体系统计 - 国际工业品外观设计注册", + "各国知识产权详细指标概况", + "使用IPC的技术领域分类", + "全球主要申请人和申请机构", + "世界知识产权指标年度报告", + "知识产权事实与数据出版物" + ] + }, + "authority_level": "international", "has_api": false, - "tags": [ - "china", - "commerce", - "fdi", - "odi", - "foreign-investment", - "retail", - "ecommerce", - "services-trade" - ], - "file_path": "china/economy/trade/mofcom.json" + "file_path": "international/intellectual-property/wipo.json" }, { - "id": "china-moe-higher-education", + "id": "bipm-kcdb", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "BIPM Key Comparison Database (KCDB)", + "zh": "国际度量衡局关键比对数据库", + "native": "Bureau International des Poids et Mesures (BIPM)" }, "description": { - "en": "Official higher education statistics published annually by China's Ministry of Education, covering enrollment, graduates, faculty, infrastructure and institutional data across undergraduate, graduate and vocational education programs. Provides comprehensive data on China's higher education development including detailed breakdowns by institution type, discipline, and educational level.", - "zh": "中华人民共和国教育部发布的年度全国高等教育事业发展统计公报,涵盖本科、研究生和职业教育的招生、毕业生、师资、基础设施和院校数据。提供中国高等教育发展的全面统计数据,包括按院校类型、学科和教育层次的详细分类。" + "en": "The Bureau International des Poids et Mesures (BIPM) is the international organization through which Member States work together on matters related to metrology. Established by the Metre Convention in 1875, the BIPM maintains the Key Comparison Database (KCDB), which provides public access to measurement comparison results and calibration and measurement capabilities (CMCs) under the CIPM Mutual Recognition Arrangement (CIPM MRA). The KCDB contains peer-reviewed and approved data on measurement standards, ensuring global comparability and traceability of measurements for scientific discovery, industrial manufacturing, international trade, quality of life, and environmental sustainability.", + "zh": "国际度量衡局(BIPM)是成员国在计量事务上开展合作的国际组织。BIPM于1875年根据米制公约建立,维护着关键比对数据库(KCDB),该数据库在国际计量委员会相互承认协议(CIPM MRA)框架下提供公开访问测量比对结果和校准测量能力(CMCs)的服务。KCDB包含经过同行评审和批准的测量标准数据,确保测量的全球可比性和可追溯性,服务于科学发现、工业制造、国际贸易、生活质量提升和环境可持续发展。" }, - "website": "http://www.moe.gov.cn/", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", - "api_url": null, - "authority_level": "government", - "country": "CN", + "website": "https://www.bipm.org", + "data_url": "https://www.bipm.org/kcdb", + "api_url": "https://www.bipm.org/en/cipm-mra/kcdb-api", + "country": null, "domains": [ - "education", - "higher_education", - "statistics" + "Metrology", + "Measurement Standards", + "International System of Units (SI)", + "Time and Frequency", + "Mass and Related Quantities", + "Length", + "Thermometry", + "Electricity and Magnetism", + "Photometry and Radiometry", + "Ionizing Radiation", + "Chemistry and Biology", + "Acoustics, Ultrasound and Vibration" ], - "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "教育统计", - "高等教育", - "education statistics", - "higher education", - "招生", - "毕业生", - "enrollment", - "graduates", - "本科", - "研究生", - "undergraduate", - "graduate", - "博士", - "硕士", - "doctoral", - "master's degree", - "理工科", - "STEM", - "science and engineering", - "普通本科", - "高职", - "职业教育", - "vocational education", - "高校", - "universities", - "院校数据", - "institutional data", - "师资", - "faculty", - "教师", - "teachers", - "学科分类", - "discipline classification", - "教育部", - "Ministry of Education", - "MOE", - "统计公报", - "statistical bulletin" + "metrology", + "measurement-standards", + "SI-units", + "calibration", + "international-standards", + "quality-assurance", + "UTC", + "traceability", + "CIPM-MRA", + "national-metrology-institutes" ], - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "data_content": { + "en": [ + "Calibration and Measurement Capabilities (CMCs) - 26,532 peer-reviewed measurement capabilities from national metrology institutes", + "Key Comparisons - 1,259 key comparison results establishing degree of equivalence among national measurement standards", + "Supplementary Comparisons - 765 additional comparison studies for specialized measurement areas", + "SI Base Units - Definitions and realizations of the seven SI base units (second, metre, kilogram, ampere, kelvin, mole, candela)", + "UTC Time Scale - International reference time scale and time dissemination services", + "Mass Metrology - Kibble balance measurements and kilogram realization following 2019 redefinition", + "Electrical Metrology - Quantum electrical standards based on Josephson and quantum Hall effects", + "Radiation Dosimetry - Standards for ionizing radiation measurement in medical and industrial applications", + "Gas Metrology - Reference materials and standards for gas composition and purity", + "JCGM Publications - Guide to the Expression of Uncertainty in Measurement (GUM) and International Vocabulary of Metrology (VIM)", + "CIPM MRA Participants - Information on 259 signatory organizations from member states and regional metrology organizations" + ], + "zh": [ + "校准和测量能力(CMCs)- 来自国家计量院的26,532个经过同行评审的测量能力", + "关键比对 - 1,259个关键比对结果,确定国家测量标准之间的等效程度", + "补充比对 - 765个针对专业测量领域的额外比对研究", + "SI基本单位 - 七个SI基本单位(秒、米、千克、安培、开尔文、摩尔、坎德拉)的定义和实现", + "UTC时间标度 - 国际参考时间标度和时间传播服务", + "质量计量 - 基布尔天平测量和2019年重新定义后的千克实现", + "电学计量 - 基于约瑟夫森效应和量子霍尔效应的量子电学标准", + "辐射剂量学 - 医疗和工业应用中电离辐射测量标准", + "气体计量 - 气体成分和纯度的参考物质和标准", + "JCGM出版物 - 测量不确定度表示指南(GUM)和国际计量学词汇(VIM)", + "CIPM MRA参与者 - 来自成员国和区域计量组织的259个签署机构信息" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/standards-metrology/bipm-kcdb.json" }, { - "id": "china-miit", + "id": "codex-alimentarius", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "description": { - "en": "MIIT is a ministry of the State Council responsible for regulating China's industrial sector, telecommunications, and the internet. It publishes comprehensive statistics and data on raw materials industry, equipment manufacturing, consumer goods industry, telecommunications, electronics and IT manufacturing, software industry, and internet services.", - "zh": "工业和信息化部是国务院组成部门,负责工业和信息化领域的行政管理和监管工作。发布原材料工业、装备工业、消费品工业、通信业、电子信息制造业、软件业、互联网等行业的统计数据和运行分析。" + "en": "The Codex Alimentarius, or 'Food Code', is a collection of internationally recognized standards, codes of practice, guidelines, and other recommendations relating to foods, food production, and food safety. Established jointly by the Food and Agriculture Organization (FAO) and the World Health Organization (WHO) in 1963, the Codex Alimentarius Commission develops harmonized international food standards to protect consumer health and ensure fair practices in food trade. The standards cover all principal foods, whether processed, semi-processed or raw, and address food labeling, food hygiene, food additives, pesticide residues, contaminants, certification and inspection systems.", + "zh": "国际食品法典(Codex Alimentarius),又称'食品法典',是一套国际公认的食品标准、操作规范、指南和其他与食品、食品生产和食品安全相关的建议集合。该委员会由联合国粮食及农业组织(FAO)和世界卫生组织(WHO)于1963年联合成立,旨在制定统一的国际食品标准,以保护消费者健康并确保食品贸易的公平实践。这些标准涵盖所有主要食品(无论是加工、半加工还是生鲜食品),并涉及食品标签、食品卫生、食品添加剂、农药残留、污染物、认证和检验系统等方面。" }, - "website": "https://www.miit.gov.cn/", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "website": "https://www.fao.org/fao-who-codexalimentarius/en/", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": null, "domains": [ - "industry", - "telecommunications", - "technology", - "manufacturing", - "electronics" + "Food Safety", + "Food Standards", + "Food Labeling", + "Food Hygiene", + "Food Additives", + "Pesticide Residues", + "Veterinary Drug Residues", + "Contaminants", + "Food Inspection", + "Certification Systems", + "Nutrition", + "Food Quality" ], - "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "annual", "tags": [ - "工业", - "信息化", - "industry", - "telecommunications", - "通信", - "制造业", - "manufacturing", - "电子信息", - "electronics", - "软件业", - "software", - "互联网", - "internet", - "装备工业", - "equipment", - "汽车", - "automotive", - "原材料", - "raw materials", - "消费品", - "consumer goods", - "工信部", - "MIIT", - "中国制造", - "Made in China" + "food-safety", + "food-standards", + "international-standards", + "food-regulation", + "food-labeling", + "food-hygiene", + "food-additives", + "pesticide-residues", + "veterinary-drugs", + "contaminants", + "food-quality", + "nutrition", + "fao", + "who", + "food-trade" ], - "file_path": "china/technology/telecommunications/china-miit.json" + "data_content": { + "en": [ + "General Standards - General principles of food hygiene, food labeling, food additives, contaminants and toxins", + "Commodity Standards - Standards for specific food products (cereals, fats and oils, fish and fishery products, fresh fruits and vegetables, meat and meat products, milk and milk products, sugars, processed and quick frozen foods)", + "Maximum Residue Limits (MRLs) - Pesticide residues, veterinary drug residues in foods", + "Codes of Practice - Hygienic practices for various food categories", + "Guidelines - Risk analysis, nutrition, food import and export inspection and certification", + "Food Additives - Specifications and acceptable daily intakes for food additives", + "Contaminant Levels - Maximum levels for contaminants and toxins in food and feed", + "Methods of Analysis and Sampling - Standard analytical methods for food testing" + ], + "zh": [ + "通用标准 - 食品卫生通用原则、食品标签、食品添加剂、污染物和毒素", + "商品标准 - 特定食品产品标准(谷物、油脂、鱼类和渔业产品、新鲜水果和蔬菜、肉类和肉制品、奶和奶制品、糖类、加工和速冻食品)", + "最大残留限量(MRLs) - 农药残留、兽药残留限量", + "操作规范 - 各类食品的卫生操作规范", + "指南 - 风险分析、营养、食品进出口检验和认证", + "食品添加剂 - 食品添加剂规格和每日允许摄入量", + "污染物水平 - 食品和饲料中污染物和毒素的最高限量", + "分析和采样方法 - 食品检测的标准分析方法" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json" }, { - "id": "china-mnr-minerals", + "id": "bea-international-trade", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, "description": { - "en": "The Ministry of Natural Resources (MNR) of China is responsible for managing the country's mineral resources, including rare earth elements. MNR publishes the China Mineral Resources Report annually, provides data on rare earth reserves and mining quotas, and manages mining rights registration for strategic minerals. The ministry implements total quantity control for rare earth extraction and smelting separation, with 2024 mining quotas set at 270,000 tons REO. China holds 44 million tons of rare earth reserves (48.89% of global total), distributed across northern light rare earth regions (primarily Inner Mongolia) and southern heavy rare earth regions (Guangdong, Jiangxi, Fujian, Guangxi, Hunan).", - "zh": "中华人民共和国自然资源部负责管理全国矿产资源,包括稀土等战略性矿产。自然资源部发布年度《中国矿产资源报告》,提供稀土矿产储量、开采配额等数据,并负责稀土等战略性矿产的矿业权出让登记。部门对稀土开采和冶炼分离实施总量调控管理,2024年全年稀土开采总量控制指标为27万吨稀土氧化物(REO)。中国稀土储量达4400万吨(占全球总储量48.89%),呈现\"北轻南重\"分布格局,轻稀土资源主要分布在内蒙古(占75.22%),重稀土资源主要分布在广东、江西、福建、广西、湖南等南方省份。" + "en": "The U.S. Bureau of Economic Analysis (BEA) provides comprehensive monthly statistics on U.S. international trade in goods and services. The dataset includes detailed historical data from 1960 to present, covering exports and imports by country and product category, with both seasonally adjusted and unadjusted figures. Data is accessible through interactive tables, API, and downloadable formats.", + "zh": "美国经济分析局(BEA)提供全面的美国国际货物和服务贸易月度统计数据。数据集包含从1960年至今的详细历史数据,涵盖按国家和产品类别分类的出口和进口数据,提供季节性调整和未调整数据。数据可通过交互式表格、API和可下载格式访问。" }, - "website": "https://www.mnr.gov.cn/", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", - "api_url": null, + "website": "https://www.bea.gov", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "api_url": "https://apps.bea.gov/API/signup/index.html", "authority_level": "government", - "country": "CN", + "country": "US", "domains": [ - "resources", - "minerals", + "trade", "economics", - "environment" + "international" ], "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "自然资源部", - "ministry-of-natural-resources", - "MNR", - "矿产资源", - "mineral-resources", - "稀土", - "rare-earth", - "REE", - "稀土储量", - "rare-earth-reserves", - "开采配额", - "mining-quota", - "总量控制", - "total-quantity-control", - "矿业权", - "mining-rights", - "中国矿产资源报告", - "china-mineral-resources-report", - "轻稀土", - "light-rare-earth", - "重稀土", - "heavy-rare-earth", - "战略性矿产", - "strategic-minerals", - "矿产储量", - "mineral-reserves", - "地质勘查", - "geological-exploration" + "international_trade", + "国际贸易", + "exports", + "出口", + "imports", + "进口", + "trade_balance", + "贸易差额", + "goods_trade", + "货物贸易", + "services_trade", + "服务贸易", + "us_trade", + "美国贸易", + "bilateral_trade", + "双边贸易", + "trade_statistics", + "贸易统计", + "bea", + "bureau_of_economic_analysis" ], - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "data_content": { + "en": [ + "Monthly U.S. international trade in goods and services from 1960 to present, including total exports, imports, and trade balance", + "Bilateral trade data by country and geographic area (available from 1999 onwards) covering major trading partners", + "Trade in goods with detailed product category breakdowns (seasonally adjusted and unadjusted)", + "Trade in services including categories such as travel, transport, intellectual property, financial services, and other business services", + "International Transactions Balance of Payments - comprehensive U.S. transactions in goods, services, income, and investment with other countries", + "International Services Expanded Detail - detailed service sector information including multinational enterprise activities", + "International Investment Position - financial asset and liability records between the U.S. and other nations", + "Direct Investment by Country and Industry - investment data involving business control or significant influence" + ], + "zh": [ + "从1960年至今的美国国际货物和服务贸易月度数据,包括总出口、进口和贸易差额", + "按国家和地理区域分类的双边贸易数据(1999年起可用),涵盖主要贸易伙伴", + "货物贸易详细产品类别细分(包含季节性调整和未调整数据)", + "服务贸易,包括旅行、运输、知识产权、金融服务和其他商业服务等类别", + "国际交易收支平衡表 - 美国与其他国家在货物、服务、收入和投资方面的全面交易数据", + "国际服务扩展详细信息 - 详细的服务业信息,包括跨国企业活动", + "国际投资头寸 - 美国与其他国家之间的金融资产和负债记录", + "按国家和行业分类的直接投资 - 涉及企业控制权或重大影响力的投资数据" + ] + }, + "has_api": true, + "file_path": "international/trade/bea-international-trade.json" }, { - "id": "nasa-earthdata", + "id": "un-comtrade", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" }, "description": { - "en": "NASA's Earth Science Data Systems (ESDS) Program provides open access to NASA's archive of Earth science data, empowering researchers and decision makers to better understand and protect our home planet. The archive contains over 128 petabytes of Earth observation data covering atmosphere, biosphere, climate indicators, cryosphere, human dimensions, land surface, ocean, solid earth, sun-earth interactions, and terrestrial hydrosphere.", - "zh": "NASA地球科学数据系统(ESDS)计划提供对NASA地球科学数据存档的开放访问,使研究人员和决策者能够更好地了解和保护我们的地球。该存档包含超过128 PB的地球观测数据,涵盖大气、生物圈、气候指标、冰冻圈、人类维度、陆地表面、海洋、固体地球、日地相互作用和陆地水圈。" + "en": "UN Comtrade is the world's largest repository of official international trade statistics, containing detailed imports and exports data reported by over 200 countries and territories. Data covers merchandise trade by commodity (HS, SITC) and trading partner, with annual and monthly time series.", + "zh": "UN Comtrade是全球最大的官方国际贸易统计数据库,包含200多个国家和地区报告的详细进出口数据。数据涵盖按商品(HS、SITC)和贸易伙伴分类的商品贸易,提供年度和月度时间序列。" }, - "website": "https://www.earthdata.nasa.gov", - "data_url": "https://www.earthdata.nasa.gov", - "api_url": "https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal", - "authority_level": "government", + "website": "https://unstats.un.org", + "data_url": "https://comtradeplus.un.org", + "api_url": "https://comtradeplus.un.org/TradeFlow", "country": null, "domains": [ - "earth-science", - "atmosphere", - "climate", - "environment", - "ocean", - "land-surface", - "cryosphere", - "biosphere" + "trade", + "economics" ], "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "monthly", "tags": [ - "nasa", - "earth-science", - "satellite-data", - "remote-sensing", - "climate", - "environment", - "open-data", - "api", - "geospatial" + "international_trade", + "merchandise_trade", + "bilateral_trade", + "commodity_trade", + "un_statistics", + "trade_data" ], - "file_path": "international/earth-science/nasa-earthdata.json" + "data_content": { + "en": [ + "Detailed annual and monthly imports and exports by commodity classification (HS, SITC, BEC), trading partner, customs regime, mode of transport, and other dimensions. Includes trade values, quantities, and unit values.", + "Merchandise Trade by Commodity - Detailed trade data classified by HS (Harmonized System) codes at 2, 4, and 6-digit levels", + "Bilateral Trade Flows - Trade flows between specific country pairs (reporter and partner)", + "Trade by Mode of Transport - Trade statistics broken down by transport mode (sea, air, land, etc.)", + "Re-exports and Re-imports - Data on goods imported for re-export and goods re-imported" + ], + "zh": [ + "按商品分类(HS、SITC、BEC)、贸易伙伴、海关制度、运输方式和其他维度的详细年度和月度进出口数据。包括贸易额、数量和单位价值。", + "按商品分类的商品贸易 - 按HS(协调制度)2位、4位和6位编码分类的详细贸易数据", + "双边贸易流 - 特定国家对(报告国和伙伴国)之间的贸易流", + "按运输方式分类的贸易 - 按运输方式(海运、空运、陆运等)细分的贸易统计", + "转口和再进口 - 为再出口而进口的商品和再进口商品的数据" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/trade/comtrade.json" }, { - "id": "nber-data", + "id": "icc-trade-register", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" }, "description": { - "en": "A private, nonprofit research organization facilitating cutting-edge economic research. Features over 34,000 working papers, public-use economic datasets, and comprehensive economic indicators. Affiliated with 1,800+ economists including 43 Nobel Prize winners.", - "zh": "私营非营利研究组织,促进前沿经济研究。包含超过34,000篇工作论文、公共使用经济数据集和全面的经济指标。拥有1,800多名经济学家,其中包括43位诺贝尔奖获得者。" + "en": "The ICC Trade Register is the world's most comprehensive benchmark for trade and supply chain finance. Backed by over a decade of aggregated data from leading global banks and over $25.7 trillion in transactions, it delivers actionable insights into risk performance, default and loss rates, and emerging market opportunities. The register examines performance and risk profiles of trade finance instruments based on aggregated data supplied by 21 global banks.", + "zh": "国际商会贸易统计是全球贸易和供应链金融最全面的基准数据库。依托于来自全球领先银行超过十年的聚合数据和超过25.7万亿美元的交易量,提供关于风险表现、违约率、损失率和新兴市场机会的可操作性洞察。该统计基于21家全球银行提供的贸易融资工具的表现和风险概况聚合数据。" }, - "website": "https://www.nber.org", - "data_url": "https://www.nber.org", + "website": "https://iccwbo.org/", + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", "api_url": null, - "authority_level": "research", + "authority_level": "international", "country": null, "domains": [ - "economics", + "trade", "finance", - "labor", - "health", - "productivity" + "banking" ], "geographic_scope": "global", - "update_frequency": "weekly", + "update_frequency": "annual", + "tags": [ + "trade finance", + "贸易融资", + "supply chain finance", + "供应链金融", + "trade statistics", + "贸易统计", + "default rates", + "违约率", + "loss given default", + "违约损失率", + "trade register", + "贸易登记", + "ICC", + "国际商会", + "banking", + "银行业", + "risk assessment", + "风险评估", + "trade credit", + "贸易信贷", + "documentary trade", + "跟单贸易", + "letter of credit", + "信用证", + "guarantees", + "保函" + ], + "data_content": { + "en": [ + "Global default rate figures across all trade finance products for the last five years", + "Regional breakdown of default rates (Africa, APAC, Central & South America, Europe, Middle East, North America)", + "Absolute and weighted default rates across all trade finance products", + "Country-level breakdowns within each region", + "Loss Given Default (LGD) metrics per product", + "Performance and risk profiles of trade finance instruments including commercial letters of credit, performance guarantees, standbys, and supply chain finance", + "Analysis of over 47 million trade finance and export finance transactions", + "Exposure data exceeding USD 23 trillion", + "Capital optimization insights for financial institutions", + "Regulatory treatment analysis for trade finance assets" + ], + "zh": [ + "过去五年所有贸易融资产品的全球违约率数据", + "区域违约率细分(非洲、亚太、中南美洲、欧洲、中东、北美)", + "所有贸易融资产品的绝对违约率和加权违约率", + "各区域内的国家级细分数据", + "每个产品的违约损失率(LGD)指标", + "贸易融资工具的表现和风险概况,包括商业信用证、履约保函、备用信用证和供应链金融", + "超过4700万笔贸易融资和出口融资交易的分析", + "超过23万亿美元的风险敞口数据", + "金融机构的资本优化洞察", + "贸易融资资产的监管处理分析" + ] + }, "has_api": false, + "file_path": "international/trade/icc-trade-register.json" + }, + { + "id": "unctad", + "name": { + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" + }, + "description": { + "en": "UNCTAD provides comprehensive trade, investment, and development statistics covering merchandise trade, services trade, foreign direct investment, commodity prices, maritime transport, and creative economy indicators for all countries and territories.", + "zh": "联合国贸易和发展会议提供全面的贸易、投资和发展统计数据,涵盖所有国家和地区的商品贸易、服务贸易、外国直接投资、商品价格、海运和创意经济指标。" + }, + "website": "https://unctad.org", + "data_url": "https://unctadstat.unctad.org", + "api_url": "https://unctadstat.unctad.org/EN/api.html", + "country": null, + "domains": [ + "trade", + "investment", + "development", + "economics" + ], + "geographic_scope": "global", + "update_frequency": "quarterly", "tags": [ - "economics", - "research-papers", - "working-papers", - "business-cycle", - "labor-economics", - "productivity", - "financial-markets", - "health-economics", - "academic-research", - "nobel-laureates" + "international_trade", + "development", + "fdi", + "commodities", + "maritime", + "creative_economy", + "un_statistics" ], - "file_path": "academic/economics/nber.json" + "data_content": { + "en": [ + "UNCTAD statistics include merchandise trade by product and partner, services trade, foreign direct investment flows and stocks, commodity prices and indices, maritime transport, creative economy, technology and innovation, and sustainable development indicators", + "Merchandise Trade - International merchandise trade data by product (HS, SITC classification) and trading partner", + "Services Trade - International trade in services by service category and partner economy", + "Foreign Direct Investment - FDI inflows, outflows, and stocks by economy and sector", + "Commodity Prices and Indices - Monthly commodity prices, price indices, and terms of trade for major commodities", + "Maritime Transport - Maritime transport statistics including fleet, port traffic, and freight rates", + "Creative Economy - Trade in creative goods and services by creative industry classification" + ], + "zh": [ + "联合国贸发会议统计数据包括按产品和贸易伙伴分类的商品贸易、服务贸易、外国直接投资流量和存量、商品价格和指数、海运、创意经济、技术创新和可持续发展指标", + "商品贸易 - 按产品(HS、SITC分类)和贸易伙伴分类的国际商品贸易数据", + "服务贸易 - 按服务类别和贸易伙伴分类的国际服务贸易", + "外国直接投资 - 按经济体和行业分类的外国直接投资流入、流出和存量", + "商品价格和指数 - 主要商品的月度价格、价格指数和贸易条件", + "海运 - 海运统计数据,包括船队、港口流量和运费", + "创意经济 - 按创意产业分类的创意产品和服务贸易" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/trade/unctad.json" }, { - "id": "china-ndrc-computing", + "id": "wto-statistics", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" }, "description": { - "en": "The 'East-to-West Computing Resources Transfer' (东数西算) project is China's national initiative launched by the National Development and Reform Commission (NDRC) and other departments in February 2022. The project establishes 8 national computing hub nodes (Beijing-Tianjin-Hebei, Yangtze River Delta, Guangdong-Hong Kong-Macao Greater Bay Area, Chengdu-Chongqing, Inner Mongolia, Guizhou, Gansu, and Ningxia) and 10 national data center clusters to optimize computing resource allocation across China, promoting coordinated development of general computing, intelligent computing, and supercomputing infrastructure.", - "zh": "东数西算工程是国家发展改革委等部门于2022年2月启动的国家重大工程,在京津冀、长三角、粤港澳大湾区、成渝、内蒙古、贵州、甘肃、宁夏等8地建设国家算力枢纽节点,规划10个国家数据中心集群,统筹推进通用算力、智能算力、超级算力协同建设,构建全国一体化算力网络体系,优化东中西部算力资源配置。" + "en": "Comprehensive international trade statistics including merchandise and commercial services trade data, tariff profiles, and market access indicators for WTO members and observers.", + "zh": "综合国际贸易统计数据,包括世贸组织成员和观察员的商品和商业服务贸易数据、关税概况和市场准入指标。" }, - "website": "https://www.ndrc.gov.cn/", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "api_url": null, - "authority_level": "government", - "country": "CN", + "website": "https://www.wto.org", + "data_url": "https://stats.wto.org", + "api_url": "https://apiportal.wto.org", + "country": null, "domains": [ - "technology", - "infrastructure", "economics", - "energy" + "trade" ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "quarterly", "tags": [ - "东数西算", - "east-data-west-computing", - "算力", - "computing-power", - "数据中心", - "data-center", - "算力网络", - "computing-network", - "国家枢纽节点", - "national-hub-nodes", - "智能算力", - "intelligent-computing", - "超级算力", - "supercomputing", - "通用算力", - "general-computing", - "绿色数据中心", - "green-data-center", - "算力调度", - "computing-scheduling", - "数字基础设施", - "digital-infrastructure", - "国家发展改革委", - "NDRC", - "国家数据局", - "national-data-bureau" + "international-trade", + "tariffs", + "merchandise-trade", + "services-trade", + "wto", + "trade-policy", + "market-access" ], - "file_path": "china/economy/macro/china-ndrc-computing.json" + "data_content": { + "en": [ + "Merchandise trade by product and partner", + "Commercial services trade", + "Tariff profiles and applied tariffs", + "Trade policy reviews", + "Market access indicators", + "Trade in value-added (TiVA)", + "Regional trade agreements statistics", + "Trade disputes data" + ], + "zh": [ + "按产品和伙伴分类的商品贸易", + "商业服务贸易", + "关税概况和实施关税", + "贸易政策审议", + "市场准入指标", + "增加值贸易(TiVA)", + "区域贸易协定统计", + "贸易争端数据" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/trade/wto.json" }, { - "id": "noaa-cdo", + "id": "icao-aviation-data", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, "description": { - "en": "Climate Data Online (CDO) provides free access to NCDC's archive of global historical weather and climate data in addition to station history information. These data include quality controlled daily, monthly, seasonal, and yearly measurements of temperature, precipitation, wind, and degree days as well as radar data and 30-year Climate Normals. The database includes records from thousands of stations worldwide with data available from as early as the late 1800s.", - "zh": "气候数据在线系统(CDO)提供对NCDC全球历史天气和气候数据档案以及站点历史信息的免费访问。这些数据包括质量控制的日、月、季、年温度、降水、风和度日测量值,以及雷达数据和30年气候标准值。数据库包含来自全球数千个站点的记录,数据可追溯至19世纪晚期。" + "en": "The International Civil Aviation Organization (ICAO) provides comprehensive aviation data through its API Data Service, covering airport codes, airline designators, aircraft type codes, traffic statistics, safety data, NOTAMs, accident and incident reports, and operational information from 193 member states worldwide.", + "zh": "国际民用航空组织(ICAO)通过其API数据服务提供全面的航空数据,涵盖机场代码、航空公司代号、飞机型号代码、交通统计、安全数据、航行通告(NOTAM)、事故和事件报告,以及来自全球193个成员国的运营信息。" }, - "website": "https://www.ncei.noaa.gov/", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", - "api_url": "https://www.ncei.noaa.gov/support/access-data-service-api-user-documentation", - "authority_level": "government", + "website": "https://www.icao.int/", + "data_url": "https://dataservices.icao.int/", + "api_url": "https://dataservices.icao.int/", + "authority_level": "international", "country": null, "domains": [ - "climate", - "meteorology", - "environmental_science", - "atmospheric_science" + "transportation", + "aviation", + "safety", + "statistics" ], "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "climate", - "weather", - "temperature", - "precipitation", - "meteorology", - "NOAA", - "NCEI", - "NCDC", - "historical climate data", - "weather stations", - "climate normals", - "atmospheric data", - "environmental data", - "time series", - "global coverage" + "aviation", + "航空", + "civil aviation", + "民用航空", + "airport codes", + "机场代码", + "airline codes", + "航空公司代码", + "aircraft codes", + "飞机代码", + "ICAO", + "国际民航组织", + "NOTAM", + "航行通告", + "flight data", + "飞行数据", + "air traffic", + "空中交通", + "aviation safety", + "航空安全", + "accident statistics", + "事故统计", + "DOC7910", + "DOC8585", + "DOC8643", + "API" ], - "file_path": "countries/north-america/usa/noaa-cdo.json" + "data_content": { + "en": [ + "ICAO Airport Codes (DOC7910 Location Indicators) - 4-letter airport identifiers", + "Airline Codes (DOC8585 Operator 3-letter Designators) - airline operator codes", + "Aircraft Type Codes (DOC8643 Aircraft Type Designators) - aircraft manufacturer and model codes", + "Real-time and Stored NOTAMs (Notices to Airmen) - flight operation safety notices", + "Accidents and Incidents Data - aviation safety occurrence reports by state", + "State Traffic Statistics - departure statistics by member state", + "Airport Departure Statistics - traffic data by airport", + "Aerodrome Statistics and Operational Information - airport operational data", + "Flight Information Regions (FIR) Names and Locations", + "Weather Conditions - current meteorological data by airport", + "Safety Data - accident statistics, operator risk profiles, safety margins", + "USOAP (Universal Safety Oversight Audit Programme) Statistics", + "IOSA (IATA Operational Safety Audit) Registered Airlines", + "PBN (Performance Based Navigation) Implementation Statistics", + "Economic and Governance Indicators by state", + "Over 56 APIs providing aviation industry data in JSON and CSV formats" + ], + "zh": [ + "ICAO机场代码(DOC7910位置指示符) - 4字母机场标识符", + "航空公司代码(DOC8585运营商3字母代号) - 航空公司运营商代码", + "飞机型号代码(DOC8643飞机型号指示符) - 飞机制造商和型号代码", + "实时和存储的航行通告(NOTAM) - 飞行运营安全通知", + "事故和事件数据 - 按国家分类的航空安全事件报告", + "国家交通统计 - 成员国出发统计数据", + "机场出发统计 - 按机场分类的交通数据", + "机场统计和运营信息 - 机场运营数据", + "飞行情报区(FIR)名称和位置信息", + "天气状况 - 按机场分类的当前气象数据", + "安全数据 - 事故统计、运营商风险概况、安全裕度", + "USOAP(通用安全监督审计计划)统计数据", + "IOSA(国际航协运行安全审计)注册航空公司", + "PBN(基于性能的导航)实施统计", + "各国经济和治理指标", + "超过56个API提供JSON和CSV格式的航空业数据" + ] + }, + "has_api": true, + "file_path": "international/transportation/icao-aviation-data.json" }, { - "id": "china-nbs", + "id": "amis", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, "description": { - "en": "The National Bureau of Statistics (NBS) is the principal government agency responsible for collecting, processing, and publishing statistical data in China. It provides comprehensive economic, demographic, and social statistics covering national accounts, population census, industrial production, investment, consumption, employment, prices, and regional development.", - "zh": "国家统计局是中国政府负责收集、处理和发布统计数据的主要机构。提供包括国民经济核算、人口普查、工业生产、投资、消费、就业、价格和区域发展等全面的经济、人口和社会统计数据。" + "en": "AMIS is an inter-agency platform launched in 2011 by the G20 Ministers of Agriculture to enhance food market transparency and policy response for food security. It brings together principal trading countries of agricultural commodities to assess global food supplies (focusing on wheat, maize, rice, and soybeans) and provides a platform to coordinate policy action in times of market uncertainty. AMIS participants represent 80-90% of global production, consumption, and trade volumes of targeted crops.", + "zh": "农业市场信息系统(AMIS)是由 G20 农业部长于 2011 年启动的跨机构平台,旨在提高粮食市场透明度和粮食安全政策响应能力。该系统汇集了农产品的主要贸易国,评估全球粮食供应(重点关注小麦、玉米、水稻和大豆),并提供了一个在市场不确定时期协调政策行动的平台。AMIS 参与国代表了目标作物全球产量、消费量和贸易量的 80-90%。" }, - "website": "http://www.stats.gov.cn", - "data_url": "https://www.stats.gov.cn/sj/", - "api_url": "http://data.stats.gov.cn/api.htm", - "authority_level": "government", - "country": "CN", + "website": "https://www.amis-outlook.org", + "data_url": "https://www.amis-outlook.org", + "api_url": null, + "country": null, "domains": [ - "economics", - "social", - "demographics", - "industry", - "agriculture", - "services" + "Agriculture", + "Food Security", + "Commodity Markets", + "Agricultural Trade", + "Food Prices", + "Market Transparency", + "Policy Coordination" ], - "geographic_scope": "national", + "geographic_scope": "global", "update_frequency": "monthly", - "has_api": true, "tags": [ - "china", - "statistics", - "national-accounts", - "gdp", - "population", - "census", - "official", - "government" + "agriculture", + "food-security", + "commodity-markets", + "wheat", + "maize", + "rice", + "soybeans", + "fertilizers", + "market-transparency", + "g20", + "trade-policy", + "price-monitoring", + "food-prices", + "agricultural-trade", + "market-intelligence" ], - "file_path": "china/national/nbs.json" + "data_content": { + "en": [ + "Production - Wheat, maize, rice, and soybean production forecasts and statistics", + "Domestic Utilization - Food, feed, and industrial use of agricultural commodities", + "Trade - Import and export data for major agricultural commodities", + "Closing Stocks - Inventory levels and stock-to-use ratios", + "Prices - IGC Grains and Oilseeds Index and commodity sub-indices", + "Market News Summary - Weekly analysis of wheat, maize/soybean, rice, fertilizers, trade logistics", + "Policy Database - Trade policies (tariffs, quotas, export restrictions) and domestic support measures", + "Fertilizer Markets - Production, prices, and trade of nitrogen, phosphorus, and potassium fertilizers", + "Vegetable Oils - Market analysis and price trends", + "Supply & Demand Overview - Comprehensive market balance sheets by country and commodity" + ], + "zh": [ + "产量 - 小麦、玉米、水稻和大豆的产量预测和统计数据", + "国内使用 - 农产品的食品、饲料和工业用途", + "贸易 - 主要农产品的进出口数据", + "期末库存 - 库存水平和库存使用比", + "价格 - IGC 谷物和油籽指数及商品分项指数", + "市场新闻摘要 - 小麦、玉米/大豆、水稻、化肥、贸易物流的每周分析", + "政策数据库 - 贸易政策(关税、配额、出口限制)和国内支持措施", + "化肥市场 - 氮、磷、钾肥的生产、价格和贸易", + "植物油 - 市场分析和价格趋势", + "供需概览 - 按国家和商品分类的综合市场平衡表" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json" }, { - "id": "mexico-coneval", + "id": "china-rare-earth-association", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, "description": { - "en": "CONEVAL is Mexico's autonomous public institution responsible for measuring poverty and evaluating social development policies and programs. It provides official poverty statistics, social policy evaluations, and socioeconomic indicators at national, state, and municipal levels. CONEVAL's multidimensional poverty measurement methodology is recognized internationally and serves as the official standard for poverty measurement in Mexico.", - "zh": "CONEVAL是墨西哥负责贫困测量和社会发展政策及项目评估的自治公共机构。它提供官方贫困统计数据、社会政策评估以及国家、州和市级社会经济指标。CONEVAL的多维贫困测量方法在国际上得到认可,是墨西哥贫困测量的官方标准。" + "en": "The Association of China Rare Earth Industry (ACREI) was established in Beijing on April 8, 2012, approved by the Ministry of Industry and Information Technology and the Ministry of Civil Affairs. ACREI is a national non-profit industry organization composed of rare earth mining, smelting, separation, and application enterprises. The association provides daily rare earth product price data and price indices, industry statistics, policy guidance, technical standards formulation, and international cooperation services. It serves as a bridge between government and enterprises, promoting the healthy and sustainable development of China's rare earth industry.", + "zh": "中国稀土行业协会(ACREI)经中华人民共和国工业和信息化部审核、中华人民共和国民政部批准,于2012年4月8日在北京成立。协会是由稀土开采企业、稀土冶炼分离企业、稀土应用企业、事业单位、社团组织和个人自愿组成的全国性非盈利社团组织。协会发布每日稀土产品价格及价格指数,提供行业统计数据、政策引导、技术标准制定和国际合作等服务,发挥政府和企业之间的桥梁、纽带作用,促进稀土行业健康和可持续发展。" }, - "website": "https://www.coneval.org.mx", - "data_url": "https://www.coneval.org.mx", + "website": "https://ac-rei.org.cn", + "data_url": "https://ac-rei.org.cn", "api_url": null, - "authority_level": "government", - "country": "MX", + "country": "CN", "domains": [ - "poverty", - "social-development", - "inequality", - "social-policy", - "welfare", - "food-security", - "education", - "health", - "housing", - "social-services", - "income" + "Mining", + "Rare Earth Industry", + "Metal Materials", + "Resource Management", + "Industrial Economics", + "Commodity Price" ], "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "daily", "tags": [ - "mexico", - "poverty", - "social-development", - "inequality", - "multidimensional-poverty", - "social-policy", - "government-data", - "official-statistics", - "open-data", - "latin-america" + "rare-earth", + "稀土", + "rare-earth-price-index", + "稀土价格指数", + "稀土价格", + "rare-earth-prices", + "磁性材料", + "magnetic-materials", + "储氢材料", + "hydrogen-storage", + "催化材料", + "catalyst", + "抛光材料", + "polishing-materials", + "发光材料", + "luminescent-materials", + "industry-association", + "行业协会", + "mining", + "采矿", + "稀土统计", + "rare-earth-statistics", + "稀土应用", + "rare-earth-applications", + "稀土资源", + "rare-earth-resources", + "ACREI" ], - "file_path": "countries/north-america/mexico/coneval.json" + "data_content": { + "en": [ + "Daily Rare Earth Product Prices - Daily pricing data for major rare earth oxides and compounds", + "Rare Earth Price Index - Comprehensive price index based on major rare earth oxide prices, published since June 2013", + "Industry Production Statistics - Production capacity, output data for rare earth mining, smelting, and separation", + "Rare Earth Application Statistics - Production and consumption data for magnetic materials, hydrogen storage materials, polishing materials, luminescent materials, and rare earth alloys", + "Market Analysis Reports - Monthly and annual market trend analysis and price forecasts", + "Policy and Regulations - Industry policies, national standards, and regulatory compliance information", + "Industry Research Reports - Technical development, market research, and strategic planning reports", + "Enterprise Statistics - Member enterprise operational data and industry surveys" + ], + "zh": [ + "稀土产品每日价格 - 主要稀土氧化物及化合物的每日价格数据", + "稀土价格指数 - 以各主要氧化物价格为依据编制的综合价格指数,自2013年6月起正式发布", + "行业生产统计 - 稀土矿产开采、冶炼分离企业的产能、产量数据", + "稀土应用统计 - 磁性材料、储氢材料、抛光材料、发光材料、稀土合金的产能、产量、稀土用量统计", + "市场分析报告 - 月度、年度市场走势分析及价格预测", + "政策法规 - 行业政策、国家标准及合规要求信息", + "行业研究报告 - 技术发展、市场调研和战略规划报告", + "企业统计数据 - 会员企业经营数据和行业调查" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" }, { - "id": "china-national-data-bureau", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, "description": { - "en": "The National Data Administration (NDA) is a ministerial-level agency under the National Development and Reform Commission, responsible for coordinating data infrastructure development, promoting data resource integration and utilization, and advancing the construction of Digital China. The NDA oversees the National Public Data Resources Registration Platform and formulates policies for data element markets, digital economy development, and data governance.", - "zh": "国家数据局是国家发展和改革委员会管理的国家局,负责协调推进数据基础制度建设,统筹数据资源整合共享和开发利用,统筹推进数字中国、数字经济、数字社会规划和建设等工作。国家数据局管理国家公共数据资源登记平台,制定数据要素市场、数字经济发展和数据治理政策。" + "en": "Established on October 19, 2016, under the guidance of the Ministry of Industry and Information Technology (MIIT), the China Additive Manufacturing Alliance (CAMA) was jointly initiated by 128 organizations including enterprises, universities, research institutions, and industrial parks in the additive manufacturing field. The alliance currently has over 330 member organizations and serves as China's highest-level and largest industry organization in the additive manufacturing sector. It functions as a bridge connecting industry, academia, finance, government, and application sectors, providing comprehensive industry data, publishing the annual China Additive Manufacturing Industry Yearbook, and issuing monthly industry development briefings.", + "zh": "中国增材制造产业联盟于2016年10月19日在工业和信息化部指导下成立,由增材制造领域128家企业、高校、科研院所、产业园区等单位共同发起。联盟现有会员单位330余家,是中国增材制造领域最高层次、规模最大的行业组织。联盟充分发挥桥梁与纽带作用,搭建增材制造行业与产业、学术、金融、政府、行业应用领域的交流通道,统筹全国范围内增材制造的科学研究、技术研发、设备材料、技术服务、配套服务等资源,为会员单位搭建供需对接及展示平台,系统、全面、清晰地汇总国内增材制造在新闻咨询、法规政策、行业标准、商品门类等方面的信息资源,促进增材制造技术在航空航天、生物医疗、军民融合、工业工程等重要领域的推广应用。" }, - "website": "https://www.nda.gov.cn/", - "data_url": "https://sjdj.nda.gov.cn/", + "website": "https://www.niiam.com/union/", + "data_url": "https://www.miit-eidc.org.cn", "api_url": null, - "authority_level": "government", "country": "CN", "domains": [ - "digital_economy", - "data_governance", - "digital_infrastructure" + "Additive Manufacturing", + "3D Printing", + "Advanced Manufacturing", + "Industrial Statistics", + "Manufacturing Technology", + "Materials Science", + "Equipment Manufacturing" ], "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "国家数据局", - "National Data Administration", - "NDA", - "数据要素", - "data elements", - "数据要素市场", - "data element market", - "数字中国", - "Digital China", - "数字经济", - "digital economy", - "公共数据资源", - "public data resources", - "数据登记平台", - "data registration platform", - "数据治理", - "data governance", - "数据基础设施", - "data infrastructure", - "数据标注", - "data annotation", - "数据流通", - "data circulation", - "政务数据", - "government data" + "additive-manufacturing", + "增材制造", + "3d-printing", + "3D打印", + "manufacturing", + "制造业", + "industrial-statistics", + "产业统计", + "equipment", + "设备", + "materials", + "材料", + "industry-report", + "行业报告", + "yearbook", + "年鉴", + "technology-innovation", + "技术创新", + "aerospace", + "航空航天", + "biomedical", + "生物医疗", + "industrial-engineering", + "工业工程", + "cama", + "中国增材制造产业联盟" ], - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "data_content": { + "en": [ + "Industry Statistics - Production, consumption, market size, and growth rates of China's additive manufacturing industry", + "Equipment Data - 3D printing equipment production volumes, export volumes, and installed capacity statistics", + "Market Analysis - Industry segmentation data including equipment (53.2%), services (26%), components (12.4%), and materials (5.9%)", + "Enterprise Information - Directory and profiles of 330+ member organizations including manufacturers, research institutions, and universities", + "Technology Innovation - New technology development, patent applications, and R&D investment in additive manufacturing", + "Application Sectors - Usage data across aerospace, biomedical, automotive, industrial engineering, and other sectors", + "Annual Yearbook - Comprehensive annual report covering industry development, policy information, and enterprise data", + "Monthly Briefings - Monthly industry development reports with latest trends, statistics, and market updates", + "Member Resources - Database of 3D printing equipment, materials, software, components, and printing services from member units", + "Policy Information - National and regional policies, regulations, and industry standards for additive manufacturing" + ], + "zh": [ + "产业统计 - 中国增材制造产业的产量、消费量、市场规模和增长率数据", + "设备数据 - 3D打印设备生产量、出口量和装机容量统计", + "市场分析 - 行业细分数据,包括设备(53.2%)、服务(26%)、零部件(12.4%)和材料(5.9%)", + "企业信息 - 330余家会员单位的目录和简介,包括制造商、研究机构和高校", + "技术创新 - 增材制造领域的新技术开发、专利申请和研发投资", + "应用领域 - 航空航天、生物医疗、汽车、工业工程等领域的应用数据", + "年度年鉴 - 全面的年度报告,涵盖产业发展、政策信息和企业数据", + "月度简报 - 月度产业发展报告,包含最新趋势、统计数据和市场动态", + "会员资源 - 会员单位提供的3D打印设备、材料、软件、配件和打印服务数据库", + "政策信息 - 增材制造的国家和区域政策、法规和行业标准" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" }, { - "id": "china-ndrc", + "id": "china-auto-association", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, "description": { - "en": "The National Development and Reform Commission (NDRC) is China's macroeconomic management agency. It provides data on economic development plans, fixed asset investment, price monitoring (including CPI, PPI, and commodity prices), industrial restructuring, regional development, energy conservation, and major infrastructure projects.", - "zh": "国家发展和改革委员会是中国的宏观经济管理机构。提供经济发展规划、固定资产投资、价格监测(包括CPI、PPI和商品价格)、产业结构调整、区域发展、节能降耗和重大基础设施项目数据。" + "en": "China Association of Automobile Manufacturers (CAAM) is a national, industry-based, non-profit social organization established on January 1, 1990, approved by the Ministry of Civil Affairs of the People's Republic of China. It is composed of enterprises and organizations engaged in automobile manufacturing, R&D, services, and related industries in China on a voluntary and equal basis. CAAM serves as a permanent member of the Organisation Internationale des Constructeurs d'Automobiles (OICA). The association provides comprehensive automotive industry data including monthly production and sales statistics, import/export data, new energy vehicle statistics, and industry analysis reports.", + "zh": "中国汽车工业协会(简称\"中汽协会\")成立于1990年1月1日,是经中华人民共和国民政部批准的社团组织,具有社会团体法人资格,地址设在北京,是在中国境内从事汽车整车、零部件及汽车相关行业生产经营活动的企事业单位和团体在平等自愿基础上依法组成的自律性、非营利性的社会团体。中汽协会是世界汽车组织(OICA)的常任理事。协会提供全面的汽车行业数据,包括月度产销数据、进出口统计、新能源汽车数据和行业分析报告。" }, - "website": "https://www.ndrc.gov.cn", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "website": "http://www.caam.org.cn/", + "data_url": "http://www.caam.org.cn/tjsj", "api_url": null, - "authority_level": "government", "country": "CN", "domains": [ - "economics", - "development", - "investment", - "prices" + "Automotive", + "Manufacturing", + "Transportation", + "New Energy Vehicles", + "Industrial Statistics" ], "geographic_scope": "national", "update_frequency": "monthly", - "has_api": false, "tags": [ - "china", - "ndrc", - "macroeconomic", - "development", - "investment", - "prices", - "cpi", - "ppi", - "planning" + "automotive", + "汽车", + "automobile", + "车辆", + "vehicle", + "production", + "产量", + "sales", + "销量", + "new-energy-vehicles", + "新能源汽车", + "nev", + "electric-vehicles", + "电动汽车", + "commercial-vehicles", + "商用车", + "passenger-vehicles", + "乘用车", + "import-export", + "进出口", + "automotive-industry", + "汽车工业", + "automotive-statistics", + "汽车统计", + "caam", + "china-auto", + "中汽协" ], - "file_path": "china/economy/macro/ndrc.json" + "data_content": { + "en": [ + "Monthly Automotive Production and Sales - Production and sales volumes by vehicle type (passenger vehicles, commercial vehicles)", + "New Energy Vehicle Statistics - Monthly production, sales, and export data for electric vehicles, plug-in hybrids, and fuel cell vehicles", + "Import and Export Data - Automotive trade statistics including customs data and manufacturer export information", + "Vehicle Segmentation Data - Detailed breakdowns by vehicle manufacturers, brands, and models", + "Industry Analysis Reports - Monthly information releases, quarterly economic operation meetings, and annual market forecasts", + "Commercial Vehicle Data - Production and sales statistics for trucks, buses, and other commercial vehicles", + "Passenger Vehicle Data - Production and sales by manufacturer and segment (sedans, SUVs, MPVs)", + "Parts and Components Trade - Import and export statistics for automotive parts and components", + "International Automotive Data - Global automotive statistics from major markets (Japan, Europe, Americas, Asia)" + ], + "zh": [ + "月度汽车产销数据 - 按车型分类(乘用车、商用车)的产量和销量", + "新能源汽车统计 - 电动汽车、插电式混合动力汽车和燃料电池汽车的月度产量、销量和出口数据", + "进出口数据 - 汽车贸易统计,包括海关数据和生产企业出口信息", + "车型细分数据 - 按汽车制造商、品牌和车型的详细分类", + "行业分析报告 - 月度信息发布会、季度经济运行会议和年度市场预测", + "商用车数据 - 货车、客车和其他商用车的产销统计", + "乘用车数据 - 按制造商和细分市场(轿车、SUV、MPV)的产销数据", + "零部件贸易 - 汽车零部件的进出口统计", + "国际汽车数据 - 主要市场(日本、欧洲、美洲、亚洲)的全球汽车统计数据" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" }, { - "id": "china-nfra", + "id": "china-charging-alliance", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" }, "description": { - "en": "The National Financial Regulatory Administration (NFRA) is China's integrated financial regulatory authority formed in 2023 by merging the China Banking and Insurance Regulatory Commission (CBIRC) with banking and insurance supervision functions. It oversees the banking and insurance sectors, publishing comprehensive regulatory statistics including bank assets and liabilities, insurance premium income, regulatory compliance indicators, small and micro enterprise lending data, and sector-wide performance metrics.", - "zh": "国家金融监督管理总局(NFRA)是中国于2023年成立的综合性金融监管机构,由原中国银行保险监督管理委员会(银保监会)与银行保险监管职能合并而成。负责监管银行业和保险业,发布全面的监管统计数据,包括银行资产负债、保险保费收入、监管合规指标、普惠型小微企业贷款数据以及行业整体运营指标。" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance (EVCIPA) is a non-profit social organization established in October 2015 under the auspices of the National Energy Administration. The alliance brings together electric vehicle manufacturers, energy suppliers, charging facility manufacturers, charging operation service providers, universities, and third-party institutions to promote the development of charging infrastructure and achieve interoperability. It provides authoritative monthly statistics on charging infrastructure operations, including the number of charging stations, charging piles, operator rankings, and regional distribution across China.", + "zh": "中国电动汽车充电基础设施促进联盟(简称\"充电联盟\",英文缩写\"EVCIPA\")成立于2015年10月,业务指导单位为国家能源局。联盟由主要电动汽车制造商、能源供应商、充电设施制造商、充电运营服务商、高校、第三方机构和相关社团组织等发起成立的非营利性社团组织。秘书处设置在中国汽车工业协会。联盟定期发布全国电动汽车充换电基础设施运行情况月度统计数据,包括充电桩数量、运营商统计、区域分布等权威数据。" }, - "website": "https://www.nfra.gov.cn", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "website": "https://www.evcipa.org.cn/", + "data_url": "https://evcipa.com/dataCenter/dataList", "api_url": null, - "authority_level": "government", + "authority_level": "market", "country": "CN", + "geographic_scope": "national", "domains": [ - "finance", - "banking", - "insurance", - "regulation" + "automotive", + "energy", + "infrastructure" ], - "geographic_scope": "national", "update_frequency": "monthly", - "has_api": false, "tags": [ - "china", - "banking-regulation", - "insurance-regulation", - "nfra", - "cbirc", - "financial-supervision", - "banking-statistics", - "insurance-statistics", - "regulatory-compliance", - "financial-inclusion" + "充电桩", + "charging-infrastructure", + "electric-vehicle", + "电动汽车", + "新能源汽车", + "NEV", + "充电站", + "charging-station", + "充电联盟", + "EVCIPA", + "运营商统计", + "operator-statistics", + "充电设施", + "charging-facility" ], - "file_path": "china/finance/banking/nfra.json" + "data_content": { + "en": [ + "Monthly national electric vehicle charging and battery swapping infrastructure operation statistics", + "Total number of public charging piles and distribution by province/city", + "Charging operator rankings and market share statistics", + "DC and AC charging pile quantity and growth trends", + "Battery swapping station quantity and distribution", + "Charging infrastructure construction and operation reports", + "Regional charging infrastructure development analysis", + "Industry standards and technical specifications" + ], + "zh": [ + "全国电动汽车充换电基础设施运行情况月度统计", + "公共充电桩总量及省市分布数据", + "充电运营商排名及市场份额统计", + "直流和交流充电桩数量及增长趋势", + "换电站数量及分布情况", + "充电基础设施建设及运营报告", + "区域充电基础设施发展分析", + "行业标准和技术规范" + ] + }, + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" }, { - "id": "china-most-rnd", + "id": "china-petroleum-chemical-federation", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, "description": { - "en": "The National Key Research and Development Program of China is a major national science and technology initiative managed by the Ministry of Science and Technology (MOST) and implemented through various ministries. The Ministry of Industry and Information Technology (MIIT) leads 16 key special projects covering areas such as industrial software, intelligent robots, advanced manufacturing, new energy vehicles, and emerging technologies. These programs support fundamental research, key technology breakthroughs, and industrial applications aligned with China's 14th Five-Year Plan strategic priorities.", - "zh": "国家重点研发计划是由中华人民共和国科学技术部管理、多部门实施的国家级科技计划。工业和信息化部主责的\"十四五\"国家重点研发计划包括16个重点专项,涵盖工业软件、智能机器人、先进制造、新能源汽车、新兴技术等领域。这些计划支持基础研究、关键技术攻关和产业应用示范,服务于国家战略需求和产业发展。" + "en": "The China Petroleum and Chemical Industry Federation (CPCIF) is a national, comprehensive industry organization serving the petroleum and chemical industry in China. Established on April 28, 2001, CPCIF is a social industry organization with service and management functions for China's petroleum and chemical sectors. The Federation has over 700 member units and focuses on industry policy research, standard development, economic analysis, technology promotion, international cooperation, and data collection and publishing. CPCIF publishes comprehensive industry statistics, market reports, and economic operation data covering major chemical products, petrochemicals, catalysts, and chemical materials.", + "zh": "中国石油和化学工业联合会(CPCIF)是中国石油和化工行业具有服务和一定管理职能的全国性、综合性的社会行业组织。联合会于2001年4月28日在北京成立,目前拥有会员单位700余家。主要职能包括行业政策研究、标准制定、经济分析、技术推广、国际合作以及数据采集发布等。联合会发布全面的行业统计数据、市场报告和经济运行数据,涵盖主要化工产品、石油化工、催化剂和化工材料等领域。" }, - "website": "https://service.most.gov.cn/", - "data_url": "https://service.most.gov.cn/", + "website": "http://www.cpcif.org.cn/", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "api_url": null, - "authority_level": "government", "country": "CN", "domains": [ - "technology", - "research", - "innovation", - "manufacturing", - "software" + "Chemical Industry", + "Petroleum Industry", + "Industrial Statistics", + "Catalysts", + "Chemical Materials", + "Petrochemicals", + "Industry Standards", + "Economic Analysis" ], "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "国家重点研发计划", - "National Key R&D Program", - "工业软件", - "Industrial Software", - "智能机器人", - "Intelligent Robots", - "高性能制造", - "Advanced Manufacturing", - "新能源汽车", - "New Energy Vehicles", - "科技项目", - "R&D Projects", - "科研资助", - "Research Funding", - "科技部", - "MOST", - "工信部", - "MIIT", - "增材制造", - "Additive Manufacturing", - "先进计算", - "Advanced Computing", - "区块链", - "Blockchain", - "稀土材料", - "Rare Earth Materials", - "科学仪器", - "Scientific Instruments", - "信息光子", - "Information Photonics" + "化工", + "石油", + "chemical-industry", + "petroleum", + "催化剂", + "catalyst", + "化工材料", + "chemical-materials", + "石化", + "petrochemical", + "行业统计", + "industry-statistics", + "经济运行", + "economic-operation", + "CPCIF", + "中国石油和化学工业联合会", + "行业协会", + "industry-association", + "化工数据", + "chemical-data", + "无机化工", + "inorganic-chemicals", + "有机化工", + "organic-chemicals", + "合成材料", + "synthetic-materials", + "化肥", + "fertilizer" ], - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "data_content": { + "en": [ + "Petroleum and Chemical Industry Economic Operation Data - Monthly and annual industry performance metrics including industrial added value, revenue, profits, and investment", + "Major Chemical Products Statistics - Production, consumption, and trade data for 49 types of major inorganic chemical raw materials", + "Organic Chemical Raw Materials Data - Statistics for 72 types of major organic chemical raw materials", + "Synthetic Materials Production - Data covering 56 types of major synthetic materials", + "Fertilizer Industry Statistics - Production and market data for 14 types of fertilizer products", + "Catalyst Market Data - Catalyst technology innovations, market analysis, and production statistics", + "Chemical Materials Market Analysis - Comprehensive market reports on chemical materials including pricing trends and supply-demand dynamics", + "Industry Standards and Technical Specifications - Chemical industry standards development and technical guidelines", + "International Trade Data - Import and export statistics for petroleum and chemical products", + "Chemical Parks and Production Capacity - Industry infrastructure and capacity utilization data", + "Technology Innovation Reports - New technologies, R&D achievements, and industry innovation trends", + "Annual Industry Reports - Comprehensive annual reports on China's petroleum and chemical industry development" + ], + "zh": [ + "石油和化工行业经济运行数据 - 月度和年度行业表现指标,包括工业增加值、营业收入、利润和投资", + "主要化工产品统计 - 49种主要无机化工原料的生产、消费和贸易数据", + "有机化工原料数据 - 72种主要有机化工原料的统计数据", + "合成材料生产 - 涵盖56种主要合成材料的数据", + "化肥行业统计 - 14种化肥产品的生产和市场数据", + "催化剂市场数据 - 催化剂技术创新、市场分析和生产统计", + "化工材料市场分析 - 化工材料的综合市场报告,包括价格趋势和供需动态", + "行业标准和技术规范 - 化工行业标准制定和技术指南", + "国际贸易数据 - 石油和化工产品的进出口统计", + "化工园区和产能 - 行业基础设施和产能利用率数据", + "技术创新报告 - 新技术、研发成果和行业创新趋势", + "年度行业报告 - 中国石油和化工行业发展综合年度报告" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" }, { - "id": "china-most-infrastructure", + "$schema": "https://firstdata.org/schemas/firstdata-v2.json", + "id": "china-lcd-association", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, "description": { - "en": "National network management platform operated by National Science and Technology Infrastructure Center (NSTC) under China's Ministry of Science and Technology. Provides centralized query, reservation, and sharing services for major research facilities and large-scale scientific instruments across Chinese research institutions and universities. Covers facilities in extreme condition simulation, remote sensing, precision measurement, biomedical research, nuclear technology, telescopes, and various scientific instruments including analytical instruments, electron microscopes, mass spectrometers, and specialized testing equipment.", - "zh": "由国家科技基础条件平台中心建设和运营的重大科研基础设施和大型科研仪器国家网络管理平台。提供全国科研设施和大型科研仪器的集中查询、预约和共享服务,覆盖极端条件模拟、遥感观测、精密测量、生物医学、核技术、望远镜等重大科研基础设施,以及分析仪器、电子显微镜、质谱仪、物理性能测试仪器、医学科研仪器等各类大型科研仪器。" + "en": "CODA is the national industry association for China's display industry, established in 1996 under the guidance of the Ministry of Industry and Information Technology. It provides authoritative data and analysis on LCD, OLED, and Micro-LED panel capacity, production value, market trends, and technology development. CODA publishes regular industry reports, market forecasts, and coordinates international cooperation through the World Display Industry Cooperation Committee (WDICC). The association serves over 500 member companies including major panel manufacturers, materials suppliers, equipment makers, research institutions, and universities.", + "zh": "中国光学光电子行业协会液晶分会(CODA)是中国显示行业唯一的国家级行业协会,成立于1996年7月,由工业和信息化部作为业务指导单位。协会提供LCD、OLED和Micro-LED面板产能、产值、市场趋势和技术发展的权威数据与分析。CODA定期发布行业报告、市场预测,并通过世界显示产业合作委员会(WDICC)协调国际合作。协会服务超过500家会员单位,包括大中型显示器件制造厂商、材料制造商、设备制造商、科研机构和高等院校。" }, - "website": "https://www.escience.org.cn/nsti", - "data_url": "https://nrii.org.cn/", + "website": "http://www.coda.org.cn/", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "api_url": null, - "authority_level": "government", + "authority_level": "market", "country": "CN", + "geographic_scope": "national", "domains": [ - "research-infrastructure", - "scientific-instruments", + "manufacturing", + "electronics", "technology", - "science" + "market-research" ], - "geographic_scope": "national", - "update_frequency": "daily", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "科研设施", - "research-facilities", - "大型仪器", - "scientific-instruments", - "仪器共享", - "equipment-sharing", - "科技资源", - "science-resources", - "重大设施", - "major-facilities", - "实验设备", - "laboratory-equipment", - "科研平台", - "research-platform", - "仪器预约", - "instrument-booking", - "开放共享", - "open-sharing", - "科技部", - "MOST", - "分析仪器", - "analytical-instruments", - "电子显微镜", - "electron-microscope", - "质谱仪", - "mass-spectrometer", - "光谱仪", - "spectrometer", - "同步辐射", - "synchrotron-radiation", - "散裂中子源", - "spallation-neutron-source", - "FAST", - "天眼", - "望远镜", - "telescope" + "LCD", + "OLED", + "Micro-LED", + "液晶面板", + "显示面板", + "panel capacity", + "面板产能", + "TFT-LCD", + "AMOLED", + "display industry", + "显示产业", + "面板制造", + "panel manufacturing", + "驱动芯片", + "driver IC", + "display technology", + "显示技术", + "产业数据", + "industry statistics", + "market forecast", + "市场预测", + "CODA", + "光电子", + "optoelectronics" ], - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + "data_content": { + "en": [ + "Panel production capacity data for LCD, OLED, and Micro-LED technologies", + "Annual production value and market share statistics for China's display industry", + "Global and domestic panel shipment area and volume data", + "Display driver IC market analysis and pricing trends", + "Industry reports on technology roadmaps and innovation trends", + "Market forecasts for TFT-LCD and AMOLED panel segments", + "Member company directory including major panel manufacturers and suppliers", + "International cooperation reports through WDICC (World Display Industry Cooperation Committee)", + "Environmental and sustainability initiatives in the display industry", + "Industry conference and exhibition information (DIC EXPO, DIC FORUM)" + ], + "zh": [ + "LCD、OLED和Micro-LED技术的面板产能数据", + "中国显示产业年度产值和市场份额统计", + "全球及国内面板出货面积和出货量数据", + "显示驱动芯片市场分析和价格趋势", + "技术路线图和创新趋势的行业报告", + "TFT-LCD和AMOLED面板细分市场预测", + "会员企业名录,包括主要面板制造商和供应商", + "通过世界显示产业合作委员会(WDICC)的国际合作报告", + "显示产业的环保和可持续发展举措", + "行业会议和展览信息(DIC EXPO、DIC FORUM)" + ] + }, + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" }, { - "id": "brazil-conab", + "id": "china-optical-association", "name": { - "en": "National Supply Company (CONAB)", - "zh": "巴西国家商品供应公司" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, "description": { - "en": "CONAB (Companhia Nacional de Abastecimento) is a Brazilian government public enterprise under the Ministry of Agrarian Development and Family Farming. Established in 1990, CONAB is responsible for food supply management, agricultural support, and market information across Brazil. The organization publishes authoritative quarterly bulletins on Brazilian coffee production (Boletim de Acompanhamento da Safra de Café), providing detailed forecasts and analysis of coffee harvests including production volumes, planted area, productivity estimates, and breakdowns by coffee type (Arabica and Robusta/Conilon). CONAB also provides data on grains, storage facilities, agricultural pricing, and public food programs.", - "zh": "CONAB(巴西国家商品供应公司)是隶属于巴西农业发展和家庭农业部的政府公共企业。CONAB成立于1990年,负责巴西的粮食供应管理、农业支持和市场信息。该机构发布权威的巴西咖啡产量季度公报(Boletim de Acompanhamento da Safra de Café),提供咖啡收成的详细预测和分析,包括产量、种植面积、生产力估算以及按咖啡类型(阿拉比卡和罗布斯塔/科尼隆)的分类。CONAB还提供粮食、仓储设施、农产品定价和公共食品计划的数据。" + "en": "China Optics and Optoelectronics Manufacturers Association (COEMA) is a national industry association established in 1987 with approval from the State Council. It brings together enterprises, research institutions and educational organizations in optics and optoelectronics. The association has seven specialized branches covering liquid crystal displays, LED display applications, optical devices, optical components and instruments, lasers, infrared, and laser applications, with over 1,000 registered member organizations.", + "zh": "中国光学光电子行业协会(COEMA)于1987年经国务院批准在北京成立,是全国从事光学光电子科研、生产和教学的骨干企事业单位自愿组合的社会团体。协会按专业领域下设七个分会,分别为液晶分会、发光二极管显示应用分会、光电器件分会、光学元件和光学仪器分会、激光分会、红外分会、激光应用分会,拥有注册团体会员千余家。" }, - "website": "https://www.gov.br/conab/pt-br", - "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "website": "https://www.coema.org.cn", + "data_url": "https://www.coema.org.cn/research/sum", "api_url": null, - "authority_level": "government", - "country": "BR", + "authority_level": "market", + "country": "CN", + "geographic_scope": "national", "domains": [ - "agriculture", - "commodities", - "food-supply", - "trade" + "manufacturing", + "optics", + "optoelectronics", + "photonics", + "electronics" ], - "geographic_scope": "national", - "update_frequency": "quarterly", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "brazil", - "巴西", - "coffee", - "咖啡", - "coffee-production", - "咖啡产量", - "crop-forecasts", - "作物预测", - "agriculture", - "农业", - "commodities", - "大宗商品", - "arabica", - "阿拉比卡", - "robusta", - "罗布斯塔", - "conilon", - "科尼隆", - "harvest", - "收成", - "grains", - "粮食", - "food-supply", - "粮食供应", - "agricultural-statistics", - "农业统计", - "quarterly-reports", - "季度报告", - "CONAB", - "south-america", - "南美洲", - "government-data", - "政府数据", - "production-estimates", - "产量估算", - "inventory", - "库存", - "exports", - "出口" + "光学", + "optics", + "光电子", + "optoelectronics", + "激光", + "laser", + "红外", + "infrared", + "液晶", + "LCD", + "LED显示", + "LED display", + "光通信", + "optical communication", + "硅光子", + "silicon photonics", + "光学元件", + "optical components", + "光学仪器", + "optical instruments", + "行业协会", + "industry association", + "COEMA", + "制造业", + "manufacturing", + "光电器件", + "photoelectric devices", + "光伏", + "photovoltaic", + "机器视觉", + "machine vision", + "显示面板", + "display panel", + "行业数据", + "industry data", + "行业分析", + "industry analysis" ], - "file_path": "countries/south-america/brazil-conab.json" + "data_content": { + "en": [ + "Industry statistics and market data for optical and optoelectronics sectors", + "Production and sales data for laser industry, infrared technology, optical components, display panels, LED and photovoltaic sectors", + "Industry development reports and analysis covering optical materials, optical components, laser technology, display technologies, and machine vision", + "Market trends and forecasts for emerging areas like 3D curved glass, cyclic olefin copolymer (COC/COP) optical materials, HUD displays, and AR optical solutions", + "Policy documents and industry standards related to optics and optoelectronics manufacturing", + "Member company directory covering major enterprises in laser, infrared, optical components, display, LED and photovoltaic industries", + "Industry news and technological breakthroughs in optical and optoelectronics fields" + ], + "zh": [ + "光学光电子行业统计数据和市场数据", + "激光产业、红外技术、光学元件、显示面板、LED及光伏行业的生产和销售数据", + "涵盖光学材料、光学元器件、激光技术、显示技术、机器视觉等领域的行业发展报告和分析", + "3D曲面玻璃、环烯烃共聚物(COC/COP)光学材料、车载HUD、AR光学方案等新兴领域的市场趋势和预测", + "光学光电子制造相关的政策法规和行业标准", + "涵盖激光、红外、光学元件、显示、LED、光伏等行业主要企业的会员名录", + "光学光电子领域的行业新闻和技术突破" + ] + }, + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" }, { - "id": "oecd-statistics", + "id": "china-semiconductor-association", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, "description": { - "en": "Comprehensive statistical database covering economic, social, and environmental data for OECD member countries and partner economies. Includes indicators on education, health, productivity, trade, taxation, and sustainable development.", - "zh": "涵盖经合组织成员国和伙伴经济体的经济、社会和环境数据的综合统计数据库。包括教育、健康、生产力、贸易、税收和可持续发展指标。" + "en": "The China Semiconductor Industry Association (CSIA) is a national industry organization representing China's semiconductor sector, covering integrated circuits, semiconductor discrete devices, MEMS, materials and equipment. CSIA provides authoritative industry statistics, operational analysis reports, and market research covering the entire semiconductor value chain including design, manufacturing, and packaging & testing.", + "zh": "中国半导体行业协会(CSIA)是由全国半导体界从事集成电路、半导体分立器件、MEMS、半导体材料和设备的生产、设计、科研、开发、经营、应用、教学的单位、专家及其他相关企事业单位自愿结成的全国性、行业性社会团体。协会提供权威的行业数据统计、运行分析报告和市场研究,覆盖设计、制造、封装测试等半导体全产业链。" }, - "website": "https://www.oecd.org", - "data_url": "https://stats.oecd.org", - "api_url": "https://data.oecd.org/api", - "authority_level": "international", - "country": null, + "website": "https://web.csia.net.cn/", + "data_url": "https://web.csia.net.cn/hyyhfx", + "api_url": null, + "authority_level": "market", + "country": "CN", + "geographic_scope": "national", "domains": [ - "economics", - "social", - "environment", - "education", - "health", + "semiconductors", + "integrated-circuits", + "electronics-manufacturing", "technology" ], - "geographic_scope": "regional", "update_frequency": "quarterly", - "has_api": true, "tags": [ - "oecd", - "economic-indicators", - "education", - "health", - "productivity", - "trade", - "taxation", - "pisa", - "api" + "半导体", + "semiconductor", + "集成电路", + "integrated circuit", + "IC产业", + "IC industry", + "晶圆产能", + "wafer capacity", + "芯片制造", + "chip manufacturing", + "封装测试", + "packaging and testing", + "行业统计", + "industry statistics", + "产业运行", + "industrial operation", + "CSIA", + "中国半导体", + "China semiconductors" ], - "file_path": "international/economics/oecd.json" + "data_content": { + "en": [ + "Integrated circuit industry operational statistics (design, manufacturing, packaging & testing segments)", + "Semiconductor industry revenue and growth analysis by quarter and year", + "IC product import and export volume and value statistics", + "Wafer production capacity and utilization data", + "Semiconductor market trends and forecasts", + "Industry research reports and white papers", + "Member enterprise directory and development status" + ], + "zh": [ + "集成电路产业运行统计数据(设计业、制造业、封装测试业分项)", + "半导体行业销售收入及增长分析(季度、年度)", + "IC产品进出口数量及金额统计", + "晶圆产能及产能利用率数据", + "半导体市场趋势及预测分析", + "行业研究报告及白皮书", + "会员企业名录及发展状况" + ] + }, + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" }, { - "id": "oecd-pisa", + "id": "china-machine-tool-association", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, "description": { - "en": "PISA is the OECD's Programme for International Student Assessment. PISA measures 15-year-olds' ability to use their reading, mathematics and science knowledge and skills to meet real-life challenges. Since 2000, PISA has involved more than 100 countries and economies and around 3.7 million students worldwide. The assessment is conducted every three years and provides comparative data on education systems globally.", - "zh": "PISA 是经合组织(OECD)的国际学生评估项目。PISA 测量15岁学生运用阅读、数学和科学知识与技能应对现实挑战的能力。自2000年以来,PISA已涉及100多个国家和经济体,约370万名学生参与。该评估每三年进行一次,提供全球教育系统的比较数据。" + "en": "China Machine Tool & Tool Builders' Association (CMTBA) is a national, industry-specific, non-profit social organization established in March 1988 with legal entity status approved by the Ministry of Civil Affairs. CMTBA serves as a bridge between government, enterprises, and users in the machine tool industry, providing industry statistics, economic analysis, and market information. The association covers over 2,100 member companies across various fields including metal cutting machine tools, metal forming machine tools, casting machinery, numerical control systems, industrial robots, cutting tools, abrasives, and machine tool accessories.", + "zh": "中国机床工具工业协会(CMTBA)于1988年3月经中华人民共和国民政部批准成立,是具有社会团体法人资格的全国性、行业性、非营利性社会组织。协会以中国机床工具工业的制造企业为主体,拥有2100多家会员单位,涵盖金属切削机床、金属成型机床、铸造机械、木工机床、数控系统、工业机器人、量刃具、磨料磨具、机床附件等领域。协会下设28个分会和6个工作委员会,在政府与企业、国内外同行业企业和用户之间发挥桥梁纽带作用。" }, - "website": "https://www.oecd.org", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "website": "https://www.cmtba.org.cn/", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "api_url": null, - "authority_level": "international", - "country": null, + "authority_level": "market", + "country": "CN", + "geographic_scope": "national", "domains": [ - "Education", - "Student Assessment", - "Reading Literacy", - "Mathematical Literacy", - "Scientific Literacy", - "Financial Literacy", - "Creative Thinking", - "Global Competence" + "manufacturing", + "machinery", + "industrial-equipment" ], - "geographic_scope": "global", - "update_frequency": "irregular", - "has_api": false, + "update_frequency": "monthly", "tags": [ - "education", - "student-assessment", - "reading", - "mathematics", - "science", - "literacy", - "oecd", - "pisa", - "comparative-education", - "education-policy", - "student-performance", - "global", - "international-comparison" + "机床", + "machine-tool", + "数控机床", + "cnc-machine", + "机床产销", + "machine-tool-sales", + "金属切削", + "metal-cutting", + "金属成型", + "metal-forming", + "数控系统", + "numerical-control", + "工业机器人", + "industrial-robot", + "制造业", + "manufacturing", + "装备制造", + "equipment-manufacturing", + "行业统计", + "industry-statistics", + "经济运行", + "economic-performance", + "CMTBA", + "CIMT", + "CCMT" ], - "file_path": "international/education/oecd-pisa.json" + "data_content": { + "en": [ + "Machine tool industry economic performance reports (monthly, quarterly, annual)", + "Machine tool production and sales statistics", + "CNC machine tool market data", + "Industry import and export statistics", + "Manufacturing PMI and industry indicators", + "Machine tool company performance data", + "Market trends in metal cutting and forming machinery", + "Industrial robot application statistics", + "Tool and abrasive industry data", + "Machine tool accessories and components market information" + ], + "zh": [ + "机床工具行业经济运行简讯(月度、季度、年度)", + "机床产销统计数据", + "数控机床市场数据", + "行业进出口统计", + "制造业PMI及行业景气指数", + "机床企业经营数据", + "金属切削和成型机械市场动态", + "工业机器人应用统计", + "刀具磨具行业数据", + "机床附件及功能部件市场信息" + ] + }, + "has_api": false, + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" }, { - "id": "paris-club", + "id": "china-robot-industry-alliance", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, "description": { - "en": "The Paris Club is a group of major creditor countries whose role is to find coordinated and sustainable solutions to the payment difficulties experienced by debtor countries. It provides detailed data on debt treatment agreements, debt stocks, and debt service flows for debtor countries.", - "zh": "巴黎俱乐部是主要债权国组成的集团,其作用是为债务国面临的支付困难寻找协调和可持续的解决方案。它提供债务处理协议、债务存量和债务国债务偿还流量的详细数据。" + "en": "The Robot Branch of China Machinery Industry Federation (formerly China Robot Industry Alliance, established in April 2013) is a national industry organization led by China Machinery Industry Federation. With over 520 member units including domestic and international robot companies, research institutes, and universities, it serves as a collaborative platform for industry-academia-research-application cooperation. The branch provides industry statistical reports, organizes conferences and competitions, promotes standardization, and coordinates resources to enhance the competitiveness of China's robot industry.", + "zh": "中国机械工业联合会机器人分会(前身为2013年4月成立的中国机器人产业联盟)是由中国机械工业联合会领导的全国性行业组织。拥有520余家会员单位,包括国内外机器人企业、科研院所和高校,是我国机器人产业全国性产、学、研、用行业协同工作平台。分会发布行业统计报告,组织会议和竞赛活动,推进标准化工作,协调产业资源,提升中国机器人产业竞争力。" }, - "website": "https://www.clubdeparis.org", - "data_url": "https://www.clubdeparis.org", + "website": "http://cria.mei.net.cn/", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "api_url": null, - "authority_level": "international", - "country": null, + "country": "CN", "domains": [ - "finance", - "development", - "economics" + "Robotics", + "Industrial Automation", + "Manufacturing", + "Industry Statistics", + "Technology Standards" ], - "geographic_scope": "regional", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "national", + "update_frequency": "annual", "tags": [ - "sovereign_debt", - "debt_restructuring", - "debt_relief", - "creditor_coordination", - "development_finance" + "robot", + "robotics", + "机器人", + "industrial-robot", + "工业机器人", + "robot-statistics", + "机器人统计", + "robot-industry", + "机器人产业", + "robot-sales", + "机器人产销", + "automation", + "自动化", + "manufacturing", + "制造业", + "industry-alliance", + "产业联盟", + "china-machinery", + "中国机械工业", + "robot-market-report", + "机器人市场报告", + "cria" ], - "file_path": "international/finance/paris-club.json" + "data_content": { + "en": [ + "China Robot Industry Market Reports - Annual reports covering industrial robot production, sales, market structure, and industry analysis", + "Robot Production Statistics - Domestic industrial robot production data by type and manufacturer", + "Robot Sales Statistics - Industrial robot sales volumes, market share, and application sectors", + "Industry Development Trends - Market analysis, technological trends, and industry forecasts", + "Industry Standards - Robot industry standards, specifications, and technical guidelines", + "Member Company Information - Directory of member companies, research institutes, and technology providers", + "Industry News and Policy Updates - Policy regulations, industry announcements, and development initiatives", + "Conference and Events - Industry conferences, competitions, and technical seminars materials" + ], + "zh": [ + "中国机器人产业市场报告 - 年度报告涵盖工业机器人产销、市场结构和产业分析", + "机器人产量统计 - 国产工业机器人按类型和制造商分类的产量数据", + "机器人销量统计 - 工业机器人销售量、市场份额和应用领域统计", + "产业发展趋势 - 市场分析、技术趋势和产业预测", + "行业标准 - 机器人行业标准、规范和技术指南", + "会员单位信息 - 会员企业、科研院所和技术提供商名录", + "行业资讯与政策 - 政策法规、行业公告和发展举措", + "会议与活动 - 产业会议、创新创业大赛和技术研讨会资料" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" }, { - "id": "penn-world-table", + "id": "bp-statistical-review", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" }, "description": { - "en": "Penn World Table (PWT) version 11.0 is a comprehensive database with information on relative levels of income, output, input and productivity, covering 185 countries between 1950 and 2023. It provides data on real GDP using various measurement methods (national accounts and PPP-based), employment, educational attainment, capital stock, and other variables essential for cross-country comparisons and growth studies.", - "zh": "宾州世界表(PWT) 11.0版本是一个全面的数据库,提供收入、产出、投入和生产率的相对水平信息,覆盖185个国家1950年至2023年的数据。它提供使用各种测量方法(国民账户和购买力平价)的实际GDP、就业、教育程度、资本存量以及其他跨国比较和增长研究所需的变量。" + "en": "The Energy Institute Statistical Review of World Energy™ analyses data on world energy markets from the prior year. Previously produced by bp (British Petroleum) since 1952, the Review has been continued by the Energy Institute since 2024, providing timely, comprehensive and objective data to the energy community. The Review covers global energy statistics including production, consumption, trade, and prices across all major energy sources: coal, oil, natural gas, nuclear, hydroelectric, and renewable energy. In collaboration with KPMG, Kearney, Heriot-Watt University, and with support from S&P Global Commodity Insights and bp.", + "zh": "能源研究所世界能源统计年鉴™分析上一年度世界能源市场数据。该年鉴自1952年起由bp(英国石油公司)编制,自2024年起由能源研究所继续出版,为能源界提供及时、全面和客观的数据。该年鉴涵盖全球能源统计数据,包括所有主要能源的生产、消费、贸易和价格:煤炭、石油、天然气、核能、水力发电和可再生能源。与毕马威、科尔尼、赫瑞瓦特大学合作,并得到标普全球大宗商品洞察和bp的支持。" }, - "website": "https://www.rug.nl/ggdc/", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "website": "https://www.energyinst.org", + "data_url": "https://www.energyinst.org/statistical-review", "api_url": null, - "authority_level": "research", "country": null, "domains": [ - "economics", - "development", - "productivity" + "Energy", + "Energy Economics", + "Energy Statistics", + "Energy Production", + "Energy Consumption", + "Energy Trade", + "Renewable Energy", + "Fossil Fuels", + "Climate Change", + "Energy Transition" ], "geographic_scope": "global", "update_frequency": "annual", - "has_api": false, "tags": [ - "gdp", - "productivity", - "economic-growth", - "development-accounting", - "cross-country-comparison", - "panel-data", - "purchasing-power-parity", - "academic-research", - "open-data" + "energy", + "energy-statistics", + "energy-economics", + "coal", + "oil", + "natural-gas", + "nuclear-energy", + "renewable-energy", + "hydroelectric", + "solar-energy", + "wind-energy", + "electricity", + "carbon-emissions", + "climate-change", + "energy-transition", + "energy-security", + "fossil-fuels", + "energy-consumption", + "energy-production", + "energy-trade", + "bp", + "energy-institute" ], - "file_path": "academic/economics/penn-world-table.json" + "data_content": { + "en": [ + "Coal - Production, consumption, reserves, prices, and trade statistics", + "Oil - Production, consumption, refining capacity, reserves, prices, and trade flows", + "Natural Gas - Production, consumption, reserves, LNG trade, and prices", + "Nuclear Energy - Installed capacity, electricity generation, and consumption", + "Hydroelectric Power - Installed capacity and electricity generation", + "Renewable Energy - Solar, wind, biofuels, geothermal electricity generation and capacity", + "Electricity - Generation by fuel type, consumption, and access statistics", + "Primary Energy - Total energy supply and consumption by country and fuel type", + "Carbon Emissions - Energy-related CO2 emissions by country and fuel source", + "Energy Intensity - Energy consumption per unit of GDP", + "Energy Security - Import dependency, avoided fossil fuel use, and energy independence metrics", + "Energy Transition - Renewable energy share, fossil fuel avoidance, and system efficiency metrics", + "Country Transition Tracker - Country-level energy transition progress indicators" + ], + "zh": [ + "煤炭 - 产量、消费量、储量、价格和贸易统计", + "石油 - 产量、消费量、炼油能力、储量、价格和贸易流量", + "天然气 - 产量、消费量、储量、液化天然气贸易和价格", + "核能 - 装机容量、发电量和消费量", + "水力发电 - 装机容量和发电量", + "可再生能源 - 太阳能、风能、生物燃料、地热发电量和装机容量", + "电力 - 按燃料类型分类的发电量、消费量和电力普及率统计", + "一次能源 - 按国家和燃料类型分类的总能源供应和消费", + "碳排放 - 按国家和燃料来源分类的能源相关二氧化碳排放", + "能源强度 - 单位GDP能源消费", + "能源安全 - 进口依赖度、避免使用化石燃料和能源独立性指标", + "能源转型 - 可再生能源份额、化石燃料避免和系统效率指标", + "国家转型追踪器 - 国家级能源转型进展指标" + ] + }, + "authority_level": "market", + "has_api": false, + "file_path": "sectors/D-energy/bp-statistical-review.json" }, { - "id": "china-pbc", + "id": "bookscorpus", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "BooksCorpus", + "zh": "图书语料库" }, "description": { - "en": "The People's Bank of China (PBOC) is the central bank of China. It publishes comprehensive financial statistics including monetary policy data, money supply (M0/M1/M2), interest rates, exchange rates, banking sector statistics, balance of payments, foreign exchange reserves, credit and loan data, and financial market indicators.", - "zh": "中国人民银行是中国的中央银行。发布全面的金融统计数据,包括货币政策数据、货币供应量(M0/M1/M2)、利率、汇率、银行业统计、国际收支、外汇储备、信贷数据和金融市场指标。" + "en": "BooksCorpus is a large-scale text corpus containing over 11,000 unpublished books from various genres. Created by researchers at the University of Toronto and MIT, it has become one of the most influential datasets in natural language processing. The corpus was instrumental in training breakthrough language models like BERT, GPT, and other transformer-based architectures. It provides diverse, narrative text covering fiction, non-fiction, and multiple writing styles, making it ideal for unsupervised pre-training of language models.", + "zh": "图书语料库(BooksCorpus)是一个大规模文本语料库,包含超过11,000本来自不同类型的未出版书籍。由多伦多大学和麻省理工学院的研究人员创建,已成为自然语言处理领域最具影响力的数据集之一。该语料库在训练BERT、GPT等突破性语言模型和其他基于Transformer的架构中发挥了关键作用。它提供了涵盖小说、非小说和多种写作风格的丰富叙事文本,非常适合用于语言模型的无监督预训练。" }, - "website": "http://www.pbc.gov.cn", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "website": "https://github.com/soskek/bookcorpus", + "data_url": "https://github.com/soskek/bookcorpus", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": null, "domains": [ - "finance", - "economics", - "monetary_policy" + "Natural Language Processing", + "Machine Learning", + "Computational Linguistics", + "Text Mining", + "Deep Learning" ], - "geographic_scope": "national", - "update_frequency": "monthly", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "irregular", "tags": [ - "china", - "central-bank", - "monetary-policy", - "money-supply", - "interest-rates", - "forex", - "banking", - "financial-stability" + "natural language processing", + "NLP", + "text corpus", + "language modeling", + "BERT", + "GPT", + "transformer", + "pre-training", + "unsupervised learning", + "books", + "narrative text", + "machine learning", + "deep learning", + "computational linguistics" ], - "file_path": "china/finance/banking/pbc.json" + "data_content": { + "en": [ + "Over 11,000 unpublished books from Smashwords", + "984.5 million words total", + "74 million sentences", + "Fiction and non-fiction genres", + "Adventure, fantasy, romance, science fiction", + "Historical, thriller, young adult", + "Business, biography, self-help", + "Continuous narrative text", + "Diverse writing styles and vocabularies", + "English language only" + ], + "zh": [ + "超过11,000本来自Smashwords的未出版书籍", + "总计9.845亿个单词", + "7400万个句子", + "小说和非小说类型", + "冒险、奇幻、浪漫、科幻", + "历史、惊悚、青少年读物", + "商业、传记、自助", + "连续的叙事文本", + "多样的写作风格和词汇", + "仅限英语" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/J-information-communication/bookscorpus.json" }, { - "id": "intl-rcsb-pdb", + "id": "china-imt2030", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, "description": { - "en": "The Protein Data Bank (PDB) is the global archive for 3D structural data of large biological molecules including proteins, DNA, and RNA. As the first open access digital data resource in all of biology and medicine, PDB provides experimentally-determined structures, integrative structures, and computed structure models essential for research and education in fundamental biology, biomedicine, energy sciences, and biotechnology. RCSB PDB operates the US data center for the worldwide PDB archive and provides open access to over 246,000 experimental structures and 1 million computed structure models.", - "zh": "蛋白质数据银行(PDB)是全球大型生物分子(包括蛋白质、DNA 和 RNA)三维结构数据的档案库。作为生物学和医学领域第一个开放获取的数字数据资源,PDB 提供实验测定的结构、整合结构和计算结构模型,对基础生物学、生物医学、能源科学和生物技术的研究和教育至关重要。RCSB PDB 运营全球 PDB 档案库的美国数据中心,提供超过 24.6 万个实验结构和 100 万个计算结构模型的开放访问。" + "en": "The IMT-2030 (6G) Promotion Group was established in June 2019 by China's Ministry of Industry and Information Technology. Built on the foundation of the IMT-2020 (5G) Promotion Group, it serves as the primary platform for aggregating China's industry-academia-research forces to advance sixth-generation mobile communication technology research and facilitate international exchanges and cooperation. The group publishes white papers, research reports, and technical standards on 6G vision, network architecture, wireless systems, typical scenarios, and key enabling technologies.", + "zh": "IMT-2030(6G)推进组于2019年6月由中国工业和信息化部推动成立,组织架构基于原IMT-2020(5G)推进组,成员包括中国主要的运营商、制造商、高校和研究机构。推进组是聚合中国产学研用力量、推动中国第六代移动通信技术研究和开展国际交流与合作的主要平台。该组织发布6G愿景、网络架构、无线系统、典型场景和关键技术等方面的白皮书、研究报告和技术标准。" }, - "website": "https://www.rcsb.org", - "data_url": "https://www.rcsb.org", - "api_url": "https://data.rcsb.org", - "authority_level": "research", - "country": null, + "website": "https://www.imt2030.org.cn/", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", "domains": [ - "Structural Biology", - "Biochemistry", - "Molecular Biology", - "Computational Biology", - "Drug Discovery", - "Biotechnology", - "Protein Science" + "telecommunications", + "wireless-communication", + "6g-technology", + "technology-research", + "network-architecture" ], - "geographic_scope": "global", - "update_frequency": "weekly", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "irregular", "tags": [ - "protein structures", - "structural biology", - "3D structures", - "molecular biology", - "drug discovery", - "biotechnology", - "open science", - "bioinformatics", - "crystallography", - "cryo-EM", - "NMR", - "PDB", - "macromolecular structures" + "6G", + "IMT-2030", + "sixth-generation", + "第六代移动通信", + "wireless-communication", + "无线通信", + "white-paper", + "白皮书", + "network-architecture", + "网络架构", + "telecommunications", + "电信", + "5g", + "next-generation", + "下一代通信", + "CAICT", + "中国信息通信研究院", + "空天地一体化", + "integrated-space-air-ground", + "technical-standards", + "技术标准", + "research-reports", + "研究报告" ], - "file_path": "academic/biology/pdb.json" + "data_content": { + "en": [ + "6G Vision and Potential Key Technologies White Papers", + "6G Network Architecture Outlook and Key Technology Prospects", + "6G Typical Scenarios and Key Capabilities", + "6G Wireless System Design Principles and Typical Features", + "Research on Terminal Requirements for 6G Application Scenarios", + "Research on IoT Typical Scenarios and Capability Requirements for 6G", + "Research on Open Service Environment Requirements for 6G", + "Research on Scenarios and Requirements for 6G and Industrial Application Coordination", + "Integrated Space-Air-Ground Network Technology and Standards", + "6G Technical Standards and Specifications" + ], + "zh": [ + "6G总体愿景与潜在关键技术白皮书", + "6G网络架构愿景与关键技术展望白皮书", + "6G典型场景和关键能力白皮书", + "6G无线系统设计原则和典型特征白皮书", + "面向6G应用场景的终端需求研究", + "面向6G的物联网典型场景及能力要求研究", + "面向6G的开放业务环境需求研究", + "6G与工业应用相互协同的场景和需求研究", + "空天地一体化网络技术与标准", + "6G技术标准和规范" + ] + }, + "has_api": false, + "file_path": "sectors/J-information-communication/china-imt2030.json" }, { - "id": "pubchem", + "id": "china-software-association", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, "description": { - "en": "PubChem is the world's largest free chemistry database, maintained by the National Institutes of Health (NIH). It provides information on chemical substances and their biological activities, launched in 2004. PubChem contains small molecules, as well as larger molecules such as nucleotides, carbohydrates, lipids, peptides, and chemically-modified macromolecules. The database collects information on chemical structures, identifiers, chemical and physical properties, biological activities, patents, health, safety, toxicity data, and much more. Data is contributed by hundreds of sources including government agencies, chemical vendors, journal publishers, and more. Each month, the website and programmatic services provide data to several million users worldwide.", - "zh": "PubChem是世界上最大的免费化学数据库,由美国国立卫生研究院(NIH)维护。它提供化学物质及其生物活性的信息,于2004年推出。PubChem包含小分子以及较大分子,如核苷酸、碳水化合物、脂质、肽和化学修饰的大分子。该数据库收集化学结构、标识符、化学和物理性质、生物活性、专利、健康、安全、毒性数据等信息。数据由数百个来源贡献,包括政府机构、化学品供应商、期刊出版商等。每月,该网站和编程服务为全球数百万用户提供数据。" + "en": "The China Software Industry Association (CSIA) is a national first-level industry association established in 1984, providing comprehensive data on China's software industry revenue, enterprise rankings, and market research. It publishes annual reports including the Top 100 Software Companies rankings and industry benchmark data.", + "zh": "中国软件行业协会成立于1984年9月6日,是在民政部注册登记的全国一级行业组织,提供中国软件产业收入统计、企业排行榜、市场研究等综合数据。协会每年发布中国软件百强企业榜单和行业基准数据报告。" }, - "website": "https://www.ncbi.nlm.nih.gov/", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", - "api_url": "https://pubchem.ncbi.nlm.nih.gov/docs/programmatic-access", - "authority_level": "government", - "country": null, + "website": "https://www.csia.org.cn/", + "data_url": "https://www.csia.org.cn/", + "api_url": null, + "authority_level": "market", + "country": "CN", "domains": [ - "Chemistry", - "Biochemistry", - "Pharmacology", - "Toxicology", - "Biology", - "Medicine" + "technology", + "industry", + "information-technology" ], - "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "national", + "update_frequency": "annual", "tags": [ - "chemistry", - "biochemistry", - "pharmacology", - "toxicology", - "drug-discovery", - "chemical-database", - "bioassay", - "molecular-structure", - "chemical-properties", - "open-data", - "nih", - "ncbi", - "united-states", - "government-data" + "software industry", + "软件产业", + "enterprise ranking", + "企业排行", + "industry revenue", + "产业收入", + "CSIA", + "软件百强", + "top 100 software", + "information technology", + "信息技术服务", + "software revenue", + "软件业务收入", + "industry association", + "行业协会", + "benchmark data", + "基准数据" ], - "file_path": "academic/chemistry/pubchem.json" + "data_content": { + "en": [ + "Annual software industry revenue statistics (national and regional breakdown)", + "Top 100 Chinese software companies ranking (high-quality development enterprises)", + "Software industry benchmark data reports covering government, finance, telecommunications, transportation, energy, and manufacturing sectors", + "Software industry market research and analysis reports", + "Information technology services revenue data (cloud computing, big data, embedded systems)", + "Software product revenue statistics by category", + "China Software Industry High-Quality Development Report (annual publication)" + ], + "zh": [ + "年度软件产业收入统计数据(全国及分地区)", + "中国软件百强企业排行榜(高质量发展企业)", + "软件行业基准数据报告(涵盖政府、金融、电信、交通、能源、制造业等行业)", + "软件产业市场调研与分析报告", + "信息技术服务收入数据(云计算、大数据、嵌入式系统)", + "软件产品收入分类统计", + "中国软件产业高质量发展报告(年度发布)" + ] + }, + "has_api": false, + "file_path": "sectors/J-information-communication/china-software-association.json" }, { - "id": "pubmed", + "id": "cifar", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, "description": { - "en": "PubMed is a free resource supporting the search and retrieval of biomedical and life sciences literature with the aim of improving health–both globally and personally. It contains more than 39 million citations and abstracts of biomedical literature from MEDLINE, life science journals, PubMed Central (PMC), and online books.", - "zh": "PubMed是一个免费资源,支持生物医学和生命科学文献的搜索和检索,旨在改善全球和个人健康。包含超过3900万条来自MEDLINE、生命科学期刊、PubMed Central (PMC)和在线图书的生物医学文献引用和摘要。" + "en": "CIFAR-10 and CIFAR-100 are labeled subsets of the 80 million tiny images dataset, widely used as benchmark datasets for machine learning and computer vision research. CIFAR-10 consists of 60,000 32x32 color images in 10 classes (6,000 images per class), with 50,000 training images and 10,000 test images. CIFAR-100 contains 100 classes with 600 images each (500 training, 100 testing per class), organized into 20 superclasses. Created by Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton, these datasets have become foundational benchmarks for evaluating image classification algorithms.", + "zh": "CIFAR-10 和 CIFAR-100 是 8000 万微小图像数据集的标注子集,广泛用作机器学习和计算机视觉研究的基准数据集。CIFAR-10 包含 60,000 张 32x32 彩色图像,分为 10 个类别(每类 6,000 张图像),其中 50,000 张训练图像和 10,000 张测试图像。CIFAR-100 包含 100 个类别,每类 600 张图像(每类 500 张训练图像,100 张测试图像),组织成 20 个超类。这些数据集由 Alex Krizhevsky、Vinod Nair 和 Geoffrey Hinton 创建,已成为评估图像分类算法的基础性基准。" }, - "website": "https://www.ncbi.nlm.nih.gov/", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", - "api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/", - "authority_level": "government", + "website": "https://www.cs.toronto.edu", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "api_url": null, "country": null, "domains": [ - "health", - "biomedical", - "life_sciences" + "Computer Vision", + "Deep Learning", + "Machine Learning", + "Image Classification", + "Object Recognition", + "Artificial Intelligence" ], "geographic_scope": "global", - "update_frequency": "daily", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "biomedical literature", - "MEDLINE", - "citations", - "abstracts", - "life sciences", - "medical research", - "public health", - "clinical trials", - "MeSH", - "NIH", - "NLM", - "NCBI", - "E-utilities API" + "computer-vision", + "deep-learning", + "image-classification", + "machine-learning", + "benchmark-dataset", + "object-recognition", + "convolutional-neural-networks", + "academic-research", + "tiny-images", + "supervised-learning" ], - "file_path": "academic/health/pubmed.json" + "data_content": { + "en": [ + "CIFAR-10 - 10 classes: airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck", + "CIFAR-100 - 100 fine-grained classes grouped into 20 superclasses", + "Training Data - 50,000 images for CIFAR-10, 50,000 images for CIFAR-100", + "Test Data - 10,000 images for CIFAR-10, 10,000 images for CIFAR-100", + "Image Format - 32x32 pixel color images (RGB)", + "Superclasses (CIFAR-100) - aquatic mammals, fish, flowers, food containers, fruit and vegetables, household devices, furniture, insects, carnivores, outdoor things, natural scenes, omnivores/herbivores, medium mammals, invertebrates, people, reptiles, small mammals, trees, vehicles" + ], + "zh": [ + "CIFAR-10 - 10 个类别:飞机、汽车、鸟、猫、鹿、狗、青蛙、马、船、卡车", + "CIFAR-100 - 100 个细粒度类别,分为 20 个超类", + "训练数据 - CIFAR-10 50,000 张图像,CIFAR-100 50,000 张图像", + "测试数据 - CIFAR-10 10,000 张图像,CIFAR-100 10,000 张图像", + "图像格式 - 32x32 像素彩色图像(RGB)", + "超类(CIFAR-100)- 水生哺乳动物、鱼类、花卉、食品容器、水果蔬菜、家用电器、家具、昆虫、食肉动物、户外物体、自然景观、杂食/食草动物、中型哺乳动物、无脊椎动物、人类、爬行动物、小型哺乳动物、树木、交通工具" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/J-information-communication/cifar.json" }, { - "id": "china-robot-industry-alliance", + "id": "common-crawl", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" }, "description": { - "en": "The Robot Branch of China Machinery Industry Federation (formerly China Robot Industry Alliance, established in April 2013) is a national industry organization led by China Machinery Industry Federation. With over 520 member units including domestic and international robot companies, research institutes, and universities, it serves as a collaborative platform for industry-academia-research-application cooperation. The branch provides industry statistical reports, organizes conferences and competitions, promotes standardization, and coordinates resources to enhance the competitiveness of China's robot industry.", - "zh": "中国机械工业联合会机器人分会(前身为2013年4月成立的中国机器人产业联盟)是由中国机械工业联合会领导的全国性行业组织。拥有520余家会员单位,包括国内外机器人企业、科研院所和高校,是我国机器人产业全国性产、学、研、用行业协同工作平台。分会发布行业统计报告,组织会议和竞赛活动,推进标准化工作,协调产业资源,提升中国机器人产业竞争力。" + "en": "Common Crawl is a 501(c)(3) non-profit organization that maintains a free, open repository of web crawl data that can be used by anyone. The corpus contains petabytes of raw web page data, metadata extracts, and text extracts, regularly collected since 2008. With over 300 billion pages spanning 18 years, Common Crawl adds 3-5 billion new pages each month and has been cited in over 10,000 research papers. The data is stored on Amazon Web Services' Public Data Sets and on multiple academic cloud platforms across the world, making wholesale extraction, transformation and analysis of open web data accessible to researchers, companies and individuals at no cost.", + "zh": "Common Crawl 是一个 501(c)(3) 非营利组织,维护着一个免费、开放的网络爬取数据仓库,任何人都可以使用。该语料库包含PB级的原始网页数据、元数据提取和文本提取,自2008年以来定期收集。拥有超过3000亿个网页,跨越18年,Common Crawl每月新增30-50亿个网页,已被超过10,000篇研究论文引用。数据存储在亚马逊网络服务的公共数据集和全球多个学术云平台上,使研究人员、公司和个人能够免费访问、提取、转换和分析开放的网络数据。" }, - "website": "http://cria.mei.net.cn/", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "api_url": null, - "authority_level": "market", - "country": "CN", + "website": "https://commoncrawl.org", + "data_url": "https://commoncrawl.org", + "api_url": "https://index.commoncrawl.org", + "country": null, "domains": [ - "Robotics", - "Industrial Automation", - "Manufacturing", - "Industry Statistics", - "Technology Standards" - ], - "geographic_scope": "national", - "update_frequency": "annual", - "has_api": false, - "tags": [ - "robot", - "robotics", - "机器人", - "industrial-robot", - "工业机器人", - "robot-statistics", - "机器人统计", - "robot-industry", - "机器人产业", - "robot-sales", - "机器人产销", - "automation", - "自动化", - "manufacturing", - "制造业", - "industry-alliance", - "产业联盟", - "china-machinery", - "中国机械工业", - "robot-market-report", - "机器人市场报告", - "cria" + "Web Crawling", + "Natural Language Processing", + "Machine Learning", + "Data Science", + "Information Retrieval", + "Web Analytics", + "Artificial Intelligence", + "Research", + "Large Language Models" ], - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "geographic_scope": "global", + "update_frequency": "monthly", + "tags": [ + "web-crawling", + "natural-language-processing", + "machine-learning", + "large-language-models", + "web-data", + "text-corpus", + "open-data", + "research", + "big-data", + "artificial-intelligence", + "data-science", + "web-mining", + "nlp", + "internet-archive" + ], + "data_content": { + "en": [ + "Raw Web Page Data - HTML, CSS, JavaScript and other web content in WARC format", + "Metadata Extracts - HTTP headers, response codes, content types (WAT format)", + "Text Extracts - Plain text extracted from web pages (WET format)", + "URL Index - Searchable index of all crawled URLs with CDX format", + "Web Graphs - Link structure and relationships between web pages", + "Crawl Statistics - Monthly statistics on crawl coverage and scope", + "Historical Data - Web data archives from 2008 to present", + "Multilingual Content - Web pages in hundreds of languages", + "Domain Coverage - Pages from millions of domains worldwide" + ], + "zh": [ + "原始网页数据 - WARC 格式的 HTML、CSS、JavaScript 和其他网络内容", + "元数据提取 - HTTP 标头、响应代码、内容类型(WAT 格式)", + "文本提取 - 从网页提取的纯文本(WET 格式)", + "URL 索引 - 所有爬取 URL 的可搜索索引(CDX 格式)", + "网络图谱 - 网页之间的链接结构和关系", + "爬取统计 - 每月爬取覆盖范围和规模统计", + "历史数据 - 从 2008 年至今的网络数据档案", + "多语言内容 - 数百种语言的网页", + "域名覆盖 - 来自全球数百万个域名的网页" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "sectors/J-information-communication/common-crawl.json" }, { - "id": "china-sac-standards", + "id": "conll-shared-tasks", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, "description": { - "en": "The Standardization Administration of China (SAC) is the Chinese government authority responsible for standardization administration. It develops and publishes national standards including mandatory GB standards, recommended GB/T standards, and industry standards across all sectors.", - "zh": "国家标准化管理委员会是中国负责标准化管理的国家级政府机构,隶属于国家市场监督管理总局。负责组织制定和发布国家标准,包括强制性国家标准(GB)、推荐性国家标准(GB/T)以及76个行业标准,覆盖工业、农业、服务业等各个领域。" + "en": "CoNLL (Conference on Computational Natural Language Learning) has organized annual shared tasks since 1999, providing benchmark datasets for various NLP challenges including named entity recognition, chunking, parsing, semantic role labeling, coreference resolution, and more. These datasets have become standard benchmarks in the NLP research community, enabling fair comparison of different machine learning approaches across multiple languages and tasks.", + "zh": "CoNLL(计算自然语言学习会议)自1999年以来每年组织共享任务,为各种自然语言处理挑战提供基准数据集,包括命名实体识别、组块分析、句法分析、语义角色标注、共指消解等。这些数据集已成为NLP研究社区的标准基准,可以在多种语言和任务中公平比较不同的机器学习方法。" }, - "website": "https://www.sac.gov.cn/", - "data_url": "https://std.samr.gov.cn/", + "website": "https://www.signll.org", + "data_url": "https://www.conll.org/previous-tasks", "api_url": null, - "authority_level": "government", - "country": "CN", + "country": null, "domains": [ - "technology", - "standards", - "quality-management", - "manufacturing", - "services", - "agriculture" + "Natural Language Processing", + "Computational Linguistics", + "Machine Learning", + "Named Entity Recognition", + "Parsing", + "Semantic Analysis" ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": false, + "geographic_scope": "global", + "update_frequency": "annual", "tags": [ - "国家标准", - "national standards", - "GB", - "GB/T", - "强制性标准", - "mandatory standards", - "推荐性标准", - "recommended standards", - "行业标准", - "industry standards", - "地方标准", - "local standards", - "标准化", - "standardization", - "质量管理", - "quality management", - "技术规范", - "technical specifications", - "SAC", - "SAMR", - "市场监管总局" + "NLP", + "natural language processing", + "machine learning", + "named entity recognition", + "NER", + "parsing", + "chunking", + "semantic role labeling", + "coreference resolution", + "multilingual", + "benchmark datasets", + "shared task", + "computational linguistics" ], - "file_path": "china/technology/standards/china-sac-standards.json" + "data_content": { + "en": [ + "Named Entity Recognition (NER) datasets - English, German, Spanish, Dutch", + "Text Chunking and Phrase Recognition datasets", + "Dependency Parsing - multilingual datasets covering 20+ languages", + "Semantic Role Labeling datasets", + "Coreference Resolution datasets (OntoNotes)", + "Grammatical Error Correction datasets", + "Discourse Parsing datasets", + "Morphological Reinflection datasets", + "Universal Dependencies datasets", + "BabyLM Challenge datasets" + ], + "zh": [ + "命名实体识别(NER)数据集 - 英语、德语、西班牙语、荷兰语", + "文本组块和短语识别数据集", + "依存句法分析 - 覆盖20多种语言的多语言数据集", + "语义角色标注数据集", + "共指消解数据集(OntoNotes)", + "语法错误纠正数据集", + "话语分析数据集", + "形态变化数据集", + "通用依存关系数据集", + "BabyLM挑战数据集" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/J-information-communication/conll-shared-tasks.json" }, { - "id": "bp-statistical-review", + "id": "imagenet", "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" + "en": "ImageNet", + "zh": "ImageNet 图像数据库" }, "description": { - "en": "The Energy Institute Statistical Review of World Energy™ analyses data on world energy markets from the prior year. Previously produced by bp (British Petroleum) since 1952, the Review has been continued by the Energy Institute since 2024, providing timely, comprehensive and objective data to the energy community. The Review covers global energy statistics including production, consumption, trade, and prices across all major energy sources: coal, oil, natural gas, nuclear, hydroelectric, and renewable energy. In collaboration with KPMG, Kearney, Heriot-Watt University, and with support from S&P Global Commodity Insights and bp.", - "zh": "能源研究所世界能源统计年鉴™分析上一年度世界能源市场数据。该年鉴自1952年起由bp(英国石油公司)编制,自2024年起由能源研究所继续出版,为能源界提供及时、全面和客观的数据。该年鉴涵盖全球能源统计数据,包括所有主要能源的生产、消费、贸易和价格:煤炭、石油、天然气、核能、水力发电和可再生能源。与毕马威、科尔尼、赫瑞瓦特大学合作,并得到标普全球大宗商品洞察和bp的支持。" + "en": "ImageNet is a large-scale image database organized according to the WordNet hierarchy. It contains over 14 million images spanning more than 21,000 synsets (synonym sets). The most widely-used subset is the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2012-2017 dataset, which includes 1,000 object classes with 1.28 million training images, 50,000 validation images, and 100,000 test images. ImageNet has been instrumental in advancing computer vision and deep learning research.", + "zh": "ImageNet 是一个按照 WordNet 层次结构组织的大规模图像数据库。包含超过 1400 万张图像,涵盖 21,000 多个同义词集。最广泛使用的子集是 ImageNet 大规模视觉识别挑战赛(ILSVRC)2012-2017 数据集,包含 1,000 个对象类别,128 万训练图像、5 万验证图像和 10 万测试图像。ImageNet 在推动计算机视觉和深度学习研究方面发挥了重要作用。" }, - "website": "https://www.energyinst.org", - "data_url": "https://www.energyinst.org/statistical-review", + "website": "https://www.image-net.org", + "data_url": "https://www.image-net.org", "api_url": null, - "authority_level": "market", "country": null, "domains": [ - "Energy", - "Energy Economics", - "Energy Statistics", - "Energy Production", - "Energy Consumption", - "Energy Trade", - "Renewable Energy", - "Fossil Fuels", - "Climate Change", - "Energy Transition" + "Computer Vision", + "Deep Learning", + "Machine Learning", + "Artificial Intelligence", + "Image Classification", + "Object Recognition" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "irregular", "tags": [ - "energy", - "energy-statistics", - "energy-economics", - "coal", - "oil", - "natural-gas", - "nuclear-energy", - "renewable-energy", - "hydroelectric", - "solar-energy", - "wind-energy", - "electricity", - "carbon-emissions", - "climate-change", - "energy-transition", - "energy-security", - "fossil-fuels", - "energy-consumption", - "energy-production", - "energy-trade", - "bp", - "energy-institute" + "computer-vision", + "deep-learning", + "image-classification", + "machine-learning", + "benchmark-dataset", + "object-recognition", + "convolutional-neural-networks", + "transfer-learning", + "academic-research", + "visual-recognition" ], - "file_path": "sectors/D-energy/bp-statistical-review.json" + "data_content": { + "en": [ + "Image Classification - 1,000 object categories (ILSVRC subset)", + "Object Localization - Bounding box annotations for objects", + "Visual Recognition - 21,841 synsets covering diverse concepts", + "Training Data - 1,281,167 labeled training images", + "Validation Data - 50,000 validation images with ground truth", + "Test Data - 100,000 test images for benchmarking", + "WordNet Hierarchy - Structured organization of visual concepts" + ], + "zh": [ + "图像分类 - 1,000 个对象类别(ILSVRC 子集)", + "对象定位 - 对象边界框标注", + "视觉识别 - 21,841 个同义词集覆盖多样化概念", + "训练数据 - 1,281,167 张已标注训练图像", + "验证数据 - 50,000 张带真实标签的验证图像", + "测试数据 - 100,000 张用于基准测试的测试图像", + "WordNet 层次结构 - 视觉概念的结构化组织" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/J-information-communication/imagenet.json" }, { - "id": "canada-statcan", + "id": "akshare", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, "description": { - "en": "Canada's national statistical office providing comprehensive data on the country's economy, society, and environment. Conducts the Census of Population, Labour Force Survey, and over 350 active surveys covering demographics, health, business, trade, and more.", - "zh": "加拿大国家统计局,提供有关国家经济、社会和环境的综合数据。进行人口普查、劳动力调查以及涵盖人口统计、健康、商业、贸易等350多项主动调查。" + "en": "AKShare is an elegant and simple financial data interface library for Python, built for human beings. It provides comprehensive access to financial data including stocks, futures, options, funds, forex, bonds, indices, and cryptocurrencies. The library aggregates data from authoritative financial websites and is designed for academic research and quantitative analysis. Emphasizing the philosophy of 'Write less, get more!', it enables users to obtain complex financial data with simple one-line commands.", + "zh": "AKShare 是一个优雅简洁的 Python 财经数据接口库,专为人类设计。它提供对股票、期货、期权、基金、外汇、债券、指数和加密货币等金融数据的全面访问。该库聚合了来自权威财经网站的数据,专为学术研究和量化分析设计。秉承'代码更少,数据更多'的理念,用户可以用简单的单行命令获取复杂的财经数据。" }, - "website": "https://www.statcan.gc.ca", - "data_url": "https://www.statcan.gc.ca/en/start", - "api_url": "https://www.statcan.gc.ca/en/developers", - "authority_level": "government", - "country": "CA", + "website": "https://akshare.akfamily.xyz/", + "data_url": "https://github.com/akfamily/akshare", + "api_url": "https://akshare.akfamily.xyz/", + "country": null, "domains": [ - "economics", - "demographics", - "health", - "labour", - "education", - "environment", - "agriculture", - "business", - "housing", - "justice", - "culture", - "trade" + "Finance", + "Financial Markets", + "Stock Market", + "Futures", + "Options", + "Funds", + "Foreign Exchange", + "Bonds", + "Indices", + "Cryptocurrency", + "Macroeconomic Data", + "Quantitative Finance" ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "daily", "tags": [ - "canada", - "national-statistics", - "census", - "labour-market", - "demographics", - "economic-indicators", - "health-statistics", - "open-data", - "bilingual" + "akshare", + "python", + "financial-data", + "stock-data", + "futures", + "options", + "funds", + "forex", + "bonds", + "cryptocurrency", + "quantitative-finance", + "open-source", + "数据接口", + "财经数据", + "股票数据", + "期货", + "基金", + "外汇", + "债券", + "加密货币", + "量化金融", + "开源库", + "金融API", + "数据聚合", + "financial-api", + "data-aggregation", + "market-data", + "东方财富", + "新浪财经" ], - "file_path": "countries/north-america/canada/statcan.json" - }, - { - "id": "tcga", - "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" - }, - "description": { - "en": "The Cancer Genome Atlas (TCGA) was a landmark cancer genomics program that molecularly characterized over 20,000 primary cancer and matched normal samples spanning 33 cancer types. This joint effort between NCI and the National Human Genome Research Institute began in 2006, bringing together researchers from diverse disciplines and multiple institutions. Over 12 years, TCGA generated over 2.5 petabytes of genomic, epigenomic, transcriptomic, and proteomic data. The data, which has already led to improvements in diagnosing, treating, and preventing cancer, remains publicly available for anyone in the research community to use through the Genomic Data Commons (GDC).", - "zh": "癌症基因组图谱(TCGA)是一项里程碑式的癌症基因组学项目,对涵盖33种癌症类型的超过20,000个原发性癌症样本和匹配的正常样本进行了分子表征。该项目是NCI和国家人类基因组研究所(NHGRI)从2006年开始的联合工作,汇集了来自不同学科和多个机构的研究人员。在12年间,TCGA生成了超过2.5 PB的基因组、表观基因组、转录组和蛋白质组数据。这些数据已经改善了癌症的诊断、治疗和预防,并通过基因组数据共享平台(GDC)向所有研究人员公开。" + "data_content": { + "en": [ + "Stock Market Data - Real-time and historical stock prices, trading volumes, market indices from major exchanges", + "Futures Market - Commodity futures, financial futures, options data and derivatives pricing", + "Bond Market - Government bonds, corporate bonds, bond indices and fixed income securities", + "Fund Data - Mutual funds, ETFs, private funds, fund net values and performance metrics", + "Foreign Exchange - Currency exchange rates, forex trading data and currency pairs", + "Cryptocurrency - Digital currency prices, trading volumes, and blockchain data", + "Macroeconomic Indicators - GDP, CPI, interest rates, employment data and economic statistics", + "Market Indices - Stock indices, commodity indices, volatility indices from global markets", + "Alternative Data - Migration data, natural language processing, high-frequency data, policy uncertainty indices", + "Energy Data - Energy consumption, production and pricing information", + "Multi-factor Data - Quantitative factors for investment analysis and portfolio construction" + ], + "zh": [ + "股票市场数据 - 主要交易所的实时和历史股价、交易量、市场指数", + "期货市场 - 商品期货、金融期货、期权数据和衍生品定价", + "债券市场 - 国债、企业债券、债券指数和固定收益证券", + "基金数据 - 公募基金、ETF、私募基金、基金净值和业绩指标", + "外汇市场 - 货币汇率、外汇交易数据和货币对", + "加密货币 - 数字货币价格、交易量和区块链数据", + "宏观经济指标 - GDP、CPI、利率、就业数据和经济统计", + "市场指数 - 全球市场的股票指数、商品指数、波动率指数", + "另类数据 - 迁徙数据、自然语言处理、高频数据、政策不确定性指数", + "能源数据 - 能源消费、生产和价格信息", + "多因子数据 - 用于投资分析和组合构建的量化因子" + ] }, - "website": "https://www.cancer.gov/ccg", - "data_url": "https://portal.gdc.cancer.gov/", - "api_url": "https://gdc.cancer.gov/developers/gdc-application-programming-interface-api", - "authority_level": "government", - "country": "US", - "domains": [ - "cancer genomics", - "oncology", - "molecular biology", - "genomics", - "bioinformatics", - "precision medicine", - "biomedical research" - ], - "geographic_scope": "national", - "update_frequency": "irregular", + "authority_level": "other", "has_api": true, - "tags": [ - "cancer genomics", - "TCGA", - "NCI", - "NHGRI", - "GDC", - "whole genome sequencing", - "whole exome sequencing", - "RNA-seq", - "DNA methylation", - "copy number variation", - "somatic mutations", - "cancer types", - "precision medicine", - "oncology", - "biomarker discovery", - "pan-cancer analysis", - "molecular characterization", - "tumor genomics" - ], - "file_path": "academic/health/tcga.json" + "file_path": "sectors/K-finance-insurance/akshare.json" }, { - "id": "acad-conferenceboard", + "id": "alpha-vantage", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, "description": { - "en": "The Conference Board is a leading source of economic indicators and analysis, publishing the widely-cited Consumer Confidence Index and Leading Economic Indicators (LEI). Since taking over the LEI from the US government in 1995, they provide comprehensive economic data on business cycles, labor trends, and economic outlooks for major economies worldwide. Their authoritative data includes leading, coincident, and lagging indexes designed to signal peaks and troughs in business cycles.", - "zh": "世界大型企业联合会是领先的经济指标和分析来源,发布广受引用的消费者信心指数和领先经济指标(LEI)。自1995年从美国政府接管LEI以来,他们为全球主要经济体提供关于商业周期、劳动力趋势和经济展望的全面经济数据。其权威数据包括旨在预示商业周期峰谷的领先、同步和滞后指标。" + "en": "Alpha Vantage provides free JSON APIs for realtime and historical stock market data, forex, cryptocurrencies, commodities, and economic indicators. The platform offers 50+ technical indicators, covering 200,000+ tickers across 20+ global exchanges with over 20 years of historical depth. Built for developers and investors, it supports multiple temporal resolutions (intraday, daily, weekly, monthly) and features eight major API categories including Core Time Series, US Options, Alpha Intelligence, Fundamental Data, and more.", + "zh": "Alpha Vantage 提供免费的 JSON API,用于获取实时和历史股票市场数据、外汇、加密货币、大宗商品和经济指标。该平台提供 50 多种技术指标,涵盖 20 多个全球交易所的 200,000 多个股票代码,拥有超过 20 年的历史数据深度。专为开发人员和投资者打造,支持多种时间分辨率(盘中、每日、每周、每月),包含八大主要 API 类别:核心时间序列、美国期权、Alpha Intelligence、基本面数据等。" }, - "website": "https://www.conference-board.org", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "api_url": null, - "authority_level": "research", + "website": "https://www.alphavantage.co/", + "data_url": "https://www.alphavantage.co/", + "api_url": "https://www.alphavantage.co/documentation/", "country": null, "domains": [ - "Economics", - "Business Cycles", - "Consumer Confidence", - "Labor Markets", - "Employment", - "Economic Forecasting" + "Stock Markets", + "Foreign Exchange", + "Cryptocurrencies", + "Commodities", + "Economic Indicators", + "Technical Analysis" ], "geographic_scope": "global", - "update_frequency": "monthly", - "has_api": false, + "update_frequency": "real-time", "tags": [ - "economics", - "business-cycles", - "leading-indicators", - "consumer-confidence", - "employment", - "economic-forecasting", - "ceo-confidence", - "labor-markets", - "time-series" + "stock-market", + "financial-data", + "api", + "real-time", + "technical-indicators", + "forex", + "cryptocurrency", + "commodities", + "economic-indicators", + "time-series", + "free-tier", + "developer-friendly" ], - "file_path": "academic/economics/conference-board.json" + "data_content": { + "en": [ + "Core Time Series Stock Data (intraday, daily, weekly, monthly)", + "US Options Data", + "Alpha Intelligence (news sentiment, top gainers/losers)", + "Fundamental Data (income statements, balance sheets, cash flow)", + "Physical and Crypto Currencies (forex, Bitcoin, cryptocurrencies)", + "Commodities (WTI crude oil, natural gas, copper, wheat, corn)", + "Economic Indicators (GDP, inflation, interest rates, unemployment)", + "Technical Indicators (50+ indicators including SMA, EMA, RSI, MACD, Bollinger Bands)" + ], + "zh": [ + "核心时间序列股票数据(盘中、每日、每周、每月)", + "美国期权数据", + "Alpha Intelligence(新闻情绪、涨跌幅排行)", + "基本面数据(损益表、资产负债表、现金流量表)", + "实物和加密货币(外汇、比特币、加密货币)", + "大宗商品(WTI 原油、天然气、铜、小麦、玉米)", + "经济指标(GDP、通货膨胀、利率、失业率)", + "技术指标(50 多种指标,包括 SMA、EMA、RSI、MACD、布林带)" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "sectors/K-finance-insurance/alpha-vantage.json" }, { - "id": "usa-eia", + "id": "bloomberg-terminal-ipo", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" }, "description": { - "en": "The U.S. Energy Information Administration (EIA) is the statistical and analytical agency within the U.S. Department of Energy. EIA collects, analyzes, and disseminates independent and impartial energy information to promote sound policymaking, efficient markets, and public understanding of energy and its interaction with the economy and the environment. EIA provides comprehensive data on energy production, consumption, prices, and projections across all energy sources including petroleum, natural gas, coal, nuclear, renewable energy, and electricity.", - "zh": "美国能源信息署(EIA)是美国能源部下属的统计和分析机构。EIA收集、分析和传播独立公正的能源信息,以促进合理的政策制定、高效的市场运作以及公众对能源及其与经济和环境互动的理解。EIA提供涵盖所有能源来源的全面数据,包括石油、天然气、煤炭、核能、可再生能源和电力的生产、消费、价格和预测数据。" + "en": "Bloomberg Terminal's IPO (Initial Public Offering) module provides comprehensive data on equity offerings worldwide. This specialized module offers detailed information on IPO pricing, trading history, deal structures, and post-IPO performance tracking. Users can access pre-built and customized screens to research IPO data by various criteria including offer type, equity index, date range, and announcement dates. The module includes overview data, deal details, historical pricing, and volume information for global IPO markets, with export capabilities to Excel for further analysis.", + "zh": "彭博终端的IPO(首次公开募股)模块提供全球股票发行的综合数据。该专业模块提供有关IPO定价、交易历史、交易结构和上市后业绩跟踪的详细信息。用户可以访问预构建和自定义筛选器,按各种标准研究IPO数据,包括发行类型、股票指数、日期范围和公告日期。该模块包括全球IPO市场的概览数据、交易详情、历史定价和成交量信息,并可导出到Excel进行进一步分析。" }, - "website": "https://www.eia.gov", - "data_url": "https://www.eia.gov", - "api_url": "https://www.eia.gov/opendata/documentation.php", - "authority_level": "government", - "country": "US", + "website": "https://www.bloomberg.com", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "api_url": "https://www.bloomberg.com/professional/support/api-library/", + "country": null, "domains": [ - "energy", - "petroleum", - "natural gas", - "coal", - "electricity", - "nuclear energy", - "renewable energy", - "environment", - "economics", - "markets" + "IPO", + "Equity Offerings", + "Capital Markets", + "Investment Banking", + "Securities Issuance" ], - "geographic_scope": "national", - "update_frequency": "daily", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "real-time", "tags": [ - "energy", - "petroleum", - "natural-gas", - "coal", - "electricity", - "renewable-energy", - "nuclear-energy", - "united-states", - "government", - "official-statistics", - "time-series", - "api", - "open-data" + "ipo", + "initial-public-offering", + "equity-offerings", + "新股发行", + "首次公开募股", + "上市公司", + "股票发行", + "招股", + "pricing", + "定价", + "trading-history", + "交易历史", + "deal-structure", + "capital-markets", + "资本市场", + "prospectus", + "招股书", + "underwriting", + "承销", + "post-ipo-performance", + "上市后表现", + "commercial", + "subscription-based", + "bloomberg", + "terminal" ], - "file_path": "countries/north-america/usa/eia.json" + "data_content": { + "en": [ + "IPO deal overview and summary information", + "Initial pricing data and offer price ranges", + "Historical trading data and volume post-IPO", + "Deal structure and underwriting details", + "Pre-IPO and post-IPO performance metrics", + "Searchable database by offer type, index, and date range", + "Announcement dates and filing timelines", + "Global IPO coverage across major exchanges (NYSE, NASDAQ, LSE, HKEX, etc.)", + "Secondary offering data and follow-on transactions", + "Comparable IPO analysis tools", + "Underwriter league tables and market share", + "Excel export functionality for custom analysis" + ], + "zh": [ + "IPO交易概览和摘要信息", + "初始定价数据和发行价格区间", + "上市后历史交易数据和成交量", + "交易结构和承销详情", + "上市前和上市后业绩指标", + "按发行类型、指数和日期范围的可搜索数据库", + "公告日期和申报时间表", + "覆盖全球主要交易所的IPO数据(纽交所、纳斯达克、伦敦证交所、港交所等)", + "二次发行数据和后续交易", + "可比IPO分析工具", + "承销商排行榜和市场份额", + "Excel导出功能用于自定义分析" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" }, { - "id": "uk-biobank", + "id": "bloomberg-terminal", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" }, "description": { - "en": "UK Biobank is the world's most detailed, long-term prospective health research study and the largest biomedical database resource. It follows 500,000 volunteers (aged 40-69 at recruitment during 2006-2010) to understand who falls ill and why, enabling scientists globally to create better ways to diagnose, prevent and treat diseases. The database contains genetic, lifestyle, and health information including whole genome sequences, imaging data, biomarker data, healthcare records, and questionnaire data. Over 22,000 researchers from more than 60 countries have used UK Biobank data, resulting in over 18,000 peer-reviewed scientific publications.", - "zh": "英国生物样本库是世界上最详细、最长期的前瞻性健康研究和最大的生物医学数据库资源。它跟踪50万志愿者(2006-2010年招募时年龄40-69岁)以了解谁生病以及原因,使全球科学家能够创造更好的方法来诊断、预防和治疗疾病。该数据库包含遗传、生活方式和健康信息,包括全基因组序列、影像数据、生物标志物数据、医疗记录和问卷数据。来自60多个国家的超过22,000名研究人员使用了英国生物样本库数据,产生了超过18,000篇同行评审的科学出版物。" + "en": "Bloomberg Terminal is the world's leading financial data platform providing real-time and historical market data, news, analytics, and trading tools. While the full terminal requires a subscription (approximately $24,000/year), Bloomberg offers limited public access to market data through bloomberg.com including stock quotes, indices, commodities prices, currency exchange rates, and financial news. The public interface provides basic market information for global equities, bonds, currencies, and commodities, along with business news and market analysis.", + "zh": "彭博终端是全球领先的金融数据平台,提供实时和历史市场数据、新闻、分析和交易工具。虽然完整的终端需要订阅(约每年 24,000 美元),但彭博通过 bloomberg.com 提供有限的公共市场数据访问,包括股票报价、指数、大宗商品价格、货币汇率和金融新闻。公共界面提供全球股票、债券、货币和大宗商品的基本市场信息,以及商业新闻和市场分析。" }, - "website": "https://www.ukbiobank.ac.uk/", - "data_url": "https://www.ukbiobank.ac.uk/", - "api_url": "https://github.com/UK-Biobank", - "authority_level": "research", - "country": "GB", + "website": "https://www.bloomberg.com", + "data_url": "https://www.bloomberg.com/markets", + "api_url": "https://www.bloomberg.com/professional/support/api-library/", + "country": null, "domains": [ - "health", - "genetics", - "genomics", - "epidemiology", - "biomarkers", - "medical imaging", - "demographics", - "lifestyle", - "proteomics", - "metabolomics" + "Equities", + "Fixed Income", + "Currencies", + "Commodities", + "Derivatives", + "Economic Data", + "Financial News", + "Corporate Fundamentals", + "ESG Data" ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": true, + "geographic_scope": "global", + "update_frequency": "real-time", "tags": [ - "biobank", - "genomics", - "genetics", - "medical imaging", - "proteomics", - "metabolomics", - "epidemiology", - "UK", - "longitudinal study", - "precision medicine", - "whole genome sequencing", - "biomarkers", - "healthcare data", - "cohort study", - "personalized medicine", - "disease prevention", - "clinical research", - "population health" + "financial-markets", + "stock-market", + "real-time-data", + "bonds", + "forex", + "commodities", + "derivatives", + "economic-data", + "financial-news", + "commercial", + "subscription-based", + "professional-trading", + "market-data", + "terminal" ], - "file_path": "academic/biology/uk-biobank.json" + "data_content": { + "en": [ + "Real-time stock quotes and indices (NYSE, NASDAQ, LSE, TSE, HKEX, etc.)", + "Bond prices and yields (government bonds, corporate bonds, municipal bonds)", + "Foreign exchange rates (170+ currencies, real-time and historical)", + "Commodities prices (energy, metals, agriculture)", + "Derivatives data (options, futures, swaps)", + "Economic indicators (GDP, inflation, employment, trade data)", + "Corporate financials (income statements, balance sheets, cash flows)", + "Financial news and analysis (Bloomberg News, market commentary)", + "ESG ratings and sustainability data", + "Analyst estimates and recommendations" + ], + "zh": [ + "实时股票报价和指数(纽交所、纳斯达克、伦敦证交所、东京证交所、港交所等)", + "债券价格和收益率(政府债券、公司债券、市政债券)", + "外汇汇率(170+ 种货币,实时和历史数据)", + "大宗商品价格(能源、金属、农产品)", + "衍生品数据(期权、期货、掉期)", + "经济指标(GDP、通货膨胀、就业、贸易数据)", + "企业财务数据(损益表、资产负债表、现金流量表)", + "金融新闻和分析(彭博新闻、市场评论)", + "ESG 评级和可持续发展数据", + "分析师预测和建议" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" }, { - "id": "un-comtrade", + "id": "crsp", "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, "description": { - "en": "UN Comtrade is the world's largest repository of official international trade statistics, containing detailed imports and exports data reported by over 200 countries and territories. Data covers merchandise trade by commodity (HS, SITC) and trading partner, with annual and monthly time series.", - "zh": "UN Comtrade是全球最大的官方国际贸易统计数据库,包含200多个国家和地区报告的详细进出口数据。数据涵盖按商品(HS、SITC)和贸易伙伴分类的商品贸易,提供年度和月度时间序列。" + "en": "CRSP maintains the most comprehensive collection of security price, return, and volume data for the NYSE, AMEX, and NASDAQ stock markets. Founded at the University of Chicago Booth School of Business in the 1960s, CRSP provides historical data dating back to 1925 covering over 32,000 active and inactive securities. The database includes daily and monthly stock prices, returns, trading volumes, corporate actions, and indices. CRSP is the gold standard for academic financial research and is widely used by researchers, investment professionals, and asset managers. In September 2025, Morningstar, Inc. acquired CRSP from the University of Chicago for $375 million. Over $3 trillion of assets are held in funds linked to CRSP Market Indexes.", + "zh": "CRSP 维护着纽约证券交易所(NYSE)、美国证券交易所(AMEX)和纳斯达克(NASDAQ)股票市场最全面的证券价格、回报和交易量数据集合。CRSP 成立于 1960 年代,由芝加哥大学布斯商学院创建,提供可追溯到 1925 年的历史数据,涵盖超过 32,000 个活跃和非活跃证券。数据库包括每日和每月股票价格、回报率、交易量、公司行为和指数。CRSP 是学术金融研究的黄金标准,被研究人员、投资专业人士和资产管理公司广泛使用。2025 年 9 月,晨星公司以 3.75 亿美元从芝加哥大学收购了 CRSP。与 CRSP 市场指数挂钩的基金持有的资产超过 3 万亿美元。" }, - "website": "https://unstats.un.org", - "data_url": "https://comtradeplus.un.org", - "api_url": "https://comtradeplus.un.org/TradeFlow", - "authority_level": "international", - "country": null, + "website": "https://www.crsp.org", + "data_url": "https://www.crsp.org/", + "api_url": "https://www.crsp.org/products/documentation/getting-started", + "country": "US", "domains": [ - "trade", - "economics" + "Stock Markets", + "Equities", + "Market Indices", + "Corporate Actions", + "Investment Research", + "Asset Pricing" ], - "geographic_scope": "global", + "geographic_scope": "national", "update_frequency": "monthly", - "has_api": true, "tags": [ - "international_trade", - "merchandise_trade", - "bilateral_trade", - "commodity_trade", - "un_statistics", - "trade_data" + "stock-market", + "equities", + "historical-data", + "US-markets", + "NYSE", + "NASDAQ", + "AMEX", + "academic-research", + "financial-data", + "market-indices", + "time-series", + "asset-pricing", + "corporate-actions", + "subscription-based", + "WRDS", + "investment-research" ], - "file_path": "international/trade/comtrade.json" + "data_content": { + "en": [ + "Daily and monthly stock prices (NYSE, AMEX, NASDAQ, NYSE Arca)", + "Stock returns and holding period returns", + "Trading volumes and shares outstanding", + "Market capitalization data", + "Stock indices and portfolio returns", + "Corporate actions (splits, dividends, delistings, mergers)", + "Beta-based and cap-based portfolios", + "Treasury bond rates and risk-free rates", + "Mutual fund data", + "Real estate investment trust (REIT) data", + "Security-level descriptive information (CUSIP, ticker, company name)", + "Market microstructure data" + ], + "zh": [ + "每日和每月股票价格(纽交所、美国证交所、纳斯达克、纽交所高增长板)", + "股票回报率和持有期回报率", + "交易量和流通股数", + "市值数据", + "股票指数和投资组合回报", + "公司行为(拆股、分红、退市、并购)", + "基于贝塔和市值的投资组合", + "国债利率和无风险利率", + "共同基金数据", + "房地产投资信托基金(REIT)数据", + "证券级别描述信息(CUSIP、股票代码、公司名称)", + "市场微观结构数据" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "sectors/K-finance-insurance/crsp.json" }, { - "id": "unctad", + "id": "cryptocurrency-data", "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" + "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", + "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" }, "description": { - "en": "UNCTAD provides comprehensive trade, investment, and development statistics covering merchandise trade, services trade, foreign direct investment, commodity prices, maritime transport, and creative economy indicators for all countries and territories.", - "zh": "联合国贸易和发展会议提供全面的贸易、投资和发展统计数据,涵盖所有国家和地区的商品贸易、服务贸易、外国直接投资、商品价格、海运和创意经济指标。" + "en": "Comprehensive cryptocurrency market data platforms providing real-time and historical price information, market capitalizations, trading volumes, and blockchain analytics. CoinMarketCap tracks over 7,000 cryptocurrencies across 33,000+ markets and 300+ exchanges, with data dating back to 2013. CoinGecko monitors 13 million+ tokens across 240+ blockchain networks and 1,600+ exchanges, established in 2014. Both platforms offer extensive APIs, support multiple fiat currencies, and provide on-chain DEX data, NFT floor prices, and comprehensive market intelligence for cryptocurrency investors, researchers, and developers.", + "zh": "综合性加密货币市场数据平台,提供实时和历史价格信息、市值、交易量和区块链分析。CoinMarketCap 追踪 7,000 多种加密货币,覆盖 33,000 多个市场和 300 多个交易所,数据可追溯至 2013 年。CoinGecko 监控 1300 万以上代币,涵盖 240 多个区块链网络和 1,600 多个交易所,成立于 2014 年。两个平台均提供广泛的 API 接口,支持多种法定货币,并提供链上 DEX 数据、NFT 底价和全面的市场情报,服务于加密货币投资者、研究人员和开发者。" }, - "website": "https://unctad.org", - "data_url": "https://unctadstat.unctad.org", - "api_url": "https://unctadstat.unctad.org/EN/api.html", - "authority_level": "international", + "website": "https://coinmarketcap.com", + "data_url": "https://coinmarketcap.com", + "api_url": "https://coinmarketcap.com/api/documentation/v1/", "country": null, "domains": [ - "trade", - "investment", - "development", - "economics" + "Cryptocurrency Markets", + "Blockchain Analytics", + "Digital Assets", + "DeFi (Decentralized Finance)", + "NFT Markets", + "Trading Data", + "Financial Technology" ], "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "update_frequency": "real-time", "tags": [ - "international_trade", - "development", - "fdi", - "commodities", - "maritime", - "creative_economy", - "un_statistics" + "cryptocurrency", + "blockchain", + "digital-assets", + "market-data", + "trading", + "defi", + "nft", + "real-time-data", + "financial-markets", + "crypto-exchanges", + "api", + "price-tracking" ], - "file_path": "international/trade/unctad.json" + "data_content": { + "en": [ + "Real-time Cryptocurrency Prices - Live pricing for 7,000+ cryptocurrencies (CMC) and 13M+ tokens (CoinGecko)", + "Market Capitalizations - Total and circulating supply valuations", + "Trading Volumes - 24-hour and historical trading volumes across exchanges", + "Exchange Data - Coverage of 300+ centralized exchanges (CMC) and 1,600+ exchanges (CoinGecko)", + "Historical Price Data - Historical data from 2013 (CMC) and 2014 (CoinGecko)", + "On-chain DEX Data - 250+ blockchain networks, 1,700+ DEXes, 15M+ tokens (CoinGecko)", + "NFT Floor Prices - NFT collection floor price tracking", + "Market Metrics - Price changes, volume changes, market dominance, liquidity metrics", + "Blockchain Network Data - Coverage across 240+ blockchain networks", + "Fiat Conversion - Support for 93 fiat currencies and 4 precious metals", + "Token Metadata - Project information, websites, social media, whitepapers", + "Trading Pairs - Comprehensive trading pair information across markets" + ], + "zh": [ + "实时加密货币价格 - 7,000+ 种加密货币(CMC)和 1300 万代币(CoinGecko)的实时价格", + "市值数据 - 总市值和流通市值估值", + "交易量 - 跨交易所的 24 小时和历史交易量", + "交易所数据 - 覆盖 300+ 中心化交易所(CMC)和 1,600+ 交易所(CoinGecko)", + "历史价格数据 - 2013 年(CMC)和 2014 年(CoinGecko)以来的历史数据", + "链上 DEX 数据 - 250+ 区块链网络、1,700+ DEX、1500 万代币(CoinGecko)", + "NFT 底价 - NFT 系列底价追踪", + "市场指标 - 价格变化、交易量变化、市场主导地位、流动性指标", + "区块链网络数据 - 覆盖 240+ 区块链网络", + "法币转换 - 支持 93 种法定货币和 4 种贵金属", + "代币元数据 - 项目信息、网站、社交媒体、白皮书", + "交易对 - 跨市场的综合交易对信息" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" }, { - "id": "usgs-earthexplorer", + "id": "cambridge-structural-database", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "description": { - "en": "EarthExplorer is an online search, discovery, and ordering tool developed by the USGS that supports searching satellite, aircraft, and other remote sensing inventories through interactive and textual-based query capabilities. It provides access to one of the world's largest archives of land imagery, including more than 85 years of satellite and aerial records, complete Landsat collection, Sentinel data, digital elevation models, aerial photos, and various other datasets. The EROS Center operates the Landsat satellites and delivers data supporting science, resource management, and hazards response.", - "zh": "地球探索者是由美国地质调查局开发的在线搜索、发现和订购工具,支持通过交互式和基于文本的查询功能搜索卫星、飞机和其他遥感数据清单。它提供世界上最大的陆地影像档案之一,包括85年以上的卫星和航空记录、完整的Landsat系列数据、Sentinel数据、数字高程模型、航空照片和各种其他数据集。EROS中心运营Landsat卫星,提供支持科学研究、资源管理和灾害响应的数据。" + "en": "The Cambridge Structural Database (CSD) is the world's largest repository for experimentally derived small-molecule organic and metal-organic crystal structures, curated since 1965. Maintained by the Cambridge Crystallographic Data Centre (CCDC), the database now contains over 1.39 million crystal structures from published literature, direct deposition, patents, and PhD theses. The CSD is CoreTrustSeal certified and recognized as a trusted data repository. It serves as a fundamental resource for pharmaceutical drug discovery and development, agrochemical research, materials science, metal-organic frameworks (MOFs), catalysis research, and academic crystallography. The database provides comprehensive structural chemistry data, software, and insights used by thousands of scientists globally in both commercial and academic research.", + "zh": "剑桥晶体结构数据库(CSD)是世界上最大的实验衍生小分子有机和金属有机晶体结构库,自1965年以来持续整理。该数据库由剑桥晶体学数据中心(CCDC)维护,目前包含来自发表文献、直接提交、专利和博士论文的超过139万个晶体结构。CSD 获得 CoreTrustSeal 认证,被认定为可信数据存储库。它是制药药物发现与开发、农药研究、材料科学、金属有机框架(MOFs)、催化研究和学术晶体学的基础资源。该数据库为全球数千名科学家提供全面的结构化学数据、软件和见解,广泛应用于商业和学术研究。" }, - "website": "https://www.usgs.gov", - "data_url": "https://earthexplorer.usgs.gov/", - "api_url": "https://m2m.cr.usgs.gov/", - "authority_level": "government", + "website": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.ccdc.cam.ac.uk", + "api_url": "https://downloads.ccdc.cam.ac.uk/documentation/API/", "country": null, "domains": [ - "earth-observation", - "remote-sensing", - "geospatial", - "environmental-monitoring", - "land-cover" + "Crystallography", + "Structural Chemistry", + "Pharmaceutical Sciences", + "Drug Discovery", + "Drug Development", + "Agrochemical Research", + "Materials Science", + "Metal-Organic Frameworks", + "Catalysis", + "Functional Materials", + "Organic Chemistry", + "Inorganic Chemistry" ], "geographic_scope": "global", "update_frequency": "daily", - "has_api": true, "tags": [ - "satellite-imagery", - "remote-sensing", - "landsat", - "sentinel", - "earth-observation", - "geospatial", - "dem", - "elevation", - "aerial-photography", - "land-cover", - "environmental-monitoring", - "usgs", - "eros", - "disaster-response", - "climate-data" + "crystallography", + "structural-chemistry", + "crystal-structures", + "small-molecules", + "organic-chemistry", + "metal-organic-frameworks", + "pharmaceutical", + "drug-discovery", + "drug-development", + "materials-science", + "agrochemical", + "catalysis", + "polymorphs", + "molecular-geometry", + "chemical-bonding", + "conformational-analysis", + "x-ray-crystallography", + "academic-research", + "commercial-research", + "coretrustseal-certified" ], - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "data_content": { + "en": [ + "Organic Structures - Drugs and pharmaceuticals, agrochemicals, pigments, explosives, protein ligands", + "Metal-Organic Structures - Metal Organic Frameworks (MOFs), catalyst models, porous frameworks for gas storage, fundamental chemical bonding", + "Polymorph Families - 13,478 polymorph families", + "Physical Properties - 174,987 melting points, 1,075,904 crystal colours, 951,746 crystal shapes", + "Bioactivity Data - 30,275 bioactivity details, 13,641 natural source data", + "Chemical Data - >350,000 oxidation states", + "Data Subsets - DrugBank, Druglike, MOFs, PDB ligands, PubChem, ChemSpider, Pesticide PDB", + "Crystallographic Data - Full 3D atomic coordinates, unit cell parameters, space groups, bond lengths and angles", + "Chemical Bonds and Interactions - Hydrogen bonds, pi-pi interactions, coordination geometries", + "Conformational Data - Molecular conformations and torsion angles" + ], + "zh": [ + "有机结构 - 药物和医药品、农药、颜料、爆炸物、蛋白质配体", + "金属有机结构 - 金属有机框架(MOFs)、催化剂模型、气体存储多孔框架、基础化学键合", + "多晶型家族 - 13,478 个多晶型家族", + "物理性质 - 174,987 个熔点、1,075,904 个晶体颜色、951,746 个晶体形状", + "生物活性数据 - 30,275 个生物活性详情、13,641 个天然来源数据", + "化学数据 - >350,000 个氧化态", + "数据子集 - DrugBank、类药物、MOFs、PDB配体、PubChem、ChemSpider、农药PDB", + "晶体学数据 - 完整的3D原子坐标、晶胞参数、空间群、键长和键角", + "化学键和相互作用 - 氢键、π-π相互作用、配位几何", + "构象数据 - 分子构象和扭转角" + ] + }, + "authority_level": "research", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" }, { - "id": "usa-census-bureau", + "id": "china-instrument-society", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, "description": { - "en": "The leading source of quality data about the United States' people and economy. Conducts the decennial census, American Community Survey (ACS), Economic Census, and numerous other surveys covering demographics, housing, business, trade, and government. Serves as the nation's primary provider of data about its people and economy.", - "zh": "美国人口和经济质量数据的主要来源。进行十年一次的人口普查、美国社区调查(ACS)、经济普查以及涵盖人口统计、住房、商业、贸易和政府的众多其他调查。是美国有关人口和经济数据的主要提供者。" + "en": "China Instrument and Control Society (CIS) is a national academic, public welfare, and non-profit organization of instrument and control scientists and technicians in China. Founded in 1979 and supervised by the China Association for Science and Technology (CAST), CIS serves as a bridge between the government and instrument industry professionals, promoting the development of instrument and measurement control science and technology.", + "zh": "中国仪器仪表学会(CIS)是中国仪器仪表与测量控制科学技术工作者自愿组成并依法登记成立的学术性、公益性、非营利性社团法人。学会成立于1979年,由中国科学技术协会主管,是党和国家联系仪器仪表与测量控制科技工作者的桥梁和纽带,致力于推动中国仪器仪表与测量控制科学技术事业的发展。" }, - "website": "https://www.census.gov", - "data_url": "https://www.census.gov", - "api_url": "https://www.census.gov/data/developers.html", - "authority_level": "government", - "country": "US", + "website": "https://www.cis.org.cn/", + "data_url": "https://www.cis.org.cn/post/index/162", + "api_url": null, + "authority_level": "research", + "country": "CN", "domains": [ - "demographics", - "economics", - "housing", - "business", - "trade", - "government", - "geography", - "population", - "income", - "employment", - "education", - "health" - ], - "geographic_scope": "national", - "update_frequency": "irregular", - "has_api": true, - "tags": [ - "united-states", - "national-statistics", - "census", - "demographics", - "economic-indicators", - "housing-data", - "population-data", - "geospatial", - "open-data", - "government-data", - "api-available" + "instrumentation", + "measurement-control", + "scientific-instruments", + "industrial-automation" ], - "file_path": "countries/north-america/usa/census-bureau.json" + "geographic_scope": "national", + "update_frequency": "annual", + "tags": [ + "仪器仪表", + "instrumentation", + "测量控制", + "measurement-control", + "科学仪器", + "scientific-instruments", + "仪器国产化", + "instrument-localization", + "工业自动化", + "industrial-automation", + "学术年会", + "academic-conference", + "行业统计", + "industry-statistics", + "团体标准", + "group-standards", + "科技奖励", + "technology-awards" + ], + "data_content": { + "en": [ + "Annual reports on instrument and instrumentation industry development", + "Industry statistics and market analysis", + "Scientific instrument localization rate and domestic production data", + "Academic publications including Journal of Instrumentation, Optical Instruments, and other professional journals", + "Group standards and technical specifications for instrument industry", + "Technology awards and scientific achievement evaluations", + "Academic conference proceedings and research reports", + "Industry white papers on instrumentation technology" + ], + "zh": [ + "仪器仪表行业年度发展报告", + "行业统计数据与市场分析", + "科学仪器国产化率及国产仪器数据", + "学术期刊出版物(包括《仪器仪表学报》、《光学仪器》等专业期刊)", + "团体标准与行业技术规范", + "科学技术奖励及成果鉴定", + "学术年会论文集与研究报告", + "仪器仪表技术产业白皮书" + ] + }, + "has_api": false, + "file_path": "sectors/M-professional-scientific/china-instrument-society.json" }, { - "id": "wipo-ip-statistics", + "id": "derwent-innovation-index", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, "description": { - "en": "The World Intellectual Property Organization (WIPO) IP Statistics Data Center provides comprehensive global intellectual property data. Established in 1967, WIPO serves 194 member states and provides statistical data on patents, utility models, trademarks, industrial designs, geographical indications, plant varieties, and microorganisms. The database offers extensive indicators for IP activity worldwide, supporting researchers, policymakers, and IP professionals.", - "zh": "世界知识产权组织(WIPO)知识产权统计数据中心提供全面的全球知识产权数据。WIPO成立于1967年,服务194个成员国,提供专利、实用新型、商标、工业品外观设计、地理标志、植物品种和微生物等知识产权统计数据。数据库提供全球知识产权活动的广泛指标,支持研究人员、政策制定者和知识产权专业人士。" + "en": "Derwent Innovation Index is a comprehensive patent database provided by Clarivate Analytics, offering access to over 100 million patent documents from over 40 patent-issuing authorities worldwide. The database integrates Derwent World Patents Index (DWPI) enhanced patent data with patent citations from the Web of Science platform. It features value-added content including expert patent indexing, standardized patent families, chemical structure search capabilities, and enhanced English-language abstracts. Derwent Innovation Index is widely used for competitive intelligence, technology landscape analysis, patent analytics, prior art searching, freedom-to-operate analysis, and R&D decision-making across industries including pharmaceuticals, biotechnology, chemicals, electronics, engineering, and more.", + "zh": "德温特创新索引是科睿唯安(Clarivate Analytics)提供的综合性专利数据库,收录了来自全球40多个专利授权机构的超过1亿份专利文献。该数据库整合了德温特世界专利索引(DWPI)增强的专利数据与来自Web of Science平台的专利引用信息。其特色包括专家专利索引、标准化专利家族、化学结构检索功能和增强的英文摘要。德温特创新索引广泛用于竞争情报、技术景观分析、专利分析、现有技术检索、自由实施分析以及制药、生物技术、化学、电子、工程等行业的研发决策。" }, - "website": "https://www.wipo.int", - "data_url": "https://www3.wipo.int/ipstats/", - "api_url": null, - "authority_level": "international", + "website": "https://clarivate.com", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "api_url": "https://developer.clarivate.com/apis", "country": null, "domains": [ - "intellectual property", - "patents", - "trademarks", - "innovation", - "technology" + "Patents", + "Innovation", + "Intellectual Property", + "Pharmaceuticals", + "Biotechnology", + "Chemistry", + "Electronics", + "Engineering", + "Telecommunications", + "Materials Science", + "Medical Technology", + "Mechanical Engineering", + "Computer Science", + "Aerospace", + "Automotive" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": false, + "update_frequency": "weekly", "tags": [ - "intellectual-property", "patents", - "trademarks", - "industrial-design", + "intellectual-property", "innovation", "technology", - "wipo", - "pct", - "madrid-system", - "hague-system", - "ip-statistics", - "international-organization", - "united-nations" + "competitive-intelligence", + "patent-analytics", + "prior-art", + "freedom-to-operate", + "patent-families", + "citations", + "chemical-structures", + "dwpi", + "technology-landscape", + "r-and-d", + "patent-classification", + "commercial-database", + "global-coverage", + "clarivate" ], - "file_path": "international/intellectual-property/wipo.json" + "data_content": { + "en": [ + "Patent Documents - Over 100 million patent documents from 40+ patent authorities worldwide", + "Derwent World Patents Index (DWPI) - Value-added patent information with expert indexing", + "Patent Families - Standardized patent family groupings across jurisdictions", + "Patent Citations - Citation data integrated from Web of Science", + "Chemical Structures - Searchable chemical structure information and Markush structures", + "Patent Classifications - IPC, CPC, USPC, and Derwent Manual Codes", + "Legal Status Information - Patent status, assignments, and litigation data", + "Inventor and Assignee Data - Standardized and disambiguated inventor/assignee information", + "Patent Abstracts - Enhanced English-language abstracts with technical details", + "Priority and Publication Data - Priority claims, publication dates, and filing information", + "Technology Codes - Derwent Class Codes for precise technology classification", + "Patent Analytics - Built-in analytical tools for trend analysis and competitive intelligence" + ], + "zh": [ + "专利文献 - 来自全球40多个专利机构的超过1亿份专利文献", + "德温特世界专利索引(DWPI) - 具有专家索引的增值专利信息", + "专利家族 - 跨司法管辖区的标准化专利家族分组", + "专利引用 - 集成自Web of Science的引用数据", + "化学结构 - 可检索的化学结构信息和马库什结构", + "专利分类 - IPC、CPC、USPC和德温特手工代码", + "法律状态信息 - 专利状态、转让和诉讼数据", + "发明人和受让人数据 - 标准化和消歧的发明人/受让人信息", + "专利摘要 - 带有技术细节的增强英文摘要", + "优先权和公开数据 - 优先权声明、公开日期和申请信息", + "技术代码 - 用于精确技术分类的德温特分类代码", + "专利分析 - 内置分析工具用于趋势分析和竞争情报" + ] + }, + "authority_level": "commercial", + "has_api": true, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" }, { - "id": "wto-statistics", + "id": "arwu", "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, "description": { - "en": "Comprehensive international trade statistics including merchandise and commercial services trade data, tariff profiles, and market access indicators for WTO members and observers.", - "zh": "综合国际贸易统计数据,包括世贸组织成员和观察员的商品和商业服务贸易数据、关税概况和市场准入指标。" + "en": "The Academic Ranking of World Universities (ARWU), also known as Shanghai Ranking, is recognized as the precursor of global university rankings and one of the most trustworthy rankings worldwide. First published in 2003 by Shanghai Jiao Tong University and since 2009 by ShanghaiRanking Consultancy, ARWU presents the world's top 1000 research universities annually based on transparent methodology and objective third-party data. It uses six objective indicators including Nobel Prizes and Fields Medals won by alumni and staff, highly cited researchers, publications in Nature and Science, papers indexed in major citation indices, and per capita academic performance.", + "zh": "世界大学学术排名(ARWU),也称为上海排名,被公认为全球大学排名的先驱和最值得信赖的排名之一。首次发布于2003年由上海交通大学发起,自2009年起由软科教育信息咨询有限公司(ShanghaiRanking Consultancy)发布。ARWU基于透明的方法论和客观的第三方数据,每年发布全球前1000所研究型大学排名。排名使用六项客观指标,包括校友和教职工获得的诺贝尔奖和菲尔兹奖、高被引学者数量、在Nature和Science上发表的论文、被主要引文索引收录的论文以及师均学术表现。" }, - "website": "https://www.wto.org", - "data_url": "https://stats.wto.org", - "api_url": "https://apiportal.wto.org", - "authority_level": "international", + "website": "https://www.shanghairanking.com", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "api_url": null, "country": null, "domains": [ - "economics", - "trade" + "Higher Education", + "University Rankings", + "Research Performance", + "Academic Excellence", + "Education Assessment" ], "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "update_frequency": "annual", "tags": [ - "international-trade", - "tariffs", - "merchandise-trade", - "services-trade", - "wto", - "trade-policy", - "market-access" + "university-ranking", + "higher-education", + "research-assessment", + "academic-excellence", + "global-ranking", + "education-evaluation", + "nobel-prize", + "citation-analysis", + "research-performance", + "shanghai-ranking" ], - "file_path": "international/trade/wto.json" + "data_content": { + "en": [ + "Alumni - Nobel Prizes and Fields Medals won by alumni (10% weight)", + "Award - Nobel Prizes and Fields Medals won by staff (20% weight)", + "HiCi - Highly Cited Researchers selected by Clarivate (20% weight)", + "N&S - Papers published in Nature and Science journals (20% weight)", + "PUB - Papers indexed in SCIE and SSCI (Web of Science) (20% weight)", + "PCP - Per capita academic performance of institution (10% weight)", + "Top 1000 Universities - Annual ranking of world's best research universities", + "Global Coverage - Over 2500 universities evaluated annually", + "Historical Data - Rankings available from 2003 to present" + ], + "zh": [ + "校友 - 校友获得的诺贝尔奖和菲尔兹奖(权重10%)", + "获奖 - 教职工获得的诺贝尔奖和菲尔兹奖(权重20%)", + "高被引 - Clarivate选出的高被引学者(权重20%)", + "N&S - 在Nature和Science发表的论文(权重20%)", + "PUB - 被SCIE和SSCI收录的论文(权重20%)", + "师均 - 机构的师均学术表现(权重10%)", + "前1000所大学 - 全球最佳研究型大学年度排名", + "全球覆盖 - 每年评估超过2500所大学", + "历史数据 - 2003年至今的排名数据" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/P-education/arwu.json" }, { - "id": "worldbank-open-data", + "id": "british-museum-collection", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "British Museum Collection", + "zh": "大英博物馆馆藏" }, "description": { - "en": "Free and open access to global development data including economic, social, and environmental indicators for over 200 countries and economies. Covers topics such as poverty, GDP, population, education, health, and infrastructure.", - "zh": "提供全球发展数据的免费开放访问,包括200多个国家和经济体的经济、社会和环境指标。涵盖贫困、GDP、人口、教育、健康和基础设施等主题。" + "en": "The British Museum Collection comprises nearly 5 million objects documenting two million years of human history and culture from across six continents. Collection online provides searchable access to over 2 million catalogued records with high-definition images, covering archaeology, art, cultural artifacts, and historical objects. The database represents over 40 years of cataloguing work and continues to expand daily.", + "zh": "大英博物馆馆藏包含近500万件文物,记录了来自六大洲的两百万年人类历史与文化。在线馆藏提供超过200万条可搜索的编目记录,配有高清图像,涵盖考古学、艺术、文化文物和历史物品。该数据库代表了40多年的编目工作,并持续每日扩展。" }, - "website": "https://www.worldbank.org", - "data_url": "https://data.worldbank.org", - "api_url": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589", - "authority_level": "international", + "website": "https://www.britishmuseum.org", + "data_url": "https://www.britishmuseum.org/collection", + "api_url": null, "country": null, "domains": [ - "economics", - "social", - "environment", - "health", - "education" + "Cultural Heritage", + "Archaeology", + "Art History", + "Anthropology", + "Ancient Civilizations", + "Museum Studies" ], "geographic_scope": "global", - "update_frequency": "quarterly", - "has_api": true, + "update_frequency": "daily", "tags": [ - "development", - "poverty", - "gdp", - "international-finance", - "world-bank", - "economic-indicators", - "open-data", - "api" + "cultural heritage", + "museum", + "archaeology", + "art history", + "artifacts", + "world history", + "anthropology", + "ethnography", + "ancient civilizations", + "British Museum" ], - "file_path": "international/economics/worldbank.json" + "data_content": { + "en": [ + "Ancient Egypt and Sudan artifacts", + "Greek and Roman antiquities", + "Middle Eastern archaeology", + "Asian art and culture", + "African art and artifacts", + "Americas collections", + "European art and archaeology", + "Coins and medals", + "Prints and drawings", + "Ethnographic collections" + ], + "zh": [ + "古埃及和苏丹文物", + "希腊和罗马古物", + "中东考古", + "亚洲艺术与文化", + "非洲艺术与文物", + "美洲馆藏", + "欧洲艺术与考古", + "硬币和奖章", + "版画和素描", + "民族学藏品" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" }, { - "id": "world-inequality-database", + "id": "tennis-atp-wta-data", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, "description": { - "en": "The World Inequality Database (WID.world) is the most extensive public database on global inequality. It provides open access data on income and wealth inequality based on the systematic combination of national accounts, survey and fiscal data. The database covers over 70 countries across 5 continents, with historical data extending back to the early 20th century for some countries. WID.world is maintained by more than 100 researchers worldwide and is the primary source of data for the World Inequality Report.", - "zh": "世界不平等数据库(WID.world)是全球最广泛的公共不平等数据库。它基于国民账户、调查和财政数据的系统性结合,提供收入和财富不平等的开放访问数据。该数据库覆盖5大洲70多个国家,部分国家的历史数据可追溯至20世纪初。WID.world由全球100多位研究人员维护,是世界不平等报告的主要数据来源。" + "en": "Comprehensive open-source databases containing historical tennis rankings, match results, and statistics for both men's (ATP) and women's (WTA) professional tennis. Includes match-level data from 1968 to present, player biographical information, and detailed match statistics. The datasets cover tour-level, challenger, futures, and qualifying matches with extensive historical coverage.", + "zh": "全面的开源数据库,包含男子(ATP)和女子(WTA)职业网球的历史排名、比赛结果和统计数据。包括从1968年至今的比赛级别数据、球员传记信息和详细的比赛统计。数据集涵盖巡回赛级别、挑战赛、未来赛和资格赛,具有广泛的历史覆盖范围。" }, - "website": "https://wid.world/", - "data_url": "https://wid.world/", - "api_url": "https://wid.world/data/", - "authority_level": "research", + "website": "https://www.tennisabstract.com/", + "data_url": "https://github.com/JeffSackmann/tennis_atp", + "api_url": null, "country": null, "domains": [ - "economics", - "inequality", - "social" + "Sports Statistics", + "Tennis", + "Professional Sports Data", + "Player Performance Analytics" ], "geographic_scope": "global", - "update_frequency": "annual", - "has_api": true, + "update_frequency": "irregular", "tags": [ - "inequality", - "income-distribution", - "wealth-distribution", - "top-incomes", - "poverty", - "gender-inequality", - "distributional-accounts", - "gini-coefficient", - "academic-research", - "open-data" + "sports", + "tennis", + "atp", + "wta", + "rankings", + "match-results", + "player-statistics", + "open-source", + "historical-data", + "professional-sports" ], - "file_path": "academic/economics/world-inequality-database.json" + "data_content": { + "en": [ + "ATP Rankings (1973-present, with gaps in early years)", + "WTA Rankings (1980s-present)", + "Tour-level match results (singles and doubles)", + "Challenger and Futures match results", + "Qualifying match results", + "ITF-level match results for WTA", + "Player biographical data (name, birth date, country, handedness, height)", + "Match statistics (aces, double faults, serve percentages, break points, etc.)", + "Tournament information (name, level, surface, location)", + "Historical rankings by decade", + "Point-by-point data (separate repositories)", + "Match charting data (separate project)" + ], + "zh": [ + "ATP排名(1973年至今,早期有缺失)", + "WTA排名(1980年代至今)", + "巡回赛级别比赛结果(单打和双打)", + "挑战赛和未来赛比赛结果", + "资格赛比赛结果", + "WTA的ITF级别比赛结果", + "球员传记数据(姓名、出生日期、国家、惯用手、身高)", + "比赛统计(ACE球、双误、发球百分比、破发点等)", + "锦标赛信息(名称、级别、场地类型、地点)", + "按十年划分的历史排名", + "逐分数据(独立存储库)", + "比赛图表数据(独立项目)" + ] + }, + "authority_level": "research", + "has_api": false, + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" } ] -} \ No newline at end of file +} diff --git a/firstdata/indexes/by-authority.json b/firstdata/indexes/by-authority.json index 6b43d54..5ce85d5 100644 --- a/firstdata/indexes/by-authority.json +++ b/firstdata/indexes/by-authority.json @@ -1,818 +1,796 @@ { "metadata": { - "generated_at": "2026-03-02T13:59:27.915170", + "generated_at": "2026-03-02T07:39:18.857130+00:00", "total_sources": 150, "authority_counts": { - "government": 54, - "international": 44, - "market": 13, "research": 28, + "international": 44, + "government": 54, "commercial": 10, + "market": 13, "other": 1 }, "version": "2.0" }, "by_authority_level": { - "government": [ + "research": [ { - "id": "aafc", + "id": "1000-genomes", "name": { - "en": "Agriculture and Agri-Food Canada", - "zh": "加拿大农业与农业食品部", - "native": "Agriculture et Agroalimentaire Canada" + "en": "1000 Genomes Project", + "zh": "千人基因组计划" }, - "authority_level": "government", - "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/aafc.json" + "authority_level": "research", + "data_url": "https://www.internationalgenome.org/", + "has_api": false, + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" }, { - "id": "australia-abs", + "id": "intl-rcsb-pdb", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "research", + "data_url": "https://www.rcsb.org", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/oceania/australia/abs.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" }, { - "id": "aus-aihw", + "id": "uk-biobank", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" }, { - "id": "bea-international-trade", + "id": "chembl", "name": { - "en": "BEA International Trade in Goods and Services", - "zh": "美国经济分析局国际贸易数据" + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" }, - "authority_level": "government", - "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "geographic_scope": "national", - "file_path": "international/trade/bea-international-trade.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" }, { - "id": "bis-statistics", + "id": "drugbank", "name": { - "en": "BIS Statistics", - "zh": "国际清算银行统计数据" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, - "authority_level": "government", - "data_url": "https://data.bis.org/", + "authority_level": "research", + "data_url": "https://go.drugbank.com", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" }, { - "id": "bis-statistics", + "id": "acad-conferenceboard", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/bis.json" + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" }, { - "id": "canada-boc", + "id": "ggdc-databases", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, - "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/canada-boc.json" + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json", + "geographic_scope": "global" }, { - "id": "uk-boe", + "id": "nber-data", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, - "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "authority_level": "research", + "data_url": "https://www.nber.org", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "academic/economics/nber.json", + "geographic_scope": "global" }, { - "id": "boj-statistics", + "id": "penn-world-table", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "Penn World Table", + "zh": "宾州世界表" }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "academic/economics/penn-world-table.json", + "geographic_scope": "global" }, { - "id": "korea-bok", + "id": "world-inequality-database", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "authority_level": "research", + "data_url": "https://wid.world/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "academic/economics/world-inequality-database.json", + "geographic_scope": "global" }, { - "id": "mx-banxico", + "id": "ghdx", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" }, - "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" }, { - "id": "brazil-ibge", + "id": "cern-open-data", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "CERN Open Data Portal", + "zh": "CERN 开放数据门户" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "authority_level": "research", + "data_url": "https://opendata.cern.ch/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" }, { - "id": "us-bea", + "id": "acad-cod", "name": { - "en": "Bureau of Economic Analysis", - "zh": "美国经济分析局" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", + "authority_level": "research", + "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "academic/physics/crystallography-open-database.json", + "geographic_scope": "global" }, { - "id": "us-bls", + "id": "afrobarometer", "name": { - "en": "Bureau of Labor Statistics", - "zh": "美国劳工统计局" + "en": "Afrobarometer", + "zh": "非洲晴雨表" }, - "authority_level": "government", - "data_url": "https://www.bls.gov/data/", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-bls.json" + "authority_level": "research", + "data_url": "https://www.afrobarometer.org/data/", + "has_api": false, + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" }, { - "id": "bureau-of-meteorology", + "id": "asian-barometer", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "Asian Barometer Survey", + "zh": "亚洲民主动态调查" }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "authority_level": "research", + "data_url": "https://asianbarometer.org", + "has_api": false, + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" }, { - "id": "us-cdc", + "id": "china-caict", "name": { - "en": "CDC Data & Statistics", - "zh": "美国疾控中心数据与统计" + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" }, - "authority_level": "government", - "data_url": "https://data.cdc.gov/", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-cdc.json" + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "has_api": false, + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" }, { - "id": "canada-cer", + "id": "cdiac", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" }, { - "id": "canada-cihi", + "id": "bookscorpus", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "BooksCorpus", + "zh": "图书语料库" }, - "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/canada-cihi.json" + "authority_level": "research", + "data_url": "https://github.com/soskek/bookcorpus", + "has_api": false, + "file_path": "sectors/J-information-communication/bookscorpus.json", + "geographic_scope": "global" }, { - "id": "brazil-bcb", + "id": "cifar", "name": { - "en": "Central Bank of Brazil", - "zh": "巴西中央银行", - "native": "Banco Central do Brasil" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, - "authority_level": "government", - "data_url": "https://dadosabertos.bcb.gov.br", + "authority_level": "research", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "has_api": false, + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" + }, + { + "id": "common-crawl", + "name": { + "en": "Common Crawl", + "zh": "Common Crawl 网络爬取数据" + }, + "authority_level": "research", + "data_url": "https://commoncrawl.org", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" }, { - "id": "china-cnipa-patents", + "id": "conll-shared-tasks", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" }, { - "id": "china-csrc", + "id": "imagenet", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "ImageNet", + "zh": "ImageNet 图像数据库" }, - "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "authority_level": "research", + "data_url": "https://www.image-net.org", "has_api": false, - "geographic_scope": "national", - "file_path": "china/finance/securities/csrc.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" }, { - "id": "clinicaltrials-gov", + "id": "crsp", "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, - "authority_level": "government", - "data_url": "https://clinicaltrials.gov/", + "authority_level": "research", + "data_url": "https://www.crsp.org/", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/health/clinicaltrials-gov.json" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" }, { - "id": "uk-data-gov", + "id": "cambridge-structural-database", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" }, { - "id": "india-dgcis", + "id": "china-instrument-society", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", + "authority_level": "research", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json", + "geographic_scope": "national" }, { - "id": "ecb-sdw", + "id": "arwu", "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" + "en": "Academic Ranking of World Universities", + "zh": "世界大学学术排名" }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/economics/ecb-sdw.json" + "authority_level": "research", + "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", + "has_api": false, + "file_path": "sectors/P-education/arwu.json", + "geographic_scope": "global" }, { - "id": "us-ncbi-genbank", + "id": "british-museum-collection", "name": { - "en": "GenBank", - "zh": "基因库" + "en": "British Museum Collection", + "zh": "大英博物馆馆藏" }, - "authority_level": "government", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/genbank.json" + "authority_level": "research", + "data_url": "https://www.britishmuseum.org/collection", + "has_api": false, + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" }, { - "id": "china-customs", + "id": "tennis-atp-wta-data", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "ATP/WTA Tennis Data", + "zh": "ATP/WTA网球数据" }, - "authority_level": "government", - "data_url": "http://www.customs.gov.cn", + "authority_level": "research", + "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/trade/customs.json" - }, + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", + "geographic_scope": "global" + } + ], + "international": [ { - "id": "china-imt2030", + "id": "alphafold-db", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "AlphaFold Protein Structure Database", + "zh": "AlphaFold蛋白质结构数据库" }, - "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/J-information-communication/china-imt2030.json" + "authority_level": "international", + "data_url": "https://alphafold.com", + "has_api": true, + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { - "id": "china-miit-rare-earth", + "id": "ena", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "European Nucleotide Archive", + "zh": "欧洲核苷酸档案库" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/resources/mineral/china-miit-rare-earth.json" + "authority_level": "international", + "data_url": "https://www.ebi.ac.uk/ena/browser/", + "has_api": true, + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" }, { - "id": "china-mofcom", + "id": "intl-chemspider", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "ChemSpider", + "zh": "化学蜘蛛数据库" }, - "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", + "authority_level": "international", + "data_url": "https://www.chemspider.com", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/trade/mofcom.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" }, { - "id": "china-moe-higher-education", + "id": "copernicus-open-access-hub", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, - "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", + "has_api": true, + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" }, { - "id": "china-miit", + "id": "dhs", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/telecommunications/china-miit.json" + "authority_level": "international", + "data_url": "https://dhsprogram.com/", + "has_api": true, + "file_path": "academic/health/dhs.json", + "geographic_scope": "regional" }, { - "id": "china-mnr-minerals", + "id": "cgiar-research-data", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "CGIAR Research Data", + "zh": "国际农业研究磋商组织研究数据" }, - "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "authority_level": "international", + "data_url": "https://gardian.cgiar.org/", + "has_api": true, + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" }, { - "id": "nasa-earthdata", + "id": "faostat", "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "geographic_scope": "global", - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" }, { - "id": "china-ndrc-computing", + "id": "adb-data-library", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/macro/china-ndrc-computing.json" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "noaa-cdo", + "id": "adb-data", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "geographic_scope": "global", - "file_path": "countries/north-america/usa/noaa-cdo.json" + "file_path": "international/development/adb-data.json", + "geographic_scope": "regional" }, { - "id": "china-nbs", + "id": "adb-key-indicators", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "authority_level": "international", + "data_url": "https://kidb.adb.org", "has_api": true, - "geographic_scope": "national", - "file_path": "china/national/nbs.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { - "id": "mexico-coneval", + "id": "afdb-statistics", "name": { - "en": "National Council for the Evaluation of Social Development Policy", - "zh": "墨西哥社会发展政策评估委员会", - "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.coneval.org.mx", - "has_api": false, - "geographic_scope": "national", - "file_path": "countries/north-america/mexico/coneval.json" + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { - "id": "china-national-data-bureau", + "id": "afdb", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { - "id": "china-ndrc", + "id": "caf", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "international", + "data_url": "https://www.caf.com/en/", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/macro/ndrc.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" }, { - "id": "china-nfra", + "id": "caribbean-development-bank", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "geographic_scope": "national", - "file_path": "china/finance/banking/nfra.json" + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" }, { - "id": "china-most-rnd", + "id": "idb", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "has_api": true, + "file_path": "international/development/idb.json", + "geographic_scope": "regional" }, { - "id": "china-most-infrastructure", + "id": "intl-copernicus-cdse", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, - "authority_level": "government", - "data_url": "https://nrii.org.cn/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" - }, - { - "id": "brazil-conab", - "name": { - "en": "National Supply Company (CONAB)", - "zh": "巴西国家商品供应公司" - }, - "authority_level": "government", - "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", - "has_api": false, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil-conab.json" + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu", + "has_api": true, + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" }, { - "id": "china-pbc", + "id": "adb-ado", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", "has_api": false, - "geographic_scope": "national", - "file_path": "china/finance/banking/pbc.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" }, { - "id": "pubchem", + "id": "adb-data-library", "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/chemistry/pubchem.json" + "file_path": "international/economics/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "pubmed", + "id": "adb-vietnam", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, - "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/health/pubmed.json" + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", + "has_api": false, + "file_path": "international/economics/adb-vietnam.json", + "geographic_scope": "national" }, { - "id": "china-sac-standards", + "id": "imf-data", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/standards/china-sac-standards.json" + "authority_level": "international", + "data_url": "https://data.imf.org", + "has_api": true, + "file_path": "international/economics/imf.json", + "geographic_scope": "global" }, { - "id": "canada-statcan", + "id": "oecd-statistics", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "authority_level": "international", + "data_url": "https://stats.oecd.org", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { - "id": "tcga", + "id": "worldbank-open-data", "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, - "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", + "authority_level": "international", + "data_url": "https://data.worldbank.org", "has_api": true, - "geographic_scope": "national", - "file_path": "academic/health/tcga.json" + "file_path": "international/economics/worldbank.json", + "geographic_scope": "global" }, { - "id": "usa-eia", + "id": "iea-education-studies", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" }, - "authority_level": "government", - "data_url": "https://www.eia.gov", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/eia.json" + "authority_level": "international", + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "file_path": "international/education/iea-education-studies.json", + "geographic_scope": "global" }, { - "id": "usgs-earthexplorer", + "id": "oecd-pisa", "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" + "en": "PISA - Programme for International Student Assessment", + "zh": "国际学生评估项目" }, - "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", - "has_api": true, - "geographic_scope": "global", - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "authority_level": "international", + "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", + "has_api": false, + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" }, { - "id": "usa-census-bureau", + "id": "iaea-energy-data", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "international", + "data_url": "https://data.iaea.org/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/census-bureau.json" - } - ], - "international": [ + "file_path": "international/energy/iaea-energy-data.json", + "geographic_scope": "global" + }, { - "id": "adb-data-library", + "id": "iea-energy-data", "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, "authority_level": "international", - "data_url": "https://data.adb.org", + "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "geographic_scope": "regional", - "file_path": "international/economics/adb-data-library.json" + "file_path": "international/energy/iea.json", + "geographic_scope": "global" }, { - "id": "africa-cdc", + "id": "basel-convention", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, "authority_level": "international", - "data_url": "https://africacdc.org", + "data_url": "https://www.basel.int", "has_api": false, - "geographic_scope": "regional", - "file_path": "international/health/africa-cdc.json" + "file_path": "international/environment/basel-convention.json", + "geographic_scope": "global" }, { - "id": "afdb", + "id": "cites-trade-database", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" }, "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/afdb.json" + "data_url": "https://trade.cites.org", + "has_api": false, + "file_path": "international/environment/cites-trade-database.json", + "geographic_scope": "global" }, { - "id": "afdb-statistics", + "id": "bis-reserves", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", + "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/afdb-statistics.json" + "file_path": "international/finance/bis-reserves.json", + "geographic_scope": "global" }, { - "id": "amis", + "id": "bis-statistics", "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/A-agriculture/amis.json" + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" }, { - "id": "alphafold-db", + "id": "ebrd", "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, "authority_level": "international", - "data_url": "https://alphafold.com", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/alphafold-db.json" + "data_url": "https://www.ebrd.com", + "has_api": false, + "file_path": "international/finance/ebrd.json", + "geographic_scope": "regional" }, { - "id": "adb-vietnam", + "id": "iais", "name": { - "en": "Asian Development Bank - Vietnam Country Data", - "zh": "亚洲开发银行越南国别数据" + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" }, "authority_level": "international", - "data_url": "https://www.adb.org/countries/viet-nam/data", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", "has_api": false, - "geographic_scope": "national", - "file_path": "international/economics/adb-vietnam.json" + "file_path": "international/finance/iais.json", + "geographic_scope": "global" }, { - "id": "adb-data-library", + "id": "paris-club", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" + "en": "Paris Club", + "zh": "巴黎俱乐部" }, "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/adb-data-library.json" + "data_url": "https://www.clubdeparis.org", + "has_api": false, + "file_path": "international/finance/paris-club.json", + "geographic_scope": "regional" }, { - "id": "adb-data", + "id": "africa-cdc", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/adb-data.json" + "data_url": "https://africacdc.org", + "has_api": false, + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" }, { - "id": "adb-key-indicators", + "id": "ecdc-surveillance", "name": { - "en": "Asian Development Bank Key Indicators", - "zh": "亚洲开发银行关键指标" + "en": "ECDC Surveillance Data", + "zh": "欧洲疾病预防控制中心监测数据" }, "authority_level": "international", - "data_url": "https://kidb.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/adb-key-indicators.json" + "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", + "has_api": false, + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" }, { - "id": "adb-ado", + "id": "wipo-ip-statistics", "name": { - "en": "Asian Development Outlook", - "zh": "亚洲开发展望" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, "authority_level": "international", - "data_url": "https://www.adb.org/outlook", + "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "geographic_scope": "regional", - "file_path": "international/economics/adb-ado.json" + "file_path": "international/intellectual-property/wipo.json", + "geographic_scope": "global" }, { "id": "bipm-kcdb", @@ -824,934 +802,775 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "geographic_scope": "global", - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" }, { - "id": "bis-reserves", + "id": "codex-alimentarius", "name": { - "en": "BIS Central Bank Reserves Statistics", - "zh": "国际清算银行外汇储备统计" + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" }, "authority_level": "international", - "data_url": "https://data.bis.org/topics/CBTA", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/finance/bis-reserves.json" + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" }, { - "id": "bis-statistics", + "id": "un-comtrade", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" }, "authority_level": "international", - "data_url": "https://data.bis.org", + "data_url": "https://comtradeplus.un.org", "has_api": true, - "geographic_scope": "global", - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/trade/comtrade.json", + "geographic_scope": "global" }, { - "id": "basel-convention", + "id": "icc-trade-register", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" }, "authority_level": "international", - "data_url": "https://www.basel.int", + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", "has_api": false, - "geographic_scope": "global", - "file_path": "international/environment/basel-convention.json" + "file_path": "international/trade/icc-trade-register.json", + "geographic_scope": "global" }, { - "id": "cgiar-research-data", + "id": "unctad", "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" + "en": "UNCTAD - United Nations Conference on Trade and Development", + "zh": "联合国贸易和发展会议" }, "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", + "data_url": "https://unctadstat.unctad.org", "has_api": true, - "geographic_scope": "global", - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/trade/unctad.json", + "geographic_scope": "global" }, { - "id": "cites-trade-database", + "id": "wto-statistics", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "WTO Statistics Database", + "zh": "世界贸易组织统计数据库", + "native": "WTO Statistics Database" }, "authority_level": "international", - "data_url": "https://trade.cites.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/environment/cites-trade-database.json" + "data_url": "https://stats.wto.org", + "has_api": true, + "file_path": "international/trade/wto.json", + "geographic_scope": "global" }, { - "id": "caribbean-development-bank", + "id": "icao-aviation-data", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/development/caribbean-development-bank.json" + "data_url": "https://dataservices.icao.int/", + "has_api": true, + "file_path": "international/transportation/icao-aviation-data.json", + "geographic_scope": "global" }, { - "id": "intl-chemspider", + "id": "amis", "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" }, "authority_level": "international", - "data_url": "https://www.chemspider.com", + "data_url": "https://www.amis-outlook.org", "has_api": false, - "geographic_scope": "global", - "file_path": "academic/chemistry/chemspider.json" - }, + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" + } + ], + "government": [ { - "id": "codex-alimentarius", + "id": "us-ncbi-genbank", "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" + "en": "GenBank", + "zh": "基因库" }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/standards-metrology/codex-alimentarius.json" + "authority_level": "government", + "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", + "has_api": true, + "file_path": "academic/biology/genbank.json", + "geographic_scope": "global" }, { - "id": "intl-copernicus-cdse", + "id": "pubchem", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "PubChem", + "zh": "PubChem化学数据库" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "geographic_scope": "global", - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" }, { - "id": "copernicus-open-access-hub", + "id": "bis-statistics", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" }, { - "id": "dhs", + "id": "clinicaltrials-gov", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "ClinicalTrials.gov", + "zh": "临床试验注册数据库" }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", + "authority_level": "government", + "data_url": "https://clinicaltrials.gov/", "has_api": true, - "geographic_scope": "regional", - "file_path": "academic/health/dhs.json" + "file_path": "academic/health/clinicaltrials-gov.json", + "geographic_scope": "global" }, { - "id": "caf", + "id": "pubmed", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/development/caf.json" + "authority_level": "government", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "has_api": true, + "file_path": "academic/health/pubmed.json", + "geographic_scope": "global" }, { - "id": "ecdc-surveillance", + "id": "tcga", "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, - "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/health/ecdc-surveillance.json" + "authority_level": "government", + "data_url": "https://portal.gdc.cancer.gov/", + "has_api": true, + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" }, { - "id": "ebrd", + "id": "china-ndrc-computing", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, - "authority_level": "international", - "data_url": "https://www.ebrd.com", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", "has_api": false, - "geographic_scope": "regional", - "file_path": "international/finance/ebrd.json" + "file_path": "china/economy/macro/china-ndrc-computing.json", + "geographic_scope": "national" }, { - "id": "ena", + "id": "china-ndrc", "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, - "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/ena.json" + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json", + "geographic_scope": "national" }, { - "id": "faostat", + "id": "china-customs", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/agriculture/faostat.json" + "authority_level": "government", + "data_url": "http://www.customs.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/customs.json", + "geographic_scope": "national" }, { - "id": "iaea-energy-data", + "id": "china-mofcom", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, - "authority_level": "international", - "data_url": "https://data.iaea.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/energy/iaea-energy-data.json" + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json", + "geographic_scope": "national" }, { - "id": "iais", + "id": "china-moe-higher-education", "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, - "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "has_api": false, - "geographic_scope": "global", - "file_path": "international/finance/iais.json" + "file_path": "china/education/higher_education/china-moe-higher-education.json", + "geographic_scope": "national" }, { - "id": "icao-aviation-data", + "id": "china-nfra", "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, - "authority_level": "international", - "data_url": "https://dataservices.icao.int/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/transportation/icao-aviation-data.json" + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "has_api": false, + "file_path": "china/finance/banking/nfra.json", + "geographic_scope": "national" }, { - "id": "icc-trade-register", + "id": "china-pbc", "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, - "authority_level": "international", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "has_api": false, - "geographic_scope": "global", - "file_path": "international/trade/icc-trade-register.json" + "file_path": "china/finance/banking/pbc.json", + "geographic_scope": "national" }, { - "id": "iea-education-studies", + "id": "china-csrc", "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, - "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "geographic_scope": "global", - "file_path": "international/education/iea-education-studies.json" + "file_path": "china/finance/securities/csrc.json", + "geographic_scope": "national" }, { - "id": "iea-energy-data", + "id": "china-nbs", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", "has_api": true, - "geographic_scope": "global", - "file_path": "international/energy/iea.json" + "file_path": "china/national/nbs.json", + "geographic_scope": "national" }, { - "id": "imf-data", + "id": "china-miit-rare-earth", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, - "authority_level": "international", - "data_url": "https://data.imf.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/imf.json" + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "has_api": false, + "file_path": "china/resources/mineral/china-miit-rare-earth.json", + "geographic_scope": "national" }, { - "id": "idb", + "id": "china-mnr-minerals", "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/idb.json" + "authority_level": "government", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "has_api": false, + "file_path": "china/resources/mineral/china-mnr-minerals.json", + "geographic_scope": "national" }, { - "id": "oecd-statistics", + "id": "china-national-data-bureau", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "National Data Administration of China", + "zh": "国家数据局" }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/economics/oecd.json" + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", + "has_api": false, + "file_path": "china/technology/digital_economy/china-national-data-bureau.json", + "geographic_scope": "national" }, { - "id": "oecd-pisa", + "id": "china-cnipa-patents", "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, - "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/education/oecd-pisa.json" - }, - { - "id": "paris-club", - "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" - }, - "authority_level": "international", - "data_url": "https://www.clubdeparis.org", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/finance/paris-club.json" - }, - { - "id": "un-comtrade", - "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" - }, - "authority_level": "international", - "data_url": "https://comtradeplus.un.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/trade/comtrade.json" - }, - { - "id": "unctad", - "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" - }, - "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/trade/unctad.json" - }, - { - "id": "wipo-ip-statistics", - "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" - }, - "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/intellectual-property/wipo.json" - }, - { - "id": "wto-statistics", - "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" - }, - "authority_level": "international", - "data_url": "https://stats.wto.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/trade/wto.json" - }, - { - "id": "worldbank-open-data", - "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" - }, - "authority_level": "international", - "data_url": "https://data.worldbank.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/worldbank.json" - } - ], - "market": [ - { - "id": "china-rare-earth-association", - "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" - }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" - }, - { - "id": "brazil-cecafe", - "name": { - "en": "Brazilian Coffee Exporters Council", - "zh": "巴西咖啡出口商协会" - }, - "authority_level": "market", - "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", - "has_api": false, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil-cecafe.json" - }, - { - "id": "china-additive-manufacturing-alliance", - "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" - }, - "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" - }, - { - "id": "china-auto-association", - "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" - }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" - }, - { - "id": "china-charging-alliance", - "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" - }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", + "authority_level": "government", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", + "geographic_scope": "national" }, { - "id": "china-machine-tool-association", + "id": "china-most-infrastructure", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, - "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "authority_level": "government", + "data_url": "https://nrii.org.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json", + "geographic_scope": "national" }, { - "id": "china-optical-association", + "id": "china-most-rnd", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" }, { - "id": "china-lcd-association", + "id": "china-sac-standards", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" }, { - "id": "china-petroleum-chemical-federation", + "id": "china-miit", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" }, { - "id": "china-semiconductor-association", + "id": "india-dgcis", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" }, { - "id": "china-software-association", + "id": "boj-statistics", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, - "authority_level": "market", - "data_url": "https://www.csia.org.cn/", + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/J-information-communication/china-software-association.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { - "id": "china-robot-industry-alliance", + "id": "korea-bok", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, - "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "authority_level": "government", + "data_url": "https://www.bok.or.kr/eng/main/main.do", + "has_api": true, + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" }, { - "id": "bp-statistical-review", - "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" - }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/D-energy/bp-statistical-review.json" - } - ], - "research": [ - { - "id": "1000-genomes", + "id": "uk-boe", "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/", + "authority_level": "government", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "geographic_scope": "global", - "file_path": "academic/biology/1000-genomes.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { - "id": "tennis-atp-wta-data", + "id": "uk-data-gov", "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "authority_level": "government", + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" }, { - "id": "arwu", + "id": "aafc", "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" + "en": "Agriculture and Agri-Food Canada", + "zh": "加拿大农业与农业食品部", + "native": "Agriculture et Agroalimentaire Canada" }, - "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/P-education/arwu.json" + "authority_level": "government", + "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", + "has_api": true, + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" }, { - "id": "afrobarometer", + "id": "canada-boc", "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "geographic_scope": "regional", - "file_path": "academic/social/afrobarometer.json" + "authority_level": "government", + "data_url": "https://www.bankofcanada.ca/rates/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { - "id": "asian-barometer", + "id": "canada-cihi", "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", - "has_api": false, - "geographic_scope": "regional", - "file_path": "academic/social/asian-barometer.json" + "authority_level": "government", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "has_api": true, + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" }, { - "id": "bookscorpus", + "id": "canada-cer", "name": { - "en": "BooksCorpus", - "zh": "图书语料库" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/bookscorpus.json" + "authority_level": "government", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "has_api": true, + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" }, { - "id": "british-museum-collection", + "id": "canada-statcan", "name": { - "en": "British Museum Collection", - "zh": "大英博物馆馆藏" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, - "authority_level": "research", - "data_url": "https://www.britishmuseum.org/collection", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { - "id": "cern-open-data", + "id": "mx-banxico", "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", + "authority_level": "government", + "data_url": "https://www.banxico.org.mx", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/physics/cern-open-data.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" }, { - "id": "cifar", + "id": "mexico-coneval", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "National Council for the Evaluation of Social Development Policy", + "zh": "墨西哥社会发展政策评估委员会", + "native": "Consejo Nacional de Evaluación de la Política de Desarrollo Social" }, - "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "authority_level": "government", + "data_url": "https://www.coneval.org.mx", "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" }, { - "id": "crsp", + "id": "usa-census-bureau", "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "research", - "data_url": "https://www.crsp.org/", + "authority_level": "government", + "data_url": "https://www.census.gov", "has_api": true, - "geographic_scope": "national", - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "cambridge-structural-database", + "id": "usa-eia", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "authority_level": "government", + "data_url": "https://www.eia.gov", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" }, { - "id": "cdiac", + "id": "noaa-cdo", "name": { - "en": "Carbon Dioxide Information Analysis Center", - "zh": "碳信息分析中心" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, - "authority_level": "research", - "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", "has_api": true, - "geographic_scope": "global", - "file_path": "international/environment/cdiac.json" + "file_path": "countries/north-america/usa/noaa-cdo.json", + "geographic_scope": "global" }, { - "id": "chembl", + "id": "us-bea", "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", + "authority_level": "government", + "data_url": "https://www.bea.gov/data", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/chemistry/chembl.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" }, { - "id": "china-caict", + "id": "us-bls", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "Bureau of Labor Statistics", + "zh": "美国劳工统计局" }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/research/china-caict.json" + "authority_level": "government", + "data_url": "https://www.bls.gov/data/", + "has_api": true, + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" }, { - "id": "china-instrument-society", + "id": "us-cdc", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "CDC Data & Statistics", + "zh": "美国疾控中心数据与统计" }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "authority_level": "government", + "data_url": "https://data.cdc.gov/", + "has_api": true, + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { - "id": "conll-shared-tasks", + "id": "us-data-gov", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { - "id": "common-crawl", + "id": "usgs-earthexplorer", "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" + "en": "USGS EarthExplorer", + "zh": "美国地质调查局地球探索者" }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", + "authority_level": "government", + "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json", + "geographic_scope": "global" }, { - "id": "acad-cod", + "id": "australia-abs", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { - "id": "drugbank", + "id": "aus-aihw", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/chemistry/drugbank.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" }, { - "id": "ghdx", + "id": "bureau-of-meteorology", "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", + "authority_level": "government", + "data_url": "https://www.bom.gov.au", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/health/ghdx.json" - }, - { - "id": "ggdc-databases", - "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" - }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/ggdc-databases.json" - }, - { - "id": "imagenet", - "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" - }, - "authority_level": "research", - "data_url": "https://www.image-net.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" }, { - "id": "nber-data", + "id": "brazil-bcb", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "Central Bank of Brazil", + "zh": "巴西中央银行", + "native": "Banco Central do Brasil" }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/nber.json" + "authority_level": "government", + "data_url": "https://dadosabertos.bcb.gov.br", + "has_api": true, + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" }, { - "id": "penn-world-table", + "id": "brazil-conab", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "authority_level": "government", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/penn-world-table.json" + "file_path": "countries/south-america/brazil-conab.json", + "geographic_scope": "national" }, { - "id": "intl-rcsb-pdb", + "id": "brazil-ibge", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/pdb.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { - "id": "acad-conferenceboard", + "id": "nasa-earthdata", "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" + "en": "NASA Earthdata", + "zh": "NASA地球数据" }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/conference-board.json" + "authority_level": "government", + "data_url": "https://www.earthdata.nasa.gov", + "has_api": true, + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" }, { - "id": "uk-biobank", + "id": "bis-statistics", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "government", + "data_url": "https://data.bis.org/", "has_api": true, - "geographic_scope": "national", - "file_path": "academic/biology/uk-biobank.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { - "id": "world-inequality-database", + "id": "ecb-sdw", "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" + "en": "ECB Statistical Data Warehouse (ECB Data Portal)", + "zh": "欧洲央行统计数据仓库" }, - "authority_level": "research", - "data_url": "https://wid.world/", + "authority_level": "government", + "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "geographic_scope": "global", - "file_path": "academic/economics/world-inequality-database.json" - } - ], - "commercial": [ + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" + }, { - "id": "alpha-vantage", + "id": "bea-international-trade", "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, - "authority_level": "commercial", - "data_url": "https://www.alphavantage.co/", + "authority_level": "government", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "international/trade/bea-international-trade.json", + "geographic_scope": "national" }, { - "id": "bloomberg-terminal", + "id": "china-imt2030", "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/markets", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" - }, + "authority_level": "government", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "has_api": false, + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" + } + ], + "commercial": [ { - "id": "bloomberg-terminal-ipo", + "id": "hkex", "name": { - "en": "Bloomberg Terminal - IPO Module", - "zh": "彭博终端 - IPO模块" + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" }, "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "data_url": "https://www.hkexnews.hk", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "file_path": "china/finance/securities/hkex.json", + "geographic_scope": "regional" }, { "id": "ceic-china-urbanization", @@ -1762,8 +1581,20 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "geographic_scope": "national", - "file_path": "china/national/ceic-china-urbanization.json" + "file_path": "china/national/ceic-china-urbanization.json", + "geographic_scope": "national" + }, + { + "id": "cnki-population-census", + "name": { + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" + }, + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", + "has_api": false, + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" }, { "id": "ceic-global-database", @@ -1774,8 +1605,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/ceic-global-database.json" + "file_path": "international/economics/ceic-global-database.json", + "geographic_scope": "global" }, { "id": "ceic-vietnam", @@ -1786,20 +1617,44 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "geographic_scope": "national", - "file_path": "international/economics/ceic-vietnam.json" + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" }, { - "id": "cnki-population-census", + "id": "alpha-vantage", "name": { - "en": "CNKI China Population Census Database", - "zh": "中国人口普查数据库" + "en": "Alpha Vantage API", + "zh": "Alpha Vantage API" }, "authority_level": "commercial", - "data_url": "https://data.cnki.net/npcd", - "has_api": false, - "geographic_scope": "national", - "file_path": "china/national/cnki-population-census.json" + "data_url": "https://www.alphavantage.co/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" + }, + { + "id": "bloomberg-terminal-ipo", + "name": { + "en": "Bloomberg Terminal - IPO Module", + "zh": "彭博终端 - IPO模块" + }, + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json", + "geographic_scope": "global" + }, + { + "id": "bloomberg-terminal", + "name": { + "en": "Bloomberg Terminal (Public Data)", + "zh": "彭博终端(部分公开数据)" + }, + "authority_level": "commercial", + "data_url": "https://www.bloomberg.com/markets", + "has_api": true, + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" }, { "id": "cryptocurrency-data", @@ -1810,8 +1665,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" }, { "id": "derwent-innovation-index", @@ -1822,21 +1677,166 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" + } + ], + "market": [ + { + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "has_api": false, + "file_path": "countries/south-america/brazil-cecafe.json", + "geographic_scope": "national" }, { - "id": "hkex", + "id": "china-rare-earth-association", "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", - "has_api": true, - "geographic_scope": "regional", - "file_path": "china/finance/securities/hkex.json" + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", + "has_api": false, + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" + }, + { + "id": "china-additive-manufacturing-alliance", + "name": { + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" + }, + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", + "has_api": false, + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" + }, + { + "id": "china-auto-association", + "name": { + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" + }, + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" + }, + { + "id": "china-charging-alliance", + "name": { + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" + }, + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", + "geographic_scope": "national" + }, + { + "id": "china-petroleum-chemical-federation", + "name": { + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" + }, + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "has_api": false, + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" + }, + { + "id": "china-lcd-association", + "name": { + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" + }, + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", + "geographic_scope": "national" + }, + { + "id": "china-optical-association", + "name": { + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" + }, + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" + }, + { + "id": "china-semiconductor-association", + "name": { + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" + }, + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", + "has_api": false, + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", + "geographic_scope": "national" + }, + { + "id": "china-machine-tool-association", + "name": { + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" + }, + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "has_api": false, + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", + "geographic_scope": "national" + }, + { + "id": "china-robot-industry-alliance", + "name": { + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" + }, + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "has_api": false, + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" + }, + { + "id": "bp-statistical-review", + "name": { + "en": "Statistical Review of World Energy", + "zh": "世界能源统计年鉴" + }, + "authority_level": "market", + "data_url": "https://www.energyinst.org/statistical-review", + "has_api": false, + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" + }, + { + "id": "china-software-association", + "name": { + "en": "China Software Industry Association", + "zh": "中国软件行业协会" + }, + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", + "has_api": false, + "file_path": "sectors/J-information-communication/china-software-association.json", + "geographic_scope": "national" } ], "other": [ @@ -1849,9 +1849,9 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ] } -} \ No newline at end of file +} diff --git a/firstdata/indexes/by-domain.json b/firstdata/indexes/by-domain.json index 85b3801..0b4d3d8 100644 --- a/firstdata/indexes/by-domain.json +++ b/firstdata/indexes/by-domain.json @@ -1,6 +1,6 @@ { "metadata": { - "generated_at": "2026-03-02T13:59:27.914498", + "generated_at": "2026-03-02T07:39:18.857130+00:00", "total_domains": 624, "total_sources": 150, "version": "2.0" @@ -16,7 +16,8 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" } ], "6g-technology": [ @@ -29,7 +30,8 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json" + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" } ], "ADMET": [ @@ -42,7 +44,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" } ], "Academic Excellence": [ @@ -55,7 +58,8 @@ "authority_level": "research", "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/P-education/arwu.json" + "file_path": "sectors/P-education/arwu.json", + "geographic_scope": "global" } ], "Acoustics, Ultrasound and Vibration": [ @@ -69,7 +73,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Additive Manufacturing": [ @@ -82,7 +87,8 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" } ], "Advanced Manufacturing": [ @@ -95,7 +101,8 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" } ], "Aerospace": [ @@ -108,7 +115,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Aged care": [ @@ -121,7 +129,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Agricultural Biodiversity": [ @@ -134,7 +143,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Agricultural Economics": [ @@ -148,7 +158,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" }, { "id": "cgiar-research-data", @@ -159,7 +170,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Agricultural Policy": [ @@ -172,7 +184,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Agricultural Research": [ @@ -186,7 +199,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" } ], "Agricultural Trade": [ @@ -199,32 +213,11 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" } ], "Agriculture": [ - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json" - }, - { - "id": "amis", - "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" - }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" - }, { "id": "aafc", "name": { @@ -235,7 +228,20 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" + }, + { + "id": "us-data-gov", + "name": { + "en": "Data.gov", + "zh": "美国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { "id": "cgiar-research-data", @@ -246,40 +252,32 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" }, { - "id": "caribbean-development-bank", + "id": "faostat", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" }, { - "id": "intl-copernicus-cdse", + "id": "afdb", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -291,18 +289,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" }, { - "id": "faostat", + "id": "caribbean-development-bank", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json" + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" }, { "id": "idb", @@ -313,21 +313,35 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" - } - ], - "Agrochemical Research": [ + "file_path": "international/development/idb.json", + "geographic_scope": "regional" + }, { - "id": "cambridge-structural-database", + "id": "intl-copernicus-cdse", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" }, + { + "id": "amis", + "name": { + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" + }, + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" + } + ], + "Agrochemical Research": [ { "id": "chembl", "name": { @@ -337,7 +351,20 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" + }, + { + "id": "cambridge-structural-database", + "name": { + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" + }, + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Agroforestry": [ @@ -350,7 +377,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Alcohol and drugs": [ @@ -363,7 +391,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Ancient Civilizations": [ @@ -376,7 +405,8 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" } ], "Anthropology": [ @@ -389,7 +419,8 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" } ], "Antimicrobial Resistance": [ @@ -402,7 +433,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Archaeology": [ @@ -415,7 +447,8 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" } ], "Art History": [ @@ -428,7 +461,8 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" } ], "Artificial Intelligence": [ @@ -441,7 +475,8 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" }, { "id": "common-crawl", @@ -452,7 +487,8 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" }, { "id": "imagenet", @@ -463,7 +499,8 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" } ], "Asset Pricing": [ @@ -476,7 +513,8 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "Atmosphere Monitoring": [ @@ -489,7 +527,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Atmospheric Science": [ @@ -502,7 +541,8 @@ "authority_level": "research", "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/environment/cdiac.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" } ], "Automotive": [ @@ -515,7 +555,8 @@ "authority_level": "market", "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" }, { "id": "derwent-innovation-index", @@ -526,21 +567,11 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Balance of Payments": [ - { - "id": "adb-data-library", - "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/development/adb-data-library.json" - }, { "id": "boj-statistics", "name": { @@ -551,7 +582,8 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -563,7 +595,20 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" + }, + { + "id": "adb-data-library", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "ecb-sdw", @@ -574,31 +619,23 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "Banking": [ { - "id": "bis-statistics", + "id": "boj-statistics", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "international/economics/bis.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "international", - "data_url": "https://data.bis.org", - "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { "id": "uk-boe", @@ -609,19 +646,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" - }, - { - "id": "boj-statistics", - "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" - }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", - "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -633,7 +659,32 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json", + "geographic_scope": "global" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Banking Statistics": [ @@ -646,7 +697,8 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "Banking Supervision": [ @@ -659,7 +711,8 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "Bioactivity": [ @@ -672,7 +725,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" } ], "Biochemistry": [ @@ -685,7 +739,8 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" }, { "id": "pubchem", @@ -696,21 +751,11 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" } ], "Biodiversity": [ - { - "id": "cites-trade-database", - "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" - }, - "authority_level": "international", - "data_url": "https://trade.cites.org", - "has_api": false, - "file_path": "international/environment/cites-trade-database.json" - }, { "id": "ena", "name": { @@ -720,7 +765,20 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" + }, + { + "id": "cites-trade-database", + "name": { + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" + }, + "authority_level": "international", + "data_url": "https://trade.cites.org", + "has_api": false, + "file_path": "international/environment/cites-trade-database.json", + "geographic_scope": "global" } ], "Bioinformatics": [ @@ -733,18 +791,8 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json" - }, - { - "id": "drugbank", - "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" - }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", - "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { "id": "ena", @@ -755,7 +803,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" }, { "id": "us-ncbi-genbank", @@ -766,7 +815,20 @@ "authority_level": "government", "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "academic/biology/genbank.json" + "file_path": "academic/biology/genbank.json", + "geographic_scope": "global" + }, + { + "id": "drugbank", + "name": { + "en": "DrugBank", + "zh": "药物与药物靶点数据库" + }, + "authority_level": "research", + "data_url": "https://go.drugbank.com", + "has_api": true, + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" } ], "Biology": [ @@ -779,7 +841,8 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" } ], "Biotechnology": [ @@ -792,18 +855,8 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json" - }, - { - "id": "derwent-innovation-index", - "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" - }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { "id": "intl-rcsb-pdb", @@ -814,7 +867,20 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" + }, + { + "id": "derwent-innovation-index", + "name": { + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" + }, + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", + "has_api": true, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Blockchain Analytics": [ @@ -827,7 +893,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Bonds": [ @@ -840,7 +907,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Business": [ @@ -853,7 +921,8 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Business Cycles": [ @@ -866,7 +935,8 @@ "authority_level": "research", "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" } ], "Business and economy": [ @@ -879,7 +949,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Cancer": [ @@ -892,7 +963,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Capital Markets": [ @@ -905,7 +977,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json", + "geographic_scope": "global" } ], "Carbon Emissions": [ @@ -918,7 +991,8 @@ "authority_level": "research", "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/environment/cdiac.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" } ], "Catalysis": [ @@ -931,7 +1005,8 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Catalysts": [ @@ -944,7 +1019,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Central Bank Statistics": [ @@ -957,21 +1033,11 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "Central Banking": [ - { - "id": "bis-reserves", - "name": { - "en": "BIS Central Bank Reserves Statistics", - "zh": "国际清算银行外汇储备统计" - }, - "authority_level": "international", - "data_url": "https://data.bis.org/topics/CBTA", - "has_api": true, - "file_path": "international/finance/bis-reserves.json" - }, { "id": "bis-statistics", "name": { @@ -981,7 +1047,20 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" + }, + { + "id": "bis-reserves", + "name": { + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" + }, + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", + "has_api": true, + "file_path": "international/finance/bis-reserves.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -992,7 +1071,8 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Certification Systems": [ @@ -1005,7 +1085,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Chemical Biology": [ @@ -1018,7 +1099,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" } ], "Chemical Industry": [ @@ -1031,7 +1113,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Chemical Information": [ @@ -1044,7 +1127,8 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" } ], "Chemical Materials": [ @@ -1057,7 +1141,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Chemical Structures": [ @@ -1070,7 +1155,8 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" } ], "Cheminformatics": [ @@ -1083,7 +1169,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" } ], "Chemistry": [ @@ -1096,7 +1183,20 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" + }, + { + "id": "pubchem", + "name": { + "en": "PubChem", + "zh": "PubChem化学数据库" + }, + "authority_level": "government", + "data_url": "https://pubchem.ncbi.nlm.nih.gov/", + "has_api": true, + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" }, { "id": "acad-cod", @@ -1107,7 +1207,8 @@ "authority_level": "research", "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "academic/physics/crystallography-open-database.json", + "geographic_scope": "global" }, { "id": "derwent-innovation-index", @@ -1118,18 +1219,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" - }, - { - "id": "pubchem", - "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" - }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", - "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Chemistry and Biology": [ @@ -1143,7 +1234,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Child protection": [ @@ -1156,7 +1248,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Chronic Diseases": [ @@ -1169,7 +1262,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Citizen Engagement": [ @@ -1182,7 +1276,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Climate": [ @@ -1195,20 +1290,22 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Climate Change": [ { - "id": "afdb", + "id": "faostat", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/development/afdb.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" }, { "id": "adb-data-library", @@ -1219,18 +1316,20 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "cdiac", + "id": "afdb", "name": { - "en": "Carbon Dioxide Information Analysis Center", - "zh": "碳信息分析中心" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "research", - "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "international/environment/cdiac.json" + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "intl-copernicus-cdse", @@ -1241,18 +1340,20 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" }, { - "id": "faostat", + "id": "cdiac", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Carbon Dioxide Information Analysis Center", + "zh": "碳信息分析中心" }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "authority_level": "research", + "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" }, { "id": "bp-statistical-review", @@ -1263,7 +1364,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Climate Change Adaptation": [ @@ -1276,7 +1378,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Climate Finance": [ @@ -1290,32 +1393,35 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" } ], "Climate Resilience": [ { - "id": "caribbean-development-bank", + "id": "caf", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" }, { - "id": "caf", + "id": "caribbean-development-bank", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" } ], "Clinical Pharmacology": [ @@ -1328,7 +1434,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" } ], "Coastal Trade": [ @@ -1341,7 +1448,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Commodities": [ @@ -1354,7 +1462,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" }, { "id": "bloomberg-terminal", @@ -1365,7 +1474,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Commodity Markets": [ @@ -1378,7 +1488,8 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" } ], "Commodity Price": [ @@ -1391,7 +1502,8 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" } ], "Communications": [ @@ -1404,7 +1516,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" } ], "Computational Biology": [ @@ -1417,7 +1530,8 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" } ], "Computational Linguistics": [ @@ -1430,7 +1544,8 @@ "authority_level": "research", "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json" + "file_path": "sectors/J-information-communication/bookscorpus.json", + "geographic_scope": "global" }, { "id": "conll-shared-tasks", @@ -1441,7 +1556,8 @@ "authority_level": "research", "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" } ], "Computational Physics": [ @@ -1454,7 +1570,8 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" } ], "Computer Science": [ @@ -1467,7 +1584,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Computer Vision": [ @@ -1480,7 +1598,8 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" }, { "id": "imagenet", @@ -1491,7 +1610,8 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" } ], "Consumer": [ @@ -1504,7 +1624,8 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Consumer Confidence": [ @@ -1517,7 +1638,8 @@ "authority_level": "research", "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" } ], "Consumer Expenditures": [ @@ -1530,7 +1652,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Consumer Prices": [ @@ -1543,7 +1666,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "Consumer Spending": [ @@ -1556,7 +1680,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Contaminants": [ @@ -1569,7 +1694,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Corporate Actions": [ @@ -1582,7 +1708,8 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "Corporate Fundamentals": [ @@ -1595,7 +1722,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Corporate Profits": [ @@ -1608,7 +1736,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Corruption and Accountability": [ @@ -1621,7 +1750,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Creative Thinking": [ @@ -1634,10 +1764,23 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Credit": [ + { + "id": "uk-boe", + "name": { + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" + }, + "authority_level": "government", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "has_api": false, + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" + }, { "id": "bis-statistics", "name": { @@ -1647,7 +1790,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -1658,18 +1802,8 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" - }, - { - "id": "uk-boe", - "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" - }, - "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", - "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Credit Data": [ @@ -1683,7 +1817,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" } ], "Credit Markets": [ @@ -1696,7 +1831,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "Crime and justice": [ @@ -1709,7 +1845,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Crop Production": [ @@ -1723,7 +1860,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" } ], "Crop Science": [ @@ -1736,7 +1874,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Crops": [ @@ -1749,7 +1888,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" } ], "Cryptocurrencies": [ @@ -1762,7 +1902,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" } ], "Cryptocurrency": [ @@ -1775,7 +1916,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Cryptocurrency Markets": [ @@ -1788,31 +1930,34 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Crystallography": [ { - "id": "cambridge-structural-database", + "id": "acad-cod", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "academic/physics/crystallography-open-database.json", + "geographic_scope": "global" }, { - "id": "acad-cod", + "id": "cambridge-structural-database", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Cultural Heritage": [ @@ -1825,7 +1970,8 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" } ], "Currencies": [ @@ -1838,7 +1984,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Currency and Coins": [ @@ -1852,7 +1999,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" } ], "Customs Statistics": [ @@ -1865,7 +2013,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Data Science": [ @@ -1878,7 +2027,8 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" }, { "id": "common-crawl", @@ -1889,7 +2039,8 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" } ], "DeFi (Decentralized Finance)": [ @@ -1902,7 +2053,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Debt Securities": [ @@ -1915,7 +2067,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "Deep Learning": [ @@ -1928,7 +2081,8 @@ "authority_level": "research", "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json" + "file_path": "sectors/J-information-communication/bookscorpus.json", + "geographic_scope": "global" }, { "id": "cifar", @@ -1939,7 +2093,8 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" }, { "id": "imagenet", @@ -1950,7 +2105,8 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" } ], "Defence": [ @@ -1963,7 +2119,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Democracy Studies": [ @@ -1976,7 +2133,8 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" } ], "Democracy and Governance": [ @@ -1989,7 +2147,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Demographics": [ @@ -2002,7 +2161,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" } ], "Derivatives": [ @@ -2015,7 +2175,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -2026,7 +2187,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -2037,7 +2199,8 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" }, { "id": "bloomberg-terminal", @@ -2048,7 +2211,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Development Economics": [ @@ -2061,21 +2225,11 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Development Finance": [ - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json" - }, { "id": "adb-data-library", "name": { @@ -2085,18 +2239,20 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "caribbean-development-bank", + "id": "afdb", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -2108,7 +2264,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" }, { "id": "idb", @@ -2119,7 +2288,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Digital Assets": [ @@ -2132,7 +2302,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Digital Transformation": [ @@ -2146,7 +2317,8 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" } ], "Digital service performance": [ @@ -2159,7 +2331,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Disability": [ @@ -2172,7 +2345,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Disease Surveillance": [ @@ -2185,7 +2359,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { "id": "ecdc-surveillance", @@ -2196,7 +2371,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Disease and injury": [ @@ -2209,31 +2385,34 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Drug Development": [ { - "id": "cambridge-structural-database", + "id": "drugbank", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "DrugBank", + "zh": "药物与药物靶点数据库" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" }, { - "id": "drugbank", + "id": "cambridge-structural-database", "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://go.drugbank.com", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Drug Discovery": [ @@ -2246,18 +2425,20 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json" + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { - "id": "cambridge-structural-database", + "id": "intl-rcsb-pdb", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Protein Data Bank (PDB)", + "zh": "蛋白质数据银行" }, "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" }, { "id": "chembl", @@ -2268,7 +2449,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" }, { "id": "drugbank", @@ -2279,18 +2461,20 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" }, { - "id": "intl-rcsb-pdb", + "id": "cambridge-structural-database", "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://www.rcsb.org", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Drug Metabolism": [ @@ -2303,7 +2487,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" } ], "ESG Data": [ @@ -2316,7 +2501,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Earnings": [ @@ -2329,7 +2515,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Earth Observation": [ @@ -2342,7 +2529,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Economic Analysis": [ @@ -2355,7 +2543,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Economic Data": [ @@ -2368,7 +2557,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Economic Development": [ @@ -2381,18 +2571,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" - }, - { - "id": "caribbean-development-bank", - "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" - }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -2404,21 +2584,23 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" - } - ], - "Economic Forecasting": [ + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, { - "id": "adb-ado", + "id": "caribbean-development-bank", "name": { - "en": "Asian Development Outlook", - "zh": "亚洲开发展望" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.adb.org/outlook", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/economics/adb-ado.json" - }, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" + } + ], + "Economic Forecasting": [ { "id": "acad-conferenceboard", "name": { @@ -2428,7 +2610,20 @@ "authority_level": "research", "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" + }, + { + "id": "adb-ado", + "name": { + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", + "has_api": false, + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Economic Indicators": [ @@ -2441,7 +2636,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" } ], "Economic Statistics": [ @@ -2454,7 +2650,8 @@ "authority_level": "international", "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "international/development/afdb.json" + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" } ], "Economic Surveys": [ @@ -2468,10 +2665,35 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" } ], "Economics": [ + { + "id": "acad-conferenceboard", + "name": { + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" + }, + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" + }, + { + "id": "us-bea", + "name": { + "en": "Bureau of Economic Analysis", + "zh": "美国经济分析局" + }, + "authority_level": "government", + "data_url": "https://www.bea.gov/data", + "has_api": true, + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" + }, { "id": "adb-data-library", "name": { @@ -2481,7 +2703,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "adb-key-indicators", @@ -2492,7 +2715,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { "id": "adb-ado", @@ -2503,29 +2727,8 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" - }, - { - "id": "us-bea", - "name": { - "en": "Bureau of Economic Analysis", - "zh": "美国经济分析局" - }, - "authority_level": "government", - "data_url": "https://www.bea.gov/data", - "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" - }, - { - "id": "acad-conferenceboard", - "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" - }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Ecosystems": [ @@ -2538,64 +2741,58 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Education": [ { - "id": "afdb", + "id": "uk-data-gov", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "authority_level": "government", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "international/development/afdb.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" }, { - "id": "adb-data-library", + "id": "us-data-gov", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/development/adb-data-library.json" - }, - { - "id": "caribbean-development-bank", - "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" - }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { - "id": "us-data-gov", + "id": "adb-data-library", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "uk-data-gov", + "id": "afdb", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -2607,7 +2804,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" }, { "id": "idb", @@ -2618,7 +2828,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" }, { "id": "oecd-pisa", @@ -2629,7 +2840,8 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Education Assessment": [ @@ -2642,7 +2854,8 @@ "authority_level": "research", "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/P-education/arwu.json" + "file_path": "sectors/P-education/arwu.json", + "geographic_scope": "global" } ], "Elections and Electoral Systems": [ @@ -2655,7 +2868,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Electoral Studies": [ @@ -2668,7 +2882,8 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" } ], "Electricity Transmission": [ @@ -2682,7 +2897,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" } ], "Electricity and Magnetism": [ @@ -2696,7 +2912,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Electronics": [ @@ -2709,7 +2926,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Emergency Management": [ @@ -2722,10 +2940,23 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Employment": [ + { + "id": "acad-conferenceboard", + "name": { + "en": "The Conference Board Economic Data", + "zh": "世界大型企业联合会经济数据" + }, + "authority_level": "research", + "data_url": "https://www.conference-board.org/topics/economic-data-analysis", + "has_api": false, + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" + }, { "id": "us-bls", "name": { @@ -2735,7 +2966,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" }, { "id": "faostat", @@ -2746,18 +2978,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" - }, - { - "id": "acad-conferenceboard", - "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" - }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" } ], "Endangered Species": [ @@ -2770,20 +2992,22 @@ "authority_level": "international", "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "international/environment/cites-trade-database.json" + "file_path": "international/environment/cites-trade-database.json", + "geographic_scope": "global" } ], "Energy": [ { - "id": "afdb", + "id": "us-data-gov", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json" + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { "id": "adb-data-library", @@ -2794,7 +3018,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "adb-key-indicators", @@ -2805,18 +3030,20 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { - "id": "us-data-gov", + "id": "afdb", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "bp-statistical-review", @@ -2827,7 +3054,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Energy Consumption": [ @@ -2840,7 +3068,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Energy Economics": [ @@ -2853,7 +3082,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Energy Infrastructure": [ @@ -2867,7 +3097,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" } ], "Energy Markets": [ @@ -2881,7 +3112,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" } ], "Energy Production": [ @@ -2894,7 +3126,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Energy Safety": [ @@ -2908,7 +3141,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" } ], "Energy Statistics": [ @@ -2921,7 +3155,8 @@ "authority_level": "research", "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/environment/cdiac.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" }, { "id": "bp-statistical-review", @@ -2932,7 +3167,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Energy Trade": [ @@ -2946,7 +3182,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" }, { "id": "bp-statistical-review", @@ -2957,7 +3194,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Energy Transition": [ @@ -2971,7 +3209,8 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" }, { "id": "bp-statistical-review", @@ -2982,7 +3221,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Engineering": [ @@ -2995,10 +3235,47 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Environment": [ + { + "id": "uk-data-gov", + "name": { + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://www.data.gov.uk", + "has_api": true, + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" + }, + { + "id": "us-data-gov", + "name": { + "en": "Data.gov", + "zh": "美国政府开放数据平台" + }, + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" + }, + { + "id": "faostat", + "name": { + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" + }, { "id": "adb-data-library", "name": { @@ -3008,7 +3285,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "adb-key-indicators", @@ -3019,7 +3297,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { "id": "basel-convention", @@ -3030,7 +3309,8 @@ "authority_level": "international", "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/environment/basel-convention.json" + "file_path": "international/environment/basel-convention.json", + "geographic_scope": "global" }, { "id": "cdiac", @@ -3041,40 +3321,8 @@ "authority_level": "research", "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/environment/cdiac.json" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" - }, - { - "id": "uk-data-gov", - "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", - "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" - }, - { - "id": "faostat", - "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" - }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" } ], "Environmental Health": [ @@ -3087,7 +3335,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Environmental Issues": [ @@ -3100,7 +3349,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Environmental Law": [ @@ -3113,7 +3363,8 @@ "authority_level": "international", "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/environment/basel-convention.json" + "file_path": "international/environment/basel-convention.json", + "geographic_scope": "global" } ], "Environmental Monitoring": [ @@ -3127,7 +3378,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" } ], "Environmental Protection": [ @@ -3140,7 +3392,8 @@ "authority_level": "international", "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "international/environment/cites-trade-database.json" + "file_path": "international/environment/cites-trade-database.json", + "geographic_scope": "global" } ], "Environmental Sciences": [ @@ -3153,32 +3406,35 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" } ], "Environmental Sustainability": [ { - "id": "caribbean-development-bank", + "id": "caf", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Development Bank of Latin America and the Caribbean (CAF)", + "zh": "拉美和加勒比开发银行", + "native": "Banco de Desarrollo de América Latina y El Caribe" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", + "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" }, { - "id": "caf", + "id": "caribbean-development-bank", "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" }, "authority_level": "international", - "data_url": "https://www.caf.com/en/", + "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" } ], "Epidemiology": [ @@ -3191,7 +3447,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { "id": "ecdc-surveillance", @@ -3202,7 +3459,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Equipment Manufacturing": [ @@ -3215,7 +3473,8 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" } ], "Equities": [ @@ -3228,7 +3487,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" }, { "id": "crsp", @@ -3239,7 +3499,8 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "Equity Offerings": [ @@ -3252,32 +3513,11 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json", + "geographic_scope": "global" } ], "Exchange Rates": [ - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "international/economics/bis.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "international", - "data_url": "https://data.bis.org", - "has_api": true, - "file_path": "international/finance/bis-statistics.json" - }, { "id": "uk-boe", "name": { @@ -3287,7 +3527,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -3299,7 +3540,20 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "ecb-sdw", @@ -3310,7 +3564,20 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Excise Revenue": [ @@ -3323,7 +3590,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Experimental Physics": [ @@ -3336,7 +3604,8 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" } ], "Export Statistics": [ @@ -3349,20 +3618,22 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Finance": [ { - "id": "akshare", + "id": "us-data-gov", "name": { - "en": "AKShare - Open Source Financial Data Interface Library", - "zh": "AKShare - 开源财经数据接口库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "other", - "data_url": "https://github.com/akfamily/akshare", - "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { "id": "adb-key-indicators", @@ -3373,7 +3644,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { "id": "adb-ado", @@ -3384,7 +3656,8 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" }, { "id": "bis-statistics", @@ -3395,7 +3668,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -3406,18 +3680,20 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" }, { - "id": "us-data-gov", + "id": "akshare", "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Financial Literacy": [ @@ -3430,31 +3706,23 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Financial Markets": [ { - "id": "akshare", - "name": { - "en": "AKShare - Open Source Financial Data Interface Library", - "zh": "AKShare - 开源财经数据接口库" - }, - "authority_level": "other", - "data_url": "https://github.com/akfamily/akshare", - "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" - }, - { - "id": "bis-reserves", + "id": "boj-statistics", "name": { - "en": "BIS Central Bank Reserves Statistics", - "zh": "国际清算银行外汇储备统计" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, - "authority_level": "international", - "data_url": "https://data.bis.org/topics/CBTA", - "has_api": true, - "file_path": "international/finance/bis-reserves.json" + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { "id": "uk-boe", @@ -3465,19 +3733,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" - }, - { - "id": "boj-statistics", - "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" - }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", - "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "ecb-sdw", @@ -3488,7 +3745,32 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" + }, + { + "id": "bis-reserves", + "name": { + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" + }, + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", + "has_api": true, + "file_path": "international/finance/bis-reserves.json", + "geographic_scope": "global" + }, + { + "id": "akshare", + "name": { + "en": "AKShare - Open Source Financial Data Interface Library", + "zh": "AKShare - 开源财经数据接口库" + }, + "authority_level": "other", + "data_url": "https://github.com/akfamily/akshare", + "has_api": true, + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Financial News": [ @@ -3501,7 +3783,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Financial Sector": [ @@ -3514,7 +3797,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Financial Stability": [ @@ -3527,7 +3811,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -3539,7 +3824,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" }, { "id": "ecb-sdw", @@ -3550,7 +3836,8 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "Financial Statistics": [ @@ -3564,7 +3851,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" } ], "Financial Technology": [ @@ -3577,7 +3865,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Fiscal Policy": [ @@ -3590,7 +3879,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Fisheries": [ @@ -3603,7 +3893,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" } ], "Fixed Assets": [ @@ -3616,7 +3907,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Fixed Income": [ @@ -3629,7 +3921,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/markets", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json", + "geographic_scope": "global" } ], "Flow of Funds": [ @@ -3643,7 +3936,8 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" } ], "Food Additives": [ @@ -3656,7 +3950,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food Hygiene": [ @@ -3669,7 +3964,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food Inspection": [ @@ -3682,7 +3978,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food Labeling": [ @@ -3695,7 +3992,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food Prices": [ @@ -3708,7 +4006,8 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" } ], "Food Quality": [ @@ -3721,7 +4020,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food Safety": [ @@ -3734,21 +4034,11 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food Security": [ - { - "id": "amis", - "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" - }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" - }, { "id": "aafc", "name": { @@ -3759,7 +4049,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" }, { "id": "cgiar-research-data", @@ -3770,7 +4061,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" }, { "id": "faostat", @@ -3781,7 +4073,20 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" + }, + { + "id": "amis", + "name": { + "en": "Agricultural Market Information System (AMIS)", + "zh": "农业市场信息系统" + }, + "authority_level": "international", + "data_url": "https://www.amis-outlook.org", + "has_api": false, + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" } ], "Food Standards": [ @@ -3794,7 +4099,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Food and Waterborne Diseases": [ @@ -3807,7 +4113,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Foreign Direct Investment": [ @@ -3820,10 +4127,23 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Foreign Exchange": [ + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" + }, { "id": "akshare", "name": { @@ -3833,7 +4153,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" }, { "id": "alpha-vantage", @@ -3844,18 +4165,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics", - "zh": "国际清算银行统计数据" - }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" } ], "Foreign Exchange Reserves": [ @@ -3868,7 +4179,8 @@ "authority_level": "international", "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "file_path": "international/finance/bis-reserves.json" + "file_path": "international/finance/bis-reserves.json", + "geographic_scope": "global" } ], "Foreign Trade Statistics": [ @@ -3881,31 +4193,34 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Forestry": [ { - "id": "intl-copernicus-cdse", + "id": "faostat", "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" }, "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", + "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" }, { - "id": "faostat", + "id": "intl-copernicus-cdse", "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" + "en": "Copernicus Data Space Ecosystem", + "zh": "哥白尼数据空间生态系统" }, "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", + "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Fossil Fuels": [ @@ -3918,7 +4233,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Functional Materials": [ @@ -3931,7 +4247,8 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Funds": [ @@ -3944,7 +4261,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Futures": [ @@ -3957,7 +4275,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "GDP": [ @@ -3970,7 +4289,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "GDP Growth": [ @@ -3983,7 +4303,8 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Gender Equality": [ @@ -3996,7 +4317,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Genetics": [ @@ -4009,7 +4331,8 @@ "authority_level": "government", "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "academic/biology/genbank.json" + "file_path": "academic/biology/genbank.json", + "geographic_scope": "global" } ], "Genetics and Genomics": [ @@ -4022,21 +4345,11 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Genomics": [ - { - "id": "chembl", - "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" - }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", - "has_api": true, - "file_path": "academic/chemistry/chembl.json" - }, { "id": "ena", "name": { @@ -4046,7 +4359,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" }, { "id": "us-ncbi-genbank", @@ -4057,7 +4371,20 @@ "authority_level": "government", "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "academic/biology/genbank.json" + "file_path": "academic/biology/genbank.json", + "geographic_scope": "global" + }, + { + "id": "chembl", + "name": { + "en": "ChEMBL Database", + "zh": "ChEMBL生物活性数据库" + }, + "authority_level": "research", + "data_url": "https://www.ebi.ac.uk/chembl/", + "has_api": true, + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" } ], "Geospatial Data": [ @@ -4071,7 +4398,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" } ], "Global Competence": [ @@ -4084,7 +4412,8 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Global Liquidity": [ @@ -4097,21 +4426,11 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "Governance": [ - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json" - }, { "id": "asian-barometer", "name": { @@ -4121,7 +4440,20 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" + }, + { + "id": "afdb", + "name": { + "en": "African Development Bank", + "zh": "非洲开发银行" + }, + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" } ], "Government": [ @@ -4134,7 +4466,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Government Finance": [ @@ -4147,7 +4480,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { "id": "ecb-sdw", @@ -4158,7 +4492,8 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "Government spending": [ @@ -4171,7 +4506,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Greenhouse Gases": [ @@ -4184,7 +4520,8 @@ "authority_level": "research", "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", "has_api": true, - "file_path": "international/environment/cdiac.json" + "file_path": "international/environment/cdiac.json", + "geographic_scope": "global" } ], "Hazardous Materials": [ @@ -4197,31 +4534,34 @@ "authority_level": "international", "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/environment/basel-convention.json" + "file_path": "international/environment/basel-convention.json", + "geographic_scope": "global" } ], "Health": [ { - "id": "afdb", + "id": "uk-data-gov", "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" + "en": "Data.gov.uk", + "zh": "英国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", + "authority_level": "government", + "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "international/development/afdb.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" }, { - "id": "adb-data-library", + "id": "us-data-gov", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" + "en": "Data.gov", + "zh": "美国政府开放数据平台" }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/development/adb-data-library.json" + "authority_level": "government", + "data_url": "https://catalog.data.gov/dataset", + "has_api": false, + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { "id": "aus-aihw", @@ -4232,40 +4572,32 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" }, { - "id": "caribbean-development-bank", + "id": "adb-data-library", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" - }, - { - "id": "us-data-gov", - "name": { - "en": "Data.gov", - "zh": "美国政府开放数据平台" - }, - "authority_level": "government", - "data_url": "https://catalog.data.gov/dataset", - "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "uk-data-gov", + "id": "afdb", "name": { - "en": "Data.gov.uk", - "zh": "英国政府开放数据平台" + "en": "African Development Bank", + "zh": "非洲开发银行" }, - "authority_level": "government", - "data_url": "https://www.data.gov.uk", + "authority_level": "international", + "data_url": "https://www.afdb.org/en/knowledge/statistics", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -4277,7 +4609,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" }, { "id": "idb", @@ -4288,7 +4633,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Health Equity": [ @@ -4301,7 +4647,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Health Statistics": [ @@ -4314,7 +4661,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Health and Education": [ @@ -4327,7 +4675,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Healthcare": [ @@ -4340,7 +4689,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" } ], "Healthcare Access": [ @@ -4353,7 +4703,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Healthcare-Associated Infections": [ @@ -4366,7 +4717,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "High Energy Physics": [ @@ -4379,7 +4731,8 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" } ], "Higher Education": [ @@ -4392,7 +4745,8 @@ "authority_level": "research", "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/P-education/arwu.json" + "file_path": "sectors/P-education/arwu.json", + "geographic_scope": "global" } ], "Homelessness": [ @@ -4405,7 +4759,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Hospitals": [ @@ -4418,7 +4773,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Housing": [ @@ -4431,7 +4787,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Human Rights": [ @@ -4444,7 +4801,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "IPO": [ @@ -4457,7 +4815,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json", + "geographic_scope": "global" } ], "Image Classification": [ @@ -4470,7 +4829,8 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" }, { "id": "imagenet", @@ -4481,7 +4841,8 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" } ], "Immunization": [ @@ -4494,7 +4855,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Import Statistics": [ @@ -4507,7 +4869,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Indices": [ @@ -4520,7 +4883,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Indigenous health": [ @@ -4533,7 +4897,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Industrial Automation": [ @@ -4546,7 +4911,8 @@ "authority_level": "market", "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" } ], "Industrial Economics": [ @@ -4559,7 +4925,8 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" } ], "Industrial Statistics": [ @@ -4572,7 +4939,8 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" }, { "id": "china-auto-association", @@ -4583,7 +4951,8 @@ "authority_level": "market", "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" }, { "id": "china-petroleum-chemical-federation", @@ -4594,7 +4963,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Industry Economics": [ @@ -4607,7 +4977,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Industry Standards": [ @@ -4620,7 +4991,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Industry Statistics": [ @@ -4633,7 +5005,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" }, { "id": "china-robot-industry-alliance", @@ -4644,7 +5017,8 @@ "authority_level": "market", "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" } ], "Infectious Diseases": [ @@ -4657,7 +5031,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { "id": "ecdc-surveillance", @@ -4668,21 +5043,11 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Inflation": [ - { - "id": "adb-ado", - "name": { - "en": "Asian Development Outlook", - "zh": "亚洲开发展望" - }, - "authority_level": "international", - "data_url": "https://www.adb.org/outlook", - "has_api": false, - "file_path": "international/economics/adb-ado.json" - }, { "id": "us-bls", "name": { @@ -4692,7 +5057,20 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" + }, + { + "id": "adb-ado", + "name": { + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", + "has_api": false, + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Information Retrieval": [ @@ -4705,21 +5083,11 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" } ], "Infrastructure": [ - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json" - }, { "id": "afrobarometer", "name": { @@ -4729,7 +5097,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" }, { "id": "adb-data-library", @@ -4740,7 +5109,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "adb-key-indicators", @@ -4751,18 +5121,20 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { - "id": "caribbean-development-bank", + "id": "afdb", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -4774,7 +5146,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" } ], "Inland Trade": [ @@ -4787,21 +5172,11 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Innovation": [ - { - "id": "derwent-innovation-index", - "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" - }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" - }, { "id": "caf", "name": { @@ -4812,21 +5187,23 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" - } - ], - "Inorganic Chemistry": [ + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, { - "id": "cambridge-structural-database", + "id": "derwent-innovation-index", "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" + "en": "Derwent Innovation Index", + "zh": "德温特创新索引" }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", + "authority_level": "commercial", + "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" - }, + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" + } + ], + "Inorganic Chemistry": [ { "id": "intl-chemspider", "name": { @@ -4836,7 +5213,20 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" + }, + { + "id": "cambridge-structural-database", + "name": { + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" + }, + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Input-Output Tables": [ @@ -4849,7 +5239,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Intellectual Property": [ @@ -4862,7 +5253,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Inter-State Trade": [ @@ -4875,7 +5267,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Interest Rates": [ @@ -4888,7 +5281,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -4900,7 +5294,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" }, { "id": "ecb-sdw", @@ -4911,7 +5306,8 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "International Banking": [ @@ -4924,7 +5320,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "International Finance": [ @@ -4937,7 +5334,8 @@ "authority_level": "international", "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "file_path": "international/finance/bis-reserves.json" + "file_path": "international/finance/bis-reserves.json", + "geographic_scope": "global" } ], "International System of Units (SI)": [ @@ -4951,20 +5349,22 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "International Trade": [ { - "id": "basel-convention", + "id": "india-dgcis", "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" + "en": "Directorate General of Commercial Intelligence and Statistics", + "zh": "印度商业情报与统计总局" }, - "authority_level": "international", - "data_url": "https://www.basel.int", + "authority_level": "government", + "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "international/environment/basel-convention.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" }, { "id": "us-bea", @@ -4975,29 +5375,32 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" }, { - "id": "cites-trade-database", + "id": "basel-convention", "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" + "en": "Basel Convention Data", + "zh": "巴塞尔公约数据" }, "authority_level": "international", - "data_url": "https://trade.cites.org", + "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/environment/cites-trade-database.json" + "file_path": "international/environment/basel-convention.json", + "geographic_scope": "global" }, { - "id": "india-dgcis", + "id": "cites-trade-database", "name": { - "en": "Directorate General of Commercial Intelligence and Statistics", - "zh": "印度商业情报与统计总局" + "en": "CITES Trade Database", + "zh": "濒危物种国际贸易公约贸易数据库" }, - "authority_level": "government", - "data_url": "https://www.commerce.gov.in/trade-statistics/", + "authority_level": "international", + "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "international/environment/cites-trade-database.json", + "geographic_scope": "global" } ], "Investment": [ @@ -5010,7 +5413,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" } ], "Investment Banking": [ @@ -5023,7 +5427,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json", + "geographic_scope": "global" } ], "Investment Research": [ @@ -5036,7 +5441,8 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "Ionizing Radiation": [ @@ -5050,7 +5456,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Labor Force": [ @@ -5063,7 +5470,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Labor Market": [ @@ -5076,21 +5484,11 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" } ], "Labor Markets": [ - { - "id": "idb", - "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "has_api": true, - "file_path": "international/development/idb.json" - }, { "id": "acad-conferenceboard", "name": { @@ -5100,7 +5498,20 @@ "authority_level": "research", "data_url": "https://www.conference-board.org/topics/economic-data-analysis", "has_api": false, - "file_path": "academic/economics/conference-board.json" + "file_path": "academic/economics/conference-board.json", + "geographic_scope": "global" + }, + { + "id": "idb", + "name": { + "en": "Inter-American Development Bank", + "zh": "美洲开发银行" + }, + "authority_level": "international", + "data_url": "https://www.iadb.org/en/knowledge-resources/data", + "has_api": true, + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Land Monitoring": [ @@ -5113,7 +5524,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Land Use": [ @@ -5127,7 +5539,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" }, { "id": "faostat", @@ -5138,7 +5551,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" } ], "Large Language Models": [ @@ -5151,7 +5565,8 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" } ], "Length": [ @@ -5165,7 +5580,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Liquidity": [ @@ -5178,7 +5594,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -5189,7 +5606,8 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Livestock": [ @@ -5202,7 +5620,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" } ], "Livestock Systems": [ @@ -5215,7 +5634,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Local Government": [ @@ -5228,21 +5648,11 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Machine Learning": [ - { - "id": "bookscorpus", - "name": { - "en": "BooksCorpus", - "zh": "图书语料库" - }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", - "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json" - }, { "id": "cern-open-data", "name": { @@ -5252,29 +5662,32 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" }, { - "id": "cifar", + "id": "bookscorpus", "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" + "en": "BooksCorpus", + "zh": "图书语料库" }, "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", + "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "sectors/J-information-communication/bookscorpus.json", + "geographic_scope": "global" }, { - "id": "conll-shared-tasks", + "id": "cifar", "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" + "en": "CIFAR-10 and CIFAR-100", + "zh": "CIFAR-10 和 CIFAR-100 数据集" }, "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", + "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" }, { "id": "common-crawl", @@ -5285,7 +5698,20 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" + }, + { + "id": "conll-shared-tasks", + "name": { + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" + }, + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", + "has_api": false, + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" }, { "id": "imagenet", @@ -5296,7 +5722,8 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" } ], "Macroeconomic Data": [ @@ -5309,7 +5736,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Macroeconomic Statistics": [ @@ -5322,7 +5750,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Macroeconomics": [ @@ -5335,21 +5764,11 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Manufacturing": [ - { - "id": "china-auto-association", - "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" - }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" - }, { "id": "us-data-gov", "name": { @@ -5359,7 +5778,20 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" + }, + { + "id": "china-auto-association", + "name": { + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" + }, + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" }, { "id": "china-robot-industry-alliance", @@ -5370,7 +5802,8 @@ "authority_level": "market", "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" } ], "Manufacturing Technology": [ @@ -5383,7 +5816,8 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" } ], "Mapping": [ @@ -5396,7 +5830,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Maritime": [ @@ -5409,7 +5844,8 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Market Indices": [ @@ -5422,7 +5858,8 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "Market Information": [ @@ -5436,7 +5873,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" } ], "Market Transparency": [ @@ -5449,7 +5887,8 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" } ], "Mass and Related Quantities": [ @@ -5463,21 +5902,11 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Materials Science": [ - { - "id": "cambridge-structural-database", - "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" - }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" - }, { "id": "intl-chemspider", "name": { @@ -5487,7 +5916,20 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" + }, + { + "id": "acad-cod", + "name": { + "en": "Crystallography Open Database", + "zh": "晶体学开放数据库" + }, + "authority_level": "research", + "data_url": "https://www.crystallography.net/cod/", + "has_api": true, + "file_path": "academic/physics/crystallography-open-database.json", + "geographic_scope": "global" }, { "id": "china-additive-manufacturing-alliance", @@ -5498,18 +5940,20 @@ "authority_level": "market", "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" }, { - "id": "acad-cod", + "id": "cambridge-structural-database", "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" }, "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", + "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" }, { "id": "derwent-innovation-index", @@ -5520,7 +5964,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Mathematical Literacy": [ @@ -5533,7 +5978,8 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Measurement Standards": [ @@ -5547,7 +5993,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Mechanical Engineering": [ @@ -5560,7 +6007,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Medical Technology": [ @@ -5573,7 +6021,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Medicinal Chemistry": [ @@ -5586,7 +6035,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" }, { "id": "drugbank", @@ -5597,7 +6047,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" } ], "Medicine": [ @@ -5610,7 +6061,8 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" } ], "Mental health": [ @@ -5623,7 +6075,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Metagenomics": [ @@ -5636,7 +6089,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" } ], "Metal Materials": [ @@ -5649,7 +6103,8 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" } ], "Metal-Organic Frameworks": [ @@ -5662,7 +6117,8 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Metrology": [ @@ -5676,7 +6132,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Mineralogy": [ @@ -5689,7 +6146,8 @@ "authority_level": "research", "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "academic/physics/crystallography-open-database.json", + "geographic_scope": "global" } ], "Mining": [ @@ -5702,7 +6160,8 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" } ], "Molecular Biology": [ @@ -5715,7 +6174,8 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json" + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { "id": "ena", @@ -5726,7 +6186,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" }, { "id": "us-ncbi-genbank", @@ -5737,7 +6198,8 @@ "authority_level": "government", "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", "has_api": true, - "file_path": "academic/biology/genbank.json" + "file_path": "academic/biology/genbank.json", + "geographic_scope": "global" }, { "id": "intl-rcsb-pdb", @@ -5748,7 +6210,8 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" } ], "Molecular Properties": [ @@ -5761,31 +6224,23 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" } ], "Monetary Policy": [ { - "id": "bis-reserves", - "name": { - "en": "BIS Central Bank Reserves Statistics", - "zh": "国际清算银行外汇储备统计" - }, - "authority_level": "international", - "data_url": "https://data.bis.org/topics/CBTA", - "has_api": true, - "file_path": "international/finance/bis-reserves.json" - }, - { - "id": "bis-statistics", + "id": "boj-statistics", "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, - "authority_level": "international", - "data_url": "https://data.bis.org", - "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "authority_level": "government", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "has_api": false, + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { "id": "uk-boe", @@ -5796,19 +6251,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" - }, - { - "id": "boj-statistics", - "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" - }, - "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", - "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -5820,7 +6264,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" }, { "id": "ecb-sdw", @@ -5831,21 +6276,35 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" - } - ], - "Mortality": [ + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" + }, { - "id": "aus-aihw", + "id": "bis-reserves", "name": { - "en": "Australian Institute of Health and Welfare", - "zh": "澳大利亚健康与福利研究所" + "en": "BIS Central Bank Reserves Statistics", + "zh": "国际清算银行外汇储备统计" }, - "authority_level": "government", - "data_url": "https://www.aihw.gov.au/", + "authority_level": "international", + "data_url": "https://data.bis.org/topics/CBTA", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "international/finance/bis-reserves.json", + "geographic_scope": "global" }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "international", + "data_url": "https://data.bis.org", + "has_api": true, + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" + } + ], + "Mortality": [ { "id": "us-cdc", "name": { @@ -5855,7 +6314,20 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" + }, + { + "id": "aus-aihw", + "name": { + "en": "Australian Institute of Health and Welfare", + "zh": "澳大利亚健康与福利研究所" + }, + "authority_level": "government", + "data_url": "https://www.aihw.gov.au/", + "has_api": true, + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Museum Studies": [ @@ -5868,7 +6340,8 @@ "authority_level": "research", "data_url": "https://www.britishmuseum.org/collection", "has_api": false, - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" + "file_path": "sectors/R-arts-entertainment/british-museum-collection.json", + "geographic_scope": "global" } ], "NFT Markets": [ @@ -5881,7 +6354,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Named Entity Recognition": [ @@ -5894,7 +6368,8 @@ "authority_level": "research", "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" } ], "Natality": [ @@ -5907,7 +6382,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "National Accounts": [ @@ -5920,7 +6396,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" }, { "id": "ecb-sdw", @@ -5931,7 +6408,8 @@ "authority_level": "government", "data_url": "https://data.ecb.europa.eu/", "has_api": true, - "file_path": "international/economics/ecb-sdw.json" + "file_path": "international/economics/ecb-sdw.json", + "geographic_scope": "regional" } ], "Natural Language Processing": [ @@ -5944,18 +6422,8 @@ "authority_level": "research", "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json" - }, - { - "id": "conll-shared-tasks", - "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" - }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", - "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "sectors/J-information-communication/bookscorpus.json", + "geographic_scope": "global" }, { "id": "common-crawl", @@ -5966,7 +6434,20 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" + }, + { + "id": "conll-shared-tasks", + "name": { + "en": "CoNLL Shared Tasks Data", + "zh": "CoNLL共享任务数据集" + }, + "authority_level": "research", + "data_url": "https://www.conll.org/previous-tasks", + "has_api": false, + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" } ], "New Energy Vehicles": [ @@ -5979,7 +6460,8 @@ "authority_level": "market", "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" } ], "Nuclear Physics": [ @@ -5992,7 +6474,8 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" } ], "Nutrition": [ @@ -6005,7 +6488,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { "id": "cgiar-research-data", @@ -6016,18 +6500,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" - }, - { - "id": "codex-alimentarius", - "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" - }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" }, { "id": "faostat", @@ -6038,10 +6512,23 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" - } - ], - "Object Recognition": [ + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" + }, + { + "id": "codex-alimentarius", + "name": { + "en": "Codex Alimentarius Standards", + "zh": "国际食品法典委员会标准" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", + "has_api": false, + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" + } + ], + "Object Recognition": [ { "id": "cifar", "name": { @@ -6051,7 +6538,8 @@ "authority_level": "research", "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", "has_api": false, - "file_path": "sectors/J-information-communication/cifar.json" + "file_path": "sectors/J-information-communication/cifar.json", + "geographic_scope": "global" }, { "id": "imagenet", @@ -6062,7 +6550,8 @@ "authority_level": "research", "data_url": "https://www.image-net.org", "has_api": false, - "file_path": "sectors/J-information-communication/imagenet.json" + "file_path": "sectors/J-information-communication/imagenet.json", + "geographic_scope": "global" } ], "Occupational Statistics": [ @@ -6075,7 +6564,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Ocean": [ @@ -6088,7 +6578,8 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Ocean Monitoring": [ @@ -6101,7 +6592,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Oil and Gas": [ @@ -6115,7 +6607,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" } ], "Options": [ @@ -6128,21 +6621,11 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Organic Chemistry": [ - { - "id": "cambridge-structural-database", - "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" - }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" - }, { "id": "intl-chemspider", "name": { @@ -6152,7 +6635,20 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" + }, + { + "id": "cambridge-structural-database", + "name": { + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" + }, + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Parsing": [ @@ -6165,7 +6661,8 @@ "authority_level": "research", "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" } ], "Particle Physics": [ @@ -6178,7 +6675,8 @@ "authority_level": "research", "data_url": "https://opendata.cern.ch/", "has_api": true, - "file_path": "academic/physics/cern-open-data.json" + "file_path": "academic/physics/cern-open-data.json", + "geographic_scope": "global" } ], "Patents": [ @@ -6191,7 +6689,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Pathogen Surveillance": [ @@ -6204,7 +6703,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" } ], "Payment Systems": [ @@ -6217,30 +6717,33 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" }, { - "id": "uk-boe", + "id": "boj-statistics", "name": { - "en": "Bank of England Statistical Interactive Database", - "zh": "英格兰银行统计数据库" + "en": "Bank of Japan Statistics", + "zh": "日本银行统计数据", + "native": "日本銀行統計" }, "authority_level": "government", - "data_url": "https://www.bankofengland.co.uk/boeapps/database/", + "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { - "id": "boj-statistics", + "id": "uk-boe", "name": { - "en": "Bank of Japan Statistics", - "zh": "日本银行统计数据", - "native": "日本銀行統計" + "en": "Bank of England Statistical Interactive Database", + "zh": "英格兰银行统计数据库" }, "authority_level": "government", - "data_url": "https://www.boj.or.jp/en/statistics/index.htm", + "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "brazil-bcb", @@ -6252,7 +6755,8 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" } ], "Payments": [ @@ -6265,7 +6769,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -6276,7 +6781,8 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Personal Income": [ @@ -6289,7 +6795,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" } ], "Pesticide Residues": [ @@ -6302,7 +6809,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Petrochemicals": [ @@ -6315,7 +6823,8 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Petroleum Industry": [ @@ -6328,21 +6837,11 @@ "authority_level": "market", "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", "has_api": false, - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" } ], "Pharmaceutical Sciences": [ - { - "id": "cambridge-structural-database", - "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" - }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" - }, { "id": "chembl", "name": { @@ -6352,7 +6851,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" }, { "id": "intl-chemspider", @@ -6363,7 +6863,8 @@ "authority_level": "international", "data_url": "https://www.chemspider.com", "has_api": false, - "file_path": "academic/chemistry/chemspider.json" + "file_path": "academic/chemistry/chemspider.json", + "geographic_scope": "global" }, { "id": "drugbank", @@ -6374,7 +6875,20 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" + }, + { + "id": "cambridge-structural-database", + "name": { + "en": "Cambridge Structural Database (CSD)", + "zh": "剑桥晶体结构数据库" + }, + "authority_level": "research", + "data_url": "https://www.ccdc.cam.ac.uk", + "has_api": true, + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Pharmaceuticals": [ @@ -6387,7 +6901,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Pharmacology": [ @@ -6400,7 +6915,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" }, { "id": "drugbank", @@ -6411,7 +6927,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" }, { "id": "pubchem", @@ -6422,7 +6939,8 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" } ], "Photometry and Radiometry": [ @@ -6436,7 +6954,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Physics": [ @@ -6449,7 +6968,8 @@ "authority_level": "research", "data_url": "https://www.crystallography.net/cod/", "has_api": true, - "file_path": "academic/physics/crystallography-open-database.json" + "file_path": "academic/physics/crystallography-open-database.json", + "geographic_scope": "global" } ], "Pipeline Regulation": [ @@ -6463,7 +6983,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" } ], "Player Performance Analytics": [ @@ -6476,7 +6997,8 @@ "authority_level": "research", "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", + "geographic_scope": "global" } ], "Policy Coordination": [ @@ -6489,7 +7011,8 @@ "authority_level": "international", "data_url": "https://www.amis-outlook.org", "has_api": false, - "file_path": "sectors/A-agriculture/amis.json" + "file_path": "sectors/A-agriculture/amis.json", + "geographic_scope": "global" } ], "Political Participation": [ @@ -6502,7 +7025,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Political Science": [ @@ -6515,7 +7039,8 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" } ], "Political Values": [ @@ -6528,7 +7053,8 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" } ], "Population Health": [ @@ -6541,7 +7067,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Poverty Analysis": [ @@ -6554,7 +7081,8 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Poverty Reduction": [ @@ -6567,7 +7095,8 @@ "authority_level": "international", "data_url": "https://www.caribank.org/data/country-data-reports", "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" } ], "Poverty and Inequality": [ @@ -6580,21 +7109,11 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" } ], "Prices": [ - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "file_path": "international/economics/bis.json" - }, { "id": "boj-statistics", "name": { @@ -6605,7 +7124,8 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" }, { "id": "us-bls", @@ -6616,7 +7136,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" }, { "id": "faostat", @@ -6627,7 +7148,20 @@ "authority_level": "international", "data_url": "https://www.fao.org/faostat/en/", "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" + }, + { + "id": "bis-statistics", + "name": { + "en": "BIS Statistics - Bank for International Settlements", + "zh": "国际清算银行统计数据" + }, + "authority_level": "government", + "data_url": "https://data.bis.org/", + "has_api": true, + "file_path": "international/economics/bis.json", + "geographic_scope": "global" } ], "Productivity": [ @@ -6640,7 +7174,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Professional Sports Data": [ @@ -6653,7 +7188,8 @@ "authority_level": "research", "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", + "geographic_scope": "global" } ], "Property Prices": [ @@ -6666,7 +7202,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "academic/economics/bis-statistics.json" + "file_path": "academic/economics/bis-statistics.json", + "geographic_scope": "global" } ], "Protein Science": [ @@ -6679,7 +7216,8 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" } ], "Proteomics": [ @@ -6692,7 +7230,8 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json" + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { "id": "chembl", @@ -6703,21 +7242,11 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" } ], "Public Finance": [ - { - "id": "adb-data-library", - "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/development/adb-data-library.json" - }, { "id": "boj-statistics", "name": { @@ -6728,7 +7257,20 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" + }, + { + "id": "adb-data-library", + "name": { + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库" + }, + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" } ], "Public Health": [ @@ -6741,7 +7283,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { "id": "ecdc-surveillance", @@ -6752,7 +7295,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Public Opinion": [ @@ -6765,7 +7309,8 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" } ], "Public Safety": [ @@ -6778,7 +7323,8 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Public Sector": [ @@ -6791,7 +7337,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Public Sector Management": [ @@ -6804,7 +7351,8 @@ "authority_level": "international", "data_url": "https://www.adb.org/outlook", "has_api": false, - "file_path": "international/economics/adb-ado.json" + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Public Services": [ @@ -6817,7 +7365,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Quantitative Finance": [ @@ -6830,7 +7379,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Rare Earth Industry": [ @@ -6843,7 +7393,8 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" } ], "Reading Literacy": [ @@ -6856,7 +7407,8 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Real Estate": [ @@ -6869,7 +7421,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -6880,21 +7433,11 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Regional Economics": [ - { - "id": "adb-ado", - "name": { - "en": "Asian Development Outlook", - "zh": "亚洲开发展望" - }, - "authority_level": "international", - "data_url": "https://www.adb.org/outlook", - "has_api": false, - "file_path": "international/economics/adb-ado.json" - }, { "id": "us-bea", "name": { @@ -6904,7 +7447,20 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" + }, + { + "id": "adb-ado", + "name": { + "en": "Asian Development Outlook", + "zh": "亚洲开发展望" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/outlook", + "has_api": false, + "file_path": "international/economics/adb-ado.json", + "geographic_scope": "regional" } ], "Regional Integration": [ @@ -6917,7 +7473,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -6929,7 +7486,8 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" } ], "Regulatory Capital": [ @@ -6942,7 +7500,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" } ], "Remote Sensing": [ @@ -6955,7 +7514,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu", "has_api": true, - "file_path": "international/earth-science/copernicus-data-space.json" + "file_path": "international/earth-science/copernicus-data-space.json", + "geographic_scope": "global" } ], "Renewable Energy": [ @@ -6969,7 +7529,8 @@ "authority_level": "government", "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" }, { "id": "bp-statistical-review", @@ -6980,7 +7541,8 @@ "authority_level": "market", "data_url": "https://www.energyinst.org/statistical-review", "has_api": false, - "file_path": "sectors/D-energy/bp-statistical-review.json" + "file_path": "sectors/D-energy/bp-statistical-review.json", + "geographic_scope": "global" } ], "Research": [ @@ -6993,7 +7555,8 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" } ], "Research Performance": [ @@ -7006,7 +7569,8 @@ "authority_level": "research", "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/P-education/arwu.json" + "file_path": "sectors/P-education/arwu.json", + "geographic_scope": "global" } ], "Resource Management": [ @@ -7019,7 +7583,8 @@ "authority_level": "market", "data_url": "https://ac-rei.org.cn", "has_api": false, - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" } ], "Respiratory Diseases": [ @@ -7032,7 +7597,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Robotics": [ @@ -7045,7 +7611,8 @@ "authority_level": "market", "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" } ], "Science & Research": [ @@ -7058,7 +7625,8 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" } ], "Scientific Literacy": [ @@ -7071,7 +7639,8 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Securities": [ @@ -7084,7 +7653,8 @@ "authority_level": "government", "data_url": "https://data.bis.org/", "has_api": true, - "file_path": "international/economics/bis.json" + "file_path": "international/economics/bis.json", + "geographic_scope": "global" }, { "id": "bis-statistics", @@ -7095,7 +7665,8 @@ "authority_level": "international", "data_url": "https://data.bis.org", "has_api": true, - "file_path": "international/finance/bis-statistics.json" + "file_path": "international/finance/bis-statistics.json", + "geographic_scope": "global" } ], "Securities Issuance": [ @@ -7108,7 +7679,8 @@ "authority_level": "commercial", "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", "has_api": true, - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" + "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json", + "geographic_scope": "global" } ], "Security and Conflict": [ @@ -7121,7 +7693,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Semantic Analysis": [ @@ -7134,7 +7707,8 @@ "authority_level": "research", "data_url": "https://www.conll.org/previous-tasks", "has_api": false, - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" + "file_path": "sectors/J-information-communication/conll-shared-tasks.json", + "geographic_scope": "global" } ], "Sexually Transmitted Diseases": [ @@ -7147,7 +7721,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Shipping Statistics": [ @@ -7160,21 +7735,11 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "Social Development": [ - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "file_path": "international/development/afdb.json" - }, { "id": "adb-key-indicators", "name": { @@ -7184,18 +7749,20 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { - "id": "caribbean-development-bank", + "id": "afdb", "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" + "en": "African Development Bank", + "zh": "非洲开发银行" }, "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "file_path": "international/development/caribbean-development-bank.json" + "data_url": "https://www.afdb.org/en/knowledge/statistics", + "has_api": true, + "file_path": "international/development/afdb.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -7207,7 +7774,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, + { + "id": "caribbean-development-bank", + "name": { + "en": "Caribbean Development Bank", + "zh": "加勒比开发银行" + }, + "authority_level": "international", + "data_url": "https://www.caribank.org/data/country-data-reports", + "has_api": false, + "file_path": "international/development/caribbean-development-bank.json", + "geographic_scope": "regional" }, { "id": "idb", @@ -7218,7 +7798,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Social Issues": [ @@ -7231,7 +7812,8 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "Social Science": [ @@ -7244,7 +7826,8 @@ "authority_level": "research", "data_url": "https://asianbarometer.org", "has_api": false, - "file_path": "academic/social/asian-barometer.json" + "file_path": "academic/social/asian-barometer.json", + "geographic_scope": "regional" } ], "Social Statistics": [ @@ -7257,7 +7840,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" } ], "Society": [ @@ -7270,7 +7854,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Soil Science": [ @@ -7283,7 +7868,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Sports Statistics": [ @@ -7296,7 +7882,8 @@ "authority_level": "research", "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", + "geographic_scope": "global" } ], "Stock Market": [ @@ -7309,7 +7896,8 @@ "authority_level": "other", "data_url": "https://github.com/akfamily/akshare", "has_api": true, - "file_path": "sectors/K-finance-insurance/akshare.json" + "file_path": "sectors/K-finance-insurance/akshare.json", + "geographic_scope": "global" } ], "Stock Markets": [ @@ -7322,7 +7910,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" }, { "id": "crsp", @@ -7333,7 +7922,8 @@ "authority_level": "research", "data_url": "https://www.crsp.org/", "has_api": true, - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "Structural Biology": [ @@ -7346,7 +7936,8 @@ "authority_level": "international", "data_url": "https://alphafold.com", "has_api": true, - "file_path": "academic/biology/alphafold-db.json" + "file_path": "academic/biology/alphafold-db.json", + "geographic_scope": "global" }, { "id": "intl-rcsb-pdb", @@ -7357,7 +7948,8 @@ "authority_level": "research", "data_url": "https://www.rcsb.org", "has_api": true, - "file_path": "academic/biology/pdb.json" + "file_path": "academic/biology/pdb.json", + "geographic_scope": "global" } ], "Structural Chemistry": [ @@ -7370,7 +7962,8 @@ "authority_level": "research", "data_url": "https://www.ccdc.cam.ac.uk", "has_api": true, - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" + "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json", + "geographic_scope": "global" } ], "Student Assessment": [ @@ -7383,7 +7976,8 @@ "authority_level": "international", "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", "has_api": false, - "file_path": "international/education/oecd-pisa.json" + "file_path": "international/education/oecd-pisa.json", + "geographic_scope": "global" } ], "Sustainable Development Goals": [ @@ -7396,7 +7990,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" } ], "Sustainable Intensification": [ @@ -7409,7 +8004,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Technical Analysis": [ @@ -7422,7 +8018,8 @@ "authority_level": "commercial", "data_url": "https://www.alphavantage.co/", "has_api": true, - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" + "file_path": "sectors/K-finance-insurance/alpha-vantage.json", + "geographic_scope": "global" } ], "Technology Standards": [ @@ -7435,7 +8032,8 @@ "authority_level": "market", "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" } ], "Telecommunications": [ @@ -7448,7 +8046,8 @@ "authority_level": "commercial", "data_url": "https://clarivate.com/products/derwent-innovation/", "has_api": true, - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" + "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json", + "geographic_scope": "global" } ], "Tennis": [ @@ -7461,7 +8060,8 @@ "authority_level": "research", "data_url": "https://github.com/JeffSackmann/tennis_atp", "has_api": false, - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" + "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json", + "geographic_scope": "global" } ], "Text Mining": [ @@ -7474,7 +8074,8 @@ "authority_level": "research", "data_url": "https://github.com/soskek/bookcorpus", "has_api": false, - "file_path": "sectors/J-information-communication/bookscorpus.json" + "file_path": "sectors/J-information-communication/bookscorpus.json", + "geographic_scope": "global" } ], "Thermometry": [ @@ -7488,7 +8089,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Time and Frequency": [ @@ -7502,7 +8104,8 @@ "authority_level": "international", "data_url": "https://www.bipm.org/kcdb", "has_api": true, - "file_path": "international/standards-metrology/bipm-kcdb.json" + "file_path": "international/standards-metrology/bipm-kcdb.json", + "geographic_scope": "global" } ], "Towns and cities": [ @@ -7515,7 +8118,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Toxicology": [ @@ -7528,7 +8132,8 @@ "authority_level": "research", "data_url": "https://www.ebi.ac.uk/chembl/", "has_api": true, - "file_path": "academic/chemistry/chembl.json" + "file_path": "academic/chemistry/chembl.json", + "geographic_scope": "global" }, { "id": "drugbank", @@ -7539,7 +8144,8 @@ "authority_level": "research", "data_url": "https://go.drugbank.com", "has_api": true, - "file_path": "academic/chemistry/drugbank.json" + "file_path": "academic/chemistry/drugbank.json", + "geographic_scope": "global" }, { "id": "pubchem", @@ -7550,10 +8156,23 @@ "authority_level": "government", "data_url": "https://pubchem.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/chemistry/pubchem.json" + "file_path": "academic/chemistry/pubchem.json", + "geographic_scope": "global" } ], "Trade": [ + { + "id": "faostat", + "name": { + "en": "FAOSTAT - Food and Agriculture Data", + "zh": "粮农组织统计数据库" + }, + "authority_level": "international", + "data_url": "https://www.fao.org/faostat/en/", + "has_api": true, + "file_path": "international/agriculture/faostat.json", + "geographic_scope": "global" + }, { "id": "adb-data-library", "name": { @@ -7563,7 +8182,8 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data-library.json" + "file_path": "international/development/adb-data-library.json", + "geographic_scope": "regional" }, { "id": "adb-key-indicators", @@ -7574,18 +8194,8 @@ "authority_level": "international", "data_url": "https://kidb.adb.org", "has_api": true, - "file_path": "international/development/adb-key-indicators.json" - }, - { - "id": "faostat", - "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" - }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "file_path": "international/agriculture/faostat.json" + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" } ], "Trade and Integration": [ @@ -7598,7 +8208,8 @@ "authority_level": "international", "data_url": "https://www.iadb.org/en/knowledge-resources/data", "has_api": true, - "file_path": "international/development/idb.json" + "file_path": "international/development/idb.json", + "geographic_scope": "regional" } ], "Trading Data": [ @@ -7611,7 +8222,8 @@ "authority_level": "commercial", "data_url": "https://coinmarketcap.com", "has_api": true, - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" + "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json", + "geographic_scope": "global" } ], "Transcriptomics": [ @@ -7624,7 +8236,8 @@ "authority_level": "international", "data_url": "https://www.ebi.ac.uk/ena/browser/", "has_api": true, - "file_path": "academic/biology/ena.json" + "file_path": "academic/biology/ena.json", + "geographic_scope": "global" } ], "Transport": [ @@ -7637,32 +8250,11 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "file_path": "countries/europe/uk/uk-data-gov.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "Transportation": [ - { - "id": "adb-key-indicators", - "name": { - "en": "Asian Development Bank Key Indicators", - "zh": "亚洲开发银行关键指标" - }, - "authority_level": "international", - "data_url": "https://kidb.adb.org", - "has_api": true, - "file_path": "international/development/adb-key-indicators.json" - }, - { - "id": "china-auto-association", - "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" - }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" - }, { "id": "us-data-gov", "name": { @@ -7672,7 +8264,20 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "file_path": "countries/north-america/usa/us-data-gov.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" + }, + { + "id": "adb-key-indicators", + "name": { + "en": "Asian Development Bank Key Indicators", + "zh": "亚洲开发银行关键指标" + }, + "authority_level": "international", + "data_url": "https://kidb.adb.org", + "has_api": true, + "file_path": "international/development/adb-key-indicators.json", + "geographic_scope": "regional" }, { "id": "caf", @@ -7684,7 +8289,20 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" + }, + { + "id": "china-auto-association", + "name": { + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" + }, + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", + "has_api": false, + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" } ], "Tuberculosis": [ @@ -7697,7 +8315,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Unemployment": [ @@ -7710,7 +8329,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "University Rankings": [ @@ -7723,7 +8343,8 @@ "authority_level": "research", "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", "has_api": false, - "file_path": "sectors/P-education/arwu.json" + "file_path": "sectors/P-education/arwu.json", + "geographic_scope": "global" } ], "Urban Development": [ @@ -7737,7 +8358,8 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" } ], "Vaccine Safety": [ @@ -7750,7 +8372,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Vector-Borne Diseases": [ @@ -7763,7 +8386,8 @@ "authority_level": "international", "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", "has_api": false, - "file_path": "international/health/ecdc-surveillance.json" + "file_path": "international/health/ecdc-surveillance.json", + "geographic_scope": "regional" } ], "Veterinary Drug Residues": [ @@ -7776,7 +8400,8 @@ "authority_level": "international", "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", "has_api": false, - "file_path": "international/standards-metrology/codex-alimentarius.json" + "file_path": "international/standards-metrology/codex-alimentarius.json", + "geographic_scope": "global" } ], "Vital Statistics": [ @@ -7789,7 +8414,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "file_path": "countries/north-america/usa/us-cdc.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" } ], "Wages": [ @@ -7802,7 +8428,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Waste Management": [ @@ -7815,7 +8442,8 @@ "authority_level": "international", "data_url": "https://www.basel.int", "has_api": false, - "file_path": "international/environment/basel-convention.json" + "file_path": "international/environment/basel-convention.json", + "geographic_scope": "global" } ], "Water Resources": [ @@ -7829,7 +8457,8 @@ "authority_level": "international", "data_url": "https://www.caf.com/en/", "has_api": false, - "file_path": "international/development/caf.json" + "file_path": "international/development/caf.json", + "geographic_scope": "regional" } ], "Water Resources Management": [ @@ -7842,7 +8471,8 @@ "authority_level": "international", "data_url": "https://gardian.cgiar.org/", "has_api": true, - "file_path": "international/agriculture/cgiar-research-data.json" + "file_path": "international/agriculture/cgiar-research-data.json", + "geographic_scope": "global" } ], "Web Analytics": [ @@ -7855,7 +8485,8 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" } ], "Web Crawling": [ @@ -7868,7 +8499,8 @@ "authority_level": "research", "data_url": "https://commoncrawl.org", "has_api": true, - "file_path": "sectors/J-information-communication/common-crawl.json" + "file_path": "sectors/J-information-communication/common-crawl.json", + "geographic_scope": "global" } ], "Welfare": [ @@ -7881,7 +8513,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" } ], "Wildlife Conservation": [ @@ -7894,7 +8527,8 @@ "authority_level": "international", "data_url": "https://trade.cites.org", "has_api": false, - "file_path": "international/environment/cites-trade-database.json" + "file_path": "international/environment/cites-trade-database.json", + "geographic_scope": "global" } ], "Workplace Safety": [ @@ -7907,7 +8541,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" } ], "Youth Development": [ @@ -7920,20 +8555,48 @@ "authority_level": "research", "data_url": "https://www.afrobarometer.org/data/", "has_api": false, - "file_path": "academic/social/afrobarometer.json" + "file_path": "academic/social/afrobarometer.json", + "geographic_scope": "regional" } ], "agriculture": [ { - "id": "afdb-statistics", + "id": "china-nbs", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json", + "geographic_scope": "national" + }, + { + "id": "china-sac-standards", + "name": { + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" + }, + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", + "has_api": false, + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { "id": "australia-abs", @@ -7944,7 +8607,8 @@ "authority_level": "government", "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { "id": "brazil-cecafe", @@ -7955,33 +8619,11 @@ "authority_level": "market", "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "countries/south-america/brazil-cecafe.json" + "file_path": "countries/south-america/brazil-cecafe.json", + "geographic_scope": "national" }, { - "id": "brazil-ibge", - "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" - }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" - }, - { - "id": "china-nbs", - "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" - }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", - "has_api": true, - "file_path": "china/national/nbs.json" - }, - { - "id": "brazil-conab", + "id": "brazil-conab", "name": { "en": "National Supply Company (CONAB)", "zh": "巴西国家商品供应公司" @@ -7989,30 +8631,32 @@ "authority_level": "government", "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "has_api": false, - "file_path": "countries/south-america/brazil-conab.json" + "file_path": "countries/south-america/brazil-conab.json", + "geographic_scope": "national" }, { - "id": "china-sac-standards", + "id": "brazil-ibge", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", - "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { - "id": "canada-statcan", + "id": "afdb-statistics", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" } ], "artificial-intelligence": [ @@ -8025,21 +8669,11 @@ "authority_level": "research", "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "china/research/china-caict.json" + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" } ], "atmosphere": [ - { - "id": "bureau-of-meteorology", - "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" - }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" - }, { "id": "copernicus-open-access-hub", "name": { @@ -8049,7 +8683,20 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" + }, + { + "id": "bureau-of-meteorology", + "name": { + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" + }, + "authority_level": "government", + "data_url": "https://www.bom.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" }, { "id": "nasa-earthdata", @@ -8060,7 +8707,8 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" } ], "atmospheric_science": [ @@ -8073,7 +8721,8 @@ "authority_level": "government", "data_url": "https://www.ncei.noaa.gov/cdo-web/", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json" + "file_path": "countries/north-america/usa/noaa-cdo.json", + "geographic_scope": "global" } ], "automotive": [ @@ -8086,7 +8735,8 @@ "authority_level": "market", "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", + "geographic_scope": "national" } ], "aviation": [ @@ -8099,7 +8749,8 @@ "authority_level": "international", "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json" + "file_path": "international/transportation/icao-aviation-data.json", + "geographic_scope": "global" } ], "balance_of_payments": [ @@ -8113,7 +8764,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" }, { "id": "mx-banxico", @@ -8125,10 +8777,24 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "banking": [ + { + "id": "china-nfra", + "name": { + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" + }, + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "has_api": false, + "file_path": "china/finance/banking/nfra.json", + "geographic_scope": "national" + }, { "id": "canada-boc", "name": { @@ -8139,7 +8805,8 @@ "authority_level": "government", "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { "id": "mx-banxico", @@ -8151,7 +8818,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" }, { "id": "icc-trade-register", @@ -8162,19 +8830,8 @@ "authority_level": "international", "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", "has_api": false, - "file_path": "international/trade/icc-trade-register.json" - }, - { - "id": "china-nfra", - "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" - }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", - "has_api": false, - "file_path": "china/finance/banking/nfra.json" + "file_path": "international/trade/icc-trade-register.json", + "geographic_scope": "global" } ], "banking_statistics": [ @@ -8188,7 +8845,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "bioinformatics": [ @@ -8201,7 +8859,8 @@ "authority_level": "research", "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json" + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" }, { "id": "tcga", @@ -8212,7 +8871,8 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" } ], "biomarkers": [ @@ -8225,7 +8885,8 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" } ], "biomedical": [ @@ -8238,7 +8899,8 @@ "authority_level": "government", "data_url": "https://pubmed.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/health/pubmed.json" + "file_path": "academic/health/pubmed.json", + "geographic_scope": "global" } ], "biomedical research": [ @@ -8251,7 +8913,8 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" } ], "biosphere": [ @@ -8264,21 +8927,11 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" } ], "business": [ - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" - }, { "id": "canada-statcan", "name": { @@ -8289,7 +8942,8 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { "id": "usa-census-bureau", @@ -8300,7 +8954,20 @@ "authority_level": "government", "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" } ], "business_surveys": [ @@ -8314,7 +8981,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "cancer genomics": [ @@ -8327,7 +8995,8 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" } ], "capital_markets": [ @@ -8341,7 +9010,8 @@ "authority_level": "government", "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "file_path": "china/finance/securities/csrc.json" + "file_path": "china/finance/securities/csrc.json", + "geographic_scope": "national" }, { "id": "hkex", @@ -8353,7 +9023,8 @@ "authority_level": "commercial", "data_url": "https://www.hkexnews.hk", "has_api": true, - "file_path": "china/finance/securities/hkex.json" + "file_path": "china/finance/securities/hkex.json", + "geographic_scope": "regional" } ], "cartography": [ @@ -8366,7 +9037,8 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" } ], "census": [ @@ -8379,21 +9051,11 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" } ], "climate": [ - { - "id": "bureau-of-meteorology", - "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" - }, - "authority_level": "government", - "data_url": "https://www.bom.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" - }, { "id": "copernicus-open-access-hub", "name": { @@ -8403,19 +9065,32 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" }, { - "id": "iea-energy-data", + "id": "noaa-cdo", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "authority_level": "government", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "has_api": true, + "file_path": "countries/north-america/usa/noaa-cdo.json", + "geographic_scope": "global" + }, + { + "id": "bureau-of-meteorology", + "name": { + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" + }, + "authority_level": "government", + "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "international/energy/iea.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" }, { "id": "nasa-earthdata", @@ -8426,18 +9101,21 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" }, { - "id": "noaa-cdo", + "id": "iea-energy-data", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json" + "file_path": "international/energy/iea.json", + "geographic_scope": "global" } ], "clinical_research": [ @@ -8450,7 +9128,8 @@ "authority_level": "government", "data_url": "https://clinicaltrials.gov/", "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json" + "file_path": "academic/health/clinicaltrials-gov.json", + "geographic_scope": "global" } ], "cloud-computing": [ @@ -8463,7 +9142,8 @@ "authority_level": "research", "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "china/research/china-caict.json" + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" } ], "coal": [ @@ -8476,7 +9156,8 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "commerce": [ @@ -8490,7 +9171,8 @@ "authority_level": "government", "data_url": "https://data.mofcom.gov.cn", "has_api": false, - "file_path": "china/economy/trade/mofcom.json" + "file_path": "china/economy/trade/mofcom.json", + "geographic_scope": "national" } ], "commodities": [ @@ -8503,7 +9185,8 @@ "authority_level": "market", "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "countries/south-america/brazil-cecafe.json" + "file_path": "countries/south-america/brazil-cecafe.json", + "geographic_scope": "national" }, { "id": "brazil-conab", @@ -8514,7 +9197,8 @@ "authority_level": "government", "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "has_api": false, - "file_path": "countries/south-america/brazil-conab.json" + "file_path": "countries/south-america/brazil-conab.json", + "geographic_scope": "national" } ], "consumer_surveys": [ @@ -8528,7 +9212,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "continuing_care": [ @@ -8542,7 +9227,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "cryosphere": [ @@ -8555,7 +9241,8 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" } ], "culture": [ @@ -8569,7 +9256,8 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" } ], "data_governance": [ @@ -8582,31 +9270,46 @@ "authority_level": "government", "data_url": "https://sjdj.nda.gov.cn/", "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "file_path": "china/technology/digital_economy/china-national-data-bureau.json", + "geographic_scope": "national" } ], "demographics": [ { - "id": "australia-abs", + "id": "uk-biobank", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" }, { - "id": "brazil-ibge", + "id": "dhs", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "authority_level": "international", + "data_url": "https://dhsprogram.com/", + "has_api": true, + "file_path": "academic/health/dhs.json", + "geographic_scope": "regional" + }, + { + "id": "ghdx", + "name": { + "en": "Global Health Data Exchange (GHDx)", + "zh": "全球健康数据交换平台" + }, + "authority_level": "research", + "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" }, { "id": "ceic-china-urbanization", @@ -8617,7 +9320,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "file_path": "china/national/ceic-china-urbanization.json" + "file_path": "china/national/ceic-china-urbanization.json", + "geographic_scope": "national" }, { "id": "cnki-population-census", @@ -8628,29 +9332,8 @@ "authority_level": "commercial", "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/national/cnki-population-census.json" - }, - { - "id": "dhs", - "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" - }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", - "has_api": true, - "file_path": "academic/health/dhs.json" - }, - { - "id": "ghdx", - "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" - }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", - "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" }, { "id": "china-nbs", @@ -8662,7 +9345,8 @@ "authority_level": "government", "data_url": "https://www.stats.gov.cn/sj/", "has_api": true, - "file_path": "china/national/nbs.json" + "file_path": "china/national/nbs.json", + "geographic_scope": "national" }, { "id": "canada-statcan", @@ -8674,29 +9358,44 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { - "id": "uk-biobank", + "id": "usa-census-bureau", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "government", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "usa-census-bureau", + "id": "australia-abs", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://www.census.gov", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" } ], "derivatives": [ @@ -8710,45 +9409,50 @@ "authority_level": "commercial", "data_url": "https://www.hkexnews.hk", "has_api": true, - "file_path": "china/finance/securities/hkex.json" + "file_path": "china/finance/securities/hkex.json", + "geographic_scope": "regional" } ], "development": [ { - "id": "adb-data-library", - "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/economics/adb-data-library.json" - }, - { - "id": "afdb-statistics", + "id": "ggdc-databases", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", - "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json", + "geographic_scope": "global" }, { - "id": "adb-vietnam", + "id": "penn-world-table", "name": { - "en": "Asian Development Bank - Vietnam Country Data", - "zh": "亚洲开发银行越南国别数据" + "en": "Penn World Table", + "zh": "宾州世界表" }, - "authority_level": "international", - "data_url": "https://www.adb.org/countries/viet-nam/data", + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", "has_api": false, - "file_path": "international/economics/adb-vietnam.json" + "file_path": "academic/economics/penn-world-table.json", + "geographic_scope": "global" }, { - "id": "adb-data", + "id": "china-ndrc", + "name": { + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json", + "geographic_scope": "national" + }, + { + "id": "adb-data", "name": { "en": "Asian Development Bank Data Library", "zh": "亚洲开发银行数据库", @@ -8757,63 +9461,68 @@ "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/development/adb-data.json" + "file_path": "international/development/adb-data.json", + "geographic_scope": "regional" }, { - "id": "ebrd", + "id": "afdb-statistics", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, "authority_level": "international", - "data_url": "https://www.ebrd.com", - "has_api": false, - "file_path": "international/finance/ebrd.json" + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { - "id": "ggdc-databases", + "id": "adb-data-library", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "file_path": "academic/economics/ggdc-databases.json" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/economics/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "china-ndrc", + "id": "adb-vietnam", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", "has_api": false, - "file_path": "china/economy/macro/ndrc.json" + "file_path": "international/economics/adb-vietnam.json", + "geographic_scope": "national" }, { - "id": "paris-club", + "id": "ebrd", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, "authority_level": "international", - "data_url": "https://www.clubdeparis.org", + "data_url": "https://www.ebrd.com", "has_api": false, - "file_path": "international/finance/paris-club.json" + "file_path": "international/finance/ebrd.json", + "geographic_scope": "regional" }, { - "id": "penn-world-table", + "id": "paris-club", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "Paris Club", + "zh": "巴黎俱乐部" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", "has_api": false, - "file_path": "academic/economics/penn-world-table.json" + "file_path": "international/finance/paris-club.json", + "geographic_scope": "regional" }, { "id": "unctad", @@ -8824,7 +9533,8 @@ "authority_level": "international", "data_url": "https://unctadstat.unctad.org", "has_api": true, - "file_path": "international/trade/unctad.json" + "file_path": "international/trade/unctad.json", + "geographic_scope": "global" } ], "digital-economy": [ @@ -8837,7 +9547,8 @@ "authority_level": "research", "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "china/research/china-caict.json" + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" } ], "digital_economy": [ @@ -8850,7 +9561,8 @@ "authority_level": "government", "data_url": "https://sjdj.nda.gov.cn/", "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "file_path": "china/technology/digital_economy/china-national-data-bureau.json", + "geographic_scope": "national" } ], "digital_infrastructure": [ @@ -8863,7 +9575,8 @@ "authority_level": "government", "data_url": "https://sjdj.nda.gov.cn/", "has_api": false, - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "file_path": "china/technology/digital_economy/china-national-data-bureau.json", + "geographic_scope": "national" } ], "disaster_management": [ @@ -8876,7 +9589,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" } ], "disease burden": [ @@ -8889,7 +9603,8 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" } ], "disease surveillance": [ @@ -8902,7 +9617,8 @@ "authority_level": "international", "data_url": "https://africacdc.org", "has_api": false, - "file_path": "international/health/africa-cdc.json" + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" } ], "earth-observation": [ @@ -8915,7 +9631,8 @@ "authority_level": "government", "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json", + "geographic_scope": "global" } ], "earth-science": [ @@ -8928,7 +9645,8 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" } ], "economic_indicators": [ @@ -8942,248 +9660,307 @@ "authority_level": "government", "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" } ], "economics": [ { - "id": "adb-data-library", + "id": "ggdc-databases", "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/economics/adb-data-library.json" + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json", + "geographic_scope": "global" }, { - "id": "afdb-statistics", + "id": "nber-data", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", - "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "file_path": "academic/economics/nber.json", + "geographic_scope": "global" }, { - "id": "adb-vietnam", + "id": "penn-world-table", "name": { - "en": "Asian Development Bank - Vietnam Country Data", - "zh": "亚洲开发银行越南国别数据" + "en": "Penn World Table", + "zh": "宾州世界表" }, - "authority_level": "international", - "data_url": "https://www.adb.org/countries/viet-nam/data", + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", "has_api": false, - "file_path": "international/economics/adb-vietnam.json" + "file_path": "academic/economics/penn-world-table.json", + "geographic_scope": "global" }, { - "id": "adb-data", + "id": "world-inequality-database", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "international", - "data_url": "https://data.adb.org", + "authority_level": "research", + "data_url": "https://wid.world/", "has_api": true, - "file_path": "international/development/adb-data.json" + "file_path": "academic/economics/world-inequality-database.json", + "geographic_scope": "global" }, { - "id": "australia-abs", + "id": "china-ndrc-computing", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json", + "geographic_scope": "national" }, { - "id": "bea-international-trade", + "id": "china-ndrc", "name": { - "en": "BEA International Trade in Goods and Services", - "zh": "美国经济分析局国际贸易数据" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, "authority_level": "government", - "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", - "has_api": true, - "file_path": "international/trade/bea-international-trade.json" + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json", + "geographic_scope": "national" }, { - "id": "brazil-ibge", + "id": "china-customs", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "data_url": "http://www.customs.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/customs.json", + "geographic_scope": "national" }, { - "id": "ceic-china-urbanization", + "id": "china-mofcom", "name": { - "en": "CEIC Data - China Urbanization Rate", - "zh": "CEIC数据库 - 中国城镇化率" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, - "authority_level": "commercial", - "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", - "has_api": true, - "file_path": "china/national/ceic-china-urbanization.json" + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json", + "geographic_scope": "national" }, { - "id": "ceic-global-database", + "id": "china-pbc", "name": { - "en": "CEIC Global Database", - "zh": "环亚经济数据库" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, - "authority_level": "commercial", - "data_url": "https://www.ceicdata.com/en/products/global-economic-database", - "has_api": true, - "file_path": "international/economics/ceic-global-database.json" + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "has_api": false, + "file_path": "china/finance/banking/pbc.json", + "geographic_scope": "national" }, { - "id": "ceic-vietnam", + "id": "ceic-china-urbanization", "name": { - "en": "CEIC Vietnam Economic Database", - "zh": "环亚经济数据库 - 越南经济数据专题" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, "authority_level": "commercial", - "data_url": "https://www.ceicdata.com/en/country/vietnam", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "file_path": "international/economics/ceic-vietnam.json" + "file_path": "china/national/ceic-china-urbanization.json", + "geographic_scope": "national" }, { - "id": "ebrd", + "id": "china-nbs", "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "international", - "data_url": "https://www.ebrd.com", - "has_api": false, - "file_path": "international/finance/ebrd.json" + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json", + "geographic_scope": "national" }, { - "id": "china-customs", + "id": "china-mnr-minerals", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, "authority_level": "government", - "data_url": "http://www.customs.gov.cn", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "china/economy/trade/customs.json" + "file_path": "china/resources/mineral/china-mnr-minerals.json", + "geographic_scope": "national" }, { - "id": "ggdc-databases", + "id": "canada-statcan", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "file_path": "academic/economics/ggdc-databases.json" + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { - "id": "iea-energy-data", + "id": "usa-census-bureau", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "authority_level": "government", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "international/energy/iea.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "imf-data", + "id": "usa-eia", "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, - "authority_level": "international", - "data_url": "https://data.imf.org", + "authority_level": "government", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "international/economics/imf.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" }, { - "id": "china-mofcom", + "id": "australia-abs", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/mofcom.json" + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { - "id": "china-mnr-minerals", + "id": "brazil-ibge", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", - "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { - "id": "nber-data", + "id": "adb-data", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "file_path": "academic/economics/nber.json" + "authority_level": "international", + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/development/adb-data.json", + "geographic_scope": "regional" }, { - "id": "china-ndrc-computing", + "id": "afdb-statistics", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json" + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { - "id": "china-nbs", + "id": "adb-data-library", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "china/national/nbs.json" + "file_path": "international/economics/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "china-ndrc", + "id": "adb-vietnam", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", "has_api": false, - "file_path": "china/economy/macro/ndrc.json" + "file_path": "international/economics/adb-vietnam.json", + "geographic_scope": "national" + }, + { + "id": "ceic-global-database", + "name": { + "en": "CEIC Global Database", + "zh": "环亚经济数据库" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/products/global-economic-database", + "has_api": true, + "file_path": "international/economics/ceic-global-database.json", + "geographic_scope": "global" + }, + { + "id": "ceic-vietnam", + "name": { + "en": "CEIC Vietnam Economic Database", + "zh": "环亚经济数据库 - 越南经济数据专题" + }, + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/en/country/vietnam", + "has_api": true, + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" + }, + { + "id": "imf-data", + "name": { + "en": "IMF Data", + "zh": "国际货币基金组织数据", + "native": "IMF Data" + }, + "authority_level": "international", + "data_url": "https://data.imf.org", + "has_api": true, + "file_path": "international/economics/imf.json", + "geographic_scope": "global" }, { "id": "oecd-statistics", @@ -9195,64 +9972,70 @@ "authority_level": "international", "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { - "id": "paris-club", + "id": "worldbank-open-data", "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, "authority_level": "international", - "data_url": "https://www.clubdeparis.org", - "has_api": false, - "file_path": "international/finance/paris-club.json" + "data_url": "https://data.worldbank.org", + "has_api": true, + "file_path": "international/economics/worldbank.json", + "geographic_scope": "global" }, { - "id": "penn-world-table", + "id": "iea-energy-data", "name": { - "en": "Penn World Table", - "zh": "宾州世界表" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", - "has_api": false, - "file_path": "academic/economics/penn-world-table.json" + "authority_level": "international", + "data_url": "https://www.iea.org/data-and-statistics", + "has_api": true, + "file_path": "international/energy/iea.json", + "geographic_scope": "global" }, { - "id": "china-pbc", + "id": "ebrd", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "international", + "data_url": "https://www.ebrd.com", "has_api": false, - "file_path": "china/finance/banking/pbc.json" + "file_path": "international/finance/ebrd.json", + "geographic_scope": "regional" }, { - "id": "canada-statcan", + "id": "paris-club", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Paris Club", + "zh": "巴黎俱乐部" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "authority_level": "international", + "data_url": "https://www.clubdeparis.org", + "has_api": false, + "file_path": "international/finance/paris-club.json", + "geographic_scope": "regional" }, { - "id": "usa-eia", + "id": "bea-international-trade", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "international/trade/bea-international-trade.json", + "geographic_scope": "national" }, { "id": "un-comtrade", @@ -9263,7 +10046,8 @@ "authority_level": "international", "data_url": "https://comtradeplus.un.org", "has_api": true, - "file_path": "international/trade/comtrade.json" + "file_path": "international/trade/comtrade.json", + "geographic_scope": "global" }, { "id": "unctad", @@ -9274,18 +10058,8 @@ "authority_level": "international", "data_url": "https://unctadstat.unctad.org", "has_api": true, - "file_path": "international/trade/unctad.json" - }, - { - "id": "usa-census-bureau", - "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" - }, - "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "international/trade/unctad.json", + "geographic_scope": "global" }, { "id": "wto-statistics", @@ -9297,54 +10071,22 @@ "authority_level": "international", "data_url": "https://stats.wto.org", "has_api": true, - "file_path": "international/trade/wto.json" - }, - { - "id": "worldbank-open-data", - "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" - }, - "authority_level": "international", - "data_url": "https://data.worldbank.org", - "has_api": true, - "file_path": "international/economics/worldbank.json" - }, - { - "id": "world-inequality-database", - "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" - }, - "authority_level": "research", - "data_url": "https://wid.world/", - "has_api": true, - "file_path": "academic/economics/world-inequality-database.json" + "file_path": "international/trade/wto.json", + "geographic_scope": "global" } ], "education": [ { - "id": "afdb-statistics", - "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" - }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", - "has_api": true, - "file_path": "international/development/afdb-statistics.json" - }, - { - "id": "australia-abs", + "id": "china-moe-higher-education", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "has_api": false, + "file_path": "china/education/higher_education/china-moe-higher-education.json", + "geographic_scope": "national" }, { "id": "cnki-population-census", @@ -9355,29 +10097,21 @@ "authority_level": "commercial", "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/national/cnki-population-census.json" - }, - { - "id": "iea-education-studies", - "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" - }, - "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", - "has_api": false, - "file_path": "international/education/iea-education-studies.json" + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" }, { - "id": "china-moe-higher-education", + "id": "canada-statcan", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", - "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { "id": "mexico-coneval", @@ -9389,42 +10123,57 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" }, { - "id": "oecd-statistics", + "id": "usa-census-bureau", "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", + "authority_level": "government", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "canada-statcan", + "id": "australia-abs", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { - "id": "usa-census-bureau", + "id": "afdb-statistics", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" + }, + { + "id": "oecd-statistics", + "name": { + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" + }, + "authority_level": "international", + "data_url": "https://stats.oecd.org", + "has_api": true, + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { "id": "worldbank-open-data", @@ -9436,7 +10185,20 @@ "authority_level": "international", "data_url": "https://data.worldbank.org", "has_api": true, - "file_path": "international/economics/worldbank.json" + "file_path": "international/economics/worldbank.json", + "geographic_scope": "global" + }, + { + "id": "iea-education-studies", + "name": { + "en": "IEA Education Studies Data", + "zh": "国际教育成就评价协会教育研究数据" + }, + "authority_level": "international", + "data_url": "https://www.iea.nl/data-tools/repository", + "has_api": false, + "file_path": "international/education/iea-education-studies.json", + "geographic_scope": "global" } ], "electricity": [ @@ -9449,20 +10211,22 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "electronics": [ { - "id": "china-optical-association", + "id": "china-miit", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" }, { "id": "china-lcd-association", @@ -9473,18 +10237,20 @@ "authority_level": "market", "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", + "geographic_scope": "national" }, { - "id": "china-miit", + "id": "china-optical-association", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" } ], "electronics-manufacturing": [ @@ -9497,7 +10263,8 @@ "authority_level": "market", "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", + "geographic_scope": "national" } ], "emergency_care": [ @@ -9509,23 +10276,13 @@ "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", - "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" - } - ], - "employment": [ - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" - }, + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" + } + ], + "employment": [ { "id": "cnki-population-census", "name": { @@ -9535,7 +10292,8 @@ "authority_level": "commercial", "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/national/cnki-population-census.json" + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" }, { "id": "usa-census-bureau", @@ -9546,10 +10304,47 @@ "authority_level": "government", "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" } ], "energy": [ + { + "id": "china-ndrc-computing", + "name": { + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json", + "geographic_scope": "national" + }, + { + "id": "usa-eia", + "name": { + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" + }, + "authority_level": "government", + "data_url": "https://www.eia.gov", + "has_api": true, + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" + }, { "id": "afdb-statistics", "name": { @@ -9559,18 +10354,8 @@ "authority_level": "international", "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "international/development/afdb-statistics.json" - }, - { - "id": "china-charging-alliance", - "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" - }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", - "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { "id": "iaea-energy-data", @@ -9581,7 +10366,8 @@ "authority_level": "international", "data_url": "https://data.iaea.org/", "has_api": true, - "file_path": "international/energy/iaea-energy-data.json" + "file_path": "international/energy/iaea-energy-data.json", + "geographic_scope": "global" }, { "id": "iea-energy-data", @@ -9593,98 +10379,95 @@ "authority_level": "international", "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "file_path": "international/energy/iea.json" + "file_path": "international/energy/iea.json", + "geographic_scope": "global" }, { - "id": "china-ndrc-computing", + "id": "china-charging-alliance", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json" - }, - { - "id": "usa-eia", - "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" - }, - "authority_level": "government", - "data_url": "https://www.eia.gov", - "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", + "geographic_scope": "national" } ], "environment": [ { - "id": "australia-abs", + "id": "copernicus-open-access-hub", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Copernicus Open Access Hub", + "zh": "哥白尼开放访问中心" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "international", + "data_url": "https://dataspace.copernicus.eu/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" }, { - "id": "brazil-ibge", + "id": "china-mnr-minerals", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "has_api": false, + "file_path": "china/resources/mineral/china-mnr-minerals.json", + "geographic_scope": "national" }, { - "id": "copernicus-open-access-hub", + "id": "canada-statcan", "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { - "id": "iaea-energy-data", + "id": "usa-eia", "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" }, - "authority_level": "international", - "data_url": "https://data.iaea.org/", + "authority_level": "government", + "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "international/energy/iaea-energy-data.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" }, { - "id": "iea-energy-data", + "id": "australia-abs", "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "international/energy/iea.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { - "id": "china-mnr-minerals", + "id": "brazil-ibge", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", - "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { "id": "nasa-earthdata", @@ -9695,7 +10478,8 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" }, { "id": "oecd-statistics", @@ -9707,42 +10491,46 @@ "authority_level": "international", "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { - "id": "canada-statcan", + "id": "worldbank-open-data", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "World Bank Open Data", + "zh": "世界银行开放数据", + "native": "World Bank Open Data" }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "authority_level": "international", + "data_url": "https://data.worldbank.org", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "international/economics/worldbank.json", + "geographic_scope": "global" }, { - "id": "usa-eia", + "id": "iaea-energy-data", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "IAEA Energy Data", + "zh": "国际原子能机构能源数据" }, - "authority_level": "government", - "data_url": "https://www.eia.gov", + "authority_level": "international", + "data_url": "https://data.iaea.org/", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "international/energy/iaea-energy-data.json", + "geographic_scope": "global" }, { - "id": "worldbank-open-data", + "id": "iea-energy-data", "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" + "en": "IEA Energy Data", + "zh": "国际能源署能源数据", + "native": "IEA Energy Data" }, "authority_level": "international", - "data_url": "https://data.worldbank.org", + "data_url": "https://www.iea.org/data-and-statistics", "has_api": true, - "file_path": "international/economics/worldbank.json" + "file_path": "international/energy/iea.json", + "geographic_scope": "global" } ], "environmental-monitoring": [ @@ -9755,7 +10543,8 @@ "authority_level": "government", "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json", + "geographic_scope": "global" } ], "environmental_science": [ @@ -9768,20 +10557,22 @@ "authority_level": "government", "data_url": "https://www.ncei.noaa.gov/cdo-web/", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json" + "file_path": "countries/north-america/usa/noaa-cdo.json", + "geographic_scope": "global" } ], "epidemiology": [ { - "id": "africa-cdc", + "id": "uk-biobank", "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "international", - "data_url": "https://africacdc.org", - "has_api": false, - "file_path": "international/health/africa-cdc.json" + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" }, { "id": "ghdx", @@ -9792,18 +10583,20 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" }, { - "id": "uk-biobank", + "id": "africa-cdc", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "Africa CDC Health Data", + "zh": "非洲疾控中心健康数据" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", - "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "authority_level": "international", + "data_url": "https://africacdc.org", + "has_api": false, + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" } ], "evolutionary biology": [ @@ -9816,33 +10609,36 @@ "authority_level": "research", "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json" + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" } ], "exchange_rates": [ { - "id": "canada-boc", + "id": "korea-bok", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", + "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" }, { - "id": "korea-bok", + "id": "canada-boc", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { "id": "mx-banxico", @@ -9854,7 +10650,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "exports": [ @@ -9867,20 +10664,88 @@ "authority_level": "market", "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "countries/south-america/brazil-cecafe.json" + "file_path": "countries/south-america/brazil-cecafe.json", + "geographic_scope": "national" } ], "finance": [ { - "id": "adb-data-library", + "id": "nber-data", + "name": { + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" + }, + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "file_path": "academic/economics/nber.json", + "geographic_scope": "global" + }, + { + "id": "china-nfra", + "name": { + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" + }, + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "has_api": false, + "file_path": "china/finance/banking/nfra.json", + "geographic_scope": "national" + }, + { + "id": "china-pbc", + "name": { + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" + }, + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "has_api": false, + "file_path": "china/finance/banking/pbc.json", + "geographic_scope": "national" + }, + { + "id": "china-csrc", + "name": { + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" + }, + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "has_api": false, + "file_path": "china/finance/securities/csrc.json", + "geographic_scope": "national" + }, + { + "id": "hkex", + "name": { + "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", + "zh": "香港交易及结算所有限公司(港交所)", + "native": "香港交易及结算所有限公司" + }, + "authority_level": "commercial", + "data_url": "https://www.hkexnews.hk", + "has_api": true, + "file_path": "china/finance/securities/hkex.json", + "geographic_scope": "regional" + }, + { + "id": "adb-data", "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, "authority_level": "international", "data_url": "https://data.adb.org", "has_api": true, - "file_path": "international/economics/adb-data-library.json" + "file_path": "international/development/adb-data.json", + "geographic_scope": "regional" }, { "id": "afdb-statistics", @@ -9891,30 +10756,32 @@ "authority_level": "international", "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { - "id": "adb-vietnam", + "id": "adb-data-library", "name": { - "en": "Asian Development Bank - Vietnam Country Data", - "zh": "亚洲开发银行越南国别数据" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, "authority_level": "international", - "data_url": "https://www.adb.org/countries/viet-nam/data", - "has_api": false, - "file_path": "international/economics/adb-vietnam.json" + "data_url": "https://data.adb.org", + "has_api": true, + "file_path": "international/economics/adb-data-library.json", + "geographic_scope": "regional" }, { - "id": "adb-data", + "id": "adb-vietnam", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" }, "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "file_path": "international/development/adb-data.json" + "data_url": "https://www.adb.org/countries/viet-nam/data", + "has_api": false, + "file_path": "international/economics/adb-vietnam.json", + "geographic_scope": "national" }, { "id": "ceic-global-database", @@ -9925,7 +10792,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "international/economics/ceic-global-database.json" + "file_path": "international/economics/ceic-global-database.json", + "geographic_scope": "global" }, { "id": "ceic-vietnam", @@ -9936,53 +10804,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "international/economics/ceic-vietnam.json" - }, - { - "id": "china-csrc", - "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" - }, - "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", - "has_api": false, - "file_path": "china/finance/securities/csrc.json" - }, - { - "id": "ebrd", - "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" - }, - "authority_level": "international", - "data_url": "https://www.ebrd.com", - "has_api": false, - "file_path": "international/finance/ebrd.json" - }, - { - "id": "hkex", - "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" - }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", - "has_api": true, - "file_path": "china/finance/securities/hkex.json" - }, - { - "id": "icc-trade-register", - "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" - }, - "authority_level": "international", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", - "has_api": false, - "file_path": "international/trade/icc-trade-register.json" + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" }, { "id": "imf-data", @@ -9994,31 +10817,20 @@ "authority_level": "international", "data_url": "https://data.imf.org", "has_api": true, - "file_path": "international/economics/imf.json" - }, - { - "id": "nber-data", - "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" - }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "file_path": "academic/economics/nber.json" + "file_path": "international/economics/imf.json", + "geographic_scope": "global" }, { - "id": "china-nfra", + "id": "ebrd", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "European Bank for Reconstruction and Development", + "zh": "欧洲复兴开发银行" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "authority_level": "international", + "data_url": "https://www.ebrd.com", "has_api": false, - "file_path": "china/finance/banking/nfra.json" + "file_path": "international/finance/ebrd.json", + "geographic_scope": "regional" }, { "id": "paris-club", @@ -10029,19 +10841,20 @@ "authority_level": "international", "data_url": "https://www.clubdeparis.org", "has_api": false, - "file_path": "international/finance/paris-club.json" + "file_path": "international/finance/paris-club.json", + "geographic_scope": "regional" }, { - "id": "china-pbc", + "id": "icc-trade-register", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "ICC Trade Register", + "zh": "国际商会贸易统计" }, - "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "authority_level": "international", + "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", "has_api": false, - "file_path": "china/finance/banking/pbc.json" + "file_path": "international/trade/icc-trade-register.json", + "geographic_scope": "global" } ], "financial-stability": [ @@ -10054,7 +10867,8 @@ "authority_level": "international", "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", "has_api": false, - "file_path": "international/finance/iais.json" + "file_path": "international/finance/iais.json", + "geographic_scope": "global" } ], "financial_markets": [ @@ -10068,7 +10882,8 @@ "authority_level": "government", "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { "id": "mx-banxico", @@ -10080,7 +10895,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "financial_statistics": [ @@ -10094,7 +10910,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "flow_of_funds": [ @@ -10108,7 +10925,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "food-security": [ @@ -10122,7 +10940,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "food-supply": [ @@ -10135,7 +10954,8 @@ "authority_level": "government", "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "has_api": false, - "file_path": "countries/south-america/brazil-conab.json" + "file_path": "countries/south-america/brazil-conab.json", + "geographic_scope": "national" } ], "genetics": [ @@ -10148,7 +10968,8 @@ "authority_level": "research", "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json" + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" }, { "id": "uk-biobank", @@ -10159,7 +10980,8 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" } ], "genomics": [ @@ -10172,18 +10994,8 @@ "authority_level": "research", "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json" - }, - { - "id": "tcga", - "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" - }, - "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", - "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" }, { "id": "uk-biobank", @@ -10194,21 +11006,23 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" - } - ], - "geography": [ + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" + }, { - "id": "brazil-ibge", + "id": "tcga", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" - }, + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" + } + ], + "geography": [ { "id": "usa-census-bureau", "name": { @@ -10218,7 +11032,20 @@ "authority_level": "government", "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" } ], "geospatial": [ @@ -10231,7 +11058,8 @@ "authority_level": "government", "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json", + "geographic_scope": "global" } ], "governance": [ @@ -10244,7 +11072,8 @@ "authority_level": "international", "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" } ], "government": [ @@ -10257,7 +11086,8 @@ "authority_level": "government", "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" } ], "government-finance": [ @@ -10270,31 +11100,35 @@ "authority_level": "government", "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" } ], "health": [ { - "id": "afdb-statistics", + "id": "uk-biobank", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "UK Biobank", + "zh": "英国生物样本库" }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" }, { - "id": "australia-abs", + "id": "nber-data", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "file_path": "academic/economics/nber.json", + "geographic_scope": "global" }, { "id": "clinicaltrials-gov", @@ -10305,7 +11139,8 @@ "authority_level": "government", "data_url": "https://clinicaltrials.gov/", "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json" + "file_path": "academic/health/clinicaltrials-gov.json", + "geographic_scope": "global" }, { "id": "dhs", @@ -10316,7 +11151,8 @@ "authority_level": "international", "data_url": "https://dhsprogram.com/", "has_api": true, - "file_path": "academic/health/dhs.json" + "file_path": "academic/health/dhs.json", + "geographic_scope": "regional" }, { "id": "ghdx", @@ -10327,19 +11163,33 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" }, { - "id": "nber-data", + "id": "pubmed", "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" + "en": "PubMed", + "zh": "PubMed生物医学文献数据库" }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "file_path": "academic/economics/nber.json" + "authority_level": "government", + "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "has_api": true, + "file_path": "academic/health/pubmed.json", + "geographic_scope": "global" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { "id": "mexico-coneval", @@ -10351,64 +11201,57 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" - }, - { - "id": "oecd-statistics", - "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" - }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", - "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" }, { - "id": "pubmed", + "id": "usa-census-bureau", "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "academic/health/pubmed.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "canada-statcan", + "id": "australia-abs", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { - "id": "uk-biobank", + "id": "afdb-statistics", "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { - "id": "usa-census-bureau", + "id": "oecd-statistics", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "international", + "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { "id": "worldbank-open-data", @@ -10420,7 +11263,8 @@ "authority_level": "international", "data_url": "https://data.worldbank.org", "has_api": true, - "file_path": "international/economics/worldbank.json" + "file_path": "international/economics/worldbank.json", + "geographic_scope": "global" } ], "health financing": [ @@ -10433,7 +11277,8 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" } ], "health security": [ @@ -10446,7 +11291,8 @@ "authority_level": "international", "data_url": "https://africacdc.org", "has_api": false, - "file_path": "international/health/africa-cdc.json" + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" } ], "health systems": [ @@ -10459,7 +11305,8 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" } ], "health_care": [ @@ -10473,7 +11320,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "health_spending": [ @@ -10487,7 +11335,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "health_system_performance": [ @@ -10501,7 +11350,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "health_workforce": [ @@ -10515,7 +11365,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "higher_education": [ @@ -10528,7 +11379,8 @@ "authority_level": "government", "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "file_path": "china/education/higher_education/china-moe-higher-education.json", + "geographic_scope": "national" } ], "hospital_services": [ @@ -10542,21 +11394,11 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "housing": [ - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" - }, { "id": "cnki-population-census", "name": { @@ -10566,7 +11408,21 @@ "authority_level": "commercial", "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "china/national/cnki-population-census.json" + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", + "has_api": true, + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { "id": "mexico-coneval", @@ -10578,30 +11434,32 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" }, { - "id": "canada-statcan", + "id": "usa-census-bureau", "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "usa-census-bureau", + "id": "australia-abs", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, "authority_level": "government", - "data_url": "https://www.census.gov", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" } ], "human genetic variation": [ @@ -10614,7 +11472,8 @@ "authority_level": "research", "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json" + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" } ], "hydrology": [ @@ -10627,7 +11486,8 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "income": [ @@ -10641,7 +11501,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" }, { "id": "usa-census-bureau", @@ -10652,7 +11513,8 @@ "authority_level": "government", "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" } ], "industrial-automation": [ @@ -10665,7 +11527,8 @@ "authority_level": "research", "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json", + "geographic_scope": "national" } ], "industrial-equipment": [ @@ -10678,10 +11541,48 @@ "authority_level": "market", "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", + "geographic_scope": "national" } ], "industry": [ + { + "id": "china-nbs", + "name": { + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" + }, + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json", + "geographic_scope": "national" + }, + { + "id": "china-miit-rare-earth", + "name": { + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + }, + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "has_api": false, + "file_path": "china/resources/mineral/china-miit-rare-earth.json", + "geographic_scope": "national" + }, + { + "id": "china-miit", + "name": { + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" + }, + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" + }, { "id": "brazil-ibge", "name": { @@ -10691,7 +11592,8 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { "id": "ceic-global-database", @@ -10702,7 +11604,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "international/economics/ceic-global-database.json" + "file_path": "international/economics/ceic-global-database.json", + "geographic_scope": "global" }, { "id": "ceic-vietnam", @@ -10713,7 +11616,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "international/economics/ceic-vietnam.json" + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" }, { "id": "china-software-association", @@ -10724,44 +11628,23 @@ "authority_level": "market", "data_url": "https://www.csia.org.cn/", "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json" - }, - { - "id": "china-miit-rare-earth", - "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" - }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", - "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json" - }, - { - "id": "china-miit", - "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" - }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", - "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json" - }, + "file_path": "sectors/J-information-communication/china-software-association.json", + "geographic_scope": "national" + } + ], + "inequality": [ { - "id": "china-nbs", + "id": "world-inequality-database", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "authority_level": "research", + "data_url": "https://wid.world/", "has_api": true, - "file_path": "china/national/nbs.json" - } - ], - "inequality": [ + "file_path": "academic/economics/world-inequality-database.json", + "geographic_scope": "global" + }, { "id": "mexico-coneval", "name": { @@ -10772,18 +11655,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" - }, - { - "id": "world-inequality-database", - "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" - }, - "authority_level": "research", - "data_url": "https://wid.world/", - "has_api": true, - "file_path": "academic/economics/world-inequality-database.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "inflation": [ @@ -10797,7 +11670,8 @@ "authority_level": "government", "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { "id": "mx-banxico", @@ -10809,7 +11683,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "information-technology": [ @@ -10822,10 +11697,23 @@ "authority_level": "market", "data_url": "https://www.csia.org.cn/", "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json" + "file_path": "sectors/J-information-communication/china-software-association.json", + "geographic_scope": "national" } ], "infrastructure": [ + { + "id": "china-ndrc-computing", + "name": { + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json", + "geographic_scope": "national" + }, { "id": "afdb-statistics", "name": { @@ -10835,7 +11723,8 @@ "authority_level": "international", "data_url": "https://dataportal.opendataforafrica.org", "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { "id": "china-charging-alliance", @@ -10846,32 +11735,11 @@ "authority_level": "market", "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" - }, - { - "id": "china-ndrc-computing", - "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" - }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json" + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", + "geographic_scope": "national" } ], "innovation": [ - { - "id": "australia-abs", - "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" - }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", - "has_api": true, - "file_path": "countries/oceania/australia/abs.json" - }, { "id": "china-cnipa-patents", "name": { @@ -10881,7 +11749,8 @@ "authority_level": "government", "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", + "geographic_scope": "national" }, { "id": "china-most-rnd", @@ -10892,7 +11761,20 @@ "authority_level": "government", "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", + "has_api": true, + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { "id": "wipo-ip-statistics", @@ -10904,7 +11786,8 @@ "authority_level": "international", "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "international/intellectual-property/wipo.json" + "file_path": "international/intellectual-property/wipo.json", + "geographic_scope": "global" } ], "instrumentation": [ @@ -10917,21 +11800,11 @@ "authority_level": "research", "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json", + "geographic_scope": "national" } ], "insurance": [ - { - "id": "iais", - "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" - }, - "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", - "has_api": false, - "file_path": "international/finance/iais.json" - }, { "id": "china-nfra", "name": { @@ -10942,7 +11815,20 @@ "authority_level": "government", "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "has_api": false, - "file_path": "china/finance/banking/nfra.json" + "file_path": "china/finance/banking/nfra.json", + "geographic_scope": "national" + }, + { + "id": "iais", + "name": { + "en": "IAIS - International Association of Insurance Supervisors", + "zh": "国际保险监督官协会" + }, + "authority_level": "international", + "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", + "has_api": false, + "file_path": "international/finance/iais.json", + "geographic_scope": "global" } ], "integrated-circuits": [ @@ -10955,7 +11841,8 @@ "authority_level": "market", "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", + "geographic_scope": "national" } ], "intellectual property": [ @@ -10969,7 +11856,8 @@ "authority_level": "international", "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "international/intellectual-property/wipo.json" + "file_path": "international/intellectual-property/wipo.json", + "geographic_scope": "global" } ], "intellectual_property": [ @@ -10982,33 +11870,36 @@ "authority_level": "government", "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", + "geographic_scope": "national" } ], "interest_rates": [ { - "id": "canada-boc", + "id": "korea-bok", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "Bank of Korea", + "zh": "韩国银行", + "native": "한국은행" }, "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", + "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" }, { - "id": "korea-bok", + "id": "canada-boc", "name": { - "en": "Bank of Korea", - "zh": "韩国银行", - "native": "한국은행" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "authority_level": "government", - "data_url": "https://www.bok.or.kr/eng/main/main.do", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" } ], "international": [ @@ -11021,7 +11912,8 @@ "authority_level": "government", "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "file_path": "international/trade/bea-international-trade.json" + "file_path": "international/trade/bea-international-trade.json", + "geographic_scope": "national" } ], "international-assessment": [ @@ -11034,7 +11926,8 @@ "authority_level": "international", "data_url": "https://www.iea.nl/data-tools/repository", "has_api": false, - "file_path": "international/education/iea-education-studies.json" + "file_path": "international/education/iea-education-studies.json", + "geographic_scope": "global" } ], "international_commerce": [ @@ -11048,33 +11941,36 @@ "authority_level": "government", "data_url": "http://www.customs.gov.cn", "has_api": false, - "file_path": "china/economy/trade/customs.json" + "file_path": "china/economy/trade/customs.json", + "geographic_scope": "national" } ], "investment": [ { - "id": "china-mofcom", + "id": "china-ndrc", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", + "data_url": "https://www.ndrc.gov.cn/fgsj/", "has_api": false, - "file_path": "china/economy/trade/mofcom.json" + "file_path": "china/economy/macro/ndrc.json", + "geographic_scope": "national" }, { - "id": "china-ndrc", + "id": "china-mofcom", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "data_url": "https://data.mofcom.gov.cn", "has_api": false, - "file_path": "china/economy/macro/ndrc.json" + "file_path": "china/economy/trade/mofcom.json", + "geographic_scope": "national" }, { "id": "unctad", @@ -11085,7 +11981,8 @@ "authority_level": "international", "data_url": "https://unctadstat.unctad.org", "has_api": true, - "file_path": "international/trade/unctad.json" + "file_path": "international/trade/unctad.json", + "geographic_scope": "global" } ], "justice": [ @@ -11099,10 +11996,24 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" } ], "labor": [ + { + "id": "nber-data", + "name": { + "en": "NBER Data Library", + "zh": "国家经济研究局数据库", + "native": "NBER Data Library" + }, + "authority_level": "research", + "data_url": "https://www.nber.org", + "has_api": false, + "file_path": "academic/economics/nber.json", + "geographic_scope": "global" + }, { "id": "brazil-ibge", "name": { @@ -11112,7 +12023,8 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { "id": "ceic-global-database", @@ -11123,7 +12035,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "international/economics/ceic-global-database.json" + "file_path": "international/economics/ceic-global-database.json", + "geographic_scope": "global" }, { "id": "ceic-vietnam", @@ -11134,19 +12047,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "international/economics/ceic-vietnam.json" - }, - { - "id": "nber-data", - "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" - }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "file_path": "academic/economics/nber.json" + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" } ], "labor_market": [ @@ -11160,7 +12062,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "laboratory systems": [ @@ -11173,7 +12076,8 @@ "authority_level": "international", "data_url": "https://africacdc.org", "has_api": false, - "file_path": "international/health/africa-cdc.json" + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" } ], "labour": [ @@ -11187,7 +12091,8 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" } ], "land": [ @@ -11200,7 +12105,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" } ], "land-cover": [ @@ -11213,7 +12119,8 @@ "authority_level": "government", "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json", + "geographic_scope": "global" } ], "land-surface": [ @@ -11226,7 +12133,8 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" } ], "life_sciences": [ @@ -11239,7 +12147,8 @@ "authority_level": "government", "data_url": "https://pubmed.ncbi.nlm.nih.gov/", "has_api": true, - "file_path": "academic/health/pubmed.json" + "file_path": "academic/health/pubmed.json", + "geographic_scope": "global" } ], "lifestyle": [ @@ -11252,7 +12161,8 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" } ], "machinery": [ @@ -11265,75 +12175,82 @@ "authority_level": "market", "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", + "geographic_scope": "national" } ], "manufacturing": [ { - "id": "china-machine-tool-association", + "id": "china-most-rnd", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, - "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" }, { - "id": "china-optical-association", + "id": "china-sac-standards", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" }, { - "id": "china-lcd-association", + "id": "china-miit", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" }, { - "id": "china-miit", + "id": "china-lcd-association", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json" + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", + "geographic_scope": "national" }, { - "id": "china-most-rnd", + "id": "china-optical-association", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" }, { - "id": "china-sac-standards", + "id": "china-machine-tool-association", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", + "geographic_scope": "national" } ], "market-research": [ @@ -11346,7 +12263,8 @@ "authority_level": "market", "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", + "geographic_scope": "national" } ], "markets": [ @@ -11359,7 +12277,8 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "measurement-control": [ @@ -11372,7 +12291,8 @@ "authority_level": "research", "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json", + "geographic_scope": "national" } ], "medical imaging": [ @@ -11385,7 +12305,8 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" } ], "medical_imaging": [ @@ -11399,7 +12320,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "medical_trials": [ @@ -11412,7 +12334,8 @@ "authority_level": "government", "data_url": "https://clinicaltrials.gov/", "has_api": true, - "file_path": "academic/health/clinicaltrials-gov.json" + "file_path": "academic/health/clinicaltrials-gov.json", + "geographic_scope": "global" } ], "mental_health": [ @@ -11426,7 +12349,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "metabolomics": [ @@ -11439,31 +12363,34 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" } ], "meteorology": [ { - "id": "bureau-of-meteorology", + "id": "noaa-cdo", "name": { - "en": "Bureau of Meteorology", - "zh": "澳大利亚气象局" + "en": "NOAA Climate Data Online (CDO)", + "zh": "NOAA气候数据在线系统" }, "authority_level": "government", - "data_url": "https://www.bom.gov.au", + "data_url": "https://www.ncei.noaa.gov/cdo-web/", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/north-america/usa/noaa-cdo.json", + "geographic_scope": "global" }, { - "id": "noaa-cdo", + "id": "bureau-of-meteorology", "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" + "en": "Bureau of Meteorology", + "zh": "澳大利亚气象局" }, "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", + "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/north-america/usa/noaa-cdo.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "mineral": [ @@ -11476,7 +12403,8 @@ "authority_level": "government", "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json" + "file_path": "china/resources/mineral/china-miit-rare-earth.json", + "geographic_scope": "national" } ], "minerals": [ @@ -11489,7 +12417,8 @@ "authority_level": "government", "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "file_path": "china/resources/mineral/china-mnr-minerals.json", + "geographic_scope": "national" } ], "molecular biology": [ @@ -11502,21 +12431,23 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" } ], "monetary_policy": [ { - "id": "canada-boc", + "id": "china-pbc", "name": { - "en": "Bank of Canada", - "zh": "加拿大银行", - "native": "Banque du Canada" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, "authority_level": "government", - "data_url": "https://www.bankofcanada.ca/rates/", - "has_api": true, - "file_path": "countries/north-america/canada/canada-boc.json" + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "has_api": false, + "file_path": "china/finance/banking/pbc.json", + "geographic_scope": "national" }, { "id": "korea-bok", @@ -11528,31 +12459,34 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" }, { - "id": "mx-banxico", + "id": "canada-boc", "name": { - "en": "Bank of Mexico Economic Information System", - "zh": "墨西哥银行经济信息系统", - "native": "Sistema de Información Económica - Banco de México" + "en": "Bank of Canada", + "zh": "加拿大银行", + "native": "Banque du Canada" }, "authority_level": "government", - "data_url": "https://www.banxico.org.mx", + "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { - "id": "china-pbc", + "id": "mx-banxico", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "Bank of Mexico Economic Information System", + "zh": "墨西哥银行经济信息系统", + "native": "Sistema de Información Económica - Banco de México" }, "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", - "has_api": false, - "file_path": "china/finance/banking/pbc.json" + "data_url": "https://www.banxico.org.mx", + "has_api": true, + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "mortality": [ @@ -11565,7 +12499,8 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" } ], "national_accounts": [ @@ -11579,7 +12514,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "natural gas": [ @@ -11592,7 +12528,8 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "network-architecture": [ @@ -11605,7 +12542,8 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json" + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" } ], "nuclear energy": [ @@ -11618,7 +12556,8 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "nuclear-power": [ @@ -11631,7 +12570,8 @@ "authority_level": "international", "data_url": "https://data.iaea.org/", "has_api": true, - "file_path": "international/energy/iaea-energy-data.json" + "file_path": "international/energy/iaea-energy-data.json", + "geographic_scope": "global" } ], "ocean": [ @@ -11644,7 +12584,8 @@ "authority_level": "international", "data_url": "https://dataspace.copernicus.eu/", "has_api": true, - "file_path": "academic/environment/copernicus-open-access-hub.json" + "file_path": "academic/environment/copernicus-open-access-hub.json", + "geographic_scope": "global" }, { "id": "nasa-earthdata", @@ -11655,7 +12596,8 @@ "authority_level": "government", "data_url": "https://www.earthdata.nasa.gov", "has_api": true, - "file_path": "international/earth-science/nasa-earthdata.json" + "file_path": "international/earth-science/nasa-earthdata.json", + "geographic_scope": "global" } ], "oceanography": [ @@ -11668,7 +12610,8 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "oceans": [ @@ -11681,7 +12624,8 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "oncology": [ @@ -11694,7 +12638,8 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" } ], "optics": [ @@ -11707,7 +12652,8 @@ "authority_level": "market", "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" } ], "optoelectronics": [ @@ -11720,7 +12666,8 @@ "authority_level": "market", "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" } ], "outbreak response": [ @@ -11733,7 +12680,8 @@ "authority_level": "international", "data_url": "https://africacdc.org", "has_api": false, - "file_path": "international/health/africa-cdc.json" + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" } ], "patents": [ @@ -11747,7 +12695,8 @@ "authority_level": "international", "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "international/intellectual-property/wipo.json" + "file_path": "international/intellectual-property/wipo.json", + "geographic_scope": "global" } ], "patient_outcomes": [ @@ -11761,7 +12710,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "payment_systems": [ @@ -11775,7 +12725,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "petroleum": [ @@ -11788,7 +12739,8 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "pharmaceuticals": [ @@ -11802,7 +12754,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "photonics": [ @@ -11815,53 +12768,58 @@ "authority_level": "market", "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" } ], "population": [ { - "id": "australia-abs", + "id": "dhs", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Demographic and Health Surveys (DHS) Program", + "zh": "人口与健康调查项目" }, - "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "authority_level": "international", + "data_url": "https://dhsprogram.com/", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "academic/health/dhs.json", + "geographic_scope": "regional" }, { - "id": "brazil-ibge", + "id": "usa-census-bureau", "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", + "data_url": "https://www.census.gov", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" }, { - "id": "dhs", + "id": "australia-abs", "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "academic/health/dhs.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { - "id": "usa-census-bureau", + "id": "brazil-ibge", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" }, "authority_level": "government", - "data_url": "https://www.census.gov", + "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" } ], "population genetics": [ @@ -11874,7 +12832,8 @@ "authority_level": "research", "data_url": "https://www.internationalgenome.org/", "has_api": false, - "file_path": "academic/biology/1000-genomes.json" + "file_path": "academic/biology/1000-genomes.json", + "geographic_scope": "global" } ], "population_health": [ @@ -11888,7 +12847,8 @@ "authority_level": "government", "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" } ], "poverty": [ @@ -11902,7 +12862,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "precision medicine": [ @@ -11915,7 +12876,8 @@ "authority_level": "government", "data_url": "https://portal.gdc.cancer.gov/", "has_api": true, - "file_path": "academic/health/tcga.json" + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" } ], "price_indices": [ @@ -11929,7 +12891,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "prices": [ @@ -11943,7 +12906,8 @@ "authority_level": "government", "data_url": "https://www.ndrc.gov.cn/fgsj/", "has_api": false, - "file_path": "china/economy/macro/ndrc.json" + "file_path": "china/economy/macro/ndrc.json", + "geographic_scope": "national" } ], "production": [ @@ -11957,7 +12921,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "productivity": [ @@ -11970,7 +12935,8 @@ "authority_level": "research", "data_url": "https://www.rug.nl/ggdc/", "has_api": false, - "file_path": "academic/economics/ggdc-databases.json" + "file_path": "academic/economics/ggdc-databases.json", + "geographic_scope": "global" }, { "id": "nber-data", @@ -11982,7 +12948,8 @@ "authority_level": "research", "data_url": "https://www.nber.org", "has_api": false, - "file_path": "academic/economics/nber.json" + "file_path": "academic/economics/nber.json", + "geographic_scope": "global" }, { "id": "penn-world-table", @@ -11993,7 +12960,8 @@ "authority_level": "research", "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", "has_api": false, - "file_path": "academic/economics/penn-world-table.json" + "file_path": "academic/economics/penn-world-table.json", + "geographic_scope": "global" } ], "proteomics": [ @@ -12006,7 +12974,8 @@ "authority_level": "research", "data_url": "https://www.ukbiobank.ac.uk/", "has_api": true, - "file_path": "academic/biology/uk-biobank.json" + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" } ], "public health": [ @@ -12019,7 +12988,8 @@ "authority_level": "international", "data_url": "https://africacdc.org", "has_api": false, - "file_path": "international/health/africa-cdc.json" + "file_path": "international/health/africa-cdc.json", + "geographic_scope": "regional" } ], "public_finance": [ @@ -12033,7 +13003,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" } ], "quality-management": [ @@ -12046,7 +13017,8 @@ "authority_level": "government", "data_url": "https://std.samr.gov.cn/", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" } ], "regulation": [ @@ -12060,7 +13032,8 @@ "authority_level": "government", "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "has_api": false, - "file_path": "china/finance/banking/nfra.json" + "file_path": "china/finance/banking/nfra.json", + "geographic_scope": "national" } ], "regulatory-standards": [ @@ -12073,7 +13046,8 @@ "authority_level": "international", "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", "has_api": false, - "file_path": "international/finance/iais.json" + "file_path": "international/finance/iais.json", + "geographic_scope": "global" } ], "remote-sensing": [ @@ -12086,7 +13060,8 @@ "authority_level": "government", "data_url": "https://earthexplorer.usgs.gov/", "has_api": true, - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" + "file_path": "countries/north-america/usa/usgs-earthexplorer.json", + "geographic_scope": "global" } ], "renewable energy": [ @@ -12099,7 +13074,8 @@ "authority_level": "government", "data_url": "https://www.eia.gov", "has_api": true, - "file_path": "countries/north-america/usa/eia.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" } ], "research": [ @@ -12112,7 +13088,8 @@ "authority_level": "government", "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" } ], "research-infrastructure": [ @@ -12125,7 +13102,8 @@ "authority_level": "government", "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json", + "geographic_scope": "national" } ], "resources": [ @@ -12138,7 +13116,8 @@ "authority_level": "government", "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "file_path": "china/resources/mineral/china-miit-rare-earth.json" + "file_path": "china/resources/mineral/china-miit-rare-earth.json", + "geographic_scope": "national" }, { "id": "china-mnr-minerals", @@ -12149,7 +13128,8 @@ "authority_level": "government", "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "file_path": "china/resources/mineral/china-mnr-minerals.json", + "geographic_scope": "national" } ], "risk factors": [ @@ -12162,7 +13142,8 @@ "authority_level": "research", "data_url": "https://ghdx.healthdata.org/", "has_api": true, - "file_path": "academic/health/ghdx.json" + "file_path": "academic/health/ghdx.json", + "geographic_scope": "global" } ], "safety": [ @@ -12175,7 +13156,8 @@ "authority_level": "international", "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json" + "file_path": "international/transportation/icao-aviation-data.json", + "geographic_scope": "global" } ], "science": [ @@ -12188,21 +13170,11 @@ "authority_level": "government", "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json", + "geographic_scope": "national" } ], "scientific-instruments": [ - { - "id": "china-instrument-society", - "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" - }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", - "has_api": false, - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" - }, { "id": "china-most-infrastructure", "name": { @@ -12212,7 +13184,20 @@ "authority_level": "government", "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json", + "geographic_scope": "national" + }, + { + "id": "china-instrument-society", + "name": { + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" + }, + "authority_level": "research", + "data_url": "https://www.cis.org.cn/post/index/162", + "has_api": false, + "file_path": "sectors/M-professional-scientific/china-instrument-society.json", + "geographic_scope": "national" } ], "securities": [ @@ -12226,7 +13211,8 @@ "authority_level": "government", "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "file_path": "china/finance/securities/csrc.json" + "file_path": "china/finance/securities/csrc.json", + "geographic_scope": "national" }, { "id": "hkex", @@ -12238,7 +13224,8 @@ "authority_level": "commercial", "data_url": "https://www.hkexnews.hk", "has_api": true, - "file_path": "china/finance/securities/hkex.json" + "file_path": "china/finance/securities/hkex.json", + "geographic_scope": "regional" } ], "semiconductors": [ @@ -12251,7 +13238,8 @@ "authority_level": "market", "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", + "geographic_scope": "national" } ], "services": [ @@ -12265,7 +13253,8 @@ "authority_level": "government", "data_url": "https://www.stats.gov.cn/sj/", "has_api": true, - "file_path": "china/national/nbs.json" + "file_path": "china/national/nbs.json", + "geographic_scope": "national" }, { "id": "china-sac-standards", @@ -12276,54 +13265,59 @@ "authority_level": "government", "data_url": "https://std.samr.gov.cn/", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" } ], "social": [ { - "id": "adb-data-library", + "id": "world-inequality-database", "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" + "en": "World Inequality Database (WID.world)", + "zh": "世界不平等数据库" }, - "authority_level": "international", - "data_url": "https://data.adb.org", + "authority_level": "research", + "data_url": "https://wid.world/", "has_api": true, - "file_path": "international/economics/adb-data-library.json" + "file_path": "academic/economics/world-inequality-database.json", + "geographic_scope": "global" }, { - "id": "afdb-statistics", + "id": "ceic-china-urbanization", "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "file_path": "international/development/afdb-statistics.json" + "file_path": "china/national/ceic-china-urbanization.json", + "geographic_scope": "national" }, { - "id": "adb-vietnam", + "id": "cnki-population-census", "name": { - "en": "Asian Development Bank - Vietnam Country Data", - "zh": "亚洲开发银行越南国别数据" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, - "authority_level": "international", - "data_url": "https://www.adb.org/countries/viet-nam/data", + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", "has_api": false, - "file_path": "international/economics/adb-vietnam.json" + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" }, { - "id": "adb-data", + "id": "china-nbs", "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "international", - "data_url": "https://data.adb.org", + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", "has_api": true, - "file_path": "international/development/adb-data.json" + "file_path": "china/national/nbs.json", + "geographic_scope": "national" }, { "id": "brazil-ibge", @@ -12334,41 +13328,57 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { - "id": "ceic-china-urbanization", + "id": "adb-data", "name": { - "en": "CEIC Data - China Urbanization Rate", - "zh": "CEIC数据库 - 中国城镇化率" + "en": "Asian Development Bank Data Library", + "zh": "亚洲开发银行数据库", + "native": "ADB Data Library" }, - "authority_level": "commercial", - "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "china/national/ceic-china-urbanization.json" + "file_path": "international/development/adb-data.json", + "geographic_scope": "regional" }, { - "id": "cnki-population-census", + "id": "afdb-statistics", "name": { - "en": "CNKI China Population Census Database", - "zh": "中国人口普查数据库" + "en": "African Development Bank Statistics", + "zh": "非洲开发银行统计数据" }, - "authority_level": "commercial", - "data_url": "https://data.cnki.net/npcd", - "has_api": false, - "file_path": "china/national/cnki-population-census.json" + "authority_level": "international", + "data_url": "https://dataportal.opendataforafrica.org", + "has_api": true, + "file_path": "international/development/afdb-statistics.json", + "geographic_scope": "regional" }, { - "id": "china-nbs", + "id": "adb-data-library", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "ADB Data Library", + "zh": "亚洲开发银行数据库" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", + "authority_level": "international", + "data_url": "https://data.adb.org", "has_api": true, - "file_path": "china/national/nbs.json" + "file_path": "international/economics/adb-data-library.json", + "geographic_scope": "regional" + }, + { + "id": "adb-vietnam", + "name": { + "en": "Asian Development Bank - Vietnam Country Data", + "zh": "亚洲开发银行越南国别数据" + }, + "authority_level": "international", + "data_url": "https://www.adb.org/countries/viet-nam/data", + "has_api": false, + "file_path": "international/economics/adb-vietnam.json", + "geographic_scope": "national" }, { "id": "oecd-statistics", @@ -12380,7 +13390,8 @@ "authority_level": "international", "data_url": "https://stats.oecd.org", "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { "id": "worldbank-open-data", @@ -12392,18 +13403,8 @@ "authority_level": "international", "data_url": "https://data.worldbank.org", "has_api": true, - "file_path": "international/economics/worldbank.json" - }, - { - "id": "world-inequality-database", - "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" - }, - "authority_level": "research", - "data_url": "https://wid.world/", - "has_api": true, - "file_path": "academic/economics/world-inequality-database.json" + "file_path": "international/economics/worldbank.json", + "geographic_scope": "global" } ], "social-development": [ @@ -12417,7 +13418,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "social-policy": [ @@ -12431,7 +13433,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "social-services": [ @@ -12445,7 +13448,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "software": [ @@ -12458,7 +13462,8 @@ "authority_level": "government", "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" } ], "space weather": [ @@ -12471,7 +13476,8 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "standards": [ @@ -12484,21 +13490,11 @@ "authority_level": "government", "data_url": "https://std.samr.gov.cn/", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" } ], "statistics": [ - { - "id": "icao-aviation-data", - "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" - }, - "authority_level": "international", - "data_url": "https://dataservices.icao.int/", - "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json" - }, { "id": "china-moe-higher-education", "name": { @@ -12508,7 +13504,20 @@ "authority_level": "government", "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "has_api": false, - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "file_path": "china/education/higher_education/china-moe-higher-education.json", + "geographic_scope": "national" + }, + { + "id": "icao-aviation-data", + "name": { + "en": "ICAO Aviation Data", + "zh": "国际民航组织航空数据" + }, + "authority_level": "international", + "data_url": "https://dataservices.icao.int/", + "has_api": true, + "file_path": "international/transportation/icao-aviation-data.json", + "geographic_scope": "global" } ], "structural-change": [ @@ -12521,7 +13530,8 @@ "authority_level": "research", "data_url": "https://www.rug.nl/ggdc/", "has_api": false, - "file_path": "academic/economics/ggdc-databases.json" + "file_path": "academic/economics/ggdc-databases.json", + "geographic_scope": "global" } ], "student-achievement": [ @@ -12534,10 +13544,23 @@ "authority_level": "international", "data_url": "https://www.iea.nl/data-tools/repository", "has_api": false, - "file_path": "international/education/iea-education-studies.json" + "file_path": "international/education/iea-education-studies.json", + "geographic_scope": "global" } ], "technology": [ + { + "id": "china-ndrc-computing", + "name": { + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" + }, + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "has_api": false, + "file_path": "china/economy/macro/china-ndrc-computing.json", + "geographic_scope": "national" + }, { "id": "china-caict", "name": { @@ -12547,7 +13570,8 @@ "authority_level": "research", "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "china/research/china-caict.json" + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" }, { "id": "china-cnipa-patents", @@ -12558,40 +13582,44 @@ "authority_level": "government", "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", "has_api": false, - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", + "geographic_scope": "national" }, { - "id": "china-lcd-association", + "id": "china-most-infrastructure", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "government", + "data_url": "https://nrii.org.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json", + "geographic_scope": "national" }, { - "id": "china-semiconductor-association", + "id": "china-most-rnd", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "government", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" }, { - "id": "china-software-association", + "id": "china-sac-standards", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, - "authority_level": "market", - "data_url": "https://www.csia.org.cn/", + "authority_level": "government", + "data_url": "https://std.samr.gov.cn/", "has_api": false, - "file_path": "sectors/J-information-communication/china-software-association.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" }, { "id": "china-miit", @@ -12602,75 +13630,70 @@ "authority_level": "government", "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json" + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" }, { - "id": "china-ndrc-computing", + "id": "oecd-statistics", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "OECD Statistics", + "zh": "经合组织统计数据", + "native": "OECD Statistics" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", - "has_api": false, - "file_path": "china/economy/macro/china-ndrc-computing.json" + "authority_level": "international", + "data_url": "https://stats.oecd.org", + "has_api": true, + "file_path": "international/economics/oecd.json", + "geographic_scope": "regional" }, { - "id": "china-most-rnd", + "id": "wipo-ip-statistics", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "WIPO IP Statistics", + "zh": "世界知识产权组织知识产权统计", + "native": "WIPO IP Statistics" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", + "authority_level": "international", + "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "international/intellectual-property/wipo.json", + "geographic_scope": "global" }, { - "id": "china-most-infrastructure", + "id": "china-lcd-association", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, - "authority_level": "government", - "data_url": "https://nrii.org.cn/", + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" - }, - { - "id": "oecd-statistics", - "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" - }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", - "has_api": true, - "file_path": "international/economics/oecd.json" + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", + "geographic_scope": "national" }, { - "id": "china-sac-standards", + "id": "china-semiconductor-association", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", + "geographic_scope": "national" }, { - "id": "wipo-ip-statistics", + "id": "china-software-association", "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, - "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", + "authority_level": "market", + "data_url": "https://www.csia.org.cn/", "has_api": false, - "file_path": "international/intellectual-property/wipo.json" + "file_path": "sectors/J-information-communication/china-software-association.json", + "geographic_scope": "national" } ], "technology-research": [ @@ -12683,7 +13706,8 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json" + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" } ], "telecommunications": [ @@ -12696,7 +13720,20 @@ "authority_level": "research", "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "file_path": "china/research/china-caict.json" + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" + }, + { + "id": "china-miit", + "name": { + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" + }, + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "has_api": false, + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" }, { "id": "china-imt2030", @@ -12707,42 +13744,85 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json" + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" + } + ], + "trade": [ + { + "id": "ggdc-databases", + "name": { + "en": "Groningen Growth and Development Centre (GGDC) Databases", + "zh": "格罗宁根增长与发展中心数据库" + }, + "authority_level": "research", + "data_url": "https://www.rug.nl/ggdc/", + "has_api": false, + "file_path": "academic/economics/ggdc-databases.json", + "geographic_scope": "global" }, { - "id": "china-miit", + "id": "china-customs", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "data_url": "http://www.customs.gov.cn", "has_api": false, - "file_path": "china/technology/telecommunications/china-miit.json" - } - ], - "trade": [ + "file_path": "china/economy/trade/customs.json", + "geographic_scope": "national" + }, { - "id": "australia-abs", + "id": "china-mofcom", "name": { - "en": "Australian Bureau of Statistics", - "zh": "澳大利亚统计局" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, "authority_level": "government", - "data_url": "https://www.abs.gov.au", + "data_url": "https://data.mofcom.gov.cn", + "has_api": false, + "file_path": "china/economy/trade/mofcom.json", + "geographic_scope": "national" + }, + { + "id": "canada-statcan", + "name": { + "en": "Statistics Canada", + "zh": "加拿大统计局", + "native": "Statistique Canada" + }, + "authority_level": "government", + "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "file_path": "countries/oceania/australia/abs.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" }, { - "id": "bea-international-trade", + "id": "usa-census-bureau", "name": { - "en": "BEA International Trade in Goods and Services", - "zh": "美国经济分析局国际贸易数据" + "en": "United States Census Bureau", + "zh": "美国人口普查局" }, "authority_level": "government", - "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" + }, + { + "id": "australia-abs", + "name": { + "en": "Australian Bureau of Statistics", + "zh": "澳大利亚统计局" + }, + "authority_level": "government", + "data_url": "https://www.abs.gov.au", "has_api": true, - "file_path": "international/trade/bea-international-trade.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { "id": "brazil-cecafe", @@ -12753,7 +13833,20 @@ "authority_level": "market", "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", "has_api": false, - "file_path": "countries/south-america/brazil-cecafe.json" + "file_path": "countries/south-america/brazil-cecafe.json", + "geographic_scope": "national" + }, + { + "id": "brazil-conab", + "name": { + "en": "National Supply Company (CONAB)", + "zh": "巴西国家商品供应公司" + }, + "authority_level": "government", + "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", + "has_api": false, + "file_path": "countries/south-america/brazil-conab.json", + "geographic_scope": "national" }, { "id": "brazil-ibge", @@ -12764,7 +13857,8 @@ "authority_level": "government", "data_url": "https://www.ibge.gov.br/en/indicators", "has_api": true, - "file_path": "countries/south-america/brazil-ibge.json" + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" }, { "id": "ceic-global-database", @@ -12775,7 +13869,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/products/global-economic-database", "has_api": true, - "file_path": "international/economics/ceic-global-database.json" + "file_path": "international/economics/ceic-global-database.json", + "geographic_scope": "global" }, { "id": "ceic-vietnam", @@ -12786,30 +13881,32 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "file_path": "international/economics/ceic-vietnam.json" + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" }, { - "id": "china-customs", + "id": "bea-international-trade", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, "authority_level": "government", - "data_url": "http://www.customs.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/customs.json" + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "has_api": true, + "file_path": "international/trade/bea-international-trade.json", + "geographic_scope": "national" }, { - "id": "ggdc-databases", + "id": "un-comtrade", "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" + "en": "UN Comtrade - United Nations International Trade Statistics Database", + "zh": "联合国国际贸易统计数据库" }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "file_path": "academic/economics/ggdc-databases.json" + "authority_level": "international", + "data_url": "https://comtradeplus.un.org", + "has_api": true, + "file_path": "international/trade/comtrade.json", + "geographic_scope": "global" }, { "id": "icc-trade-register", @@ -12820,53 +13917,8 @@ "authority_level": "international", "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", "has_api": false, - "file_path": "international/trade/icc-trade-register.json" - }, - { - "id": "china-mofcom", - "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" - }, - "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", - "has_api": false, - "file_path": "china/economy/trade/mofcom.json" - }, - { - "id": "brazil-conab", - "name": { - "en": "National Supply Company (CONAB)", - "zh": "巴西国家商品供应公司" - }, - "authority_level": "government", - "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", - "has_api": false, - "file_path": "countries/south-america/brazil-conab.json" - }, - { - "id": "canada-statcan", - "name": { - "en": "Statistics Canada", - "zh": "加拿大统计局", - "native": "Statistique Canada" - }, - "authority_level": "government", - "data_url": "https://www.statcan.gc.ca/en/start", - "has_api": true, - "file_path": "countries/north-america/canada/statcan.json" - }, - { - "id": "un-comtrade", - "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" - }, - "authority_level": "international", - "data_url": "https://comtradeplus.un.org", - "has_api": true, - "file_path": "international/trade/comtrade.json" + "file_path": "international/trade/icc-trade-register.json", + "geographic_scope": "global" }, { "id": "unctad", @@ -12877,18 +13929,8 @@ "authority_level": "international", "data_url": "https://unctadstat.unctad.org", "has_api": true, - "file_path": "international/trade/unctad.json" - }, - { - "id": "usa-census-bureau", - "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" - }, - "authority_level": "government", - "data_url": "https://www.census.gov", - "has_api": true, - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "international/trade/unctad.json", + "geographic_scope": "global" }, { "id": "wto-statistics", @@ -12900,7 +13942,8 @@ "authority_level": "international", "data_url": "https://stats.wto.org", "has_api": true, - "file_path": "international/trade/wto.json" + "file_path": "international/trade/wto.json", + "geographic_scope": "global" } ], "trademarks": [ @@ -12914,7 +13957,8 @@ "authority_level": "international", "data_url": "https://www3.wipo.int/ipstats/", "has_api": false, - "file_path": "international/intellectual-property/wipo.json" + "file_path": "international/intellectual-property/wipo.json", + "geographic_scope": "global" } ], "transportation": [ @@ -12927,7 +13971,8 @@ "authority_level": "international", "data_url": "https://dataservices.icao.int/", "has_api": true, - "file_path": "international/transportation/icao-aviation-data.json" + "file_path": "international/transportation/icao-aviation-data.json", + "geographic_scope": "global" } ], "urbanization": [ @@ -12940,7 +13985,8 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", "has_api": true, - "file_path": "china/national/ceic-china-urbanization.json" + "file_path": "china/national/ceic-china-urbanization.json", + "geographic_scope": "national" } ], "water": [ @@ -12953,7 +13999,8 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "weather": [ @@ -12966,7 +14013,8 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "welfare": [ @@ -12980,7 +14028,8 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "wireless-communication": [ @@ -12993,8 +14042,9 @@ "authority_level": "government", "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "file_path": "sectors/J-information-communication/china-imt2030.json" + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" } ] } -} \ No newline at end of file +} diff --git a/firstdata/indexes/by-region.json b/firstdata/indexes/by-region.json index 6ea512a..d15c539 100644 --- a/firstdata/indexes/by-region.json +++ b/firstdata/indexes/by-region.json @@ -1,7 +1,7 @@ { "metadata": { - "generated_at": "2026-03-02T13:59:27.915078", - "total_regions": 13, + "generated_at": "2026-03-02T07:39:18.857130+00:00", + "total_regions": 11, "total_sources": 150, "version": "2.0" }, @@ -16,8 +16,8 @@ "authority_level": "government", "data_url": "https://www.abs.gov.au", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/oceania/australia/abs.json" + "file_path": "countries/oceania/australia/abs.json", + "geographic_scope": "national" }, { "id": "aus-aihw", @@ -28,8 +28,8 @@ "authority_level": "government", "data_url": "https://www.aihw.gov.au/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/oceania/australia/aihw.json" + "file_path": "countries/oceania/australia/aihw.json", + "geographic_scope": "national" }, { "id": "bureau-of-meteorology", @@ -40,35 +40,11 @@ "authority_level": "government", "data_url": "https://www.bom.gov.au", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/oceania/australia/bureau-of-meteorology.json" + "file_path": "countries/oceania/australia/bureau-of-meteorology.json", + "geographic_scope": "national" } ], "BR": [ - { - "id": "brazil-cecafe", - "name": { - "en": "Brazilian Coffee Exporters Council", - "zh": "巴西咖啡出口商协会" - }, - "authority_level": "market", - "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", - "has_api": false, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil-cecafe.json" - }, - { - "id": "brazil-ibge", - "name": { - "en": "Brazilian Institute of Geography and Statistics", - "zh": "巴西地理统计局" - }, - "authority_level": "government", - "data_url": "https://www.ibge.gov.br/en/indicators", - "has_api": true, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil-ibge.json" - }, { "id": "brazil-bcb", "name": { @@ -79,8 +55,20 @@ "authority_level": "government", "data_url": "https://dadosabertos.bcb.gov.br", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil/brazil-bcb.json" + "file_path": "countries/south-america/brazil/brazil-bcb.json", + "geographic_scope": "national" + }, + { + "id": "brazil-cecafe", + "name": { + "en": "Brazilian Coffee Exporters Council", + "zh": "巴西咖啡出口商协会" + }, + "authority_level": "market", + "data_url": "https://www.cecafe.com.br/publicacoes/relatorio-de-exportacoes/", + "has_api": false, + "file_path": "countries/south-america/brazil-cecafe.json", + "geographic_scope": "national" }, { "id": "brazil-conab", @@ -91,8 +79,20 @@ "authority_level": "government", "data_url": "https://www.gov.br/conab/pt-br/atuacao/informacoes-agropecuarias/safras/safra-de-cafe", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/south-america/brazil-conab.json" + "file_path": "countries/south-america/brazil-conab.json", + "geographic_scope": "national" + }, + { + "id": "brazil-ibge", + "name": { + "en": "Brazilian Institute of Geography and Statistics", + "zh": "巴西地理统计局" + }, + "authority_level": "government", + "data_url": "https://www.ibge.gov.br/en/indicators", + "has_api": true, + "file_path": "countries/south-america/brazil-ibge.json", + "geographic_scope": "national" } ], "CA": [ @@ -106,8 +106,8 @@ "authority_level": "government", "data_url": "https://open.canada.ca/data/en/organization/aafc-aac", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/aafc.json" + "file_path": "countries/north-america/canada/aafc.json", + "geographic_scope": "national" }, { "id": "canada-boc", @@ -119,34 +119,34 @@ "authority_level": "government", "data_url": "https://www.bankofcanada.ca/rates/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/canada-boc.json" + "file_path": "countries/north-america/canada/canada-boc.json", + "geographic_scope": "national" }, { - "id": "canada-cer", + "id": "canada-cihi", "name": { - "en": "Canada Energy Regulator", - "zh": "加拿大能源监管局", - "native": "Régie de l'énergie du Canada" + "en": "Canadian Institute for Health Information", + "zh": "加拿大健康信息研究所", + "native": "Institut canadien d'information sur la santé" }, "authority_level": "government", - "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", + "data_url": "https://www.cihi.ca/en/access-data-and-reports", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/canada-energy-regulator.json" + "file_path": "countries/north-america/canada/canada-cihi.json", + "geographic_scope": "national" }, { - "id": "canada-cihi", + "id": "canada-cer", "name": { - "en": "Canadian Institute for Health Information", - "zh": "加拿大健康信息研究所", - "native": "Institut canadien d'information sur la santé" + "en": "Canada Energy Regulator", + "zh": "加拿大能源监管局", + "native": "Régie de l'énergie du Canada" }, "authority_level": "government", - "data_url": "https://www.cihi.ca/en/access-data-and-reports", + "data_url": "https://www.cer-rec.gc.ca/en/data-analysis/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/canada-cihi.json" + "file_path": "countries/north-america/canada/canada-energy-regulator.json", + "geographic_scope": "national" }, { "id": "canada-statcan", @@ -158,416 +158,428 @@ "authority_level": "government", "data_url": "https://www.statcan.gc.ca/en/start", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/canada/statcan.json" + "file_path": "countries/north-america/canada/statcan.json", + "geographic_scope": "national" } ], "CN": [ { - "id": "china-rare-earth-association", + "id": "china-ndrc-computing", "name": { - "en": "Association of China Rare Earth Industry", - "zh": "中国稀土行业协会" + "en": "NDRC East-to-West Computing Resources Project", + "zh": "国家发展改革委东数西算工程" }, - "authority_level": "market", - "data_url": "https://ac-rei.org.cn", + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json" + "file_path": "china/economy/macro/china-ndrc-computing.json", + "geographic_scope": "national" }, { - "id": "ceic-china-urbanization", + "id": "china-ndrc", "name": { - "en": "CEIC Data - China Urbanization Rate", - "zh": "CEIC数据库 - 中国城镇化率" + "en": "National Development and Reform Commission", + "zh": "国家发展和改革委员会", + "native": "国家发展和改革委员会" }, - "authority_level": "commercial", - "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", - "has_api": true, - "geographic_scope": "national", - "file_path": "china/national/ceic-china-urbanization.json" + "authority_level": "government", + "data_url": "https://www.ndrc.gov.cn/fgsj/", + "has_api": false, + "file_path": "china/economy/macro/ndrc.json", + "geographic_scope": "national" }, { - "id": "cnki-population-census", + "id": "china-customs", "name": { - "en": "CNKI China Population Census Database", - "zh": "中国人口普查数据库" + "en": "General Administration of Customs of China", + "zh": "中华人民共和国海关总署", + "native": "中华人民共和国海关总署" }, - "authority_level": "commercial", - "data_url": "https://data.cnki.net/npcd", + "authority_level": "government", + "data_url": "http://www.customs.gov.cn", "has_api": false, - "geographic_scope": "national", - "file_path": "china/national/cnki-population-census.json" + "file_path": "china/economy/trade/customs.json", + "geographic_scope": "national" }, { - "id": "china-caict", + "id": "china-mofcom", "name": { - "en": "China Academy of Information and Communications Technology", - "zh": "中国信息通信研究院" + "en": "Ministry of Commerce of China", + "zh": "中华人民共和国商务部", + "native": "中华人民共和国商务部" }, - "authority_level": "research", - "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", + "authority_level": "government", + "data_url": "https://data.mofcom.gov.cn", "has_api": false, - "geographic_scope": "national", - "file_path": "china/research/china-caict.json" + "file_path": "china/economy/trade/mofcom.json", + "geographic_scope": "national" }, { - "id": "china-additive-manufacturing-alliance", + "id": "china-moe-higher-education", "name": { - "en": "China Additive Manufacturing Alliance", - "zh": "中国增材制造产业联盟" + "en": "Ministry of Education of China - Higher Education Statistics", + "zh": "中华人民共和国教育部高等教育统计" }, - "authority_level": "market", - "data_url": "https://www.miit-eidc.org.cn", + "authority_level": "government", + "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json" + "file_path": "china/education/higher_education/china-moe-higher-education.json", + "geographic_scope": "national" }, { - "id": "china-auto-association", + "id": "china-nfra", "name": { - "en": "China Association of Automobile Manufacturers", - "zh": "中国汽车工业协会" + "en": "National Financial Regulatory Administration", + "zh": "国家金融监督管理总局", + "native": "国家金融监督管理总局" }, - "authority_level": "market", - "data_url": "http://www.caam.org.cn/tjsj", + "authority_level": "government", + "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json" + "file_path": "china/finance/banking/nfra.json", + "geographic_scope": "national" }, { - "id": "china-charging-alliance", + "id": "china-pbc", "name": { - "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", - "zh": "中国电动汽车充电基础设施促进联盟" + "en": "People's Bank of China", + "zh": "中国人民银行", + "native": "中国人民银行" }, - "authority_level": "market", - "data_url": "https://evcipa.com/dataCenter/dataList", + "authority_level": "government", + "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json" + "file_path": "china/finance/banking/pbc.json", + "geographic_scope": "national" }, { - "id": "china-instrument-society", + "id": "china-csrc", "name": { - "en": "China Instrument and Control Society", - "zh": "中国仪器仪表学会" + "en": "China Securities Regulatory Commission", + "zh": "中国证券监督管理委员会", + "native": "中国证券监督管理委员会" }, - "authority_level": "research", - "data_url": "https://www.cis.org.cn/post/index/162", + "authority_level": "government", + "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/M-professional-scientific/china-instrument-society.json" + "file_path": "china/finance/securities/csrc.json", + "geographic_scope": "national" }, { - "id": "china-machine-tool-association", + "id": "ceic-china-urbanization", "name": { - "en": "China Machine Tool & Tool Builders' Association", - "zh": "中国机床工具工业协会" + "en": "CEIC Data - China Urbanization Rate", + "zh": "CEIC数据库 - 中国城镇化率" }, - "authority_level": "market", - "data_url": "https://www.cmtba.org.cn/web/11/list.html", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json" + "authority_level": "commercial", + "data_url": "https://www.ceicdata.com/zh-hans/china/population-urbanization-rate", + "has_api": true, + "file_path": "china/national/ceic-china-urbanization.json", + "geographic_scope": "national" }, { - "id": "china-cnipa-patents", + "id": "cnki-population-census", "name": { - "en": "China National Intellectual Property Administration - Patent Statistics", - "zh": "国家知识产权局专利统计" + "en": "CNKI China Population Census Database", + "zh": "中国人口普查数据库" }, - "authority_level": "government", - "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", + "authority_level": "commercial", + "data_url": "https://data.cnki.net/npcd", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/intellectual_property/china-cnipa-patents.json" + "file_path": "china/national/cnki-population-census.json", + "geographic_scope": "national" }, { - "id": "china-optical-association", + "id": "china-nbs", "name": { - "en": "China Optics and Optoelectronics Manufacturers Association", - "zh": "中国光学光电子行业协会" + "en": "National Bureau of Statistics of China", + "zh": "国家统计局", + "native": "国家统计局" }, - "authority_level": "market", - "data_url": "https://www.coema.org.cn/research/sum", - "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json" + "authority_level": "government", + "data_url": "https://www.stats.gov.cn/sj/", + "has_api": true, + "file_path": "china/national/nbs.json", + "geographic_scope": "national" }, { - "id": "china-lcd-association", + "id": "china-caict", "name": { - "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", - "zh": "中国光学光电子行业协会液晶分会" + "en": "China Academy of Information and Communications Technology", + "zh": "中国信息通信研究院" }, - "authority_level": "market", - "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", + "authority_level": "research", + "data_url": "http://www.caict.ac.cn/kxyj/qwfb/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json" + "file_path": "china/research/china-caict.json", + "geographic_scope": "national" }, { - "id": "china-petroleum-chemical-federation", + "id": "china-miit-rare-earth", "name": { - "en": "China Petroleum and Chemical Industry Federation", - "zh": "中国石油和化学工业联合会" + "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", + "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" }, - "authority_level": "market", - "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "authority_level": "government", + "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json" + "file_path": "china/resources/mineral/china-miit-rare-earth.json", + "geographic_scope": "national" }, { - "id": "china-csrc", + "id": "china-mnr-minerals", "name": { - "en": "China Securities Regulatory Commission", - "zh": "中国证券监督管理委员会", - "native": "中国证券监督管理委员会" + "en": "Ministry of Natural Resources - Mineral Resources Data", + "zh": "自然资源部矿产资源数据" }, "authority_level": "government", - "data_url": "https://www.csrc.gov.cn/csrc/c100103/common_list.shtml", + "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", "has_api": false, - "geographic_scope": "national", - "file_path": "china/finance/securities/csrc.json" + "file_path": "china/resources/mineral/china-mnr-minerals.json", + "geographic_scope": "national" }, { - "id": "china-semiconductor-association", + "id": "china-national-data-bureau", "name": { - "en": "China Semiconductor Industry Association", - "zh": "中国半导体行业协会" + "en": "National Data Administration of China", + "zh": "国家数据局" }, - "authority_level": "market", - "data_url": "https://web.csia.net.cn/hyyhfx", + "authority_level": "government", + "data_url": "https://sjdj.nda.gov.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json" + "file_path": "china/technology/digital_economy/china-national-data-bureau.json", + "geographic_scope": "national" }, { - "id": "china-software-association", + "id": "china-cnipa-patents", "name": { - "en": "China Software Industry Association", - "zh": "中国软件行业协会" + "en": "China National Intellectual Property Administration - Patent Statistics", + "zh": "国家知识产权局专利统计" }, - "authority_level": "market", - "data_url": "https://www.csia.org.cn/", + "authority_level": "government", + "data_url": "https://www.cnipa.gov.cn/col/col61/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/J-information-communication/china-software-association.json" + "file_path": "china/technology/intellectual_property/china-cnipa-patents.json", + "geographic_scope": "national" }, { - "id": "china-customs", + "id": "china-most-infrastructure", "name": { - "en": "General Administration of Customs of China", - "zh": "中华人民共和国海关总署", - "native": "中华人民共和国海关总署" + "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", + "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" }, "authority_level": "government", - "data_url": "http://www.customs.gov.cn", + "data_url": "https://nrii.org.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/trade/customs.json" + "file_path": "china/technology/sci_resources/china-most-infrastructure.json", + "geographic_scope": "national" }, { - "id": "china-imt2030", + "id": "china-most-rnd", "name": { - "en": "IMT-2030 (6G) Promotion Group", - "zh": "IMT-2030(6G)推进组" + "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", + "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" }, "authority_level": "government", - "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", + "data_url": "https://service.most.gov.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/J-information-communication/china-imt2030.json" + "file_path": "china/technology/sci_resources/china-most-rnd.json", + "geographic_scope": "national" }, { - "id": "china-miit-rare-earth", + "id": "china-sac-standards", "name": { - "en": "MIIT Rare Earth Office - Rare Earth Industry Regulation and Production Quotas", - "zh": "工业和信息化部稀土办公室 - 稀土行业规范与生产配额" + "en": "Standardization Administration of China (SAC)", + "zh": "国家标准化管理委员会" }, "authority_level": "government", - "data_url": "https://www.miit.gov.cn/jgsj/ycls/xt/index.html", + "data_url": "https://std.samr.gov.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "china/resources/mineral/china-miit-rare-earth.json" + "file_path": "china/technology/standards/china-sac-standards.json", + "geographic_scope": "national" }, { - "id": "china-mofcom", + "id": "china-miit", "name": { - "en": "Ministry of Commerce of China", - "zh": "中华人民共和国商务部", - "native": "中华人民共和国商务部" + "en": "Ministry of Industry and Information Technology of the People's Republic of China", + "zh": "中华人民共和国工业和信息化部" }, "authority_level": "government", - "data_url": "https://data.mofcom.gov.cn", + "data_url": "https://www.miit.gov.cn/gxsj/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/trade/mofcom.json" + "file_path": "china/technology/telecommunications/china-miit.json", + "geographic_scope": "national" }, { - "id": "china-moe-higher-education", + "id": "china-rare-earth-association", "name": { - "en": "Ministry of Education of China - Higher Education Statistics", - "zh": "中华人民共和国教育部高等教育统计" + "en": "Association of China Rare Earth Industry", + "zh": "中国稀土行业协会" }, - "authority_level": "government", - "data_url": "http://www.moe.gov.cn/jyb_sjzl/sjzl_fztjgb/", + "authority_level": "market", + "data_url": "https://ac-rei.org.cn", "has_api": false, - "geographic_scope": "national", - "file_path": "china/education/higher_education/china-moe-higher-education.json" + "file_path": "sectors/B-mining/rare-earth/china-rare-earth-association.json", + "geographic_scope": "national" }, { - "id": "china-miit", + "id": "china-additive-manufacturing-alliance", "name": { - "en": "Ministry of Industry and Information Technology of the People's Republic of China", - "zh": "中华人民共和国工业和信息化部" + "en": "China Additive Manufacturing Alliance", + "zh": "中国增材制造产业联盟" }, - "authority_level": "government", - "data_url": "https://www.miit.gov.cn/gxsj/index.html", + "authority_level": "market", + "data_url": "https://www.miit-eidc.org.cn", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/telecommunications/china-miit.json" + "file_path": "sectors/C-manufacturing/additive/china-additive-manufacturing-alliance.json", + "geographic_scope": "national" }, { - "id": "china-mnr-minerals", + "id": "china-auto-association", "name": { - "en": "Ministry of Natural Resources - Mineral Resources Data", - "zh": "自然资源部矿产资源数据" + "en": "China Association of Automobile Manufacturers", + "zh": "中国汽车工业协会" }, - "authority_level": "government", - "data_url": "https://www.mnr.gov.cn/sj/sjfw/kc_19263/", + "authority_level": "market", + "data_url": "http://www.caam.org.cn/tjsj", "has_api": false, - "geographic_scope": "national", - "file_path": "china/resources/mineral/china-mnr-minerals.json" + "file_path": "sectors/C-manufacturing/automotive/china-auto-association.json", + "geographic_scope": "national" }, { - "id": "china-ndrc-computing", + "id": "china-charging-alliance", "name": { - "en": "NDRC East-to-West Computing Resources Project", - "zh": "国家发展改革委东数西算工程" + "en": "China Electric Vehicle Charging Infrastructure Promotion Alliance", + "zh": "中国电动汽车充电基础设施促进联盟" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/xxgk/zcfb/tz/202312/t20231229_1363000.html", + "authority_level": "market", + "data_url": "https://evcipa.com/dataCenter/dataList", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/macro/china-ndrc-computing.json" + "file_path": "sectors/C-manufacturing/automotive/china-charging-alliance.json", + "geographic_scope": "national" }, { - "id": "china-nbs", + "id": "china-petroleum-chemical-federation", "name": { - "en": "National Bureau of Statistics of China", - "zh": "国家统计局", - "native": "国家统计局" + "en": "China Petroleum and Chemical Industry Federation", + "zh": "中国石油和化学工业联合会" }, - "authority_level": "government", - "data_url": "https://www.stats.gov.cn/sj/", - "has_api": true, - "geographic_scope": "national", - "file_path": "china/national/nbs.json" + "authority_level": "market", + "data_url": "http://www.cpcif.org.cn/list/402882396610575f0166105924fe0000", + "has_api": false, + "file_path": "sectors/C-manufacturing/chemicals/china-petroleum-chemical-federation.json", + "geographic_scope": "national" }, { - "id": "china-national-data-bureau", + "id": "china-lcd-association", "name": { - "en": "National Data Administration of China", - "zh": "国家数据局" + "en": "China Optoelectronic Display Association - Liquid Crystal Division (CODA)", + "zh": "中国光学光电子行业协会液晶分会" }, - "authority_level": "government", - "data_url": "https://sjdj.nda.gov.cn/", + "authority_level": "market", + "data_url": "http://www.coda.org.cn/#/details/more?type=list-info&id=61b1c9ec105e35101858fc49&bannerId=61b30eaa105e353264b3f083", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/digital_economy/china-national-data-bureau.json" + "file_path": "sectors/C-manufacturing/electronics/china-lcd-association.json", + "geographic_scope": "national" }, { - "id": "china-ndrc", + "id": "china-optical-association", "name": { - "en": "National Development and Reform Commission", - "zh": "国家发展和改革委员会", - "native": "国家发展和改革委员会" + "en": "China Optics and Optoelectronics Manufacturers Association", + "zh": "中国光学光电子行业协会" }, - "authority_level": "government", - "data_url": "https://www.ndrc.gov.cn/fgsj/", + "authority_level": "market", + "data_url": "https://www.coema.org.cn/research/sum", "has_api": false, - "geographic_scope": "national", - "file_path": "china/economy/macro/ndrc.json" + "file_path": "sectors/C-manufacturing/electronics/china-optical-association.json", + "geographic_scope": "national" }, { - "id": "china-nfra", + "id": "china-semiconductor-association", "name": { - "en": "National Financial Regulatory Administration", - "zh": "国家金融监督管理总局", - "native": "国家金融监督管理总局" + "en": "China Semiconductor Industry Association", + "zh": "中国半导体行业协会" }, - "authority_level": "government", - "data_url": "https://www.nfra.gov.cn/cn/view/pages/tongjishuju/tongjishuju.html", + "authority_level": "market", + "data_url": "https://web.csia.net.cn/hyyhfx", "has_api": false, - "geographic_scope": "national", - "file_path": "china/finance/banking/nfra.json" + "file_path": "sectors/C-manufacturing/electronics/china-semiconductor-association.json", + "geographic_scope": "national" }, { - "id": "china-most-rnd", + "id": "china-machine-tool-association", "name": { - "en": "National Key R&D Program of China - Industrial Software and 16 Key Special Projects", - "zh": "国家重点研发计划 - 工业软件专项及16个重点专项" + "en": "China Machine Tool & Tool Builders' Association", + "zh": "中国机床工具工业协会" }, - "authority_level": "government", - "data_url": "https://service.most.gov.cn/", + "authority_level": "market", + "data_url": "https://www.cmtba.org.cn/web/11/list.html", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/sci_resources/china-most-rnd.json" + "file_path": "sectors/C-manufacturing/machinery/china-machine-tool-association.json", + "geographic_scope": "national" }, { - "id": "china-most-infrastructure", + "id": "china-robot-industry-alliance", "name": { - "en": "National Platform for Research Infrastructure and Large-scale Scientific Instruments", - "zh": "重大科研基础设施和大型科研仪器国家网络管理平台" + "en": "Robot Branch of China Machinery Industry Federation", + "zh": "中国机械工业联合会机器人分会" }, - "authority_level": "government", - "data_url": "https://nrii.org.cn/", + "authority_level": "market", + "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/sci_resources/china-most-infrastructure.json" + "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json", + "geographic_scope": "national" }, { - "id": "china-pbc", + "id": "china-imt2030", "name": { - "en": "People's Bank of China", - "zh": "中国人民银行", - "native": "中国人民银行" + "en": "IMT-2030 (6G) Promotion Group", + "zh": "IMT-2030(6G)推进组" }, "authority_level": "government", - "data_url": "http://www.pbc.gov.cn/diaochatongjisi/116219/index.html", + "data_url": "https://www.imt2030.org.cn/html/default/zhongwen/chengguofabu/index.html", "has_api": false, - "geographic_scope": "national", - "file_path": "china/finance/banking/pbc.json" + "file_path": "sectors/J-information-communication/china-imt2030.json", + "geographic_scope": "national" }, { - "id": "china-robot-industry-alliance", + "id": "china-software-association", "name": { - "en": "Robot Branch of China Machinery Industry Federation", - "zh": "中国机械工业联合会机器人分会" + "en": "China Software Industry Association", + "zh": "中国软件行业协会" }, "authority_level": "market", - "data_url": "http://cria.mei.net.cn/gzpt.asp?lm=/1310", + "data_url": "https://www.csia.org.cn/", "has_api": false, - "geographic_scope": "national", - "file_path": "sectors/C-manufacturing/robotics/china-robot-industry-alliance.json" + "file_path": "sectors/J-information-communication/china-software-association.json", + "geographic_scope": "national" }, { - "id": "china-sac-standards", + "id": "china-instrument-society", "name": { - "en": "Standardization Administration of China (SAC)", - "zh": "国家标准化管理委员会" + "en": "China Instrument and Control Society", + "zh": "中国仪器仪表学会" }, - "authority_level": "government", - "data_url": "https://std.samr.gov.cn/", + "authority_level": "research", + "data_url": "https://www.cis.org.cn/post/index/162", "has_api": false, - "geographic_scope": "national", - "file_path": "china/technology/standards/china-sac-standards.json" + "file_path": "sectors/M-professional-scientific/china-instrument-society.json", + "geographic_scope": "national" } ], "GB": [ + { + "id": "uk-biobank", + "name": { + "en": "UK Biobank", + "zh": "英国生物样本库" + }, + "authority_level": "research", + "data_url": "https://www.ukbiobank.ac.uk/", + "has_api": true, + "file_path": "academic/biology/uk-biobank.json", + "geographic_scope": "national" + }, { "id": "uk-boe", "name": { @@ -577,8 +589,8 @@ "authority_level": "government", "data_url": "https://www.bankofengland.co.uk/boeapps/database/", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/europe/uk/bank-of-england.json" + "file_path": "countries/europe/uk/bank-of-england.json", + "geographic_scope": "national" }, { "id": "uk-data-gov", @@ -589,20 +601,8 @@ "authority_level": "government", "data_url": "https://www.data.gov.uk", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/europe/uk/uk-data-gov.json" - }, - { - "id": "uk-biobank", - "name": { - "en": "UK Biobank", - "zh": "英国生物样本库" - }, - "authority_level": "research", - "data_url": "https://www.ukbiobank.ac.uk/", - "has_api": true, - "geographic_scope": "national", - "file_path": "academic/biology/uk-biobank.json" + "file_path": "countries/europe/uk/uk-data-gov.json", + "geographic_scope": "national" } ], "IN": [ @@ -615,8 +615,8 @@ "authority_level": "government", "data_url": "https://www.commerce.gov.in/trade-statistics/", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/asia/india/india-dgcis.json" + "file_path": "countries/asia/india/india-dgcis.json", + "geographic_scope": "national" } ], "JP": [ @@ -630,8 +630,8 @@ "authority_level": "government", "data_url": "https://www.boj.or.jp/en/statistics/index.htm", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/asia/japan/boj-statistics.json" + "file_path": "countries/asia/japan/boj-statistics.json", + "geographic_scope": "national" } ], "KR": [ @@ -645,8 +645,8 @@ "authority_level": "government", "data_url": "https://www.bok.or.kr/eng/main/main.do", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/asia/korea/korea-bok.json" + "file_path": "countries/asia/korea/korea-bok.json", + "geographic_scope": "national" } ], "MX": [ @@ -660,8 +660,8 @@ "authority_level": "government", "data_url": "https://www.banxico.org.mx", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/mexico/banxico.json" + "file_path": "countries/north-america/mexico/banxico.json", + "geographic_scope": "national" }, { "id": "mexico-coneval", @@ -673,22 +673,46 @@ "authority_level": "government", "data_url": "https://www.coneval.org.mx", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/north-america/mexico/coneval.json" + "file_path": "countries/north-america/mexico/coneval.json", + "geographic_scope": "national" } ], "US": [ { - "id": "bea-international-trade", + "id": "tcga", "name": { - "en": "BEA International Trade in Goods and Services", - "zh": "美国经济分析局国际贸易数据" + "en": "The Cancer Genome Atlas (TCGA)", + "zh": "癌症基因组图谱" }, "authority_level": "government", - "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", + "data_url": "https://portal.gdc.cancer.gov/", + "has_api": true, + "file_path": "academic/health/tcga.json", + "geographic_scope": "national" + }, + { + "id": "usa-census-bureau", + "name": { + "en": "United States Census Bureau", + "zh": "美国人口普查局" + }, + "authority_level": "government", + "data_url": "https://www.census.gov", + "has_api": true, + "file_path": "countries/north-america/usa/census-bureau.json", + "geographic_scope": "national" + }, + { + "id": "usa-eia", + "name": { + "en": "U.S. Energy Information Administration", + "zh": "美国能源信息署" + }, + "authority_level": "government", + "data_url": "https://www.eia.gov", "has_api": true, - "geographic_scope": "national", - "file_path": "international/trade/bea-international-trade.json" + "file_path": "countries/north-america/usa/eia.json", + "geographic_scope": "national" }, { "id": "us-bea", @@ -699,8 +723,8 @@ "authority_level": "government", "data_url": "https://www.bea.gov/data", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-bea.json" + "file_path": "countries/north-america/usa/us-bea.json", + "geographic_scope": "national" }, { "id": "us-bls", @@ -711,8 +735,8 @@ "authority_level": "government", "data_url": "https://www.bls.gov/data/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-bls.json" + "file_path": "countries/north-america/usa/us-bls.json", + "geographic_scope": "national" }, { "id": "us-cdc", @@ -723,20 +747,8 @@ "authority_level": "government", "data_url": "https://data.cdc.gov/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-cdc.json" - }, - { - "id": "crsp", - "name": { - "en": "CRSP - Center for Research in Security Prices", - "zh": "证券价格研究中心" - }, - "authority_level": "research", - "data_url": "https://www.crsp.org/", - "has_api": true, - "geographic_scope": "national", - "file_path": "sectors/K-finance-insurance/crsp.json" + "file_path": "countries/north-america/usa/us-cdc.json", + "geographic_scope": "national" }, { "id": "us-data-gov", @@ -747,44 +759,32 @@ "authority_level": "government", "data_url": "https://catalog.data.gov/dataset", "has_api": false, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/us-data-gov.json" - }, - { - "id": "tcga", - "name": { - "en": "The Cancer Genome Atlas (TCGA)", - "zh": "癌症基因组图谱" - }, - "authority_level": "government", - "data_url": "https://portal.gdc.cancer.gov/", - "has_api": true, - "geographic_scope": "national", - "file_path": "academic/health/tcga.json" + "file_path": "countries/north-america/usa/us-data-gov.json", + "geographic_scope": "national" }, { - "id": "usa-eia", + "id": "bea-international-trade", "name": { - "en": "U.S. Energy Information Administration", - "zh": "美国能源信息署" + "en": "BEA International Trade in Goods and Services", + "zh": "美国经济分析局国际贸易数据" }, "authority_level": "government", - "data_url": "https://www.eia.gov", + "data_url": "https://apps.bea.gov/iTable/index_ita.cfm", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/eia.json" + "file_path": "international/trade/bea-international-trade.json", + "geographic_scope": "national" }, { - "id": "usa-census-bureau", + "id": "crsp", "name": { - "en": "United States Census Bureau", - "zh": "美国人口普查局" + "en": "CRSP - Center for Research in Security Prices", + "zh": "证券价格研究中心" }, - "authority_level": "government", - "data_url": "https://www.census.gov", + "authority_level": "research", + "data_url": "https://www.crsp.org/", "has_api": true, - "geographic_scope": "national", - "file_path": "countries/north-america/usa/census-bureau.json" + "file_path": "sectors/K-finance-insurance/crsp.json", + "geographic_scope": "national" } ], "VN": [ @@ -797,8 +797,8 @@ "authority_level": "international", "data_url": "https://www.adb.org/countries/viet-nam/data", "has_api": false, - "geographic_scope": "national", - "file_path": "international/economics/adb-vietnam.json" + "file_path": "international/economics/adb-vietnam.json", + "geographic_scope": "national" }, { "id": "ceic-vietnam", @@ -809,1056 +809,9 @@ "authority_level": "commercial", "data_url": "https://www.ceicdata.com/en/country/vietnam", "has_api": true, - "geographic_scope": "national", - "file_path": "international/economics/ceic-vietnam.json" - } - ], - "global": [ - { - "id": "1000-genomes", - "name": { - "en": "1000 Genomes Project", - "zh": "千人基因组计划" - }, - "authority_level": "research", - "data_url": "https://www.internationalgenome.org/", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/biology/1000-genomes.json" - }, - { - "id": "akshare", - "name": { - "en": "AKShare - Open Source Financial Data Interface Library", - "zh": "AKShare - 开源财经数据接口库" - }, - "authority_level": "other", - "data_url": "https://github.com/akfamily/akshare", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/akshare.json" - }, - { - "id": "tennis-atp-wta-data", - "name": { - "en": "ATP/WTA Tennis Data", - "zh": "ATP/WTA网球数据" - }, - "authority_level": "research", - "data_url": "https://github.com/JeffSackmann/tennis_atp", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/R-arts-entertainment/tennis-atp-wta-data.json" - }, - { - "id": "arwu", - "name": { - "en": "Academic Ranking of World Universities", - "zh": "世界大学学术排名" - }, - "authority_level": "research", - "data_url": "https://www.shanghairanking.com/rankings/arwu/2025", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/P-education/arwu.json" - }, - { - "id": "amis", - "name": { - "en": "Agricultural Market Information System (AMIS)", - "zh": "农业市场信息系统" - }, - "authority_level": "international", - "data_url": "https://www.amis-outlook.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/A-agriculture/amis.json" - }, - { - "id": "alpha-vantage", - "name": { - "en": "Alpha Vantage API", - "zh": "Alpha Vantage API" - }, - "authority_level": "commercial", - "data_url": "https://www.alphavantage.co/", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/alpha-vantage.json" - }, - { - "id": "alphafold-db", - "name": { - "en": "AlphaFold Protein Structure Database", - "zh": "AlphaFold蛋白质结构数据库" - }, - "authority_level": "international", - "data_url": "https://alphafold.com", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/alphafold-db.json" - }, - { - "id": "bipm-kcdb", - "name": { - "en": "BIPM Key Comparison Database (KCDB)", - "zh": "国际度量衡局关键比对数据库", - "native": "Bureau International des Poids et Mesures (BIPM)" - }, - "authority_level": "international", - "data_url": "https://www.bipm.org/kcdb", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/standards-metrology/bipm-kcdb.json" - }, - { - "id": "bis-reserves", - "name": { - "en": "BIS Central Bank Reserves Statistics", - "zh": "国际清算银行外汇储备统计" - }, - "authority_level": "international", - "data_url": "https://data.bis.org/topics/CBTA", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/finance/bis-reserves.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics", - "zh": "国际清算银行统计数据" - }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/economics/bis-statistics.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "government", - "data_url": "https://data.bis.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/bis.json" - }, - { - "id": "bis-statistics", - "name": { - "en": "BIS Statistics - Bank for International Settlements", - "zh": "国际清算银行统计数据" - }, - "authority_level": "international", - "data_url": "https://data.bis.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/finance/bis-statistics.json" - }, - { - "id": "basel-convention", - "name": { - "en": "Basel Convention Data", - "zh": "巴塞尔公约数据" - }, - "authority_level": "international", - "data_url": "https://www.basel.int", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/environment/basel-convention.json" - }, - { - "id": "bloomberg-terminal", - "name": { - "en": "Bloomberg Terminal (Public Data)", - "zh": "彭博终端(部分公开数据)" - }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/markets", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/bloomberg-terminal.json" - }, - { - "id": "bloomberg-terminal-ipo", - "name": { - "en": "Bloomberg Terminal - IPO Module", - "zh": "彭博终端 - IPO模块" - }, - "authority_level": "commercial", - "data_url": "https://www.bloomberg.com/professional/products/bloomberg-terminal/", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/bloomberg-terminal-ipo.json" - }, - { - "id": "bookscorpus", - "name": { - "en": "BooksCorpus", - "zh": "图书语料库" - }, - "authority_level": "research", - "data_url": "https://github.com/soskek/bookcorpus", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/bookscorpus.json" - }, - { - "id": "british-museum-collection", - "name": { - "en": "British Museum Collection", - "zh": "大英博物馆馆藏" - }, - "authority_level": "research", - "data_url": "https://www.britishmuseum.org/collection", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/R-arts-entertainment/british-museum-collection.json" - }, - { - "id": "ceic-global-database", - "name": { - "en": "CEIC Global Database", - "zh": "环亚经济数据库" - }, - "authority_level": "commercial", - "data_url": "https://www.ceicdata.com/en/products/global-economic-database", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/ceic-global-database.json" - }, - { - "id": "cern-open-data", - "name": { - "en": "CERN Open Data Portal", - "zh": "CERN 开放数据门户" - }, - "authority_level": "research", - "data_url": "https://opendata.cern.ch/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/physics/cern-open-data.json" - }, - { - "id": "cgiar-research-data", - "name": { - "en": "CGIAR Research Data", - "zh": "国际农业研究磋商组织研究数据" - }, - "authority_level": "international", - "data_url": "https://gardian.cgiar.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/agriculture/cgiar-research-data.json" - }, - { - "id": "cifar", - "name": { - "en": "CIFAR-10 and CIFAR-100", - "zh": "CIFAR-10 和 CIFAR-100 数据集" - }, - "authority_level": "research", - "data_url": "https://www.cs.toronto.edu/~kriz/cifar.html", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/cifar.json" - }, - { - "id": "cites-trade-database", - "name": { - "en": "CITES Trade Database", - "zh": "濒危物种国际贸易公约贸易数据库" - }, - "authority_level": "international", - "data_url": "https://trade.cites.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/environment/cites-trade-database.json" - }, - { - "id": "cambridge-structural-database", - "name": { - "en": "Cambridge Structural Database (CSD)", - "zh": "剑桥晶体结构数据库" - }, - "authority_level": "research", - "data_url": "https://www.ccdc.cam.ac.uk", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/M-professional-scientific/cambridge-structural-database.json" - }, - { - "id": "cdiac", - "name": { - "en": "Carbon Dioxide Information Analysis Center", - "zh": "碳信息分析中心" - }, - "authority_level": "research", - "data_url": "https://data.ess-dive.lbl.gov/portals/CDIAC", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/environment/cdiac.json" - }, - { - "id": "chembl", - "name": { - "en": "ChEMBL Database", - "zh": "ChEMBL生物活性数据库" - }, - "authority_level": "research", - "data_url": "https://www.ebi.ac.uk/chembl/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/chemistry/chembl.json" - }, - { - "id": "intl-chemspider", - "name": { - "en": "ChemSpider", - "zh": "化学蜘蛛数据库" - }, - "authority_level": "international", - "data_url": "https://www.chemspider.com", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/chemistry/chemspider.json" - }, - { - "id": "clinicaltrials-gov", - "name": { - "en": "ClinicalTrials.gov", - "zh": "临床试验注册数据库" - }, - "authority_level": "government", - "data_url": "https://clinicaltrials.gov/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/health/clinicaltrials-gov.json" - }, - { - "id": "conll-shared-tasks", - "name": { - "en": "CoNLL Shared Tasks Data", - "zh": "CoNLL共享任务数据集" - }, - "authority_level": "research", - "data_url": "https://www.conll.org/previous-tasks", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/conll-shared-tasks.json" - }, - { - "id": "codex-alimentarius", - "name": { - "en": "Codex Alimentarius Standards", - "zh": "国际食品法典委员会标准" - }, - "authority_level": "international", - "data_url": "https://www.fao.org/fao-who-codexalimentarius/codex-texts/all-standards/en/", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/standards-metrology/codex-alimentarius.json" - }, - { - "id": "common-crawl", - "name": { - "en": "Common Crawl", - "zh": "Common Crawl 网络爬取数据" - }, - "authority_level": "research", - "data_url": "https://commoncrawl.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/common-crawl.json" - }, - { - "id": "intl-copernicus-cdse", - "name": { - "en": "Copernicus Data Space Ecosystem", - "zh": "哥白尼数据空间生态系统" - }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/earth-science/copernicus-data-space.json" - }, - { - "id": "copernicus-open-access-hub", - "name": { - "en": "Copernicus Open Access Hub", - "zh": "哥白尼开放访问中心" - }, - "authority_level": "international", - "data_url": "https://dataspace.copernicus.eu/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/environment/copernicus-open-access-hub.json" - }, - { - "id": "cryptocurrency-data", - "name": { - "en": "Cryptocurrency Market Data (CoinMarketCap & CoinGecko)", - "zh": "加密货币市场数据(CoinMarketCap 和 CoinGecko)" - }, - "authority_level": "commercial", - "data_url": "https://coinmarketcap.com", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/K-finance-insurance/cryptocurrency-data.json" - }, - { - "id": "acad-cod", - "name": { - "en": "Crystallography Open Database", - "zh": "晶体学开放数据库" - }, - "authority_level": "research", - "data_url": "https://www.crystallography.net/cod/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/physics/crystallography-open-database.json" - }, - { - "id": "derwent-innovation-index", - "name": { - "en": "Derwent Innovation Index", - "zh": "德温特创新索引" - }, - "authority_level": "commercial", - "data_url": "https://clarivate.com/products/derwent-innovation/", - "has_api": true, - "geographic_scope": "global", - "file_path": "sectors/M-professional-scientific/derwent-innovation-index.json" - }, - { - "id": "drugbank", - "name": { - "en": "DrugBank", - "zh": "药物与药物靶点数据库" - }, - "authority_level": "research", - "data_url": "https://go.drugbank.com", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/chemistry/drugbank.json" - }, - { - "id": "ena", - "name": { - "en": "European Nucleotide Archive", - "zh": "欧洲核苷酸档案库" - }, - "authority_level": "international", - "data_url": "https://www.ebi.ac.uk/ena/browser/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/ena.json" - }, - { - "id": "faostat", - "name": { - "en": "FAOSTAT - Food and Agriculture Data", - "zh": "粮农组织统计数据库" - }, - "authority_level": "international", - "data_url": "https://www.fao.org/faostat/en/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/agriculture/faostat.json" - }, - { - "id": "us-ncbi-genbank", - "name": { - "en": "GenBank", - "zh": "基因库" - }, - "authority_level": "government", - "data_url": "https://www.ncbi.nlm.nih.gov/genbank/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/genbank.json" - }, - { - "id": "ghdx", - "name": { - "en": "Global Health Data Exchange (GHDx)", - "zh": "全球健康数据交换平台" - }, - "authority_level": "research", - "data_url": "https://ghdx.healthdata.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/health/ghdx.json" - }, - { - "id": "ggdc-databases", - "name": { - "en": "Groningen Growth and Development Centre (GGDC) Databases", - "zh": "格罗宁根增长与发展中心数据库" - }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/ggdc-databases.json" - }, - { - "id": "iaea-energy-data", - "name": { - "en": "IAEA Energy Data", - "zh": "国际原子能机构能源数据" - }, - "authority_level": "international", - "data_url": "https://data.iaea.org/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/energy/iaea-energy-data.json" - }, - { - "id": "iais", - "name": { - "en": "IAIS - International Association of Insurance Supervisors", - "zh": "国际保险监督官协会" - }, - "authority_level": "international", - "data_url": "https://www.iais.org/activities-topics/financial-stability/gimar/", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/finance/iais.json" - }, - { - "id": "icao-aviation-data", - "name": { - "en": "ICAO Aviation Data", - "zh": "国际民航组织航空数据" - }, - "authority_level": "international", - "data_url": "https://dataservices.icao.int/", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/transportation/icao-aviation-data.json" - }, - { - "id": "icc-trade-register", - "name": { - "en": "ICC Trade Register", - "zh": "国际商会贸易统计" - }, - "authority_level": "international", - "data_url": "https://iccwbo.org/news-publications/policies-reports/icc-trade-register-report/", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/trade/icc-trade-register.json" - }, - { - "id": "iea-education-studies", - "name": { - "en": "IEA Education Studies Data", - "zh": "国际教育成就评价协会教育研究数据" - }, - "authority_level": "international", - "data_url": "https://www.iea.nl/data-tools/repository", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/education/iea-education-studies.json" - }, - { - "id": "iea-energy-data", - "name": { - "en": "IEA Energy Data", - "zh": "国际能源署能源数据", - "native": "IEA Energy Data" - }, - "authority_level": "international", - "data_url": "https://www.iea.org/data-and-statistics", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/energy/iea.json" - }, - { - "id": "imf-data", - "name": { - "en": "IMF Data", - "zh": "国际货币基金组织数据", - "native": "IMF Data" - }, - "authority_level": "international", - "data_url": "https://data.imf.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/imf.json" - }, - { - "id": "imagenet", - "name": { - "en": "ImageNet", - "zh": "ImageNet 图像数据库" - }, - "authority_level": "research", - "data_url": "https://www.image-net.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/J-information-communication/imagenet.json" - }, - { - "id": "nasa-earthdata", - "name": { - "en": "NASA Earthdata", - "zh": "NASA地球数据" - }, - "authority_level": "government", - "data_url": "https://www.earthdata.nasa.gov", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/earth-science/nasa-earthdata.json" - }, - { - "id": "nber-data", - "name": { - "en": "NBER Data Library", - "zh": "国家经济研究局数据库", - "native": "NBER Data Library" - }, - "authority_level": "research", - "data_url": "https://www.nber.org", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/nber.json" - }, - { - "id": "noaa-cdo", - "name": { - "en": "NOAA Climate Data Online (CDO)", - "zh": "NOAA气候数据在线系统" - }, - "authority_level": "government", - "data_url": "https://www.ncei.noaa.gov/cdo-web/", - "has_api": true, - "geographic_scope": "global", - "file_path": "countries/north-america/usa/noaa-cdo.json" - }, - { - "id": "oecd-pisa", - "name": { - "en": "PISA - Programme for International Student Assessment", - "zh": "国际学生评估项目" - }, - "authority_level": "international", - "data_url": "https://www.oecd.org/en/about/programmes/pisa.html", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/education/oecd-pisa.json" - }, - { - "id": "penn-world-table", - "name": { - "en": "Penn World Table", - "zh": "宾州世界表" - }, - "authority_level": "research", - "data_url": "https://www.rug.nl/ggdc/productivity/pwt/", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/penn-world-table.json" - }, - { - "id": "intl-rcsb-pdb", - "name": { - "en": "Protein Data Bank (PDB)", - "zh": "蛋白质数据银行" - }, - "authority_level": "research", - "data_url": "https://www.rcsb.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/biology/pdb.json" - }, - { - "id": "pubchem", - "name": { - "en": "PubChem", - "zh": "PubChem化学数据库" - }, - "authority_level": "government", - "data_url": "https://pubchem.ncbi.nlm.nih.gov/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/chemistry/pubchem.json" - }, - { - "id": "pubmed", - "name": { - "en": "PubMed", - "zh": "PubMed生物医学文献数据库" - }, - "authority_level": "government", - "data_url": "https://pubmed.ncbi.nlm.nih.gov/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/health/pubmed.json" - }, - { - "id": "bp-statistical-review", - "name": { - "en": "Statistical Review of World Energy", - "zh": "世界能源统计年鉴" - }, - "authority_level": "market", - "data_url": "https://www.energyinst.org/statistical-review", - "has_api": false, - "geographic_scope": "global", - "file_path": "sectors/D-energy/bp-statistical-review.json" - }, - { - "id": "acad-conferenceboard", - "name": { - "en": "The Conference Board Economic Data", - "zh": "世界大型企业联合会经济数据" - }, - "authority_level": "research", - "data_url": "https://www.conference-board.org/topics/economic-data-analysis", - "has_api": false, - "geographic_scope": "global", - "file_path": "academic/economics/conference-board.json" - }, - { - "id": "un-comtrade", - "name": { - "en": "UN Comtrade - United Nations International Trade Statistics Database", - "zh": "联合国国际贸易统计数据库" - }, - "authority_level": "international", - "data_url": "https://comtradeplus.un.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/trade/comtrade.json" - }, - { - "id": "unctad", - "name": { - "en": "UNCTAD - United Nations Conference on Trade and Development", - "zh": "联合国贸易和发展会议" - }, - "authority_level": "international", - "data_url": "https://unctadstat.unctad.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/trade/unctad.json" - }, - { - "id": "usgs-earthexplorer", - "name": { - "en": "USGS EarthExplorer", - "zh": "美国地质调查局地球探索者" - }, - "authority_level": "government", - "data_url": "https://earthexplorer.usgs.gov/", - "has_api": true, - "geographic_scope": "global", - "file_path": "countries/north-america/usa/usgs-earthexplorer.json" - }, - { - "id": "wipo-ip-statistics", - "name": { - "en": "WIPO IP Statistics", - "zh": "世界知识产权组织知识产权统计", - "native": "WIPO IP Statistics" - }, - "authority_level": "international", - "data_url": "https://www3.wipo.int/ipstats/", - "has_api": false, - "geographic_scope": "global", - "file_path": "international/intellectual-property/wipo.json" - }, - { - "id": "wto-statistics", - "name": { - "en": "WTO Statistics Database", - "zh": "世界贸易组织统计数据库", - "native": "WTO Statistics Database" - }, - "authority_level": "international", - "data_url": "https://stats.wto.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/trade/wto.json" - }, - { - "id": "worldbank-open-data", - "name": { - "en": "World Bank Open Data", - "zh": "世界银行开放数据", - "native": "World Bank Open Data" - }, - "authority_level": "international", - "data_url": "https://data.worldbank.org", - "has_api": true, - "geographic_scope": "global", - "file_path": "international/economics/worldbank.json" - }, - { - "id": "world-inequality-database", - "name": { - "en": "World Inequality Database (WID.world)", - "zh": "世界不平等数据库" - }, - "authority_level": "research", - "data_url": "https://wid.world/", - "has_api": true, - "geographic_scope": "global", - "file_path": "academic/economics/world-inequality-database.json" - } - ], - "regional": [ - { - "id": "adb-data-library", - "name": { - "en": "ADB Data Library", - "zh": "亚洲开发银行数据库" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/economics/adb-data-library.json" - }, - { - "id": "africa-cdc", - "name": { - "en": "Africa CDC Health Data", - "zh": "非洲疾控中心健康数据" - }, - "authority_level": "international", - "data_url": "https://africacdc.org", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/health/africa-cdc.json" - }, - { - "id": "afdb", - "name": { - "en": "African Development Bank", - "zh": "非洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.afdb.org/en/knowledge/statistics", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/afdb.json" - }, - { - "id": "afdb-statistics", - "name": { - "en": "African Development Bank Statistics", - "zh": "非洲开发银行统计数据" - }, - "authority_level": "international", - "data_url": "https://dataportal.opendataforafrica.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/afdb-statistics.json" - }, - { - "id": "afrobarometer", - "name": { - "en": "Afrobarometer", - "zh": "非洲晴雨表" - }, - "authority_level": "research", - "data_url": "https://www.afrobarometer.org/data/", - "has_api": false, - "geographic_scope": "regional", - "file_path": "academic/social/afrobarometer.json" - }, - { - "id": "asian-barometer", - "name": { - "en": "Asian Barometer Survey", - "zh": "亚洲民主动态调查" - }, - "authority_level": "research", - "data_url": "https://asianbarometer.org", - "has_api": false, - "geographic_scope": "regional", - "file_path": "academic/social/asian-barometer.json" - }, - { - "id": "adb-data-library", - "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/adb-data-library.json" - }, - { - "id": "adb-data", - "name": { - "en": "Asian Development Bank Data Library", - "zh": "亚洲开发银行数据库", - "native": "ADB Data Library" - }, - "authority_level": "international", - "data_url": "https://data.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/adb-data.json" - }, - { - "id": "adb-key-indicators", - "name": { - "en": "Asian Development Bank Key Indicators", - "zh": "亚洲开发银行关键指标" - }, - "authority_level": "international", - "data_url": "https://kidb.adb.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/adb-key-indicators.json" - }, - { - "id": "adb-ado", - "name": { - "en": "Asian Development Outlook", - "zh": "亚洲开发展望" - }, - "authority_level": "international", - "data_url": "https://www.adb.org/outlook", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/economics/adb-ado.json" - }, - { - "id": "caribbean-development-bank", - "name": { - "en": "Caribbean Development Bank", - "zh": "加勒比开发银行" - }, - "authority_level": "international", - "data_url": "https://www.caribank.org/data/country-data-reports", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/development/caribbean-development-bank.json" - }, - { - "id": "dhs", - "name": { - "en": "Demographic and Health Surveys (DHS) Program", - "zh": "人口与健康调查项目" - }, - "authority_level": "international", - "data_url": "https://dhsprogram.com/", - "has_api": true, - "geographic_scope": "regional", - "file_path": "academic/health/dhs.json" - }, - { - "id": "caf", - "name": { - "en": "Development Bank of Latin America and the Caribbean (CAF)", - "zh": "拉美和加勒比开发银行", - "native": "Banco de Desarrollo de América Latina y El Caribe" - }, - "authority_level": "international", - "data_url": "https://www.caf.com/en/", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/development/caf.json" - }, - { - "id": "ecb-sdw", - "name": { - "en": "ECB Statistical Data Warehouse (ECB Data Portal)", - "zh": "欧洲央行统计数据仓库" - }, - "authority_level": "government", - "data_url": "https://data.ecb.europa.eu/", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/economics/ecb-sdw.json" - }, - { - "id": "ecdc-surveillance", - "name": { - "en": "ECDC Surveillance Data", - "zh": "欧洲疾病预防控制中心监测数据" - }, - "authority_level": "international", - "data_url": "https://www.ecdc.europa.eu/en/data-dashboards-and-databases", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/health/ecdc-surveillance.json" - }, - { - "id": "ebrd", - "name": { - "en": "European Bank for Reconstruction and Development", - "zh": "欧洲复兴开发银行" - }, - "authority_level": "international", - "data_url": "https://www.ebrd.com", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/finance/ebrd.json" - }, - { - "id": "hkex", - "name": { - "en": "Hong Kong Exchanges and Clearing Limited (HKEX)", - "zh": "香港交易及结算所有限公司(港交所)", - "native": "香港交易及结算所有限公司" - }, - "authority_level": "commercial", - "data_url": "https://www.hkexnews.hk", - "has_api": true, - "geographic_scope": "regional", - "file_path": "china/finance/securities/hkex.json" - }, - { - "id": "idb", - "name": { - "en": "Inter-American Development Bank", - "zh": "美洲开发银行" - }, - "authority_level": "international", - "data_url": "https://www.iadb.org/en/knowledge-resources/data", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/development/idb.json" - }, - { - "id": "oecd-statistics", - "name": { - "en": "OECD Statistics", - "zh": "经合组织统计数据", - "native": "OECD Statistics" - }, - "authority_level": "international", - "data_url": "https://stats.oecd.org", - "has_api": true, - "geographic_scope": "regional", - "file_path": "international/economics/oecd.json" - }, - { - "id": "paris-club", - "name": { - "en": "Paris Club", - "zh": "巴黎俱乐部" - }, - "authority_level": "international", - "data_url": "https://www.clubdeparis.org", - "has_api": false, - "geographic_scope": "regional", - "file_path": "international/finance/paris-club.json" + "file_path": "international/economics/ceic-vietnam.json", + "geographic_scope": "national" } ] } -} \ No newline at end of file +} diff --git a/firstdata/indexes/statistics.json b/firstdata/indexes/statistics.json index 07ed1c2..a7dcccb 100644 --- a/firstdata/indexes/statistics.json +++ b/firstdata/indexes/statistics.json @@ -1,6 +1,6 @@ { "metadata": { - "generated_at": "2026-03-02T13:59:27.915345", + "generated_at": "2026-03-02T07:39:18.857130+00:00", "version": "2.0" }, "overview": { @@ -21,9 +21,6 @@ "national": 64, "regional": 20 }, - "by_access_level": { - "unknown": 150 - }, "by_update_frequency": { "irregular": 35, "daily": 30, @@ -659,4 +656,4 @@ "Professional Sports Data": 1, "Player Performance Analytics": 1 } -} \ No newline at end of file +} From a479866b5d06f97506f799b7690ab3c008d6ef78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BC=80=E5=85=83?= Date: Mon, 2 Mar 2026 16:28:02 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BE=BD=E7=AB=A0?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.ja.md | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index e893716..ea9a017 100644 --- a/README.en.md +++ b/README.en.md @@ -7,8 +7,8 @@ English | **[中文](README.md)** | **[日本語](README.ja.md)** **The World's Most Comprehensive, Authoritative, and Structured Open Data Source Repository** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](./firstdata/sources/README.md) -[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](./firstdata/indexes/statistics.json) +[![Data Sources](https://img.shields.io/badge/Sources-150%2F1000+-blue.svg)](./firstdata/sources/README.md) +[![Progress](https://img.shields.io/badge/Progress-13%25-yellow.svg)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) diff --git a/README.ja.md b/README.ja.md index d5c6a08..ae598e6 100644 --- a/README.ja.md +++ b/README.ja.md @@ -7,8 +7,8 @@ **世界最も包括的・権威的・構造化されたオープンデータソースリポジトリ** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](./firstdata/sources/README.md) -[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](./firstdata/indexes/statistics.json) +[![Data Sources](https://img.shields.io/badge/データソース-150%2F1000+-blue.svg)](./firstdata/sources/README.md) +[![Progress](https://img.shields.io/badge/進捗-13%25-yellow.svg)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) diff --git a/README.md b/README.md index a68f1ae..10b7e23 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ **The World's Most Comprehensive, Authoritative, and Structured Open Data Source Repository** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Data Sources](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/sources-count.json)](./firstdata/sources/README.md) -[![Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/MLT-OSS/FirstData/refs/heads/main/assets/badges/progress.json)](./firstdata/indexes/statistics.json) +[![Data Sources](https://img.shields.io/badge/数据源-150%2F1000+-blue.svg)](./firstdata/sources/README.md) +[![Progress](https://img.shields.io/badge/进度-13%25-yellow.svg)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) From ce8a2c819efa37d66ac24b62fb497bd87858c383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BC=80=E5=85=83?= Date: Mon, 2 Mar 2026 16:30:51 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BE=BD=E7=AB=A0?= =?UTF-8?q?=E8=BF=9B=E5=BA=A613%->15%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.ja.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index ea9a017..8e44fb4 100644 --- a/README.en.md +++ b/README.en.md @@ -8,7 +8,7 @@ English | **[中文](README.md)** | **[日本語](README.ja.md)** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Data Sources](https://img.shields.io/badge/Sources-150%2F1000+-blue.svg)](./firstdata/sources/README.md) -[![Progress](https://img.shields.io/badge/Progress-13%25-yellow.svg)](./firstdata/indexes/statistics.json) +[![Progress](https://img.shields.io/badge/Progress-15%25-yellow.svg)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) diff --git a/README.ja.md b/README.ja.md index ae598e6..3634125 100644 --- a/README.ja.md +++ b/README.ja.md @@ -8,7 +8,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Data Sources](https://img.shields.io/badge/データソース-150%2F1000+-blue.svg)](./firstdata/sources/README.md) -[![Progress](https://img.shields.io/badge/進捗-13%25-yellow.svg)](./firstdata/indexes/statistics.json) +[![Progress](https://img.shields.io/badge/進捗-15%25-yellow.svg)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/) diff --git a/README.md b/README.md index 10b7e23..28bfc42 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Data Sources](https://img.shields.io/badge/数据源-150%2F1000+-blue.svg)](./firstdata/sources/README.md) -[![Progress](https://img.shields.io/badge/进度-13%25-yellow.svg)](./firstdata/indexes/statistics.json) +[![Progress](https://img.shields.io/badge/进度-15%25-yellow.svg)](./firstdata/indexes/statistics.json) [![Authority](https://img.shields.io/badge/Authority-Government%20%26%20International%20First-brightgreen.svg)](#) [![MCP Server](https://img.shields.io/badge/MCP-AI%20Smart%20Search-purple.svg)](https://firstdata.deepminer.com.cn/)