PACE POI GeoJSON API (2021-2)

Download OpenAPI specification:Download

GeoJSON API of PACE POI

GeoJSON

get a GeoJSON representation of POIs

query Parameters
fields[gasStation]
string
Example: fields[gasStation]=brand,address

Comma separated list of fields. Selects additional fields to be returned. The requested fields will be shown in the properties attribute of each GeoJsonFeature.

Possible values are:

  • type
  • address
  • stationName
  • brand
  • onlinePaymentMethods
  • merchant
  • dkvStationID
  • hoyerID
filter[poiType]
string
Enum: "GasStation" "SpeedCamera"
Example: filter[poiType]=GasStation

Only show POIs of the given type

filter[onlinePaymentMethod]
string
Example: filter[onlinePaymentMethod]=paypal,creditcard

Filter results based on available online payment methods. Use a comma separated list to get stations for multiple payment method.

filter[merchant]
string
Example: filter[merchant]=baywa

Filter results based on merchant name. Value has to be the same as provided in the merchant field.

testing
string
Example: testing=dkv

Activate certain testing scenarios in the code

filter[country]
string
Example: filter[country]=DE

Select a country to query. If this parameter is not provided data of all countries is returned. Country code in ISO 3166-1 alpha-2 format

filter[connectedFueling]
string
Example: filter[connectedFueling]=y

If set, the request will only return POIs which have PACE Connected Fueling activated. To activate the filter, use one of the following values (all other values will result in the filter being ignored):

  • true
  • yes
  • y
  • 1
  • on

Responses

Response samples

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