- List a vehicle model's regional connectors
List a vehicle model's DC-fast connectors, one per charging region. A model's connector can differ by market (e.g. NACS in North America, CCS in Europe), so each row records the connector for one region. Public catalogue data.
- Mock serverhttps://developers.ev.energy/_mock/ev.energy-api-v2/vehicle_models/{vehicle_model_id}/connectors
- Live API for both production and sandbox requests.https://api.ev.energy/v2/vehicle_models/{vehicle_model_id}/connectors
- Staging server for internal testing only.https://api-staging.ev.energy/v2/vehicle_models/{vehicle_model_id}/connectors
curl -i -X GET \
'https://developers.ev.energy/_mock/ev.energy-api-v2/vehicle_models/vmod01HSBR8Z36GD7A46K7M4R12VG0/connectors?page=2&page_size=10' \
-H 'EvEnergy-Version: 2'Returns the vehicle model's regional connectors.
Provides links to the previous and next pages of data, if they exist.
Indicates the version of the API that generated this response. If EvEnergy-Version was not specified in the request, this will be your OAuth application's default version.
The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.
The number of requests remaining until this client's rate limit is reached.
Link to the vehicle model this connector belongs to.
The model's native DC-fast connector in this region.
Provenance of this regional connector value.
[ { "url": "https://api.ev.energy/v2/vehicle_models/vmod01HRFF3SEVSCRAV9B3CHVDFN0H/connectors/NORTH_AMERICA", "vehicle_model": "https://api.ev.energy/v2/vehicle_models/vmod01HRFF3SEVSCRAV9B3CHVDFN0H", "region": "NORTH_AMERICA", "connector_type": "CCS", "source": "EV_ENERGY", "confidence": "HIGH", "verified_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]