Return map-ready Energy asset data. Without a single explicit country filter, the endpoint returns aggregate country-centroid rows. With exactly one country filter and no region or continent, it returns fine-grained asset pins capped by map_limit/fine_grained_limit.
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.
GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....
Comma-separated GEM trackers. Valid values: 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. Omit for all trackers.
"coal_plants,solar"
Plain English country name, ISO-3, or legacy FIPS alias. Filters primary or secondary country for cross-border assets.
"United States"
Plain English region. Expands to the same ISO-3 country list used by V2 Events.
"Middle East"
Plain English continent. Expands to the same ISO-3 country list used by V2 Events.
"Asia"
Comma-separated GEM status values. Common values include operating, construction, pre-construction, permitted, announced, proposed, shelved, cancelled, retired, and mothballed.
"operating,construction"
Shorthand for status=operating.
Comma-separated within-tracker tier values such as main, utility, distributed, below_threshold, closed, or sub_threshold.
"main,utility"
Comma-separated fuel values. Matches the tracker-native fuel string or normalized cross-tracker fuel where populated.
"coal,solar"
Minimum MW capacity. Meaningful for power-generation trackers only.
x >= 0Maximum MW capacity. Meaningful for power-generation trackers only.
x >= 0Minimum asset start year.
1700 <= x <= 2200Maximum asset start year.
1700 <= x <= 2200Minimum asset retired year.
1700 <= x <= 2200Maximum asset retired year.
1700 <= x <= 2200Case-insensitive substring match against the raw owner string.
"ExxonMobil"
GEM Entity ID. Returns assets where the entity appears in owners, operators, or parents.
"E100002021305"
Viewport filter formatted as lat_min,lon_min,lat_max,lon_max.
^-?\d+(\.\d+)?,-?\d+(\.\d+)?,-?\d+(\.\d+)?,-?\d+(\.\d+)?$"30,-105,33,-100"
Proximity filter formatted as lat,lon,radius_km.
^-?\d+(\.\d+)?,-?\d+(\.\d+)?,\d+(\.\d+)?$"31.16,-102.9,50"
Case-insensitive substring match against asset name.
"Ranch Energy"
Asset class. The default fixed excludes mobile LNG carriers; use mobile or all for vessels.
fixed, mobile, all Fine-mode pin limit. Alias of fine_grained_limit.
50 <= x <= 1000Fine-mode pin limit. Alias of map_limit.
50 <= x <= 1000