data.stats.gov.cn API: query_data
data.stats.gov.cn via Parse · government_public
Execute a custom data query against the NBS database. API for the National Bureau of Statistics of China (NBS), providing access to national and provincial economic and social data, including GDP, money supply, price indices, population, and education statistics. Supports hierarchical navigation of indicators, regional queries, and time-series analysis. Fulfilled by Parse from data.stats.gov.cn.
- data-stats-gov-cn
- finance
- government-public
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c388b348-261a-4275-a2a9-53ecd8ac542b/query_data
- Interface artifact
- sha256:9e289e4b57d19cdd24b4876955bad6e5f716c200864fa13daf989108d1a4f552
- Manifest digest
- sha256:8ca4cbe65468e931b7056f046ab9eb63dd7c8c3ea6e97e284c2555a6bca8838b
Request fields
- wds (string): Fixed dimension filters as JSON list of dicts (e.g., '[{"wdcode":"zb","valuecode":"A0101"}]')
- dfwds (string): Display filters as JSON list of dicts (e.g., '[{"wdcode":"sj","valuecode":"LAST10"}]')
- dbcode (string, required): Database code (e.g., 'hgyd', 'fsnd')
- colcode (string): Dimension for columns (usually 'sj' for time)
- rowcode (string): Dimension for rows (e.g., 'zb' for indicators, 'reg' for regions)
Example queries
- {"wds":"[{\"wdcode\":\"zb\",\"valuecode\":\"A0101\"}]","dfwds":"[{\"wdcode\":\"sj\",\"valuecode\":\"LAST13\"}]","dbcode":"hgyd","colcode":"sj","rowcode":"zb"}