Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Electricity Generation by Region

Analyze electricity generation data across different geographical regions.

GET
/energy/electricity-generation-by-region

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "7D"Value in: "7D" | "1M" | "1Y" | "5Y"
regionstring

Region

Default: "ALL"Value in: "CAL" | "CAR" | "CENT" | "FLA" | "MIDA" | "MIDW" | "NE" | "NW" | "NY" | "SE" | "SW" | "TEN" | "TEX" | "ALL"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/energy/electricity-generation-by-region?span=1Y&region=CAL" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ElectricityGenerationByRegionData.json",
  "data": [
    {
      "region": "string",
      "source": "string",
      "timestamp": "2019-08-24T14:15:22Z",
      "value": 0.1
    }
  ]
}