About the Free & Open API: Free to use for all purposes personal/commercial etc. No authorization at all. No rate limits. I will update data of the branches once every few months.
Get Indian Bank's branch information like IFSC, MICR, Exact address, transfer facility information. Input: Any Indian Bank Name string with an branch-name or address or area of the branch.
The API searches over 150,000 Branches across India and retrieves information like this -
INPUT:
{
"q_bank": "icici",
"q_branch": "kalkaji market"
}
OUTPUT:
{
"ADDRESS": "G1 G2 LGF1 BLOCK F1 KALKAJI MAIN MARKET NEW DELHI 19",
"BANK": "ICICI BANK LIMITED",
"BRANCH": "KALKAJI MAIN MARKET",
"CENTRE": "DELHI",
"CITY": "DELHI",
"CONTACT": 49875431.0,
"DISTRICT": "DELHI",
"IFSC": "ICIC0003993",
"IMPS": true,
"MICR": 110229316.0,
"NEFT": true,
"RTGS": true,
"STATE": "DELHI"
}
https://india-bank-search.sameerkumar.website/api/
More in Documentation
https://documenter.getpostman.com/view/842558/SWECXvsn
https://github.com/razorpay/ifsc/releases/tag/1.4.9
Sameer Kumar