sameerkumar18 / bank-search-api

๐Ÿฆ Fetch IFSC, MICR code by branch for Indian Banks ๐Ÿ‡ฎ๐Ÿ‡ณ โ‚น

Home Page:https://india-bank-search.sameerkumar.website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

India Bank Search API ๐Ÿ‡ฎ๐Ÿ‡ณ

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"
}

Endpoint

https://india-bank-search.sameerkumar.website/api/

More in Documentation

Documentation

https://documenter.getpostman.com/view/842558/SWECXvsn

Run in Postman

Data Source

https://github.com/razorpay/ifsc/releases/tag/1.4.9

Author

Sameer Kumar

https://sameerkumar.website

About

๐Ÿฆ Fetch IFSC, MICR code by branch for Indian Banks ๐Ÿ‡ฎ๐Ÿ‡ณ โ‚น

https://india-bank-search.sameerkumar.website


Languages

Language:Python 100.0%