Get early access 🔓 contact us at sales@cariqa.com
curl --request GET \
--url https://connect.cariqa.com/api/v1/stations/details/ \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"address": "<string>",
"coordinates": {
"latitude": "<string>",
"longitude": "<string>"
},
"opening_times": {
"twentyfourseven": true,
"regular_hours": [
{
"period_begin": "<string>",
"period_end": "<string>",
"weekday": "MONDAY"
}
]
},
"operator": {
"name": "<string>",
"contact": {
"phone": "<string>"
}
},
"evses": [
{
"evse_id": "<string>",
"status": "AVAILABLE"
}
],
"last_updated": "<string>",
"price_groups": [
{
"type": "<string>",
"power": 123,
"evse_ids": [
"<string>"
],
"prices": {
"time_price": {},
"kwh_price": {},
"blocking_fee": {},
"session_fee": {},
"starting_fee": {}
},
"local_datetime": "2023-11-07T05:31:56Z",
"currency": "<string>",
"pre_authorization_amount": "<string>",
"is_fallback": false
}
],
"speed": "slow",
"status": "free",
"amenities": [
"HOTEL"
],
"is_partner": false,
"logo_url": "<string>"
}Retrieve station details
curl --request GET \
--url https://connect.cariqa.com/api/v1/stations/details/ \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"address": "<string>",
"coordinates": {
"latitude": "<string>",
"longitude": "<string>"
},
"opening_times": {
"twentyfourseven": true,
"regular_hours": [
{
"period_begin": "<string>",
"period_end": "<string>",
"weekday": "MONDAY"
}
]
},
"operator": {
"name": "<string>",
"contact": {
"phone": "<string>"
}
},
"evses": [
{
"evse_id": "<string>",
"status": "AVAILABLE"
}
],
"last_updated": "<string>",
"price_groups": [
{
"type": "<string>",
"power": 123,
"evse_ids": [
"<string>"
],
"prices": {
"time_price": {},
"kwh_price": {},
"blocking_fee": {},
"session_fee": {},
"starting_fee": {}
},
"local_datetime": "2023-11-07T05:31:56Z",
"currency": "<string>",
"pre_authorization_amount": "<string>",
"is_fallback": false
}
],
"speed": "slow",
"status": "free",
"amenities": [
"HOTEL"
],
"is_partner": false,
"logo_url": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization header using the Bearer scheme.
1evse_id - evse_idstation_id - station_idevse_id, station_id 1Serializer for OCPI station details.
Show child attributes
Show child attributes
Serializer for OCPI operator information.
Attributes: name (str): The name of the operator (required). contact: Operator's contact information.
Show child attributes
Show child attributes
Show child attributes
slow - slowfast - fastturbo - turboslow, fast, turbo free - freebusy - busyunknown - unknownerror - errorfree, busy, unknown, error HOTEL - HOTELRESTAURANT - RESTAURANTCAFE - CAFEMALL - MALLSUPERMARKET - SUPERMARKETSPORT - SPORTRECREATION_AREA - RECREATION_AREANATURE - NATUREMUSEUM - MUSEUMBUS_STOP - BUS_STOPTAXI_STAND - TAXI_STANDTRAIN_STATION - TRAIN_STATIONAIRPORT - AIRPORTCARPOOL_PARKING - CARPOOL_PARKINGFUEL_STATION - FUEL_STATIONWIFI - WIFIHOTEL, RESTAURANT, CAFE, MALL, SUPERMARKET, SPORT, RECREATION_AREA, NATURE, MUSEUM, BUS_STOP, TAXI_STAND, TRAIN_STATION, AIRPORT, CARPOOL_PARKING, FUEL_STATION, WIFI Was this page helpful?