---
title: "Modo Energy Asset Database - GB"
method: GET
path: "/gb/modo/asset/database"
tags: ["Assets"]
---

# Modo Energy Asset Database - GB

`GET /gb/modo/asset/database`

A database of every GB BESS asset that Modo Energy tracks.

## Query parameters

- `valid_now` boolean
- `asset_name` string
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` AssetExportRead[], required
    - `asset` string, nullable
    - `valid_from` string, date, nullable
    - `valid_to` string, date, nullable
    - `history_table` string, nullable
    - `value` string, nullable
    - `weighting` string, nullable
    - `postcode` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `gsp` string, nullable
    - `voltage_kv` integer, nullable
    - `import_capacity_mw` string, decimal, nullable
    - `export_capacity_mw` string, decimal, nullable
    - `import_mpan` integer, nullable
    - `export_mpan` integer, nullable
    - `import_tariff` string, nullable
    - `export_tariff` string, nullable
    - `transmission_connected` boolean
    - `transmission_zone` integer, nullable
    - `commissioning_date` string, date, nullable
    - `tech_type` string, nullable
    - `is_co_located` boolean
    - `co_located_type` string, nullable
    - `integrator` string, nullable
    - `developer` string, nullable
    - `manufacturer` string, nullable
    - `is_bmu_flag` boolean
    - `dno` string, nullable

## 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)
