Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameerkumar18/bank-search-api
🏦 Fetch IFSC, MICR code by branch for Indian Banks 🇮🇳 ₹
https://github.com/sameerkumar18/bank-search-api
api bank-application banking-api flask ifsc-codes indian-banks open-api python3
Last synced: 16 days ago
JSON representation
🏦 Fetch IFSC, MICR code by branch for Indian Banks 🇮🇳 ₹
- Host: GitHub
- URL: https://github.com/sameerkumar18/bank-search-api
- Owner: sameerkumar18
- Created: 2019-12-18T19:42:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:16:38.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T18:58:14.806Z (20 days ago)
- Topics: api, bank-application, banking-api, flask, ifsc-codes, indian-banks, open-api, python3
- Language: Python
- Homepage: https://india-bank-search.sameerkumar.website
- Size: 6.2 MB
- Stars: 11
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```:JSON
{
"q_bank": "icici",
"q_branch": "kalkaji market"
}
```OUTPUT:
```:JSON
{
"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](https://run.pstmn.io/button.svg)](https://documenter.getpostman.com/view/842558/SWECXvsn)
#### Data Source
https://github.com/razorpay/ifsc/releases/tag/1.4.9### Author
Sameer Kumarhttps://sameerkumar.website