ToolAssay

Retrieves water quality results for a monitoring site from the Water Quality Por

Retrieves water quality results for a monitoring site from the Water Quality Portal and normalises them into a comparable shape. The real work is units: the same measurement appears there as mg/L, ug/L, ppm and mg/l in mixed case, and combining them unchecked puts factor-of-thousand errors into any statistic built on top.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
871 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://natur.halowerk.com/v1/water-quality

CategoryEverything else
Provider hostnatur.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 871 ms

Example input (from the provider)

{
  "body": {
    "max_results": 800,
    "site_id": "USGS-01646500"
  },
  "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": {
            "characteristic": {
              "description": "Restrict to one characteristic name, e.g. Nitrate.",
              "maxLength": 80,
              "type": "string"
            },
            "max_results": {
              "default": 800,
              "maximum": 3000,
              "minimum": 10,
              "type": "integer"
            },
            "site_id": {
              "description": "Monitoring location id, e.g. USGS-01646500.",
              "maxLength": 60,
              "minLength": 4,
              "type": "string"
            },
            "start_date": {
              "description": "ISO date; defaults to two years back.",
              "maxLength": 10,
              "type": "string"
            }
          },
          "required": [
            "site_id"
          ],
          "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