The playground
Try any of 919 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/lei/v1/batch2 credits
Up 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.
Working example
Parameters
Up to 50 items. Each is {type: lookup|search, ...}: lookup items carry `lei`; search items carry `name` (+ optional `country`). Lookups are collapsed into ONE upstream call per 50 LEIs (rate-friendly); searches run sequentially, spaced. A bad item yields its own error entry — it never fails the batch.
request preview
curl -X POST https://api.reefapi.com/lei/v1/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"items":"[{\"type\":\"lookup\",\"lei\":\"HWUPKR0MPOU8FGXBT394\"},{\"type\":\"search\",\"name\":\"Deutsche Bank\",\"country\":\"DE\"}]"}'Hit Send to run this endpoint live.