# Colombia COVID-19 Case Records Search (datos.gov.co / INS)

> Colombia COVID-19 Case Records Search (datos.gov.co / INS) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns individual COVID-19 case records from Colombia's national health institute (INS) matching a free-text search query.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datos-co-covid19
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/colombia-covid-19-case-records-search-datos-gov-co-ins-f5a2e456
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LdH8xEiAsJO9YtrHodyp_

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 colombia-covid-19-case-records-search-datos-gov-co-ins-f5a2e456 -d '<json body>'
```

Example prompt: Search the Colombian INS COVID-19 case database for individual records matching 'Bogotá 2021 UCI' and show me what comes back.

## When to prefer this

Use this endpoint when you need to search individual-level COVID-19 case records from Colombia's official government health database (INS / datos.gov.co) by keyword. Prefer this over aggregate statistics endpoints when you need granular case-level data. Ideal for epidemiological research, journalism, or public health analysis focused on Colombia.

## Known failure modes

- Empty results array if no cases match the query string
- HTTP 402 if payment of 0.02 USDC is not provided
- Malformed or missing ?q= parameter may return error or empty response
- Service unavailability if upstream datos.gov.co source is down
- Rate limiting or quota errors if called too frequently

## How this service works

Colombia (datos.gov.co, INS national health institute): individual COVID-19 case records matching a free-text search. Query: ?q= Returns JSON.

## Output

A JSON array of individual COVID-19 case records from Colombia's national health institute (INS) via datos.gov.co that match the free-text query. Each record likely includes epidemiological fields such as case ID, date, location, patient demographics, case status, and clinical details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/colombia-covid-19-case-records-search-datos-gov-co-ins-f5a2e456/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
