# LT Company Registry — Entity Lookup by Code

> LT Company Registry — Entity Lookup by Code is a paid API for AI agents from jar-resolve-305248849433.europe-west1.run.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up an official Lithuanian legal entity record from the JAR (Juridinių asmenų registras) company registry by company code.

## Facts

- Endpoint: GET https://jar-resolve-305248849433.europe-west1.run.app/v1/jar/%7Bcode%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lt-company-registry-entity-lookup-by-code-ef8f1301
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fZEM3YHaZUGnJxVx2mhtN

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 lt-company-registry-entity-lookup-by-code-ef8f1301
```

Example prompt: Can you look up Lithuanian company code 306997072 in the official JAR registry and tell me its name, registration status, and when it was registered?

## When to prefer this

Use this endpoint when you have an exact Lithuanian company registration code and need the official JAR record. Prefer this over the name-search sibling endpoint when you already know the code and want a deterministic, exact-match lookup with no ranking or fuzzy logic. Ideal for compliance, KYB, contract verification, or data enrichment workflows involving Lithuanian legal entities.

## Known failure modes

- Company code not found in JAR registry — may return empty or null result
- Invalid or malformed company code format — HTTP 4xx error
- Payment not settled via x402 — HTTP 402 response blocking access
- Registry source temporarily unavailable — HTTP 5xx or timeout
- Code belongs to a deregistered entity — returned with deregistered_on date populated

## How this service works

Anonymous x402 seller for official Lithuanian legal-entity lookup (JAR / company registry).

## Output

Returns a JSON object with the company code, official company name, match type (e.g. 'exact'), registry source (e.g. 'iregistruoti'), registration status (e.g. 'registered'), address (if available), legal form (if available), registration date, and deregistration date (if applicable).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": "306997072",
  "name": "MB Verslo botas",
  "match": "exact",
  "source": "iregistruoti",
  "status": "registered",
  "address": null,
  "legal_form": null,
  "registered_on": "2024-09-23",
  "deregistered_on": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lt-company-registry-entity-lookup-by-code-ef8f1301/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jar-resolve-305248849433.europe-west1.run.app](https://www.zero.xyz/host/jar-resolve-305248849433.europe-west1.run.app/llms.txt)
