---
title: "Modo Energy Asset Database - ERCOT"
method: GET
path: "/us/ercot/modo/asset-database"
tags: ["Assets"]
---

# Modo Energy Asset Database - ERCOT

`GET /us/ercot/modo/asset-database`

This database contains every ERCOT BESS asset that Modo Energy tracks.

## Query parameters

- `valid_now` boolean
- `asset_name` 'Alvin (DGR)' | 'Anemoi Energy Storage' | 'Angleton (DGR)' | 'Azure Sky Solar' | 'Azure Sky Wind' | 'Bat Cave' | 'Bay City' | 'Blue Jay' | 'Blue Summit' | 'BoCo BESS' | 'Brazoria (DGR)' | 'Byrd Ranch' | 'Callisto 1 Energy Center Unit 1' | 'Callisto 1 Energy Center Unit 2' | 'Cameron Storage (Sabal Storage)' | 'Catarina (DGR)' | 'Cedarvale (DGR)' | 'Chisholm' | 'Cisco BESS' | 'Commerce St (DGR)' | 'Continental BESS (DGR)' | 'Coral Storage' | 'Coyote Springs' | 'Crossett Power 1' | 'Crossett Power 2' | 'Cunningham' | 'Decordova 1' | 'Decordova 2' | 'Decordova 3' | 'Decordova 4' | 'Deep Greek (DGR)' | 'Diboll BESS (DGR)' | 'Dickens BESS' | 'Dickinson (DGR)' | 'Ebony Energy Storage' | 'Endurance Park' | 'Eunice' | 'Falfurrias BESS' | 'Farmersville BESS (DGR)' | 'Faulkner (DGR)' | 'Fence Post BESS' | 'Five Wells BESS' | 'Flat Top (DGR)' | 'Flower Valley 1 (DGR)' | 'Flower Valley 2' | 'Gambit' | 'Garden City East BESS (DGR)' | 'Giga Texas Energy Storage' | 'Gomez (DGR)' | 'Hamilton Bess (DGR) U1' | 'Heights (DGR)' | 'High Lonesome' | 'Hoefs Road (DGR)' | 'Holcomb (DGR)' | 'House Mountain BESS' | 'Hummingbird Storage' | 'Hydra BESS' | 'Inadale' | 'Johnson City' | 'Judkins BESS (DGR)' | 'Junction (DGR)' | 'Kingsbery' | 'Libra BESS' | 'Lily' | 'Limousin Oak Storage' | 'Lonestar' | 'Loop 463 (DGR)' | 'Lopeno (DGR)' | 'Lufkin South BESS (DGR)' | 'Madero Grid 1' | 'Madero Grid 2' | 'Magnolia (DGR)' | 'Mainland BESS (DGR)' | 'Mayberry Bess' | 'Mineral Wells East BESS (DGR)' | 'Moore Field BESS 2' | 'Mustang Creek Storage' | 'Myrtle Storage U1' | 'Myrtle Storage U2' | 'Noble 1' | 'Noble 2' | 'North Alamo Bess' | 'North Columbia' | 'North Fork' | 'North Mercedes BESS (DGR)' | 'Notrees' | 'OCI Alamo' | 'Odessa SW (DGR)' | 'Olney (DGR)' | 'Paleo BESS' | 'Pauline BESS (DGR)' | 'Pavlov BESS' | 'Pavo BESS 1' | 'Pavo BESS 2' | 'Port Lavaca (DGR)' | 'Prospect (DGR)' | 'Pueblo 1 (DGR)' | 'Pueblo 2 (DGR)' | 'Pyron' | 'Pyron 2A' | 'Pyron 2B' | 'Rabbit Hill' | 'Ranchland Wind 1' | 'Ranchland Wind 2' | 'Ranchtown (DGR)' | 'Rattlesnake (DGR)' | 'Republic Road' | 'River Bend' | 'River Valley 1' | 'River Valley 2' | 'Roadrunner (Queen)' | 'Rodeo Ranch Energy Storage U1' | 'Rodeo Ranch Energy Storage U2' | 'Roseland' | 'Saddleback (DGR)' | 'Sandlake BESS' | 'Saragosa (DGR)' | 'Screwbean (DGR)' | 'Sheep Creek Storage' | 'Silicon Hill 1' | 'Silicon Hill 2' | 'SMT Elsa (DGR)' | 'SMT Garceno Bess (DGR)' | 'SMT Harlingen II' | 'SMT Los Fresnos (DGR)' | 'SMT Rio Grande City BESS (DGR)' | 'SMT Santa Rosa (DGR)' | 'SP TX-12B' | 'Stampede BESS' | 'St. Gall I Energy Storage' | 'Sun Valley Bess 1' | 'Sun Valley Bess 2' | 'Sweeny (DGR)' | 'Sweetwater (DGR)' | 'Swoose 2' | 'Swoose (DGR)' | 'Timberwolf Bess' | 'Tos (DGR)' | 'Toyah Power Station (DGR)' | 'Triple Butte (DGR)' | 'Val Verde' | 'Westover (DGR)' | 'Wolf Tank' | 'Worsham (DGR)' | 'Zapata 1 (DGR)' | 'Zapata 2 (DGR)' | 'Zier Storage U1'
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ModoAssetDatabase[], required
    - `asset` string, nullable, required
    - `rated_power_mw` number, nullable, required
    - `energy_capacity_mwh` number, nullable, required
    - `load_id` string, nullable, required
    - `generator_id` string, nullable, required
    - `valid_from` string, date, nullable, required
    - `valid_to` string, date, nullable, required
    - `state` string, nullable, required
    - `county` string, nullable, required
    - `postcode` string, nullable, required
    - `latitude` number, nullable, required
    - `longitude` number, nullable, required
    - `load_zone` 'south' | 'west' | 'north' | 'houston', nullable, required
    - `voltage_kv` integer, nullable, required
    - `import_capacity_mw` number, nullable, required
    - `export_capacity_mw` number, nullable, required
    - `commissioning_date` string, date, nullable, required
    - `tech_type` string, nullable, required
    - `is_co_located` boolean, nullable, required
    - `co_located_type` string, nullable, required
    - `co_located_mw` number, nullable, required
    - `zone` string, nullable, required
    - `owner` string, nullable, required
    - `qse_id` integer, nullable, required
    - `qse` string, nullable, required
    - `dme_id` integer, nullable, required
    - `dme` string, nullable, required
    - `settlement_point_name` string, nullable, required
    - `integrator` string, nullable, required
    - `developer` string, nullable, required
    - `manufacturer` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/versions/6c4b83d3fc12/schema)
