SendRegning

City lookup

Verison: 1.0 (read more)

Search for cities based on zip codes (postnummer).

If no match is found, 404 will be returned.

1
GET /common/public/postNumber/{postNumber}

Response

HTTP/1.1 200 OK

1
2
3
4
{
    "zip": "0198",
    "city": "OSLO"
}