Geospatial
Intelligence at Scale

A launch-ready API and workspace for retrieving modeled demographics and geographic metadata from documented raster sources. Built for developers, researchers, and analysts who need reviewable population estimates.

quickstart.sh
curl -sS -X POST "$GLOMO_API_URL/invoke" \  -H "content-type: application/json" \  -H "x-api-key: $GLOMO_API_KEY" \  -d '{    "layers": {      "population-counts": [{ "year": "2025" }]    },    "gid": "USA"  }'

WorldPop-Based Demographics

Query modeled population, age/sex, and births layers for administrative boundaries or custom polygons with documented launch coverage and limits.

Developer-Ready API

Start asynchronous JSON jobs, poll for results, and use stable error codes, quota metadata, and GeoJSON support in your own workflows.

Documented Provenance

Launch docs identify the WorldPop Global2 source, supported years, modeled-estimate caveats, and response metadata for reviewable analysis.

System Architecture

Launch Dataset

WorldPop Global2

Spatial Resolution

1km Raster Queries

Launch Layers

Population, Age/Sex, Births

Start Analyzing.

Integrate global demographics into your research or product in less than 10 lines of code. No complex GIS setup required.