Documentation Index
Fetch the complete documentation index at: https://docs.gdeltcloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
GDELT Cloud Energy Data exposes asset registries from Global Energy Monitor through the V2 API. Use it to anchor event, story, and entity analysis to physical energy infrastructure: power plants, mines, terminals, pipelines, extraction fields, renewable assets, LNG carriers, and ownership relationships.Cite Global Energy Monitor for upstream asset facts. Cite GDELT Cloud for the API shape, derived rollups, geography expansion, parsed ownership arrays, and workflow outputs.
Coverage
The V2 Energy API reads from 15 GEM asset trackers:| Tracker | Asset type | Native capacity |
|---|---|---|
coal_plants | Coal plant units | MW |
coal_mines | Coal mines | Mtpa |
coal_terminals | Coal import/export terminals | Mt |
oil_gas_plants | Oil and gas power plants | MW |
oil_gas_extraction | Oil and gas extraction fields | Not populated in the main sheet |
lng_terminals | LNG import/export terminals | Mtpa or Bcm/y |
nuclear | Nuclear reactors | MW |
geothermal | Geothermal power assets | MW |
bioenergy | Bioenergy power assets | MW |
hydropower | Hydropower projects | MW |
solar | Utility-scale solar assets | MW |
wind | Wind power assets | MW |
gas_pipelines | Gas pipelines | Bcm/y or MMcf/d |
oil_pipelines | Oil and NGL pipelines | bpd |
lng_carriers | LNG carriers | cbm |
asset_class=fixed. LNG carriers are mobile assets; request asset_class=mobile or asset_class=all when vessel coverage matters.
Geography
Energy geography follows the same country, region, and continent expansion as V2 Events. You can use plain English country names, ISO-3 codes, or supported legacy aliases:country_iso3 or secondary_country_iso3.
Capacity
Every asset card includes a nativecapacity.value and capacity.unit. capacity.mw is populated only for power-generation trackers:
capacity_mw_total across mixed unit families. For capacity rollups, constrain tracker to power-generation trackers or group by tracker and interpret each bucket separately.
Ownership
GEM owner, operator, and parent fields are exposed in two forms:| Field | Meaning |
|---|---|
owners_raw, operators_raw, parents_raw | Verbatim source strings from GEM |
owners, operators, parents | Parsed arrays of { name, entity_id, stake_pct } |
owner_search for fuzzy text search against the raw owner string. Use owner_entity_id for exact GEM entity matching across owners, operators, and parents.
Refresh Cadence
GEM trackers are refreshed a few times per year as Global Energy Monitor publishes updated tracker files. GDELT Cloud updates Energy Data after those releases are available; do not expect daily or weekly tracker-level changes.API Surface
The official V2 Energy API reference documents:GET /api/v2/energy/assetsGET /api/v2/energy/assets/summaryGET /api/v2/energy/assets/mapGET /api/v2/energy/assets/{tracker}/{gem_id}

