Add-on, statistical strata
Add-on, statistical strata: share of the last 5 years spent in each official band for this day-of-year, the percentile bands, and where the current reading falls. Backtestable, and stated as approximate. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed. $0.0050 per call.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
989 msmedian answer time
$0.005listed price per call
$0.005price 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/strata
| Category | Everything else |
|---|---|
| Provider host | api.truthbear.co |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 12 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 989 ms |
Example input (from the provider)
{
"example": {
"entity": "07010000",
"signal_id": "hydrology.river-level"
},
"exampleRequest": "/gauge/strata?signal_id=hydrology.river-level&entity=07010000",
"method": "GET",
"queryParams": {
"entity": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals[",
"signal_id": "required - signal id (genus.species); free list at GET /gauge/catalog (paged; ?all=1 for every line)"
},
"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": {
"entity": {
"description": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals[0].entities[]",
"examples": [
"07010000"
],
"type": "string"
},
"signal_id": {
"description": "required - signal id (genus.species); free list at GET /gauge/catalog (paged; ?all=1 for every line)",
"examples": [
"hydrology.river-level"
],
"type": "string"
}
},
"required": [
"signal_id",
"entity"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"properties": {
"type": {
"const": "json"
}
},
"required": [
"type"
],
"type": "object"
}
}
}