{ "summary": "Get current national carbon intensity", "description": "Example response from GET /intensity — returns the current half-hour period's carbon intensity for Great Britain", "request": { "method": "GET", "url": "https://api.carbonintensity.org.uk/intensity", "headers": { "Accept": "application/json" } }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "body": { "data": [ { "from": "2018-01-20T12:00Z", "to": "2018-01-20T12:30Z", "intensity": { "forecast": 266, "actual": 263, "index": "moderate" } } ] } } }