ToolAssay

Assesses the recorded biodiversity of an area around a point

Assesses the recorded biodiversity of an area around a point: how many distinct species appear, how many records support them, how recent those records are, how many separate datasets contributed, and the breakdown by kingdom. The trap this service is built around is that record density measures observers, not organisms — a city park with heavy footfall carries more records than a roadless reserve and is not thereby richer.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
952 msmedian answer time
$0.006listed price per call
$0.006price 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/biodiversity-density

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.006 952 ms

Example input (from the provider)

{
  "body": {
    "lat": 52.52,
    "lon": 13.405,
    "radius_km": 10,
    "years_back": 20
  },
  "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": {
            "kingdom": {
              "description": "Restrict to one kingdom, e.g. Animalia, Plantae, Fungi.",
              "maxLength": 40,
              "type": "string"
            },
            "lat": {
              "maximum": 90,
              "minimum": -90,
              "type": "number"
            },
            "lon": {
              "maximum": 180,
              "minimum": -180,
              "type": "number"
            },
            "radius_km": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "number"
            },
            "years_back": {
              "default": 20,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          "required": [
            "lat",
            "lon"
          ],
          "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