v1

latestOpenAPI 3.1.02026-07-131034192.8 KB
GET Regions and Maps

Determine Grid Region

Emissions intensity varies by location, specifically the location where an energy-using device is interconnected to the grid. This endpoint, provided with latitude and longitude parameters, returns the details of the grid region serving that location, if known, or a Coordinates not found error if the point lies outside of known/covered regions.

get/v3/region-from-loc

Query parameters

'co2_moer' | 'health_damage' required
OR
'co2_aoer' required

signal_type for which to look up region

latitudenumber required

Latitude of desired location

Example:-72.519

Latitude of desired location

longitudenumber required

Longitude of desired location

Example:42.372

Longitude of desired location

Response

Successful Response

regionstring required
region_full_namestring required
signal_typestring required

Example response

{
  "region": "ISONE_WCMA",
  "region_full_name": "ISONE Western/Central Massachusetts",
  "signal_type": "co2_moer"
}