get
https://api.genability.com/rest/public/lses
Return a full or filtered list of Load Serving Entities (LSEs).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve a full or filtered list of Load Serving Entities (LSEs).
Use this endpoint to find utilities and other organizations that sell or deliver electricity. You can search by name or filter by location, ownership type, and supported service types.
Resource URI
GET /rest/public/lsesQuery parameters
| Parameter | Type | Description |
|---|---|---|
search | String | Text to search for, such as part of an LSE name. Optional. |
searchOn | String | Comma-separated fields to search. Defaults to name when search is specified. Optional. |
zipCode | String | ZIP code or postcode where you want to find LSEs. When using this field, also pass country. Optional but recommended for location-based searches. |
postCode | String | Alias for zipCode. Optional. |
country | String | ISO country code for the ZIP code or postcode, such as US. Optional. |
ownerships | Array | Ownership structures to include, such as INVESTOR, COOP, or MUNI. Optional. |
serviceTypes | Array | Service types offered to any customer class, such as ELECTRICITY or SOLAR_PV. Optional. |
residentialServiceTypes | Array | Service types offered to residential customers. Optional. |
commercialServiceTypes | Array | Service types offered to commercial customers. Optional. |
industrialServiceTypes | Array | Service types offered to industrial customers. Optional. |
transportationServiceTypes | Array | Service types offered to transportation customers. Optional. |
fields | String | Pass ext to include extended LSE fields. Optional. |
For the full LoadServingEntity data model and examples, see Load Serving Entities.
Example
GET /rest/public/lses?zipCode=94105&country=US&residentialServiceTypes=ELECTRICITY&fields=extA successful response returns a standard response payload with type set to LoadServingEntity and results containing matching LSEs.
