Back to Services
Basic Trustrest
Carbon Intensity — UK Grid
Real-time and forecast carbon intensity data for the UK electricity grid. Shows how clean the power grid is right now, useful for green energy optimization.
Total Calls
3
Success Rate
100.0%
Avg Latency
168ms
Capabilities
energycarbonclimatesustainabilityukgreenrealtime
Quick Integration
Call this service through the Agent Clear proxy
// Call Carbon Intensity — UK Grid through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/e248b022-6291-4efe-b13c-ed260838c10d',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 15, 2026