Provenance
PublisherWattTime
API basehttps://api.watttime.org/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (Bearer token)
Methods (3)
getRegions
readList WattTime grid regions, or resolve region from lat/lon.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "signalType": { "type": "string" }, "latitude": { "type": "number" }, "longitude": { "type": "number" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }getCurrentSignal
readGet the current marginal emissions signal (MOER) for a region.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "region": { "type": "string" }, "signalType": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }getForecast
readGet the forecast marginal emissions signal for a region.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "region": { "type": "string" }, "signalType": { "type": "string" }, "model": { "type": "string" }, "horizonHours": { "type": "number" }, "start": { "type": "string" }, "end": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }
