Resources
Premium Wind Power

Retrieve Site Measurements

Retrieve historical measurement data for a Premium Wind Power site. Supports pagination via skip/take and date filtering via start/end.

get/resources/wind_power_site_measurements

Query parameters

resource_idstring nullable required

The unique identifier of the Premium Wind Power resource.

startstring date-time nullable

Filter: period_end >= start (ISO-8601).

endstring date-time nullable

Filter: period_end <= end (ISO-8601).

format'json' | 'csv' nullable

Response format. Default is HTML if not supplied.

Response

OK

offsetinteger
totalinteger
metaobject nullable

Changes

Changed in 2 of the 5 revisions of this API.174

  • ec8e5425d984172See the full diff
    • the response property results/items/period became nullable for the status 200

      response-property-became-nullable

    • deleted the query request parameter sub_unit

      request-parameter-removed

    • removed the optional property results/items/constraint_power_ceiling from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/created from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/sub_unit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/total_power from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/items/wind_site_id from the response with the 200 status

      response-optional-property-removed

    • added the optional property results/items/curtailment to the response with the 200 status

      response-optional-property-added

    • added the optional property results/items/power to the response with the 200 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter sub_unit

      new-optional-request-parameter

    • added the optional property results/items/sub_unit to the response with the 200 status

      response-optional-property-added