Belize National Statistical System Published by Statistical Institute of Belize

Development environment — figures are from a proof-of-concept build and are not official statistics.

Data and API

A documented, open REST API serves every figure on this portal.

Endpoints

EndpointReturns
GET /api/v1/themesThematic tree with indicator counts
GET /api/v1/indicators?q=&theme=&breakdown=&page=Paged indicator list
GET /api/v1/indicators/{slug}Full metadata, dimensions and members with data
GET /api/v1/indicators/{slug}/dataObservations — format=json|csv|xlsx, shape=series
GET /api/v1/indicators/{slug}/latestLatest and previous value, for KPI cards
GET /api/v1/geoDistricts with coverage counts
GET /api/v1/profiles/{district}/{theme}Resolved profile structure
GET /api/v1/search?q=&breakdown=Indicator search, filterable by breakdown
GET /api/v1/dimensionsBreakdown catalogue: available today vs planned

Every response is { data, meta, links } with an ETag. JSON responses are capped at 50,000 rows; use format=csv beyond that. An unknown dimension member returns 400 listing the valid codes.

Try it

Primary School Enrolment by Grade and Age, Both Sexes

https://new-bnss.sib.org.bz/api/v1/indicators/primary-school-enrolment-by-grade-and-age-both-sexes/data?time=last5

Try it Metadata

Licence

Data is published under CC BY 4.0. Please cite the Statistical Institute of Belize.