GET
/
interconnection
/
nyiso
Get NYISO interconnection queue data
curl --request GET \
  --url https://api.cleanview.co/api/v1/interconnection/nyiso \
  --header 'x-api-key: <api-key>'
{
  "iso": "NYISO",
  "summary": {
    "limit": 50,
    "offset": 0,
    "total_results": 423,
    "has_more": true,
    "current_page": 1,
    "total_pages": 9
  },
  "filters": {
    "state": null,
    "technology": null,
    "status": null,
    "min_capacity": null,
    "max_capacity": null,
    "developer": null
  },
  "data": [
    {
      "iso": "NYIS",
      "queue_id": "2023-001_solar_project",
      "project_name": "Empire State Solar",
      "capacity_mw": 75.0,
      "technology": "Solar",
      "fuel": "Solar",
      "status": "Planned",
      "detailed_status": "Active",
      "operating_date": "2025-08-01T00:00:00.000Z",
      "request_date": "2023-02-10T00:00:00.000Z",
      "county": "Albany",
      "state": "NY",
      "queue_position": "2023-001",
      "developer_interconnection_customer": "Empire Solar Development LLC",
      "developer": "Empire Solar Development LLC",
      "zone": "F",
      "utility": "National Grid",
      "balancing_authority_code": "NYIS",
      "technology_normalized": "Solar"
    },
    {
      "iso": "NYIS",
      "queue_id": "2022-045_wind_offshore",
      "project_name": "South Fork Wind",
      "capacity_mw": 132.0,
      "technology": "Wind",
      "fuel": "Wind",
      "status": "Operating",
      "detailed_status": "In Service",
      "operating_date": "2023-12-15T00:00:00.000Z",
      "request_date": "2022-03-20T00:00:00.000Z",
      "county": "Suffolk",
      "state": "NY",
      "queue_position": "2022-045",
      "developer_interconnection_customer": "Ørsted U.S. Offshore Wind",
      "developer": "Ørsted",
      "zone": "K",
      "utility": "PSEG Long Island",
      "balancing_authority_code": "NYIS",
      "technology_normalized": "Wind"
    },
    {
      "iso": "NYIS",
      "queue_id": "2023-078_battery_storage",
      "project_name": "Ravenswood Battery Storage",
      "capacity_mw": 20.0,
      "technology": "Battery",
      "fuel": "Battery",
      "status": "Planned",
      "detailed_status": "Active",
      "operating_date": "2025-06-30T00:00:00.000Z",
      "request_date": "2023-08-15T00:00:00.000Z",
      "county": "Queens",
      "state": "NY",
      "queue_position": "2023-078",
      "developer_interconnection_customer": "LS Power Development",
      "developer": "LS Power",
      "zone": "J",
      "utility": "Con Edison",
      "balancing_authority_code": "NYIS",
      "technology_normalized": "Battery"
    }
  ]
}

Overview

The NYISO interconnection queue endpoint provides access to real-time data from the New York Independent System Operator (NYISO) interconnection queue. NYISO serves all of New York State.
NYISO Coverage: Contains 400+ projects across New York State. Top technologies: Solar (150+ projects), Wind (100+ projects), Battery Storage (80+ projects), Natural Gas (70+ projects).

Endpoint

curl -H "x-api-key: your_api_key_here" \
  "https://api.cleanview.co/api/v1/interconnection/nyiso?limit=50"

Coverage Area

State Served: New York (entire state)

Query Parameters

ParameterTypeDefaultDescription
limitinteger1000Number of records to return (50-5000)
offsetinteger0Number of records to skip
statestring-Filter by state code (NY) - supports comma-separated
technologystring-Filter by standardized technology type - supports comma-separated
statusstring-Filter by standardized status
min_capacitynumber-Minimum capacity in MW
max_capacitynumber-Maximum capacity in MW
developerstring-Filter by developer name (supports partial matches)

Technology Distribution

TechnologyCountDescription
Solar150+Solar photovoltaic projects
Wind100+Wind turbine projects (onshore and offshore)
Battery80+Battery energy storage systems
Natural Gas70+Natural gas generation
Other50+Other technologies

Status Options

StatusDescription
PlannedActive projects in queue
OperatingCommercial operation achieved
CancelledWithdrawn or terminated

NYISO Load Zones

ZoneDescriptionPrimary Technologies
AWestern NYWind, Natural Gas
BGeneseeWind, Solar
CCentral NYWind, Solar
DNorth NYWind, Hydro
EMohawk ValleySolar, Natural Gas
FCapitalSolar, Wind
GHudson ValleySolar, Storage
HMillwoodSolar, Storage
IDunwoodieSolar, Storage
JNYCSolar, Storage, Natural Gas
KLong IslandSolar, Storage, Wind (offshore)

Example Requests

Response Schema

{
  "iso": "NYISO",
  "summary": {
    "limit": 50,
    "offset": 0,
    "total_results": 423,
    "has_more": true,
    "current_page": 1,
    "total_pages": 9
  },
  "filters": {
    "state": null,
    "technology": null,
    "status": null,
    "min_capacity": null,
    "max_capacity": null,
    "developer": null
  },
  "data": [
    {
      "iso": "NYIS",
      "queue_id": "2023-001_solar_project",
      "project_name": "Empire State Solar",
      "capacity_mw": 75.0,
      "technology": "Solar",
      "fuel": "Solar",
      "status": "Planned",
      "detailed_status": "Active",
      "operating_date": "2025-08-01T00:00:00.000Z",
      "request_date": "2023-02-10T00:00:00.000Z",
      "county": "Albany",
      "state": "NY",
      "queue_position": "2023-001",
      "developer_interconnection_customer": "Empire Solar Development LLC",
      "developer": "Empire Solar Development LLC",
      "zone": "F",
      "utility": "National Grid",
      "balancing_authority_code": "NYIS",
      "technology_normalized": "Solar"
    },
    {
      "iso": "NYIS",
      "queue_id": "2022-045_wind_offshore",
      "project_name": "South Fork Wind",
      "capacity_mw": 132.0,
      "technology": "Wind",
      "fuel": "Wind",
      "status": "Operating",
      "detailed_status": "In Service",
      "operating_date": "2023-12-15T00:00:00.000Z",
      "request_date": "2022-03-20T00:00:00.000Z",
      "county": "Suffolk",
      "state": "NY",
      "queue_position": "2022-045",
      "developer_interconnection_customer": "Ørsted U.S. Offshore Wind",
      "developer": "Ørsted",
      "zone": "K",
      "utility": "PSEG Long Island",
      "balancing_authority_code": "NYIS",
      "technology_normalized": "Wind"
    },
    {
      "iso": "NYIS",
      "queue_id": "2023-078_battery_storage",
      "project_name": "Ravenswood Battery Storage",
      "capacity_mw": 20.0,
      "technology": "Battery",
      "fuel": "Battery",
      "status": "Planned",
      "detailed_status": "Active",
      "operating_date": "2025-06-30T00:00:00.000Z",
      "request_date": "2023-08-15T00:00:00.000Z",
      "county": "Queens",
      "state": "NY",
      "queue_position": "2023-078",
      "developer_interconnection_customer": "LS Power Development",
      "developer": "LS Power",
      "zone": "J",
      "utility": "Con Edison",
      "balancing_authority_code": "NYIS",
      "technology_normalized": "Battery"
    }
  ]
}
All NYISO interconnection data follows the standardized response format with NYISO-specific fields including load zone and utility information.

NYISO-Specific Fields

FieldDescription
zoneNYISO load zone (A-K)
utilityTransmission utility
developer_interconnection_customerDeveloper/customer name
Data Updates: NYISO queue data is updated based on NYISO’s interconnection queue reports.
Load Zones: NYISO divides New York into 11 load zones (A-K) that reflect transmission constraints and local market conditions. Zone information helps identify regional development patterns.

Authorizations

x-api-key
string
header
required

API key authentication using x-api-key header

Query Parameters

limit
integer
default:50

Number of records to return

Required range: 50 <= x <= 5000
offset
integer
default:0

Number of records to skip

state
string

Filter by state code (NY)

technology
string

Filter by technology type

min_capacity
number

Minimum capacity in MW

max_capacity
number

Maximum capacity in MW

Response

200
application/json

Successful response with NYISO interconnection queue data

The response is of type object.