Oriz IFSC API
Free, public JSON snapshot of the Indian IFSC master list. Refreshed monthly. No auth, no rate-limit, hosted on GitHub Pages.
Endpoints
Latest snapshot:
/data/latest.json
Full IFSC index:
/data/ifsc.json
Playground
Enter a bank prefix (4 letters, e.g. HDFC, SBIN, ICIC):
Awaiting query…
Schema
{
"source": "...",
"fetchedAt": "ISO-8601",
"count": 1234,
"bankCount": 50,
"banks": {
"HDFC": [ { "ifsc": "HDFC0000001", "branch": "..." } ],
...
}
}
Credits
IFSC data is sourced from the Razorpay public IFSC repository, which mirrors the RBI master list. This service is an independent, unaffiliated convenience layer.