Nationwide coverage · spatial intelligence for operators

Location data for property, risk, infrastructure, finance, and climate decisions

VASLAP aggregates thousands of map layers and datasets across South Africa behind one authenticated API so your teams can answer spatial questions in products and workflows, not only in desktop GIS.

GET /api/v1/layers/features/tiles/{z}/{x}/{y}.mvt

Built for teams who need trustworthy ground truth

Executives get scope and governance; builders get stable endpoints and catalogs; operators get usage signals that line up with how you bill customers.

National catalog

Thousands of map layers and datasets, structured so product and analytics teams can ship without standing up a full GIS stack.

Maps, models, and apps

Serve features, vector tiles, and clear schemas into maps, underwriting engines, and operational dashboards from the same contract.

Tenant-safe access

Per-tenant API keys, quotas, and usage visibility so risk, finance, and engineering rely on one metering story.

Integration that stays thin

REST endpoints, quickstarts, and a portal so your services consume spatial data without bespoke upstream integrations everywhere.

From API key to your first map-backed query

Register for a tenant and key, preview layers in the portal, then call the same endpoints from your stack with Authorization: Bearer. Quickstart covers curl, Node, and Python against your deployment URL.

  • Self-serve keys and revocation in the API portal
  • Usage and latency trends on the dashboard after sign-in
curl -s "$BASE/api/v1/layers/$LAYER_ID/features?limit=5&bbox=$MIN_LON,$MIN_LAT,$MAX_LON,$MAX_LAT" \
  -H "Authorization: Bearer $GG_KEY"