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.
- https://bankfinderapi.herokuapp.com/?ifsc=ABHY0065001
- https://bankfinderapi.herokuapp.com/?state=ASSAM
- https://bankfinderapi.herokuapp.com/?city=BHOPAL
- https://bankfinderapi.herokuapp.com/?bank_id=10
- https://bankfinderapi.herokuapp.com/?search=Allahabad
- https://bankfinderapi.herokuapp.com/?search=tikamgarh
- https://bankfinderapi.herokuapp.com/?ordering=bank_id
- https://bankfinderapi.herokuapp.com/?ordering=state
- https://bankfinderapi.herokuapp.com/?search=Allahabad&ordering=state
- https://bankfinderapi.herokuapp.com/?search=Tikamgarh&ordering=bank_id
- You can use the "filters" option on the api page to browse the API.
- To get the data in JSON format use the "GET" button and then select JSON.
- This is a development build and by no means is to be used as it is in a production environment.
query{
allBanks {
bankName
}
}