API Home

Utility Companies

List utility companies

GET
/api/v1/utility_companies

WegoWise has the ability to automatically import data from a number of utility providers. This endpoint returns a list of the companies that WegoWise can currently import from.

200 response

[
  {
    "id": 23,
    "data_type": "Gas",
    "name": "Con Edison",
    "short_name": "ConEd",
    "state_code": "PA",
    "country": "United States",
    "currency": "USD"
  },

  {
    "id": 33,
    "data_type": "Water",
    "name": "Los Angeles Dept. of Water & Power",
    "short_name": "LADWP",
    "state_code": "CA",
    "country": "United States",
    "currency": "USD"
  },

  {
    "id": 34,
    "data_type": "Electric",
    "name": "Los Angeles Dept. of Water & Power",
    "short_name": "LADWP",
    "state_code": "CA",
    "country": "United States",
    "currency": "USD"
  }
]