AHOY Coverage API (1.0)

Download OpenAPI specification:Download

Coverage API

Authentication

apiKeyHeader

Security Scheme Type: API Key
Header parameter name: api-key

Calculate Coverage Area

endpoint for calculating the Coverage area

Authorizations:
apiKeyHeader
Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{
  • "startLocation": {
    },
  • "transportMode": "car",
  • "departureTime": 0,
  • "optimizeFor": "time",
  • "rangetype": "time",
  • "rangevalues": "300,600,1200"
}

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ]
}