Code Monkey home page Code Monkey logo

bank-search-api's Introduction

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

bank-search-api's People

Contributors

dependabot[bot] avatar sameerkumar18 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bank-search-api's Issues

CSV encoding issues

In some branch information, the responses have characters like this

{'BANK': 'ICICI BANK LIMITED', 'IFSC': 'ICIC0000311', 'BRANCH': 'NEW DELHI - GREATER KAILASH - II ', 'CENTRE': 'DELHI', 'DISTRICT': 'DELHI', 'STATE': 'DELHI', 'ADDRESS': 'E – 568, GREATER KAILASH—II, NEW DELHI – 110048 ', 'CONTACT': None, 'IMPS': True, 'RTGS': True, 'CITY': 'DELHI', 'NEFT': True, 'MICR': None}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.