Lyme disease public use aggregated data with geography, 2022-2023 (Centers for Disease Con
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.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-05
updated
Provider
api.clinkforge.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xF3D62244749eA344aa5408e7Bc50B5287f2b32cc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"category": "Data",
"discoverable": true,
"info": {
"input": {
"method": "GET",
"queryParams": {
"id": "example"
},
"type": "http"
},
"output": {
"description": "data rows + provenance chain + attestation",
"example": {
"attestation": {
"result_digest": "sha256...",
"signature": "base64...",
"signing_key_id": "forge-signing-1"
},
"data": [
{
"_record_id": "R-100",
"field": "value"
}
],
"payment_receipt": {
"amount_usd": 0.01,
"settlement_ref": "0xtx..."
},
"product": "example-product",
"product_version": 1,
"provenance": [
{
"authority": "AGENCY",
"hash": "sha256...",
"observed_at": "2026-08-25T00:00:00Z",
"source_url": "https://agency.gov/data"
}
],
"row_count": 1
},
"type": "json"
}
},
"schema": {
"$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"
}
}
}Use it
curl
curl "https://api.clinkforge.com/v1/p/auto-lyme-disease-public-use-aggregated-data-with-geography-2022-2023-lookup" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.clinkforge.com/v1/p/auto-lyme-disease-public-use-aggregated-data-with-geography-2022-2023-lookup");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.clinkforge.com/v1/p/auto-lyme-disease-public-use-aggregated-data-with-geography-2022-2023-lookup")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/12661.json, and this resource appears in /discovery/resources and /discovery/search.