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/map1 credit
Identifier mapping: ISIN / BIC / MIC / QCC / S&P-Global-ID → LEI record(s), or reverse LEI → all its ISINs.
Working example
Parameters
Which identifier system to map. isin/bic/mic/qcc/spglobal map TO LEI records; lei_to_isin maps an LEI to its issued ISINs.
The identifier to map: an ISIN (e.g. US0378331005), BIC (e.g. DEUTDEFFXXX), MIC, QCC, S&P Global ID — or the LEI itself for type=lei_to_isin.
Max results to return (1-200; GLEIF page cap is 200). (1–200)
request preview
curl -X POST https://api.reefapi.com/lei/v1/map \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"type":"isin","value":"US0378331005"}'Hit Send to run this endpoint live.