# Alien Probe WHO Lookup – GLEIF LEI by Name, Domain, or LEI

> Alien Probe WHO Lookup – GLEIF LEI by Name, Domain, or LEI is a paid API for AI agents from lookups.alienprobe.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Looks up a single GLEIF Level 1 legal entity record by company name, domain, or LEI code, returning LEI, legal name, jurisdiction, and entity/registration status.

## Facts

- Endpoint: GET https://lookups.alienprobe.ai/v1/lookup/who/:q
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alien-probe-who-lookup-gleif-lei-by-name-domain-or-lei-2ef6eab3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ffDDrrtReK1GQxL1A3oup

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 alien-probe-who-lookup-gleif-lei-by-name-domain-or-lei-2ef6eab3
```

Example prompt: Can you look up the LEI and registration status for Deutsche Bank using the Alien Probe WHO lookup — the query is 'Deutsche Bank'?

## When to prefer this

Use this endpoint when you need a fast, low-cost single-fact GLEIF LEI lookup by company name, domain, or LEI code and do not need full relationship or Level 2 hierarchy data. It is ideal for KYB/KYC enrichment, compliance checks, and entity resolution where exact matching is acceptable. Prefer it over general web search when you need authoritative GLEIF-sourced LEI data with known vintage (2026-09-03 snapshot). Note domain lookups rely on Wikidata LEI-website links and require exact domain matches (subdomains will not match).

## Known failure modes

- 400 Malformed request – query string is invalid or contains fewer than 2 Latin alphanumeric characters (non-Latin-script names are not supported)
- 404 Not Found – no GLEIF record matches the supplied name, domain, or LEI
- 409 Conflict – name query matches multiple entities ambiguously (name queries only, not LEI or domain)
- 503 Service Unavailable – matching record exists but could not be read

## How this service works

single-fact who lookup. GLEIF Level 1 record by name, domain or LEI: LEI, legal name, jurisdiction, entity and registration status kept apart; website only on domain answers. Vintage 2026-09-03, all statuses: 3283992 of 3419883; non-Latin-script names (<2 Latin alphanumerics normalized) enter no door. Domains only from Wikidata LEI-website links, exact: subdomains miss. Free: 400 malformed, 404 miss, 409 ambiguous (names only), 503 unreadable. No guesses; full bound in the declaration.

## Output

A single GLEIF Level 1 record containing LEI, legal name, jurisdiction, entity status, and registration status. For domain-based queries, the website field is also returned. Returns HTTP 400 for malformed queries, 404 if no match, 409 if the name is ambiguous (name queries only), and 503 if the record is unreadable.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alien-probe-who-lookup-gleif-lei-by-name-domain-or-lei-2ef6eab3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lookups.alienprobe.ai](https://www.zero.xyz/host/lookups.alienprobe.ai/llms.txt)
