UnifyAPI
← Back to catalog

lei.search

mock data$0.001 / call

Search Global Legal Entities

Search 2.5M+ legal entities worldwide by name — companies, funds, government bodies across 200+ countries. Returns LEI code, name, country, city, status, entity category. Filter by country. CC0 open data (GLEIF)

Financeprovider: Lei#lei#finance

Input schema

namerequired

Legal entity name to search (e.g. "Apple", "Goldman Sachs", "Toyota Motor")

string
limit

Max results (default 10, max 100)

integer
country

Filter by ISO 3166-1 alpha-2 country code (e.g. "US", "GB", "JP", "DE")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/lei.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"name":"<name>","limit":0,"country":"<country>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.