Skip to content

ev.energy v2 API (2.0)

The official API for ev.energy, version 2.

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developers.ev.energy/_mock/ev.energy-api-v2
Live API for both production and sandbox requests.
https://api.ev.energy/v2
Staging server for internal testing only.
https://api-staging.ev.energy/v2

Carbon

Endpoints for interacting with carbon intensity data.

Schemas
Operations

Charging Sessions

Endpoints related to records of charging.

Schemas
Operations
Webhooks

CSV

Endpoints that return CSV responses only and are not linkable to other endpoint data.

EVSEs

Endpoints for interacting with EVSEs.

Schemas
Operations

Notifications

Endpoints for communicating notifications.

Operations

Programs

Endpoints related to incentivised charging programs.

Operations

Rebates

Endpoints for interacting with rebates.

Schemas
Operations

Root

The root endpoint which lists all the top-level collections.

Operations

API root

Request

Get links to resources accessible in the API.

Headers
EvEnergy-Versionnumber

Specify the version of this endpoint to use.

Value2
curl -i -X GET \
  https://developers.ev.energy/_mock/ev.energy-api-v2/ \
  -H 'EvEnergy-Version: 2'

Responses

Returns a list of all top-level collection URLs in the API.

Headers
EvEnergy-Versionnumber

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.

Value2
X-RateLimit-Limitnumber

The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.

Default 1000
X-RateLimit-Remainingnumber

The number of requests remaining until this client's rate limit is reached.

Default 999
Bodyapplication/json
usersstring(uri)
carbon_feedsstring(uri)
evsesstring(uri)
evse_modelsstring(uri)
evse_makesstring(uri)
vehiclesstring(uri)
vehicle_trimsstring(uri)
vehicle_modelsstring(uri)
vehicle_makesstring(uri)
suppliersstring(uri)
tariffsstring(uri)
support_ticketsstring(uri)
Response
application/json
{ "users": "https://api.ev.energy/v2/users/", "carbon_feeds": "https://api.ev.energy/v2/carbon_feeds/", "evses": "https://api.ev.energy/v2/evses/", "evse_models": "https://api.ev.energy/v2/evse_models/", "evse_makes": "https://api.ev.energy/v2/evse_makes/", "vehicles": "https://api.ev.energy/v2/vehicles/", "vehicle_trims": "https://api.ev.energy/v2/vehicle_trims/", "vehicle_models": "https://api.ev.energy/v2/vehicle_models/", "vehicle_makes": "https://api.ev.energy/v2/vehicle_makes/", "suppliers": "https://api.ev.energy/v2/suppliers/", "tariffs": "https://api.ev.energy/v2/tariffs/", "support_tickets": "https://api.ev.energy/v2/support_tickets/" }

Schedules

Schema definitions for charging schedules.

Schemas

Sites

Endpoints for interacting with sites containing multiple EVSEs.

Operations

Solar

Endpoints for interacting with solar arrays and inverters.

Operations

Subscriptions

Endpoints for interacting with user subscriptions.

Operations

Support Tickets

Endpoints for interacting with customer support tickets.

Schemas
Operations

Tariffs

Endpoints related to energy suppliers and their tariffs.

Schemas
Operations

Users

Endpoints for interacting with users.

Schemas
Operations

Vehicles

Endpoints for interacting with vehicles.

Schemas

Webhooks

Endpoints for configuring and managing webhooks.

Operations