Skip to main content
GET
/
api
/
economic
/
v1
/
get-energy-crisis-policies
GetEnergyCrisisPolicies
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-energy-crisis-policies
{
  "source": "<string>",
  "sourceUrl": "<string>",
  "context": "<string>",
  "policies": [
    {
      "country": "<string>",
      "countryCode": "<string>",
      "category": "<string>",
      "sector": "<string>",
      "measure": "<string>",
      "dateAnnounced": "<string>",
      "status": "<string>"
    }
  ],
  "updatedAt": "<string>",
  "unavailable": true
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

country_code
string

Optional ISO-2 country code filter.

category
string

Optional category filter: "conservation" or "consumer_support".

Response

Successful response

GetEnergyCrisisPoliciesResponse contains energy crisis policy data from the IEA tracker.

source
string

Source attribution.

sourceUrl
string

Source URL.

context
string

Context description.

policies
object[]
updatedAt
string

UTC ISO-8601 timestamp when this data was last updated.

unavailable
boolean

True when upstream seed data is unavailable (fallback result).