WEC Energy Group · Example Payload

Wec Energy Usage Example

Example energy usage data record for a We Energies residential electric account

EnergyElectric UtilityFortune 500Green ButtonIllinoisMichiganMinnesotaNatural GasNYSEUtilityWisconsin

Wec Energy Usage Example is an example object payload from WEC Energy Group, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionaccountNumberutilityserviceTypeserviceAddressbillingPeriodStartbillingPeriodEndtotalUsageunitusageReadingsaverageMonthlyBillrateCode

Example Payload

wec-energy-usage-example.json Raw ↑
{
  "title": "WEC Energy Group Monthly Energy Usage Example",
  "description": "Example energy usage data record for a We Energies residential electric account",
  "accountNumber": "1234567890",
  "utility": "We Energies",
  "serviceType": "Electric",
  "serviceAddress": {
    "street": "100 N Main St",
    "city": "Milwaukee",
    "state": "WI",
    "zip": "53202"
  },
  "billingPeriodStart": "2026-04-01",
  "billingPeriodEnd": "2026-04-30",
  "totalUsage": 612,
  "unit": "kWh",
  "usageReadings": [
    {
      "timestamp": "2026-04-01T00:00:00-05:00",
      "duration": 3600,
      "value": 0.8,
      "unit": "kWh",
      "quality": "valid"
    },
    {
      "timestamp": "2026-04-01T01:00:00-05:00",
      "duration": 3600,
      "value": 0.6,
      "unit": "kWh",
      "quality": "valid"
    }
  ],
  "averageMonthlyBill": 87.50,
  "rateCode": "Rg-1"
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/wec-energy-usage-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.