ToolAssay

[3-LEG] Power-grid chain, one grid region (?loc=us-ercot)

[3-LEG] Power-grid chain, one grid region (?loc=us-ercot): leading demand pressure from heating and cooling degree days -> current renewable availability, solar and wind -> realized energy inflation (CPI energy year-over-year) and gas price (confirmation gate). A chain, not one reading: confidence = how many legs are lit, in order. Sources: EIA, BLS, Open-Meteo. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed. $0.25 per call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1039 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.truthbear.co/gauge/grid-region

CategoryMarket data
Provider hostapi.truthbear.co
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days11 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 1039 ms

Example input (from the provider)

{
  "example": {
    "format": "thin",
    "loc": "us-ercot"
  },
  "exampleRequest": "/gauge/grid-region?loc=us-ercot&format=thin",
  "method": "GET",
  "queryParams": {
    "loc": "required - location id; full list at free /gauge/preview"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "loc": {
              "description": "required - location id; full list at free /gauge/preview",
              "examples": [
                "us-ercot",
                "us-caiso",
                "us-pjm",
                "us-miso",
                "us-nyiso",
                "eu-germany"
              ],
              "type": "string",
              "x-accepted-values": {
                "all": "https://api.truthbear.co/schemas/gauge-grid-region.input.json",
                "shown": 6,
                "total": 12
              }
            }
          },
          "required": [
            "loc"
          ],
          "type": "object"
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {},
        "type": {
          "const": "json"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  }
}

This page as JSON