Build on Uganda’s national address infrastructure.
One API resolves any coordinate in Uganda to its official physical address and digital address code — and verifies addresses for KYC with explicit consent. Operated by NDAS Staff; consumed by banks, MDAs, Posta Uganda, and the private sector.
1
Sign in & create a sandbox key — instant
2
Integrate against sandbox.n.das.ug (synthetic data)
3
Request a production key — reviewed by NDAS Staff
Your first call
The sandbox is the real NDAS backend against a dedicated synthetic dataset — identical contract, zero risk.
curl -X POST 'https://sandbox.n.das.ug/v1/resolve' \
-H 'X-API-Key: <your sandbox key>' \
-H 'Content-Type: application/json' \
-d '{"point": {"lat": 0.3355, "lon": 32.5555}}'Every response carries the {success, data, error, meta} envelope and rate-limit headers. Unknown codes are rejected by the registry — the error taxonomy is closed and documented in the reference.