ISO New England Web Services API v1.1
ISO New England's RESTful interface to energy and market data, deployed November 2013 and still the current version. The public Enunciate-generated technical documentation at webservices.iso-ne.com/docs/v1.1/ publishes one page per path template - 489 GET path templates across 91 root resources were harvested from it on 2026-07-27, of which the overview page lists 477 - five-minute and hourly locational marginal prices, day-ahead and real-time demand, generation fuel mix, system load, external interchange and flows, day-ahead and real-time constraints, operating reserve and reserve prices, regulation clearing prices, Forward Capacity Market auction and reconfiguration results, FTR auction clearing prices and results, NCPC, outages, seven-day and seven-day wind forecasts, load forecasts, power system status and conditions, demand response dispatch and price-response events, locations, and hourly-bid participant resources. Every feed is available in XML and JSON, selected by a .xml/.json extension on the request URL or by an Accept header. A WADL description is published at https://webservices.iso-ne.com/api/v1.1?_wadl&_type=xml but is itself behind authentication. Authentication is HTTP Basic over SSL; anonymous requests to the base path, to any resource, and to the WADL all return HTTP 401. Credentials come from a free ISO Express account, which ISO New England states automatically grants access to the data feeds. Two W3C XML Schemas describing the whole payload model are published anonymously alongside the documentation (docs/v1.1/ns0.xsd, 205 complex types, and docs/v1.1/ns1.xsd) and are saved verbatim under schemas/; the OpenAPI under openapi/ was derived from those documents by API Evangelist, not published by ISO New England.