Git Product home page Git Product logo

bankfinderapi's Introduction

BankFinderAPI

Live version : https://bankfinderapi.herokuapp.com/ This is an RESTful API for finding banks using their IFSC code or any properties such as Name,Branch,State,Bank_id and City you can visit the Admin Panel at https://bankfinderapi.herokuapp.com/admin and use "admin" as both username and password to gain access.

REST API examples

Get bank by IFSC code or any other property

  1. https://bankfinderapi.herokuapp.com/?ifsc=ABHY0065001
  2. https://bankfinderapi.herokuapp.com/?state=ASSAM
  3. https://bankfinderapi.herokuapp.com/?city=BHOPAL
  4. https://bankfinderapi.herokuapp.com/?bank_id=10

Get banks using search

  1. https://bankfinderapi.herokuapp.com/?search=Allahabad
  2. https://bankfinderapi.herokuapp.com/?search=tikamgarh

Get banks in a particular ordering

  1. https://bankfinderapi.herokuapp.com/?ordering=bank_id
  2. https://bankfinderapi.herokuapp.com/?ordering=state

Get banks using combination of properties

  1. https://bankfinderapi.herokuapp.com/?search=Allahabad&ordering=state
  2. https://bankfinderapi.herokuapp.com/?search=Tikamgarh&ordering=bank_id

Some other points

  1. You can use the "filters" option on the api page to browse the API.
  2. To get the data in JSON format use the "GET" button and then select JSON.
  3. This is a development build and by no means is to be used as it is in a production environment.

Graphql demo @ /graphql

query{
  allBanks {
    bankName
  }
}

bankfinderapi's People

Contributors

apoorvpandey0 avatar dependabot[bot] avatar

Watchers

 avatar

bankfinderapi's Issues

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.