---
title: "Get Energy Asset"
method: GET
path: "/api/v2/energy/assets/{tracker}/{gem_id}"
tags: ["Energy"]
---

# Get Energy Asset

`GET /api/v2/energy/assets/{tracker}/{gem_id}`

Fetch one Energy asset by tracker and GEM ID. The response includes the canonical asset card plus a raw source record containing tracker-specific fields.

## Path parameters

- `tracker` 'coal_plants' | 'coal_mines' | 'coal_terminals' | 'oil_gas_plants' | 'oil_gas_extraction' | 'lng_terminals' | 'nuclear' | 'geothermal' | 'bioenergy' | 'hydropower' | 'solar' | 'wind' | 'gas_pipelines' | 'oil_pipelines' | 'lng_carriers', required
- `gem_id` string, required

## Response `200`

Success

- EnergyAssetDetailResponse
  - `success` true, required
  - `data` EnergyAssetCard, required
    - `id` string, required
    - `gem_id` string, required
    - `tracker` 'coal_plants' | 'coal_mines' | 'coal_terminals' | 'oil_gas_plants' | 'oil_gas_extraction' | 'lng_terminals' | 'nuclear' | 'geothermal' | 'bioenergy' | 'hydropower' | 'solar' | 'wind' | 'gas_pipelines' | 'oil_pipelines' | 'lng_carriers', required
    - `tier` string, nullable, required
    - `asset_class` string, required
    - `name` string, required
    - `name_local` string, nullable, required
    - `name_other` string, nullable, required
    - `status` string, required
    - `status_detail` string, nullable, required
    - `start_year` integer, nullable, required
    - `retired_year` integer, nullable, required
    - `fuel` string, nullable, required
    - `capacity` EnergyCapacity, required
      - `value` number, nullable, required
      - `unit` string, required
      - `mw` number, nullable, required — Populated only for power-generation trackers.
      - `mw_secondary` number, nullable, required
    - `geo` EnergyAssetGeo, required
      - `country` string, nullable, required
      - `country_iso3` string, nullable, required
      - `secondary_country_iso3` string, nullable, required
      - `region` string, nullable, required
      - `subregion` string, nullable, required
      - `continent` string, nullable, required
      - `state_province` string, nullable, required
      - `city` string, nullable, required
      - `lat` number, nullable, required
      - `lon` number, nullable, required
      - `location_accuracy` string, nullable, required
    - `owners_raw` string, nullable, required
    - `owners` EnergyOwnerEntry[], required
      - `name` string, required
      - `entity_id` string, nullable, required
      - `stake_pct` number, nullable, required
    - `operators_raw` string, nullable, required
    - `operators` EnergyOwnerEntry[], required
      - `name` string, required
      - `entity_id` string, nullable, required
      - `stake_pct` number, nullable, required
    - `parents_raw` string, nullable, required
    - `parents` EnergyOwnerEntry[], required
      - `name` string, required
      - `entity_id` string, nullable, required
      - `stake_pct` number, nullable, required
    - `wiki_url` string, nullable, required
    - `last_updated` string, nullable, required
    - `detail_url` string, required
    - `api_url` string, required
  - `raw` object, required

## Other responses

- `401` — API key required. Include: Authorization: Bearer gdelt_sk_...
- `404` — Asset not found.
- `429` — Rate limit or quota exceeded.
- `500` — Failed to fetch energy asset.

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
