ToolAssay

Lyme disease public use aggregated data with geography, 2022-2023 (Centers for D

Lyme disease public use aggregated data with geography, 2022-2023 (Centers for Disease Control and Prevention): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
39 msmedian answer time
$0.01listed price per call
$0.001price 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.clinkforge.com/v1/p/auto-lyme-disease-public-use-aggregated-data-with-geography-2022-2023-lookup

CategoryEverything else
Provider hostapi.clinkforge.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.001 39 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "id": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "id": {
              "maxLength": 200,
              "type": "string"
            }
          },
          "required": [
            "id"
          ],
          "type": "object"
        },
        "type": {
          "const": "http"
        }
      },
      "type": "object"
    },
    "output": {
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON