Looks up a legal entity in GLEIF, the worldwide Legal Entity Identifier register
Looks up a legal entity in GLEIF, the worldwide Legal Entity Identifier register, by LEI or by name, and turns the raw record into an answer. GLEIF returns keys rather than statements: the legal form arrives as a code like 6QQB and the register as RA000304, so both are resolved against the GLEIF code lists into the legal form in its own language and the competent register with its website.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
885 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://handel.halowerk.com/v1/registry-snapshot
| Category | Code and developer |
|---|---|
| Provider host | handel.halowerk.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 885 ms |
Example input (from the provider)
{
"body": {
"country": "DE",
"name": "Siemens Aktiengesellschaft"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"country": {
"description": "ISO country code narrowing a name search, for example DE.",
"pattern": "^[A-Za-z]{2}$",
"type": "string"
},
"include_relationships": {
"default": true,
"description": "Also resolve ultimate parent and direct subsidiaries.",
"type": "boolean"
},
"lei": {
"description": "Legal Entity Identifier, 20 characters. The precise route.",
"pattern": "^[A-Z0-9]{20}$",
"type": "string"
},
"name": {
"description": "Legal name to search for, when the LEI is unknown.",
"maxLength": 200,
"minLength": 2,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}