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.
- Owner search with
/api/v2/energy/owners?search=...to resolve a company, ministry, state owner, person, or investment vehicle to a canonical GEM Entity ID. - Owner detail with
/api/v2/energy/owners/{entity_id}to inspect registration/headquarters metadata, parent entities, external IDs, and portfolio summary. - Owner portfolio with
/api/v2/energy/assets?owner_entity_id=...&asset_class=allto retrieve the underlying assets across trackers.
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.
- Use
/api/v2/energy/ownersorowner_entity_idfor ownership questions;owner_searchon assets is a fuzzy raw-string search and can mix subsidiaries, parents, and spelling variants. - 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.

