Skip to Content
Energy Farm

Weather API - Energy Farm

URL Path
https://data.api.xweather.com/energy/farm/
Data Coverage
Continental US
Update Interval
Near real-time
Time Range
-24 hours

The energy farm endpoint provides energy output data for energy producing sites. This endpoint will provide estimated observations and forecast energy output from Vaisala’s renewable energy model. By default, the endpoint will return the hourly forecast from the current time out ~10days. Estimated observations are available for the last 24 hours.

Default behavior when providing timestamp with from / to parameters will be based on UTC time. Providing relative time offsets will be localized.

Requests

Every request to the endpoint must include one of the supported actions in the url.

https://data.api.xweather.com/energy/farm/{action}?client_id={client_id}&client_secret={client_secret}&{params}

Supported Actions

The following actions are supported with the /energy/farm endpoint:

ActionDescription
:idType: stringTypically used for passing a geographical location name or identifier such as city name, lat/long, or even US and Canadian postal codes. Learn more.

Response

The following is an example of what each object in the response will consist of. Depending on your requested action, the response may contain multiple instances of this object within an array.

Properties

id (string)

ID of the site which following the [region]_[site-name] format.

dataSource (string)

Upstream service that provides the raw data

loc (object)

The location of the record.

loc.long (number)

The place or nearest place to the record.

loc.lat (number)

The latitude coordinate of the record.

place (object)

Object containing information about the place or nearest place to the record.

place.name (string)

The place or nearest place to the record.

place.state (string)

The state abbreviation in which the response is located. This may be null or an empty string depending on the country.

place.county (string)

County where site is located.

place.country (string)

The 2 letter ISO-3166 country abbreviation in which the response is located.

periods (array)

Array of objects containing the actual or forecasted power output for each period.

periods.#.timestamp (number)

The period ending unix timestamp associated with the powerKW value.

periods.#.dateTimeISO (string)

The period ending date and time in ISO-8601 format associated with the powerKW value.

periods.#.powerKW (number)

Output in power for the time period in killowatts.

periods.#.isForecast (boolean)

Flag indicating if the period is a forecast or estimated observation.

profile (object)

Object containing information about the location or event.

profile.tz (string)

Timezone name of the location, such as America/New_York.

profile.tzname (string)

The timezone abbreviation for the location, such as EST.

profile.tzoffset (number)

The timezone offset for the location in seconds.

profile.isDST (boolean)

True if the location is currently observing Daylight Savings Time (DST), otherwise false.

profile.elevM (number)

The elevation of the location in meters.

profile.elevFT (number)

The elevation of the location in feet.

profile.site (object)

Object containing information about the site.

profile.site.eiaPlantCodes (array)

List of plant codes related to the site.

profile.site.maxCapacityKW (number)

Maximum capacity for the power output at a given time for this site.

profile.site.hardwareModel (string)

Hardware model for the sites renewable energy components.

profile.site.onlineDate (string)

Date when the site went live.

profile.site.region (object)

Object containing information about the region.

profile.site.region.name (string)

Region associated with this site. Null if not applicable.

profile.site.region.subgroup (string)

If any, regional subgroup for the site. Null if not applicable.

response.json
{
  "success": true,
  "error": null,
  "response": [
    {
      "id": "spp_wilton-wind",
      "dataSource": "vaisala-renewables",
      "loc": {
        "long": -100.6777,
        "lat": 47.1187
      },
      "place": {
        "name": "WILTON WIND",
        "state": "nd",
        "county": "mclean county",
        "country": "us"
      },
      "periods": [
        {
          "timestamp": 1702576800,
          "dateTimeISO": "2023-12-14T12:00:00-06:00",
          "powerKW": 85275,
          "isForecast": true
        },
        {
          "timestamp": 1702580400,
          "dateTimeISO": "2023-12-14T13:00:00-06:00",
          "powerKW": 72637,
          "isForecast": true
        },
        {
          "timestamp": 1702584000,
          "dateTimeISO": "2023-12-14T14:00:00-06:00",
          "powerKW": 70037,
          "isForecast": true
        },
        {
          "timestamp": 1702587600,
          "dateTimeISO": "2023-12-14T15:00:00-06:00",
          "powerKW": 77157,
          "isForecast": true
        },
        {
          "timestamp": 1702591200,
          "dateTimeISO": "2023-12-14T16:00:00-06:00",
          "powerKW": 83621,
          "isForecast": true
        },
        {
          "timestamp": 1702594800,
          "dateTimeISO": "2023-12-14T17:00:00-06:00",
          "powerKW": 81623,
          "isForecast": true
        },
        {
          "timestamp": 1702598400,
          "dateTimeISO": "2023-12-14T18:00:00-06:00",
          "powerKW": 77238,
          "isForecast": true
        },
        {
          "timestamp": 1702602000,
          "dateTimeISO": "2023-12-14T19:00:00-06:00",
          "powerKW": 62269,
          "isForecast": true
        },
        {
          "timestamp": 1702605600,
          "dateTimeISO": "2023-12-14T20:00:00-06:00",
          "powerKW": 46600,
          "isForecast": true
        },
        {
          "timestamp": 1702609200,
          "dateTimeISO": "2023-12-14T21:00:00-06:00",
          "powerKW": 36898,
          "isForecast": true
        },
        {
          "timestamp": 1702612800,
          "dateTimeISO": "2023-12-14T22:00:00-06:00",
          "powerKW": 25705,
          "isForecast": true
        },
        {
          "timestamp": 1702616400,
          "dateTimeISO": "2023-12-14T23:00:00-06:00",
          "powerKW": 19382,
          "isForecast": true
        },
        {
          "timestamp": 1702620000,
          "dateTimeISO": "2023-12-15T00:00:00-06:00",
          "powerKW": 10545,
          "isForecast": true
        },
        {
          "timestamp": 1702623600,
          "dateTimeISO": "2023-12-15T01:00:00-06:00",
          "powerKW": 3678,
          "isForecast": true
        },
        {
          "timestamp": 1702627200,
          "dateTimeISO": "2023-12-15T02:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1702630800,
          "dateTimeISO": "2023-12-15T03:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1702634400,
          "dateTimeISO": "2023-12-15T04:00:00-06:00",
          "powerKW": 6225,
          "isForecast": true
        },
        {
          "timestamp": 1702638000,
          "dateTimeISO": "2023-12-15T05:00:00-06:00",
          "powerKW": 16742,
          "isForecast": true
        },
        {
          "timestamp": 1702641600,
          "dateTimeISO": "2023-12-15T06:00:00-06:00",
          "powerKW": 38574,
          "isForecast": true
        },
        {
          "timestamp": 1702645200,
          "dateTimeISO": "2023-12-15T07:00:00-06:00",
          "powerKW": 51690,
          "isForecast": true
        },
        {
          "timestamp": 1702648800,
          "dateTimeISO": "2023-12-15T08:00:00-06:00",
          "powerKW": 56902,
          "isForecast": true
        },
        {
          "timestamp": 1702652400,
          "dateTimeISO": "2023-12-15T09:00:00-06:00",
          "powerKW": 62928,
          "isForecast": true
        },
        {
          "timestamp": 1702656000,
          "dateTimeISO": "2023-12-15T10:00:00-06:00",
          "powerKW": 51715,
          "isForecast": true
        },
        {
          "timestamp": 1702659600,
          "dateTimeISO": "2023-12-15T11:00:00-06:00",
          "powerKW": 40974,
          "isForecast": true
        },
        {
          "timestamp": 1702663200,
          "dateTimeISO": "2023-12-15T12:00:00-06:00",
          "powerKW": 28195,
          "isForecast": true
        },
        {
          "timestamp": 1702666800,
          "dateTimeISO": "2023-12-15T13:00:00-06:00",
          "powerKW": 10893,
          "isForecast": true
        },
        {
          "timestamp": 1702670400,
          "dateTimeISO": "2023-12-15T14:00:00-06:00",
          "powerKW": 11319,
          "isForecast": true
        },
        {
          "timestamp": 1702674000,
          "dateTimeISO": "2023-12-15T15:00:00-06:00",
          "powerKW": 8927,
          "isForecast": true
        },
        {
          "timestamp": 1702677600,
          "dateTimeISO": "2023-12-15T16:00:00-06:00",
          "powerKW": 10812,
          "isForecast": true
        },
        {
          "timestamp": 1702681200,
          "dateTimeISO": "2023-12-15T17:00:00-06:00",
          "powerKW": 13262,
          "isForecast": true
        },
        {
          "timestamp": 1702684800,
          "dateTimeISO": "2023-12-15T18:00:00-06:00",
          "powerKW": 14454,
          "isForecast": true
        },
        {
          "timestamp": 1702688400,
          "dateTimeISO": "2023-12-15T19:00:00-06:00",
          "powerKW": 26876,
          "isForecast": true
        },
        {
          "timestamp": 1702692000,
          "dateTimeISO": "2023-12-15T20:00:00-06:00",
          "powerKW": 43119,
          "isForecast": true
        },
        {
          "timestamp": 1702695600,
          "dateTimeISO": "2023-12-15T21:00:00-06:00",
          "powerKW": 56155,
          "isForecast": true
        },
        {
          "timestamp": 1702699200,
          "dateTimeISO": "2023-12-15T22:00:00-06:00",
          "powerKW": 62077,
          "isForecast": true
        },
        {
          "timestamp": 1702702800,
          "dateTimeISO": "2023-12-15T23:00:00-06:00",
          "powerKW": 51297,
          "isForecast": true
        },
        {
          "timestamp": 1702706400,
          "dateTimeISO": "2023-12-16T00:00:00-06:00",
          "powerKW": 40142,
          "isForecast": true
        },
        {
          "timestamp": 1702710000,
          "dateTimeISO": "2023-12-16T01:00:00-06:00",
          "powerKW": 29207,
          "isForecast": true
        },
        {
          "timestamp": 1702713600,
          "dateTimeISO": "2023-12-16T02:00:00-06:00",
          "powerKW": 19773,
          "isForecast": true
        },
        {
          "timestamp": 1702717200,
          "dateTimeISO": "2023-12-16T03:00:00-06:00",
          "powerKW": 14722,
          "isForecast": true
        },
        {
          "timestamp": 1702720800,
          "dateTimeISO": "2023-12-16T04:00:00-06:00",
          "powerKW": 15557,
          "isForecast": true
        },
        {
          "timestamp": 1702724400,
          "dateTimeISO": "2023-12-16T05:00:00-06:00",
          "powerKW": 14649,
          "isForecast": true
        },
        {
          "timestamp": 1702728000,
          "dateTimeISO": "2023-12-16T06:00:00-06:00",
          "powerKW": 11651,
          "isForecast": true
        },
        {
          "timestamp": 1702731600,
          "dateTimeISO": "2023-12-16T07:00:00-06:00",
          "powerKW": 12215,
          "isForecast": true
        },
        {
          "timestamp": 1702735200,
          "dateTimeISO": "2023-12-16T08:00:00-06:00",
          "powerKW": 4572,
          "isForecast": true
        },
        {
          "timestamp": 1702738800,
          "dateTimeISO": "2023-12-16T09:00:00-06:00",
          "powerKW": 2971,
          "isForecast": true
        },
        {
          "timestamp": 1702742400,
          "dateTimeISO": "2023-12-16T10:00:00-06:00",
          "powerKW": 6143,
          "isForecast": true
        },
        {
          "timestamp": 1702746000,
          "dateTimeISO": "2023-12-16T11:00:00-06:00",
          "powerKW": 12046,
          "isForecast": true
        },
        {
          "timestamp": 1702749600,
          "dateTimeISO": "2023-12-16T12:00:00-06:00",
          "powerKW": 18774,
          "isForecast": true
        },
        {
          "timestamp": 1702753200,
          "dateTimeISO": "2023-12-16T13:00:00-06:00",
          "powerKW": 32057,
          "isForecast": true
        },
        {
          "timestamp": 1702756800,
          "dateTimeISO": "2023-12-16T14:00:00-06:00",
          "powerKW": 47644,
          "isForecast": true
        },
        {
          "timestamp": 1702760400,
          "dateTimeISO": "2023-12-16T15:00:00-06:00",
          "powerKW": 67633,
          "isForecast": true
        },
        {
          "timestamp": 1702764000,
          "dateTimeISO": "2023-12-16T16:00:00-06:00",
          "powerKW": 88530,
          "isForecast": true
        },
        {
          "timestamp": 1702767600,
          "dateTimeISO": "2023-12-16T17:00:00-06:00",
          "powerKW": 97650,
          "isForecast": true
        },
        {
          "timestamp": 1702771200,
          "dateTimeISO": "2023-12-16T18:00:00-06:00",
          "powerKW": 93307,
          "isForecast": true
        },
        {
          "timestamp": 1702774800,
          "dateTimeISO": "2023-12-16T19:00:00-06:00",
          "powerKW": 83675,
          "isForecast": true
        },
        {
          "timestamp": 1702778400,
          "dateTimeISO": "2023-12-16T20:00:00-06:00",
          "powerKW": 69216,
          "isForecast": true
        },
        {
          "timestamp": 1702782000,
          "dateTimeISO": "2023-12-16T21:00:00-06:00",
          "powerKW": 62172,
          "isForecast": true
        },
        {
          "timestamp": 1702785600,
          "dateTimeISO": "2023-12-16T22:00:00-06:00",
          "powerKW": 65710,
          "isForecast": true
        },
        {
          "timestamp": 1702789200,
          "dateTimeISO": "2023-12-16T23:00:00-06:00",
          "powerKW": 74202,
          "isForecast": true
        },
        {
          "timestamp": 1702792800,
          "dateTimeISO": "2023-12-17T00:00:00-06:00",
          "powerKW": 81012,
          "isForecast": true
        },
        {
          "timestamp": 1702796400,
          "dateTimeISO": "2023-12-17T01:00:00-06:00",
          "powerKW": 85297,
          "isForecast": true
        },
        {
          "timestamp": 1702800000,
          "dateTimeISO": "2023-12-17T02:00:00-06:00",
          "powerKW": 85155,
          "isForecast": true
        },
        {
          "timestamp": 1702803600,
          "dateTimeISO": "2023-12-17T03:00:00-06:00",
          "powerKW": 83782,
          "isForecast": true
        },
        {
          "timestamp": 1702807200,
          "dateTimeISO": "2023-12-17T04:00:00-06:00",
          "powerKW": 79976,
          "isForecast": true
        },
        {
          "timestamp": 1702810800,
          "dateTimeISO": "2023-12-17T05:00:00-06:00",
          "powerKW": 74211,
          "isForecast": true
        },
        {
          "timestamp": 1702814400,
          "dateTimeISO": "2023-12-17T06:00:00-06:00",
          "powerKW": 63741,
          "isForecast": true
        },
        {
          "timestamp": 1702818000,
          "dateTimeISO": "2023-12-17T07:00:00-06:00",
          "powerKW": 53824,
          "isForecast": true
        },
        {
          "timestamp": 1702821600,
          "dateTimeISO": "2023-12-17T08:00:00-06:00",
          "powerKW": 47880,
          "isForecast": true
        },
        {
          "timestamp": 1702825200,
          "dateTimeISO": "2023-12-17T09:00:00-06:00",
          "powerKW": 49027,
          "isForecast": true
        },
        {
          "timestamp": 1702828800,
          "dateTimeISO": "2023-12-17T10:00:00-06:00",
          "powerKW": 55184,
          "isForecast": true
        },
        {
          "timestamp": 1702832400,
          "dateTimeISO": "2023-12-17T11:00:00-06:00",
          "powerKW": 64790,
          "isForecast": true
        },
        {
          "timestamp": 1702836000,
          "dateTimeISO": "2023-12-17T12:00:00-06:00",
          "powerKW": 67492,
          "isForecast": true
        },
        {
          "timestamp": 1702839600,
          "dateTimeISO": "2023-12-17T13:00:00-06:00",
          "powerKW": 62239,
          "isForecast": true
        },
        {
          "timestamp": 1702843200,
          "dateTimeISO": "2023-12-17T14:00:00-06:00",
          "powerKW": 54836,
          "isForecast": true
        },
        {
          "timestamp": 1702846800,
          "dateTimeISO": "2023-12-17T15:00:00-06:00",
          "powerKW": 55078,
          "isForecast": true
        },
        {
          "timestamp": 1702850400,
          "dateTimeISO": "2023-12-17T16:00:00-06:00",
          "powerKW": 61153,
          "isForecast": true
        },
        {
          "timestamp": 1702854000,
          "dateTimeISO": "2023-12-17T17:00:00-06:00",
          "powerKW": 76994,
          "isForecast": true
        },
        {
          "timestamp": 1702857600,
          "dateTimeISO": "2023-12-17T18:00:00-06:00",
          "powerKW": 87359,
          "isForecast": true
        },
        {
          "timestamp": 1702861200,
          "dateTimeISO": "2023-12-17T19:00:00-06:00",
          "powerKW": 102300,
          "isForecast": true
        },
        {
          "timestamp": 1702864800,
          "dateTimeISO": "2023-12-17T20:00:00-06:00",
          "powerKW": 102300,
          "isForecast": true
        },
        {
          "timestamp": 1702868400,
          "dateTimeISO": "2023-12-17T21:00:00-06:00",
          "powerKW": 102039,
          "isForecast": true
        },
        {
          "timestamp": 1702872000,
          "dateTimeISO": "2023-12-17T22:00:00-06:00",
          "powerKW": 100716,
          "isForecast": true
        },
        {
          "timestamp": 1702875600,
          "dateTimeISO": "2023-12-17T23:00:00-06:00",
          "powerKW": 97667,
          "isForecast": true
        },
        {
          "timestamp": 1702879200,
          "dateTimeISO": "2023-12-18T00:00:00-06:00",
          "powerKW": 82683,
          "isForecast": true
        },
        {
          "timestamp": 1702882800,
          "dateTimeISO": "2023-12-18T01:00:00-06:00",
          "powerKW": 57928,
          "isForecast": true
        },
        {
          "timestamp": 1702886400,
          "dateTimeISO": "2023-12-18T02:00:00-06:00",
          "powerKW": 37180,
          "isForecast": true
        },
        {
          "timestamp": 1702890000,
          "dateTimeISO": "2023-12-18T03:00:00-06:00",
          "powerKW": 23255,
          "isForecast": true
        },
        {
          "timestamp": 1702893600,
          "dateTimeISO": "2023-12-18T04:00:00-06:00",
          "powerKW": 14416,
          "isForecast": true
        },
        {
          "timestamp": 1702897200,
          "dateTimeISO": "2023-12-18T05:00:00-06:00",
          "powerKW": 8384,
          "isForecast": true
        },
        {
          "timestamp": 1702900800,
          "dateTimeISO": "2023-12-18T06:00:00-06:00",
          "powerKW": 3144,
          "isForecast": true
        },
        {
          "timestamp": 1702904400,
          "dateTimeISO": "2023-12-18T07:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1702908000,
          "dateTimeISO": "2023-12-18T08:00:00-06:00",
          "powerKW": 3167,
          "isForecast": true
        },
        {
          "timestamp": 1702911600,
          "dateTimeISO": "2023-12-18T09:00:00-06:00",
          "powerKW": 3053,
          "isForecast": true
        },
        {
          "timestamp": 1702915200,
          "dateTimeISO": "2023-12-18T10:00:00-06:00",
          "powerKW": 646,
          "isForecast": true
        },
        {
          "timestamp": 1702918800,
          "dateTimeISO": "2023-12-18T11:00:00-06:00",
          "powerKW": 6399,
          "isForecast": true
        },
        {
          "timestamp": 1702922400,
          "dateTimeISO": "2023-12-18T12:00:00-06:00",
          "powerKW": 14956,
          "isForecast": true
        },
        {
          "timestamp": 1702926000,
          "dateTimeISO": "2023-12-18T13:00:00-06:00",
          "powerKW": 23718,
          "isForecast": true
        },
        {
          "timestamp": 1702929600,
          "dateTimeISO": "2023-12-18T14:00:00-06:00",
          "powerKW": 35107,
          "isForecast": true
        },
        {
          "timestamp": 1702933200,
          "dateTimeISO": "2023-12-18T15:00:00-06:00",
          "powerKW": 53548,
          "isForecast": true
        },
        {
          "timestamp": 1702936800,
          "dateTimeISO": "2023-12-18T16:00:00-06:00",
          "powerKW": 78483,
          "isForecast": true
        },
        {
          "timestamp": 1702940400,
          "dateTimeISO": "2023-12-18T17:00:00-06:00",
          "powerKW": 88616,
          "isForecast": true
        },
        {
          "timestamp": 1702944000,
          "dateTimeISO": "2023-12-18T18:00:00-06:00",
          "powerKW": 96036,
          "isForecast": true
        },
        {
          "timestamp": 1702947600,
          "dateTimeISO": "2023-12-18T19:00:00-06:00",
          "powerKW": 99777,
          "isForecast": true
        },
        {
          "timestamp": 1702951200,
          "dateTimeISO": "2023-12-18T20:00:00-06:00",
          "powerKW": 97039,
          "isForecast": true
        },
        {
          "timestamp": 1702954800,
          "dateTimeISO": "2023-12-18T21:00:00-06:00",
          "powerKW": 102300,
          "isForecast": true
        },
        {
          "timestamp": 1702958400,
          "dateTimeISO": "2023-12-18T22:00:00-06:00",
          "powerKW": 102300,
          "isForecast": true
        },
        {
          "timestamp": 1702962000,
          "dateTimeISO": "2023-12-18T23:00:00-06:00",
          "powerKW": 102300,
          "isForecast": true
        },
        {
          "timestamp": 1702965600,
          "dateTimeISO": "2023-12-19T00:00:00-06:00",
          "powerKW": 101527,
          "isForecast": true
        },
        {
          "timestamp": 1702969200,
          "dateTimeISO": "2023-12-19T01:00:00-06:00",
          "powerKW": 99777,
          "isForecast": true
        },
        {
          "timestamp": 1702972800,
          "dateTimeISO": "2023-12-19T02:00:00-06:00",
          "powerKW": 98031,
          "isForecast": true
        },
        {
          "timestamp": 1702976400,
          "dateTimeISO": "2023-12-19T03:00:00-06:00",
          "powerKW": 96493,
          "isForecast": true
        },
        {
          "timestamp": 1702980000,
          "dateTimeISO": "2023-12-19T04:00:00-06:00",
          "powerKW": 86754,
          "isForecast": true
        },
        {
          "timestamp": 1702983600,
          "dateTimeISO": "2023-12-19T05:00:00-06:00",
          "powerKW": 70986,
          "isForecast": true
        },
        {
          "timestamp": 1702987200,
          "dateTimeISO": "2023-12-19T06:00:00-06:00",
          "powerKW": 50699,
          "isForecast": true
        },
        {
          "timestamp": 1702990800,
          "dateTimeISO": "2023-12-19T07:00:00-06:00",
          "powerKW": 29890,
          "isForecast": true
        },
        {
          "timestamp": 1702994400,
          "dateTimeISO": "2023-12-19T08:00:00-06:00",
          "powerKW": 16207,
          "isForecast": true
        },
        {
          "timestamp": 1702998000,
          "dateTimeISO": "2023-12-19T09:00:00-06:00",
          "powerKW": 7811,
          "isForecast": true
        },
        {
          "timestamp": 1703001600,
          "dateTimeISO": "2023-12-19T10:00:00-06:00",
          "powerKW": 2487,
          "isForecast": true
        },
        {
          "timestamp": 1703005200,
          "dateTimeISO": "2023-12-19T11:00:00-06:00",
          "powerKW": 1060,
          "isForecast": true
        },
        {
          "timestamp": 1703008800,
          "dateTimeISO": "2023-12-19T12:00:00-06:00",
          "powerKW": 623,
          "isForecast": true
        },
        {
          "timestamp": 1703012400,
          "dateTimeISO": "2023-12-19T13:00:00-06:00",
          "powerKW": 837,
          "isForecast": true
        },
        {
          "timestamp": 1703016000,
          "dateTimeISO": "2023-12-19T14:00:00-06:00",
          "powerKW": 1564,
          "isForecast": true
        },
        {
          "timestamp": 1703019600,
          "dateTimeISO": "2023-12-19T15:00:00-06:00",
          "powerKW": 1984,
          "isForecast": true
        },
        {
          "timestamp": 1703023200,
          "dateTimeISO": "2023-12-19T16:00:00-06:00",
          "powerKW": 1378,
          "isForecast": true
        },
        {
          "timestamp": 1703026800,
          "dateTimeISO": "2023-12-19T17:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1703030400,
          "dateTimeISO": "2023-12-19T18:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1703034000,
          "dateTimeISO": "2023-12-19T19:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1703037600,
          "dateTimeISO": "2023-12-19T20:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1703041200,
          "dateTimeISO": "2023-12-19T21:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1703044800,
          "dateTimeISO": "2023-12-19T22:00:00-06:00",
          "powerKW": 0,
          "isForecast": true
        },
        {
          "timestamp": 1703048400,
          "dateTimeISO": "2023-12-19T23:00:00-06:00",
          "powerKW": 3848,
          "isForecast": true
        },
        {
          "timestamp": 1703052000,
          "dateTimeISO": "2023-12-20T00:00:00-06:00",
          "powerKW": 10573,
          "isForecast": true
        },
        {
          "timestamp": 1703055600,
          "dateTimeISO": "2023-12-20T01:00:00-06:00",
          "powerKW": 17554,
          "isForecast": true
        },
        {
          "timestamp": 1703059200,
          "dateTimeISO": "2023-12-20T02:00:00-06:00",
          "powerKW": 23408,
          "isForecast": true
        },
        {
          "timestamp": 1703062800,
          "dateTimeISO": "2023-12-20T03:00:00-06:00",
          "powerKW": 26656,
          "isForecast": true
        },
        {
          "timestamp": 1703066400,
          "dateTimeISO": "2023-12-20T04:00:00-06:00",
          "powerKW": 28443,
          "isForecast": true
        },
        {
          "timestamp": 1703070000,
          "dateTimeISO": "2023-12-20T05:00:00-06:00",
          "powerKW": 28946,
          "isForecast": true
        },
        {
          "timestamp": 1703073600,
          "dateTimeISO": "2023-12-20T06:00:00-06:00",
          "powerKW": 28868,
          "isForecast": true
        },
        {
          "timestamp": 1703077200,
          "dateTimeISO": "2023-12-20T07:00:00-06:00",
          "powerKW": 29133,
          "isForecast": true
        },
        {
          "timestamp": 1703080800,
          "dateTimeISO": "2023-12-20T08:00:00-06:00",
          "powerKW": 28998,
          "isForecast": true
        },
        {
          "timestamp": 1703084400,
          "dateTimeISO": "2023-12-20T09:00:00-06:00",
          "powerKW": 25674,
          "isForecast": true
        },
        {
          "timestamp": 1703088000,
          "dateTimeISO": "2023-12-20T10:00:00-06:00",
          "powerKW": 20846,
          "isForecast": true
        },
        {
          "timestamp": 1703091600,
          "dateTimeISO": "2023-12-20T11:00:00-06:00",
          "powerKW": 15999,
          "isForecast": true
        },
        {
          "timestamp": 1703095200,
          "dateTimeISO": "2023-12-20T12:00:00-06:00",
          "powerKW": 12387,
          "isForecast": true
        },
        {
          "timestamp": 1703098800,
          "dateTimeISO": "2023-12-20T13:00:00-06:00",
          "powerKW": 9566,
          "isForecast": true
        },
        {
          "timestamp": 1703102400,
          "dateTimeISO": "2023-12-20T14:00:00-06:00",
          "powerKW": 10604,
          "isForecast": true
        },
        {
          "timestamp": 1703106000,
          "dateTimeISO": "2023-12-20T15:00:00-06:00",
          "powerKW": 12199,
          "isForecast": true
        },
        {
          "timestamp": 1703109600,
          "dateTimeISO": "2023-12-20T16:00:00-06:00",
          "powerKW": 15424,
          "isForecast": true
        },
        {
          "timestamp": 1703113200,
          "dateTimeISO": "2023-12-20T17:00:00-06:00",
          "powerKW": 19222,
          "isForecast": true
        },
        {
          "timestamp": 1703116800,
          "dateTimeISO": "2023-12-20T18:00:00-06:00",
          "powerKW": 20387,
          "isForecast": true
        },
        {
          "timestamp": 1703120400,
          "dateTimeISO": "2023-12-20T19:00:00-06:00",
          "powerKW": 19816,
          "isForecast": true
        },
        {
          "timestamp": 1703124000,
          "dateTimeISO": "2023-12-20T20:00:00-06:00",
          "powerKW": 17568,
          "isForecast": true
        },
        {
          "timestamp": 1703127600,
          "dateTimeISO": "2023-12-20T21:00:00-06:00",
          "powerKW": 16138,
          "isForecast": true
        },
        {
          "timestamp": 1703131200,
          "dateTimeISO": "2023-12-20T22:00:00-06:00",
          "powerKW": 16010,
          "isForecast": true
        },
        {
          "timestamp": 1703134800,
          "dateTimeISO": "2023-12-20T23:00:00-06:00",
          "powerKW": 16300,
          "isForecast": true
        },
        {
          "timestamp": 1703138400,
          "dateTimeISO": "2023-12-21T00:00:00-06:00",
          "powerKW": 16491,
          "isForecast": true
        },
        {
          "timestamp": 1703142000,
          "dateTimeISO": "2023-12-21T01:00:00-06:00",
          "powerKW": 15548,
          "isForecast": true
        },
        {
          "timestamp": 1703145600,
          "dateTimeISO": "2023-12-21T02:00:00-06:00",
          "powerKW": 14905,
          "isForecast": true
        },
        {
          "timestamp": 1703149200,
          "dateTimeISO": "2023-12-21T03:00:00-06:00",
          "powerKW": 14724,
          "isForecast": true
        },
        {
          "timestamp": 1703152800,
          "dateTimeISO": "2023-12-21T04:00:00-06:00",
          "powerKW": 15048,
          "isForecast": true
        },
        {
          "timestamp": 1703156400,
          "dateTimeISO": "2023-12-21T05:00:00-06:00",
          "powerKW": 16386,
          "isForecast": true
        },
        {
          "timestamp": 1703160000,
          "dateTimeISO": "2023-12-21T06:00:00-06:00",
          "powerKW": 17177,
          "isForecast": true
        },
        {
          "timestamp": 1703163600,
          "dateTimeISO": "2023-12-21T07:00:00-06:00",
          "powerKW": 17295,
          "isForecast": true
        },
        {
          "timestamp": 1703167200,
          "dateTimeISO": "2023-12-21T08:00:00-06:00",
          "powerKW": 16256,
          "isForecast": true
        },
        {
          "timestamp": 1703170800,
          "dateTimeISO": "2023-12-21T09:00:00-06:00",
          "powerKW": 14027,
          "isForecast": true
        },
        {
          "timestamp": 1703174400,
          "dateTimeISO": "2023-12-21T10:00:00-06:00",
          "powerKW": 12134,
          "isForecast": true
        },
        {
          "timestamp": 1703178000,
          "dateTimeISO": "2023-12-21T11:00:00-06:00",
          "powerKW": 10587,
          "isForecast": true
        },
        {
          "timestamp": 1703181600,
          "dateTimeISO": "2023-12-21T12:00:00-06:00",
          "powerKW": 9864,
          "isForecast": true
        },
        {
          "timestamp": 1703185200,
          "dateTimeISO": "2023-12-21T13:00:00-06:00",
          "powerKW": 10560,
          "isForecast": true
        },
        {
          "timestamp": 1703188800,
          "dateTimeISO": "2023-12-21T14:00:00-06:00",
          "powerKW": 11837,
          "isForecast": true
        },
        {
          "timestamp": 1703192400,
          "dateTimeISO": "2023-12-21T15:00:00-06:00",
          "powerKW": 13211,
          "isForecast": true
        },
        {
          "timestamp": 1703196000,
          "dateTimeISO": "2023-12-21T16:00:00-06:00",
          "powerKW": 15916,
          "isForecast": true
        },
        {
          "timestamp": 1703199600,
          "dateTimeISO": "2023-12-21T17:00:00-06:00",
          "powerKW": 18968,
          "isForecast": true
        },
        {
          "timestamp": 1703203200,
          "dateTimeISO": "2023-12-21T18:00:00-06:00",
          "powerKW": 20979,
          "isForecast": true
        },
        {
          "timestamp": 1703206800,
          "dateTimeISO": "2023-12-21T19:00:00-06:00",
          "powerKW": 22935,
          "isForecast": true
        },
        {
          "timestamp": 1703210400,
          "dateTimeISO": "2023-12-21T20:00:00-06:00",
          "powerKW": 23554,
          "isForecast": true
        },
        {
          "timestamp": 1703214000,
          "dateTimeISO": "2023-12-21T21:00:00-06:00",
          "powerKW": 24080,
          "isForecast": true
        },
        {
          "timestamp": 1703217600,
          "dateTimeISO": "2023-12-21T22:00:00-06:00",
          "powerKW": 25623,
          "isForecast": true
        },
        {
          "timestamp": 1703221200,
          "dateTimeISO": "2023-12-21T23:00:00-06:00",
          "powerKW": 26055,
          "isForecast": true
        },
        {
          "timestamp": 1703224800,
          "dateTimeISO": "2023-12-22T00:00:00-06:00",
          "powerKW": 28077,
          "isForecast": true
        },
        {
          "timestamp": 1703228400,
          "dateTimeISO": "2023-12-22T01:00:00-06:00",
          "powerKW": 31021,
          "isForecast": true
        },
        {
          "timestamp": 1703232000,
          "dateTimeISO": "2023-12-22T02:00:00-06:00",
          "powerKW": 32171,
          "isForecast": true
        },
        {
          "timestamp": 1703235600,
          "dateTimeISO": "2023-12-22T03:00:00-06:00",
          "powerKW": 33234,
          "isForecast": true
        },
        {
          "timestamp": 1703239200,
          "dateTimeISO": "2023-12-22T04:00:00-06:00",
          "powerKW": 33559,
          "isForecast": true
        },
        {
          "timestamp": 1703242800,
          "dateTimeISO": "2023-12-22T05:00:00-06:00",
          "powerKW": 33706,
          "isForecast": true
        },
        {
          "timestamp": 1703246400,
          "dateTimeISO": "2023-12-22T06:00:00-06:00",
          "powerKW": 35228,
          "isForecast": true
        },
        {
          "timestamp": 1703250000,
          "dateTimeISO": "2023-12-22T07:00:00-06:00",
          "powerKW": 38819,
          "isForecast": true
        },
        {
          "timestamp": 1703253600,
          "dateTimeISO": "2023-12-22T08:00:00-06:00",
          "powerKW": 39450,
          "isForecast": true
        },
        {
          "timestamp": 1703257200,
          "dateTimeISO": "2023-12-22T09:00:00-06:00",
          "powerKW": 36199,
          "isForecast": true
        },
        {
          "timestamp": 1703260800,
          "dateTimeISO": "2023-12-22T10:00:00-06:00",
          "powerKW": 30270,
          "isForecast": true
        },
        {
          "timestamp": 1703264400,
          "dateTimeISO": "2023-12-22T11:00:00-06:00",
          "powerKW": 22899,
          "isForecast": true
        },
        {
          "timestamp": 1703268000,
          "dateTimeISO": "2023-12-22T12:00:00-06:00",
          "powerKW": 18005,
          "isForecast": true
        },
        {
          "timestamp": 1703271600,
          "dateTimeISO": "2023-12-22T13:00:00-06:00",
          "powerKW": 14950,
          "isForecast": true
        },
        {
          "timestamp": 1703275200,
          "dateTimeISO": "2023-12-22T14:00:00-06:00",
          "powerKW": 14719,
          "isForecast": true
        },
        {
          "timestamp": 1703278800,
          "dateTimeISO": "2023-12-22T15:00:00-06:00",
          "powerKW": 16656,
          "isForecast": true
        },
        {
          "timestamp": 1703282400,
          "dateTimeISO": "2023-12-22T16:00:00-06:00",
          "powerKW": 20737,
          "isForecast": true
        },
        {
          "timestamp": 1703286000,
          "dateTimeISO": "2023-12-22T17:00:00-06:00",
          "powerKW": 25309,
          "isForecast": true
        },
        {
          "timestamp": 1703289600,
          "dateTimeISO": "2023-12-22T18:00:00-06:00",
          "powerKW": 28128,
          "isForecast": true
        },
        {
          "timestamp": 1703293200,
          "dateTimeISO": "2023-12-22T19:00:00-06:00",
          "powerKW": 29508,
          "isForecast": true
        },
        {
          "timestamp": 1703296800,
          "dateTimeISO": "2023-12-22T20:00:00-06:00",
          "powerKW": 29402,
          "isForecast": true
        },
        {
          "timestamp": 1703300400,
          "dateTimeISO": "2023-12-22T21:00:00-06:00",
          "powerKW": 30189,
          "isForecast": true
        },
        {
          "timestamp": 1703304000,
          "dateTimeISO": "2023-12-22T22:00:00-06:00",
          "powerKW": 30676,
          "isForecast": true
        },
        {
          "timestamp": 1703307600,
          "dateTimeISO": "2023-12-22T23:00:00-06:00",
          "powerKW": 31189,
          "isForecast": true
        },
        {
          "timestamp": 1703311200,
          "dateTimeISO": "2023-12-23T00:00:00-06:00",
          "powerKW": 31801,
          "isForecast": true
        },
        {
          "timestamp": 1703314800,
          "dateTimeISO": "2023-12-23T01:00:00-06:00",
          "powerKW": 32900,
          "isForecast": true
        },
        {
          "timestamp": 1703318400,
          "dateTimeISO": "2023-12-23T02:00:00-06:00",
          "powerKW": 35020,
          "isForecast": true
        },
        {
          "timestamp": 1703322000,
          "dateTimeISO": "2023-12-23T03:00:00-06:00",
          "powerKW": 37586,
          "isForecast": true
        },
        {
          "timestamp": 1703325600,
          "dateTimeISO": "2023-12-23T04:00:00-06:00",
          "powerKW": 39904,
          "isForecast": true
        },
        {
          "timestamp": 1703329200,
          "dateTimeISO": "2023-12-23T05:00:00-06:00",
          "powerKW": 40861,
          "isForecast": true
        },
        {
          "timestamp": 1703332800,
          "dateTimeISO": "2023-12-23T06:00:00-06:00",
          "powerKW": 40665,
          "isForecast": true
        },
        {
          "timestamp": 1703336400,
          "dateTimeISO": "2023-12-23T07:00:00-06:00",
          "powerKW": 39602,
          "isForecast": true
        },
        {
          "timestamp": 1703340000,
          "dateTimeISO": "2023-12-23T08:00:00-06:00",
          "powerKW": 38233,
          "isForecast": true
        },
        {
          "timestamp": 1703343600,
          "dateTimeISO": "2023-12-23T09:00:00-06:00",
          "powerKW": 37847,
          "isForecast": true
        },
        {
          "timestamp": 1703347200,
          "dateTimeISO": "2023-12-23T10:00:00-06:00",
          "powerKW": 37791,
          "isForecast": true
        },
        {
          "timestamp": 1703350800,
          "dateTimeISO": "2023-12-23T11:00:00-06:00",
          "powerKW": 37349,
          "isForecast": true
        },
        {
          "timestamp": 1703354400,
          "dateTimeISO": "2023-12-23T12:00:00-06:00",
          "powerKW": 36707,
          "isForecast": true
        },
        {
          "timestamp": 1703358000,
          "dateTimeISO": "2023-12-23T13:00:00-06:00",
          "powerKW": 35899,
          "isForecast": true
        },
        {
          "timestamp": 1703361600,
          "dateTimeISO": "2023-12-23T14:00:00-06:00",
          "powerKW": 35504,
          "isForecast": true
        },
        {
          "timestamp": 1703365200,
          "dateTimeISO": "2023-12-23T15:00:00-06:00",
          "powerKW": 35864,
          "isForecast": true
        },
        {
          "timestamp": 1703368800,
          "dateTimeISO": "2023-12-23T16:00:00-06:00",
          "powerKW": 36932,
          "isForecast": true
        },
        {
          "timestamp": 1703372400,
          "dateTimeISO": "2023-12-23T17:00:00-06:00",
          "powerKW": 37646,
          "isForecast": true
        }
      ],
      "profile": {
        "tz": "America/Chicago",
        "tzname": "CST",
        "tzoffset": -21600,
        "isDST": false,
        "elevM": 669,
        "elevFT": 2195,
        "site": {
          "eiaPlantCodes": [
            57120,
            5635
          ],
          "maxCapacityKW": 102300,
          "hardwareModel": "GE:GE16-82.5",
          "onlineDate": "2005-12-01T00:00:00+00:00",
          "region": {
            "name": "SPP",
            "subgroup": null
          }
        }
      }
    }
  ]
}
© 2026 Xweather (opens in a new tab)Terms of Service (opens in a new tab)Privacy Policy (opens in a new tab)