Query numeric data
Returns numeric data records. source is required; all other filters are optional exact-match or date-range filters.
Query Parameters
Source ID to query.
1Metric name exact match, for example population_total or households_total. Repeat the parameter (?metric=a&metric=b) to match any of several metrics (IN/OR). Takes precedence over metric_prefix when both are given.
201Metric name prefix match, for example water_ to fetch every metric of one business line in a source that namespaces metrics by prefix. Ignored when metric is also supplied.
1Inclusive lower bound for period.start_date in YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-04-01"
Inclusive upper bound for period.end_date in YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-04-01"
Exact match for a town name.
1Exact match for an age label, for example 0歳 or 100歳以上.
1Exact match for a categorical axis kind (dim_category.kind), for example industry. Combine with category_code.
1Exact match for a categorical axis code (dim_category.code), for example the major industry code E. Used together with category_kind.
1Maximum number of items to return. Defaults to 1000.
1 <= x <= 10000Number of items to skip. Defaults to 0.
x >= 0