Back
Locations
Overview
The Locations module describes charging stations, their EVSEs, and connectors. CPOs publish location data so EMSPs can show available chargers to drivers.
Who sends
CPO (Charge Point Operator)
Who receives
EMSP (E-Mobility Service Provider)
Key Fields
| Field | Type | Description |
|---|---|---|
id | CiString(36) | Unique location identifier |
name | string | Human-readable location name |
address | string | Street address of the location |
coordinates | GeoLocation | GPS latitude and longitude |
evses | EVSE[] | List of EVSEs at this location |
Endpoints
GET
/ocpi/2.2.1/locations/
PUT
/ocpi/2.2.1/locations/{country_code}/{party_id}/{location_id}
PATCH
/ocpi/2.2.1/locations/{country_code}/{party_id}/{location_id}
Live Endpoint Tester
Send requests directly to the local backend and see the response.
GET