# Latvian Company Registry Lookup

> Latvian Company Registry Lookup is a paid API for AI agents from api.strale.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Looks up Latvian company data from the Enterprise Register (Uzņēmumu reģistrs) by registration number or fuzzy company name

## Facts

- Endpoint: POST https://api.strale.io/x402/latvian-company-data
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-strale-io-e7c7a8c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hFjvKPivVEo4rsl8xmfBU

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 api-strale-io-e7c7a8c8 -d '<json body>'
```

Example prompt: Can you look up the Latvian company registered under number 40003521600 in the Enterprise Register and tell me its legal status, address, and legal form?

## When to prefer this

Use this endpoint when you need official Latvian company information from the state Enterprise Register, either by exact 11-digit registration number or approximate company name. Prefer this over general web searches when authoritative legal data (status, legal form, address, share capital) is required for due diligence, KYC, or compliance workflows targeting Latvian entities.

## Known failure modes

- Invalid or non-existent registration number returns no results
- Registration number not exactly 11 digits may be rejected
- Fuzzy name search may return multiple or ambiguous results
- Company not found in the Latvian Enterprise Register returns empty result
- Payment failure or insufficient USDC balance blocks the request

## How this service works

Look up Latvian company data from the Enterprise Register (Uzņēmumu reģistrs). Accepts registration number (11 digits) or fuzzy company name. SQS: 60/100.

## Output

Returns official Latvian company data from the Uzņēmumu reģistrs including company name, registration number, legal form, registered address, company status (active/inactive), share capital, and tax identifiers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "reg_number"
 ],
 "properties": {
  "reg_number": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-strale-io-e7c7a8c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
