IFSC Code Fetching REST API made using djangorestframework, It's a RESTful API written in Django to get any branch details using ifsc code and find all the branches of a bank in a Indian city.
first install the requirements.txt file using python and then type these commands in browser :
http://localhost:8000/api/{ifsccode}
http://localhost:8000/api/{bank-name}/{city}
to get started.
you can run the curl script from linux to test the API.