---
title: "Modo Energy BESS Asset Database - Australia (NEM)"
method: GET
path: "/australia-nem/assets/"
tags: ["Assets"]
---

# Modo Energy BESS Asset Database - Australia (NEM)

`GET /australia-nem/assets/`

Lists all battery energy storage system (BESS) assets currently operating in the Australian NEM, along with key details such as rated power, energy capacity, settlement point location, and ownership.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` AustraliaAsset[], required
    - `asset_id` integer
    - `name` string, required
    - `coordinates` object, nullable — The geographical coordinates of the asset, e.g. {"latitude": 0.0, "longitude": 0.0}.
    - `commissioning_date` string, nullable
    - `is_co_located` boolean
    - `colocation_type` string
    - `alternative_name` string
    - `region` string, nullable — The market region where the asset is located.
    - `integrator` string, nullable — The entity responsible for system integration.
    - `developer` string, nullable — The entity responsible for the development of the asset.
    - `manufacturer` string, nullable — The cell manufacturer of the asset.
    - `owner` AssetOwner[] — A list of ownership details, including:
      - `owner_id` integer, required — The owner's unique identifier.
      - `name` string, required — The owner's name.
      - `valid_from` string, date
      - `valid_to` string, date, nullable — End of the validity period. Leave blank to indicate the record is still current.
    - `optimizer` Optimizer[] — A list of optimization service providers linked to the asset, including:
      - `optimizer_id` integer, required — The optimizer's unique identifier.
      - `name` string, required — The optimizer's name.
      - `valid_from` string, date
      - `valid_to` string, date, nullable — End of the validity period. Leave blank to indicate the record is still current.
    - `rated_power` AssetRatedPower[] — The asset's installed rated power capacity in megawatts (MW).
      - `rated_power_mw` string, decimal, required
      - `valid_from` string, date, required
      - `valid_to` string, date, nullable — End of the validity period. Leave blank to indicate the record is still current.
      - `asset_rated_power_id` integer, required
    - `energy_capacity` AssetEnergyCapacity[] — The asset's installed energy capacity in megawatt hours (MWh)
      - `energy_capacity_mwh` string, decimal, required
      - `valid_from` string, date, required
      - `valid_to` string, date, nullable — End of the validity period. Leave blank to indicate the record is still current.
      - `energy_capacity_id` integer, required
    - `market_ids` AssetMarket[] — The asset's unique identifier for participation and tracking in markets.
      - `market_id` string, required
      - `type` string, required
      - `valid_from` string, date, required
      - `valid_to` string, date, nullable — End of the validity period. Leave blank to indicate the record is still current.
      - `id` integer

## 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/revisions/6c4b83d3fc12/schema)
