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.

Documentation

Specifications

Schemas & Data

Other Resources

🔗
SignUp
https://www.iso-ne.com/signup
🔗
Portal
https://www.iso-ne.com/isoexpress/
🔗
XMLSchema
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/schemas/iso-new-england-web-services-ns0.xsd
🔗
XMLSchema
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/schemas/iso-new-england-web-services-ns1.xsd
🔗
XMLSchema
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/schemas/nextt-web-services.xsd
🔗
Examples
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/examples/_index.yml
🔗
Overlay
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/overlays/iso-new-england-web-services-overlay.yaml
🔗
DataModel
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/data-model/iso-new-england-data-model.yml
🔗
ErrorCatalog
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/errors/iso-new-england-problem-types.yml
🔗
MCPServer
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/mcp/iso-new-england-mcp.yml
🔗
WADL
https://webservices.iso-ne.com/api/v1.1?_wadl&_type=xml
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/arazzo/_index.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/arazzo/iso-new-england-grid-snapshot.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/arazzo/iso-new-england-price-spike-diagnosis.yml

OpenAPI Specification

iso-new-england-web-services-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: ISO New England Web Services API v1.1
  version: '1.1'
  description: RESTful interface to ISO New England energy and market data. This OpenAPI document was DERIVED by
    API Evangelist from ISO New England's own published, machine-generated Enunciate technical documentation at
    https://webservices.iso-ne.com/docs/v1.1/ and the two XML Schemas it publishes (ns0.xsd, ns1.xsd, saved verbatim
    under schemas/). ISO New England does not publish an OpenAPI definition; the only provider-published machine-readable
    description of the interface is a WADL at https://webservices.iso-ne.com/api/v1.1?_wadl&_type=xml, which sits
    behind the same HTTP Basic authentication as the API and returned HTTP 401 to anonymous probes. Every path,
    method, parameter, description, media type and schema in this document is copied from the provider's published
    sources; nothing was invented. Each operation carries x-evidence naming the exact documentation page it came
    from. All feeds are available in XML and JSON, selected by adding a .xml or .json extension to the request URL
    or by sending an Accept header of application/xml or application/json.
  contact:
    name: ISO New England Ask ISO
    url: https://askiso.iso-ne.com/s/
  x-provenance:
    method: derived
    derived_by: API Evangelist enrichment pipeline
    derived_on: '2026-07-27'
    sources:
    - https://webservices.iso-ne.com/docs/v1.1/
    - https://webservices.iso-ne.com/docs/v1.1/ns0.xsd
    - https://webservices.iso-ne.com/docs/v1.1/ns1.xsd
    - https://www.iso-ne.com/participate/support/web-services-data
    not_provider_published: true
    note: Derived from provider-published HTML documentation and XSDs. Not an ISO New England artifact.
servers:
- url: https://webservices.iso-ne.com/api/v1.1
  description: Production base path (HTTP Basic over SSL)
security:
- basicAuth: []
tags:
- name: actualinterchange
  description: 4 path template(s) under /actualinterchange in the published ISO New England Web Services API v1.1
    documentation.
- name: ams
  description: 4 path template(s) under /ams in the published ISO New England Web Services API v1.1 documentation.
- name: capacityscarcitycondition
  description: 6 path template(s) under /capacityscarcitycondition in the published ISO New England Web Services
    API v1.1 documentation.
- name: combinedhourlydemand
  description: 3 path template(s) under /combinedhourlydemand in the published ISO New England Web Services API
    v1.1 documentation.
- name: daasreservedata
  description: 3 path template(s) under /daasreservedata in the published ISO New England Web Services API v1.1
    documentation.
- name: daasstrikeprices
  description: 3 path template(s) under /daasstrikeprices in the published ISO New England Web Services API v1.1
    documentation.
- name: dailyofferthreshprice
  description: 5 path template(s) under /dailyofferthreshprice in the published ISO New England Web Services API
    v1.1 documentation.
- name: dayaheadconstraints
  description: 4 path template(s) under /dayaheadconstraints in the published ISO New England Web Services API v1.1
    documentation.
- name: dayaheadhourlydemand
  description: 6 path template(s) under /dayaheadhourlydemand in the published ISO New England Web Services API
    v1.1 documentation.
- name: dayaheadhourlyoperatingreserve
  description: 6 path template(s) under /dayaheadhourlyoperatingreserve in the published ISO New England Web Services
    API v1.1 documentation.
- name: dayaheadlmpavgcongestion
  description: 5 path template(s) under /dayaheadlmpavgcongestion in the published ISO New England Web Services
    API v1.1 documentation.
- name: dayaheadprdclearing
  description: 5 path template(s) under /dayaheadprdclearing in the published ISO New England Web Services API v1.1
    documentation.
- name: dayaheadvirtualproxy
  description: 6 path template(s) under /dayaheadvirtualproxy in the published ISO New England Web Services API
    v1.1 documentation.
- name: drdispatch
  description: 6 path template(s) under /drdispatch in the published ISO New England Web Services API v1.1 documentation.
- name: drtp
  description: 5 path template(s) under /drtp in the published ISO New England Web Services API v1.1 documentation.
- name: fcmabp
  description: 4 path template(s) under /fcmabp in the published ISO New England Web Services API v1.1 documentation.
- name: fcmara
  description: 4 path template(s) under /fcmara in the published ISO New England Web Services API v1.1 documentation.
- name: fcmmbp
  description: 4 path template(s) under /fcmmbp in the published ISO New England Web Services API v1.1 documentation.
- name: fcmmra
  description: 4 path template(s) under /fcmmra in the published ISO New England Web Services API v1.1 documentation.
- name: fifteenminuteconstraints
  description: 5 path template(s) under /fifteenminuteconstraints in the published ISO New England Web Services
    API v1.1 documentation.
- name: fifteenminuteinterchange
  description: 6 path template(s) under /fifteenminuteinterchange in the published ISO New England Web Services
    API v1.1 documentation.
- name: fifteenminutelmp
  description: 5 path template(s) under /fifteenminutelmp in the published ISO New England Web Services API v1.1
    documentation.
- name: fiveminuteconstraints
  description: 4 path template(s) under /fiveminuteconstraints in the published ISO New England Web Services API
    v1.1 documentation.
- name: fiveminuteestimatedzonalload
  description: 5 path template(s) under /fiveminuteestimatedzonalload in the published ISO New England Web Services
    API v1.1 documentation.
- name: fiveminuteexternalflow
  description: 7 path template(s) under /fiveminuteexternalflow in the published ISO New England Web Services API
    v1.1 documentation.
- name: fiveminutelmp
  description: 14 path template(s) under /fiveminutelmp in the published ISO New England Web Services API v1.1 documentation.
- name: fiveminutercp
  description: 7 path template(s) under /fiveminutercp in the published ISO New England Web Services API v1.1 documentation.
- name: fiveminutereserveprice
  description: 13 path template(s) under /fiveminutereserveprice in the published ISO New England Web Services API
    v1.1 documentation.
- name: fiveminutesystemload
  description: 4 path template(s) under /fiveminutesystemload in the published ISO New England Web Services API
    v1.1 documentation.
- name: fiveminutezonalloadforecast
  description: 3 path template(s) under /fiveminutezonalloadforecast in the published ISO New England Web Services
    API v1.1 documentation.
- name: forecastcapacity
  description: 6 path template(s) under /forecastcapacity in the published ISO New England Web Services API v1.1
    documentation.
- name: frmdtp
  description: 5 path template(s) under /frmdtp in the published ISO New England Web Services API v1.1 documentation.
- name: ftrauctionclearingprices
  description: 4 path template(s) under /ftrauctionclearingprices in the published ISO New England Web Services
    API v1.1 documentation.
- name: ftrauctionresults
  description: 4 path template(s) under /ftrauctionresults in the published ISO New England Web Services API v1.1
    documentation.
- name: genfuelmix
  description: 6 path template(s) under /genfuelmix in the published ISO New England Web Services API v1.1 documentation.
- name: hbannualftrauction
  description: 4 path template(s) under /hbannualftrauction in the published ISO New England Web Services API v1.1
    documentation.
- name: hbdaasardoffer
  description: 3 path template(s) under /hbdaasardoffer in the published ISO New England Web Services API v1.1 documentation.
- name: hbdaasdrroffer
  description: 3 path template(s) under /hbdaasdrroffer in the published ISO New England Web Services API v1.1 documentation.
- name: hbdaasenergyoffer
  description: 3 path template(s) under /hbdaasenergyoffer in the published ISO New England Web Services API v1.1
    documentation.
- name: hbdayaheadardbid
  description: 4 path template(s) under /hbdayaheadardbid in the published ISO New England Web Services API v1.1
    documentation.
- name: hbdayaheaddemandbid
  description: 6 path template(s) under /hbdayaheaddemandbid in the published ISO New England Web Services API v1.1
    documentation.
- name: hbdayaheaddrrbid
  description: 3 path template(s) under /hbdayaheaddrrbid in the published ISO New England Web Services API v1.1
    documentation.
- name: hbdayaheadenergyoffer
  description: 4 path template(s) under /hbdayaheadenergyoffer in the published ISO New England Web Services API
    v1.1 documentation.
- name: hbdayaheadloadresponseoffer
  description: 4 path template(s) under /hbdayaheadloadresponseoffer in the published ISO New England Web Services
    API v1.1 documentation.
- name: hbfcmara
  description: 5 path template(s) under /hbfcmara in the published ISO New England Web Services API v1.1 documentation.
- name: hbfcmmra
  description: 4 path template(s) under /hbfcmmra in the published ISO New England Web Services API v1.1 documentation.
- name: hbforwardreserveauctionoffer
  description: 3 path template(s) under /hbforwardreserveauctionoffer in the published ISO New England Web Services
    API v1.1 documentation.
- name: hbimportexport
  description: 4 path template(s) under /hbimportexport in the published ISO New England Web Services API v1.1 documentation.
- name: hbmonthlyftrauction
  description: 4 path template(s) under /hbmonthlyftrauction in the published ISO New England Web Services API v1.1
    documentation.
- name: hbrealtimeardbid
  description: 4 path template(s) under /hbrealtimeardbid in the published ISO New England Web Services API v1.1
    documentation.
- name: hbrealtimedrrbid
  description: 3 path template(s) under /hbrealtimedrrbid in the published ISO New England Web Services API v1.1
    documentation.
- name: hbrealtimeenergyoffer
  description: 4 path template(s) under /hbrealtimeenergyoffer in the published ISO New England Web Services API
    v1.1 documentation.
- name: hbregulationoffer
  description: 4 path template(s) under /hbregulationoffer in the published ISO New England Web Services API v1.1
    documentation.
- name: hourlybainterchange
  description: 4 path template(s) under /hourlybainterchange in the published ISO New England Web Services API v1.1
    documentation.
- name: hourlyfinalreserveprice
  description: 7 path template(s) under /hourlyfinalreserveprice in the published ISO New England Web Services API
    v1.1 documentation.
- name: hourlylmp
  description: 24 path template(s) under /hourlylmp in the published ISO New England Web Services API v1.1 documentation.
- name: hourlyloadforecast
  description: 5 path template(s) under /hourlyloadforecast in the published ISO New England Web Services API v1.1
    documentation.
- name: hourlyloadgeninterchange
  description: 4 path template(s) under /hourlyloadgeninterchange in the published ISO New England Web Services
    API v1.1 documentation.
- name: hourlyper
  description: 5 path template(s) under /hourlyper in the published ISO New England Web Services API v1.1 documentation.
- name: hourlyprelimreserveprice
  description: 7 path template(s) under /hourlyprelimreserveprice in the published ISO New England Web Services
    API v1.1 documentation.
- name: hourlyrcp
  description: 8 path template(s) under /hourlyrcp in the published ISO New England Web Services API v1.1 documentation.
- name: hourlysysload
  description: 8 path template(s) under /hourlysysload in the published ISO New England Web Services API v1.1 documentation.
- name: lmpIndex
  description: 12 path template(s) under /lmpIndex in the published ISO New England Web Services API v1.1 documentation.
- name: loadzonencpc
  description: 6 path template(s) under /loadzonencpc in the published ISO New England Web Services API v1.1 documentation.
- name: locations
  description: 3 path template(s) under /locations in the published ISO New England Web Services API v1.1 documentation.
- name: monthlyassetncpc
  description: 4 path template(s) under /monthlyassetncpc in the published ISO New England Web Services API v1.1
    documentation.
- name: monthlylmpindex
  description: 4 path template(s) under /monthlylmpindex in the published ISO New England Web Services API v1.1
    documentation.
- name: monthlyper
  description: 5 path template(s) under /monthlyper in the published ISO New England Web Services API v1.1 documentation.
- name: morningreport
  description: 6 path template(s) under /morningreport in the published ISO New England Web Services API v1.1 documentation.
- name: ncpc
  description: 5 path template(s) under /ncpc in the published ISO New England Web Services API v1.1 documentation.
- name: networkload
  description: 4 path template(s) under /networkload in the published ISO New England Web Services API v1.1 documentation.
- name: nextdayoperationalcapacityreport
  description: 4 path template(s) under /nextdayoperationalcapacityreport in the published ISO New England Web Services
    API v1.1 documentation.
- name: nodalloadstat
  description: 3 path template(s) under /nodalloadstat in the published ISO New England Web Services API v1.1 documentation.
- name: nodalloadweight
  description: 6 path template(s) under /nodalloadweight in the published ISO New England Web Services API v1.1
    documentation.
- name: outages
  description: 20 path template(s) under /outages in the published ISO New England Web Services API v1.1 documentation.
- name: performancescore
  description: 4 path template(s) under /performancescore in the published ISO New England Web Services API v1.1
    documentation.
- name: powersystem
  description: 2 path template(s) under /powersystem in the published ISO New England Web Services API v1.1 documentation.
- name: powersystemconditions
  description: 4 path template(s) under /powersystemconditions in the published ISO New England Web Services API
    v1.1 documentation.
- name: pricerespevent
  description: 5 path template(s) under /pricerespevent in the published ISO New England Web Services API v1.1 documentation.
- name: realtimeconstraints
  description: 9 path template(s) under /realtimeconstraints in the published ISO New England Web Services API v1.1
    documentation.
- name: realtimehourlydemand
  description: 6 path template(s) under /realtimehourlydemand in the published ISO New England Web Services API
    v1.1 documentation.
- name: realtimehourlyoperatingreserve
  description: 6 path template(s) under /realtimehourlyoperatingreserve in the published ISO New England Web Services
    API v1.1 documentation.
- name: reliabilityregionloadforecast
  description: 5 path template(s) under /reliabilityregionloadforecast in the published ISO New England Web Services
    API v1.1 documentation.
- name: schedule2varstatus
  description: 4 path template(s) under /schedule2varstatus in the published ISO New England Web Services API v1.1
    documentation.
- name: seasonalpeakhourdata
  description: 4 path template(s) under /seasonalpeakhourdata in the published ISO New England Web Services API
    v1.1 documentation.
- name: sevendayforecast
  description: 5 path template(s) under /sevendayforecast in the published ISO New England Web Services API v1.1
    documentation.
- name: sevendaywindpowerforecast
  description: 4 path template(s) under /sevendaywindpowerforecast in the published ISO New England Web Services
    API v1.1 documentation.
- name: singlesrccontingencylimits
  description: 6 path template(s) under /singlesrccontingencylimits in the published ISO New England Web Services
    API v1.1 documentation.
- name: totaltransfercapability
  description: 5 path template(s) under /totaltransfercapability in the published ISO New England Web Services API
    v1.1 documentation.
- name: weeklylmpindex
  description: 4 path template(s) under /weeklylmpindex in the published ISO New England Web Services API v1.1 documentation.
- name: whlsecost
  description: 8 path template(s) under /whlsecost in the published ISO New England Web Services API v1.1 documentation.
paths:
  /actualinterchange:
    get:
      operationId: getActualinterchange
      summary: Default resource
      description: Default resource. Redirects to Actual Interchange Info.
      tags:
      - actualinterchange
      responses:
        '200':
          description: Successful response.
          content:
            application/xml:
              schema:
                description: Response payload is not described in the published documentation.
            application/json:
              schema:
                description: Response payload is not described in the published documentation.
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.actualinterchange.html
        harvested: '2026-07-27'
  /actualinterchange/current:
    get:
      operationId: getActualinterchangeCurrent
      summary: Get the current Actual Interchange for all locations
      description: Get the current Actual Interchange for all locations.
      tags:
      - actualinterchange
      responses:
        '200':
          description: a ActualInterchangesElement containing the current Actual Interchange.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/ActualInterchanges'
            application/json:
              schema:
                $ref: '#/components/schemas/ActualInterchanges'
              example:
                ActualInterchanges:
                  ActualInterchange:
                  - Sale: 70
                    Purchase: -2
                    ActInterchange: 68
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4010'
                      $: .I.SALBRYNB345 1
                  - Sale: 1718.75
                    Purchase: -938.25
                    ActInterchange: 780.5
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4011'
                      $: .I.ROSETON 345 1
                  - Sale: 0
                    Purchase: 0
                    ActInterchange: 0
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4012'
                      $: .I.HQ_P1_P2345 5
                  - Sale: 0
                    Purchase: 0
                    ActInterchange: 0
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4013'
                      $: .I.HQHIGATE120 2
                  - Sale: 300
                    Purchase: 0
                    ActInterchange: 300
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4014'
                      $: .I.SHOREHAM138 99
                  - Sale: 200
                    Purchase: 0
                    ActInterchange: 200
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4017'
                      $: .I.NRTHPORT138 5
                  - Sale: 0
                    Purchase: -1120
                    ActInterchange: -1120
                    BeginDate: '2026-07-27T15:00:00.000-04:00'
                    Location:
                      '@LocId': '4018'
                      $: .I.HQMRL_RD345 1
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.actualinterchange.current.html
        harvested: '2026-07-27'
      x-xml-element: ActualInterchanges
      x-example-evidence:
        source: https://www.iso-ne.com/ws/wsclient (public ISO Express dashboard proxy, anonymous POST)
        observed: '2026-07-27'
        note: Real response payload observed anonymously through the public dashboard proxy; the proxy envelope
          and its _url key were removed.
  /actualinterchange/day/{day}:
    get:
      operationId: getActualinterchangeDayByDay
      summary: Get an entire days Actaul Interchanges for a given Date
      description: Get an entire days Actaul Interchanges for a given Date.
      tags:
      - actualinterchange
      responses:
        '200':
          description: a ActualInterchangesElement containing the Actual Interchanges.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/ActualInterchanges'
            application/json:
              schema:
                $ref: '#/components/schemas/ActualInterchanges'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.actualinterchange.day.day.html
        harvested: '2026-07-27'
      x-xml-element: ActualInterchanges
      parameters:
      - name: day
        in: path
        required: true
        schema:
          type: string
        description: The day to retrieve data for (YYYYMMDD)
  /actualinterchange/info:
    get:
      operationId: getActualinterchangeInfo
      summary: Get the Service Info for Actual Interchange
      description: Get the Service Info for Actual Interchange.
      tags:
      - actualinterchange
      responses:
        '200':
          description: the ServiceInfoElement for Actual Interchange.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/ServiceInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceInfo'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.actualinterchange.info.html
        harvested: '2026-07-27'
      x-xml-element: ServiceInfo
  /ams:
    get:
      operationId: getAms
      summary: Default resource
      description: Default resource. Redirects to AMS Info.
      tags:
      - ams
      responses:
        '200':
          description: Successful response.
          content:
            application/xml:
              schema:
                description: Response payload is not described in the published documentation.
            application/json:
              schema:
                description: Response payload is not described in the published documentation.
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.ams.html
        harvested: '2026-07-27'
  /ams/current:
    get:
      operationId: getAmsCurrent
      summary: GET /ams/current
      description: (no documentation provided)
      tags:
      - ams
      responses:
        '200':
          description: Successful response.
          content:
            application/xml:
              schema:
                description: Response payload is not described in the published documentation.
            application/json:
              schema:
                description: Response payload is not described in the published documentation.
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.ams.current.html
        harvested: '2026-07-27'
  /ams/day/{day}:
    get:
      operationId: getAmsDayByDay
      summary: Get an entire days HbDayAheadRegulationOffers
      description: Get an entire days HbDayAheadRegulationOffers.
      tags:
      - ams
      responses:
        '200':
          description: a HbRegulationOfferElement containing the HbRegulationOffers.
          content:
            application/xml:
              schema:
                description: Response payload is not described in the published documentation.
            application/json:
              schema:
                description: Response payload is not described in the published documentation.
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.ams.day.day.html
        harvested: '2026-07-27'
      parameters:
      - name: day
        in: path
        required: true
        schema:
          type: string
        description: The day to retrieve data for (YYYYMMDD)
  /ams/info:
    get:
      operationId: getAmsInfo
      summary: Get the Service Info for AMS
      description: Get the Service Info for AMS.
      tags:
      - ams
      responses:
        '200':
          description: the ServiceInfoElement for AMS.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/ServiceInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceInfo'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.ams.info.html
        harvested: '2026-07-27'
      x-xml-element: ServiceInfo
  /capacityscarcitycondition:
    get:
      operationId: getCapacityscarcitycondition
      summary: Default resource
      description: Default resource. Redirects to Capacity Scarcity Condition Info .
      tags:
      - capacityscarcitycondition
      responses:
        '200':
          description: Successful response.
          content:
            application/xml:
              schema:
                description: Response payload is not described in the published documentation.
            application/json:
              schema:
                description: Response payload is not described in the published documentation.
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.capacityscarcitycondition.html
        harvested: '2026-07-27'
  /capacityscarcitycondition/current:
    get:
      operationId: getCapacityscarcityconditionCurrent
      summary: Get the current Capacity Scarcity Condition Report
      description: Get the current Capacity Scarcity Condition Report.
      tags:
      - capacityscarcitycondition
      responses:
        '200':
          description: a CapacityScarcityConditionsElement containing the current Capacity Scarcity Conditions.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
            application/json:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.capacityscarcitycondition.current.html
        harvested: '2026-07-27'
      x-xml-element: CapacityScarcityConditions
  /capacityscarcitycondition/day/{day}:
    get:
      operationId: getCapacityscarcityconditionDayByDay
      summary: Get an entire day of Capacity Scarcity Conditions for given day
      description: Get an entire day of Capacity Scarcity Conditions for given day.
      tags:
      - capacityscarcitycondition
      responses:
        '200':
          description: a CapacityScarcityConditionsElement containing the Capacity Scarcity Conditions.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
            application/json:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.capacityscarcitycondition.day.day.html
        harvested: '2026-07-27'
      x-xml-element: CapacityScarcityConditions
      parameters:
      - name: day
        in: path
        required: true
        schema:
          type: string
        description: The day to retrieve data for (YYYYMMDD)
  /capacityscarcitycondition/info:
    get:
      operationId: getCapacityscarcityconditionInfo
      summary: Get the Service Info for Capacity Scarcity Condition Report
      description: Get the Service Info for Capacity Scarcity Condition Report.
      tags:
      - capacityscarcitycondition
      responses:
        '200':
          description: the ServiceInfoElement for Capacity Scarcity Condition.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/ServiceInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceInfo'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.capacityscarcitycondition.info.html
        harvested: '2026-07-27'
      x-xml-element: ServiceInfo
  /capacityscarcitycondition/month/{month}:
    get:
      operationId: getCapacityscarcityconditionMonthByMonth
      summary: Get an entire month Capacity Scarcity Conditions for given month
      description: Get an entire month Capacity Scarcity Conditions for given month.
      tags:
      - capacityscarcitycondition
      responses:
        '200':
          description: a CapacityScarcityConditionsElement containing the Capacity Scarcity Conditions.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
            application/json:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.capacityscarcitycondition.month.month.html
        harvested: '2026-07-27'
      x-xml-element: CapacityScarcityConditions
      parameters:
      - name: month
        in: path
        required: true
        schema:
          type: string
  /capacityscarcitycondition/year/{year}:
    get:
      operationId: getCapacityscarcityconditionYearByYear
      summary: Get an entire Years Capacity Scarcity Conditions
      description: Get an entire Years Capacity Scarcity Conditions.
      tags:
      - capacityscarcitycondition
      responses:
        '200':
          description: a CapacityScarcityConditionsElement containing the Capacity Scarcity Conditions.
          content:
            application/xml:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
            application/json:
              schema:
                $ref: '#/components/schemas/CapacityScarcityConditions'
        '401':
          description: Unauthorized - HTTP Basic credentials from an ISO Express account are required. Verified
            by anonymous probe on 2026-07-27.
      x-evidence:
        source: https://webservices.iso-ne.com/docs/v1.1/rest.capacityscarcitycondition.year.year.html
        harvested: '2026-07-27'
      x-xml-element: CapacityScarcityCondi

# --- truncated at 32 KB (928 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/iso-new-england/refs/heads/main/openapi/iso-new-england-web-services-openapi.yml