Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
19 APIsDeveloper Tools
20 APIsClassifieds & Second-hand
4 APIsLegal Entity
livepost/lei/v1/lookup1 creditOne LEI → the full verified legal-entity record (Level-1 who-is-who): legal name, addresses, jurisdiction, legal form, registration status + honesty note, authority ids, renewal dates, BIC/ISIN-adjacent identifiers.
{
"lei": "HWUPKR0MPOU8FGXBT394"
}Try in playground →post/lei/v1/search1 creditCompany name → ranked candidate entities with match_confidence for disambiguation (same-name entities across countries/legal-forms). Filters: country, status, jurisdiction, entity_status.
{
"name": "Apple Inc",
"country": "US"
}Try in playground →post/lei/v1/autocomplete1 creditType-ahead suggestions for a partial company name (GLEIF autocompletions surface) — each suggestion carries its LEI for direct lookup.
{
"name": "apple"
}Try in playground →post/lei/v1/relationships2 creditsOne LEI → Level-2 corporate hierarchy: direct & ultimate parent (entity OR the entity's declared reporting-exception with reason+meaning OR no_data), children list + total counts. detail=true adds the auditable relationship provenance.
{
"lei": "5493006MHB84DD0ZWV18"
}Try in playground →post/lei/v1/map1 creditIdentifier mapping: ISIN / BIC / MIC / QCC / S&P-Global-ID → LEI record(s), or reverse LEI → all its ISINs.
{
"type": "isin",
"value": "US0378331005"
}Try in playground →post/lei/v1/reference1 creditGLEIF reference collections: ISO-20275 legal forms, registration authorities, LEI issuers (LOUs), jurisdictions, countries, regions, field catalog — list or fetch one by code.
{
"kind": "legal-forms"
}Try in playground →post/lei/v1/batch2 creditsUp to 50 mixed lookup/search items in one call. Lookups are collapsed into one upstream request per 50 LEIs (GLEIF rate-friendly); searches are spaced.
{
"items": [
{
"type": "lookup",
"lei": "HWUPKR0MPOU8FGXBT394"
},
{
"type": "search",
"name": "Deutsche Bank",
"country": "DE"
}
]
}Try in playground →
Social Media
7 APIs