Skip to main content
GET
/
v3
/
sites
/
{site}
/
insights
/
energy-export
Energy Export
curl --request GET \
  --url https://app.plugchoice.com/api/v3/sites/{site}/insights/energy-export \
  --header 'Authorization: Bearer <token>'
Exports energy usage data for a location at 15-minute intervals, including the location power curve and per-charger summary.
site
string
required
The UUID of the location.
started_from
string
required
The start date for the export range. Must be a valid date string (e.g., 2024-01-01). Data is returned from the start of this day.
stopped_until
string
required
The end date for the export range. Must be a valid date string and equal to or after started_from. Data is returned through the end of this day.