v1

latestSwagger 2.02026-07-1384122135.6 KB
Place

Gets the place with the given id.

get/Place/{id}

Path parameters

idstring required

The id of the place, you can use the /Place/Types/{types} endpoint to get a list of places for a given type including their ids

Query parameters

includeChildrenboolean

Defaults to false. If true child places e.g. individual charging stations at a charge point while be included, otherwise just the URLs of any child places will be returned

Response

OK

idstring

A unique identifier.

urlstring

The unique location of this resource.

commonNamestring

A human readable name.

distancenumber double

The distance of the place from its search point, if this is the result of a geographical search, otherwise zero.

placeTypestring

The type of Place. See /Place/Meta/placeTypes for possible values.

childrenUrlsstring[]
latnumber double

WGS84 latitude of the location.

lonnumber double

WGS84 longitude of the location.