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.
When to use
Use this workflow when the question involves physical energy assets, ownership exposure, country energy mix, infrastructure near an incident, or cross-border pipelines and terminals.The four-step flow
- Summarize with
/api/v2/energy/assets/summaryto understand the asset mix by tracker, country, status, fuel, or decade. - Map with
/api/v2/energy/assets/mapto choose the geography level. World and region views return country aggregates; a single-country view returns individual pins. - Search with
/api/v2/energy/assetsto retrieve asset cards with capacity, status, owner arrays, GEM Wiki URLs, and API detail links. - Detail with
/api/v2/energy/assets/{tracker}/{gem_id}when you need tracker-specific fields from the raw source record.
REST examples
Country energy mix:Pair with Events and Stories
Energy Data is structural. Events and Stories are temporal. Combine them when you need to answer whether a current development affects physical infrastructure:- Search Events or Stories for the incident, conflict, policy, or weather signal.
- Pull the primary event or story location.
- Query
/api/v2/energy/assets?near=lat,lon,radius_km. - Use detail records and GEM Wiki URLs for asset-level evidence.
Interpretation checks
- Confirm unit family before comparing capacity.
- Use
asset_class=allonly when mobile assets such as LNG carriers are relevant. - For pipelines and binational hydropower, remember that country filters match primary or secondary country.
- GEM tracker releases arrive only a few times per year, so use Energy Data for structural exposure rather than daily asset-change monitoring.
- Treat GEM source facts and GDELT Cloud derived rollups as separate citations.

