# Verifik AI – Colombia Court Case File Lookup

> Verifik AI – Colombia Court Case File Lookup is a paid API for AI agents from verifik.x402.paysponge.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Retrieves court case files (expedientes) from Colombian juzgados (courts) in a specific rama/jurisdiction using Verifik's identity and data API.

## Facts

- Endpoint: GET https://verifik.x402.paysponge.com/v2/co/rama/juzgado/expedientes
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/verifik-ai-colombia-court-case-file-lookup-9fcaba7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A0Smq-sGJR4DZsBU-JLTE

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 verifik-ai-colombia-court-case-file-lookup-9fcaba7e
```

Example prompt: Can you look up the court case file for expediente 11001310300120230012300 at the civil juzgado in Bogotá's rama judicial in Colombia?

## When to prefer this

Use this endpoint when you need to verify or retrieve judicial/court case files from Colombia's juzgados as part of KYC, due diligence, legal research, or background checks. Prefer this over generic web searches when you need structured, authoritative Colombian court record data.

## Known failure modes

- Invalid or non-existent expediente number returns empty result or 404
- Missing required court/juzgado identifiers causes 400 bad request
- Payment failure (x402) prevents access to the endpoint
- Rate limiting or quota exceeded returns 429
- Court system unavailable or data source offline causes 503

## How this service works

Verifik identity &amp; data APIs via Smart Agent (ai.verifik.co)—multi-country KYC, vehicles, companies, and global sanctions screening.

## Output

Returns a JSON object containing the court case file (expediente) details from the specified Colombian juzgado, including case status, parties involved, procedural history, and other judicial record data associated with the queried case.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/verifik-ai-colombia-court-case-file-lookup-9fcaba7e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verifik.x402.paysponge.com](https://www.zero.xyz/host/verifik.x402.paysponge.com/llms.txt)
