ToolAssay

Returns the pre-fetched GloFAS control forecast at the nearest model cell for a

Returns the pre-fetched GloFAS control forecast at the nearest model cell for a point in Europe. The result reports modelled river discharge, its peak and change over the requested horizon. It is deliberately not presented as a flood probability or warning because those require local river thresholds and the responsible national or regional authority. Every response carries the required CEMS attribution and warranty disclaimer.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
950 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

POST https://karte.halowerk.com/v1/flood-risk

CategoryEverything else
Provider hostkarte.halowerk.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 950 ms

Example input (from the provider)

{
  "body": {
    "latitude": 45,
    "longitude": 5
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "hours": {
              "default": 10,
              "description": "Number of daily forecast steps to return.",
              "maximum": 10,
              "minimum": 1,
              "type": "integer"
            },
            "latitude": {
              "description": "Latitude inside the cached DACH and Central Europe area.",
              "maximum": 56,
              "minimum": 45,
              "type": "number"
            },
            "longitude": {
              "description": "Longitude inside the cached DACH and Central Europe area.",
              "maximum": 18,
              "minimum": 5,
              "type": "number"
            }
          },
          "required": [
            "latitude",
            "longitude"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON