Malaysia Postcode APIResolve a Malaysian postcode to its state and city/town. AuthenticationAll Endpoints
Examplecurl -H "X-API-Key: YOUR_KEY" \
http://localhost:8080/v1/postcodes/01000
{
"postcode": "01000",
"state": "PERLIS",
"city": "Kangar"
}
Data seeded from lomotech/jajahan. "city" is the post-office locality, not the land-authority district. |