POST
/v3.0/map/markers/search▶Request Headers
traceparenttracestatenewreliccontent-typecontent-length
Request Bodyapplication/json; charset=UTF-8
{
"bounds": {
"northEast": {
"latitude": "number",
"longitude": "number"
},
"southWest": {
"latitude": "number",
"longitude": "number"
}
},
"filter": {
"rates": [],
"levels": [],
"statuses": [],
"connectors": [],
"networkIDS": []
},
"zoomLevel": "integer"
}Responses
200application/json; charset=utf-8
{
"parks": [],
"clusters": [
{
"totalCount": "integer",
"geoCoordinates": {
"latitude": "number",
"longitude": "number"
}
}
]
}Response Headers
content-typeapi-supported-versionsstrict-transport-securityx-azure-refx-cache
POST
/v3.0/parks/nearest▶Request Headers
newrelictraceparenttracestatecontent-typecontent-length
Request Bodyapplication/json; charset=UTF-8
{
"filter": {
"rates": [],
"levels": [],
"statuses": [],
"connectors": [],
"networkIds": []
},
"geoCoordinates": {
"latitude": "number",
"longitude": "number"
}
}Responses
200application/json; charset=utf-8
{
"parks": [
{
"id": "string",
"name": "string",
"stations": [
{
"id": "string",
"name": "string",
"level": "string",
"status": "string",
"connectors": ["string"],
"freeOfCharge": "boolean",
"chargingSpeed": "integer"
}
],
"networkId": "integer",
"geoCoordinates": {
"latitude": "number",
"longitude": "number"
}
}
]
}Response Headers
content-typeapi-supported-versionsstrict-transport-securityx-azure-refx-cache
GET
/v3.0/parks/{id}▶Path Parameters
{id}
Request Headers
tracestatenewrelictraceparent
Responses
200application/json; charset=utf-8
{
"id": "string",
"fees": {
"nonMemberFee": {
"amount": "number",
"currency": "string"
}
},
"name": "string",
"address": {
"city": "string",
"country": "string",
"address1": "string",
"province": "string",
"address2?": "string",
"postalCode": "string"
},
"stations": [
{
"id": "string",
"name": "string",
"level": "string",
"status": "string",
"tariff": {
"id": "string",
"description": {
"en": "string",
"fr?": "string"
},
"externalTariffId": "string"
},
"identify": "boolean",
"connectors": [
{
"type": "string",
"power": "integer",
"powerType": "string"
}
],
"freeOfCharge": "boolean",
"lastCheckIn?": "string",
"startMethods": ["string"],
"chargingSpeed": "integer",
"hasPowerSharingEnabled": "boolean"
}
],
"amenities": [],
"networkId": "integer",
"description": {},
"geoCoordinates": {
"latitude": "number",
"longitude": "number"
}
}Response Headers
content-typeapi-supported-versionsstrict-transport-securityx-azure-refx-cache
GET
/v3.0/parks/station/{id}▶Path Parameters
{id}
Request Headers
traceparenttracestatenewrelic
Responses
200application/json; charset=utf-8
{
"id": "string",
"fees": {
"nonMemberFee": {
"amount": "number",
"currency": "string"
}
},
"name": "string",
"address": {
"city": "string",
"country": "string",
"address1": "string",
"province": "string",
"postalCode": "string"
},
"stations": [
{
"id": "string",
"name": "string",
"level": "string",
"status": "string",
"tariff": {
"id": "string",
"description": {
"en": "string"
},
"externalTariffId": "string"
},
"identify": "boolean",
"connectors": [
{
"type": "string",
"power": "integer",
"powerType": "string"
}
],
"freeOfCharge": "boolean",
"startMethods": ["string"],
"chargingSpeed": "integer",
"hasPowerSharingEnabled": "boolean"
}
],
"amenities": [],
"networkId": "integer",
"description": {},
"geoCoordinates": {
"latitude": "number",
"longitude": "number"
}
}Response Headers
content-typeapi-supported-versionsstrict-transport-securityx-azure-refx-cache
GET
/v3.0/stations/{id}/ongoing-session-public-info▶Path Parameters
{id}
Request Headers
traceparentnewrelictracestate
Responses
200application/json; charset=utf-8
{}Response Headers
content-typeapi-supported-versionsstrict-transport-securityx-azure-refx-cache
GET
/v3.1/homestation▶Request Headers
traceparentnewrelictracestate
Response Headers
content-typex-azure-refx-cache
POST
/v3.0/stations/{id}/identify▶Path Parameters
{id}
Request Headers
newrelictraceparenttracestatecontent-length
Request Body
No body captured
Response Headers
api-supported-versionsstrict-transport-securityx-azure-refx-cacheaccept-ranges
Data Lineage
Click any field to trace its flow
Select a field, parameter, header, or cookie to see:
- Where the value comes from
- Where the value is used
Data Lineage
Click any field to trace its flow
Select a field, parameter, header, or cookie to see:
- Where the value comes from
- Where the value is used