# LT Company Registry – Legal Entity Lookup by Code

> LT Company Registry – Legal 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-13).

Returns the exact official legal-entity record from the Lithuanian JAR company registry by entity code (ja_kodas).

## Facts

- Endpoint: GET https://jar-resolve-305248849433.europe-west1.run.app/v1/jar/:code
- 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/lt-company-registry-legal-entity-lookup-by-code-a8146c39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fSdP8rL6AKfDOpq0ACYgI

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-legal-entity-lookup-by-code-a8146c39
```

Example prompt: Can you pull the official Lithuanian company registry record for the entity with code 302566688? I need the registered name, address, and legal status.

## When to prefer this

Use this endpoint when you have an exact Lithuanian company registration code (ja_kodas) and need the authoritative, unmodified official record from the JAR index. Prefer this over name-search endpoints when precision is required (e.g. KYC, contract due diligence, accounting). This endpoint performs no model inference or ranking — it is a deterministic registry lookup, making it suitable for compliance and verification workflows.

## Known failure modes

- Company code not found in JAR index — returns a not-found or empty result
- Invalid or malformed company code format — may return a validation error
- Payment settlement failure via x402 — call may be rejected before reaching the registry
- Network or upstream registry unavailability — returns a 5xx error
- Code exists but record has incomplete fields if the registry entry is sparse

## How this service works

Exact official Lithuanian company record by legal entity code (ja_kodas). Lithuania company registry / JAR. No LLM.

## Output

Returns the exact official legal-entity record from the Lithuanian JAR index for the provided company code, including fields such as registered name, legal form, status, registered address, and registration date. No ranking or model inference is applied — this is a direct registry hit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "code"
     ],
     "properties": {
      "code": {
       "type": "string",
       "description": "Legal entity code (ja_kodas)"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lt-company-registry-legal-entity-lookup-by-code-a8146c39/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)
