Amenities API
The Amenities API returns the distance to amenities for a given address in meters for amenities like a school, the railwaystation and a busstop.
Voorzieningen API voor afstand tot voorzieningen per woning
post
https://api.altum.ai
/amenities
POST Sample request
{
"postcode":"3038VX",
"housenumber": 26,
"addition": "A01"
}
Code | Description | Error |
200 | OK | N/A |
400 | Bad Request | The combination of postcode, house number and house addition does not exist. |
403 | Forbidden | Forbidden |
422 | Validation Error | Unprocessable Entity: one or more of the inputs are not according to the schema |
429 | Limit exceeded | API key limit exceeded |
500 | Service Not Available | Service is not available and/or down |
Last modified 6mo ago