# Clink Forge – CDC Lyme Disease Public Use Aggregated Data with Geography 2022-2023 Record Lookup

> Clink Forge – CDC Lyme Disease Public Use Aggregated Data with Geography 2022-2023 Record Lookup is a paid API for AI agents from api.clinkforge.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Retrieves a single record by ID from the CDC's 2022-2023 Lyme disease public-use aggregated dataset with geographic attributes, returning the data with a cryptographic provenance chain and Ed25519 attestation.

## Facts

- Endpoint: GET https://api.clinkforge.com/v1/p/auto-lyme-disease-public-use-aggregated-data-with-geography-2022-2023-lookup
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clink-forge-cdc-lyme-disease-public-use-aggregated-data-with-4f170ba2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z4MGV-25qanPCtkbN0AgX

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clink-forge-cdc-lyme-disease-public-use-aggregated-data-with-4f170ba2
```

Example prompt: Pull the CDC Lyme disease 2022-2023 geographic dataset record with ID 'LD-2023-CT-001' and give me the data along with its cryptographic attestation so I can verify it came from the official CDC source.

## When to prefer this

Choose this endpoint when you need a single, verifiable CDC Lyme disease record with cryptographic proof of provenance — particularly useful for compliance workflows, research pipelines requiring auditable data lineage, or any application where tamper-evidence of government health data matters. It is distinct from general CDC data portals because every response carries an Ed25519 attestation and pays per-call with no API key required.

## Known failure modes

- Record ID not found: returns a 404 or equivalent error if the specified ID does not exist in the dataset
- Invalid ID format: returns a validation error if the ID exceeds 200 characters or is malformed
- Payment failure: x402 payment in USDC not completed, resulting in a 402 Payment Required response
- Attestation generation failure: Ed25519 signing process fails, resulting in a 500 error
- Dataset unavailability: upstream CDC data source temporarily unavailable

## How this service works

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.

## Output

A JSON object containing the requested CDC Lyme disease aggregated record (with geographic fields such as state or county, case counts, and year), accompanied by a cryptographic provenance chain tracing the data to the CDC source and an Ed25519 digital signature attesting to the integrity and authenticity of the response.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clink-forge-cdc-lyme-disease-public-use-aggregated-data-with-4f170ba2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.clinkforge.com](https://www.zero.xyz/host/api.clinkforge.com/llms.txt)
