{"id":25122561,"url":"https://github.com/riz4d/ifsc-api","last_synced_at":"2025-04-02T16:28:55.872Z","repository":{"id":188499410,"uuid":"678821112","full_name":"riz4d/IFSC-Api","owner":"riz4d","description":"Flask Api to retrieve information about a specific bank branch using its IFSC code.","archived":false,"fork":false,"pushed_at":"2023-08-15T13:55:31.000Z","size":7591,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T07:13:59.178Z","etag":null,"topics":["datasets","flask-application","ifsc-api","pandas-library"],"latest_commit_sha":null,"homepage":"https://ifsc.rizad.me/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riz4d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-15T13:09:44.000Z","updated_at":"2023-12-26T12:51:12.000Z","dependencies_parsed_at":"2023-08-15T16:48:57.853Z","dependency_job_id":null,"html_url":"https://github.com/riz4d/IFSC-Api","commit_stats":null,"previous_names":["riz4d/ifsc-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riz4d%2FIFSC-Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riz4d%2FIFSC-Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riz4d%2FIFSC-Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riz4d%2FIFSC-Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riz4d","download_url":"https://codeload.github.com/riz4d/IFSC-Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246850252,"owners_count":20844025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datasets","flask-application","ifsc-api","pandas-library"],"created_at":"2025-02-08T07:14:02.728Z","updated_at":"2025-04-02T16:28:55.851Z","avatar_url":"https://github.com/riz4d.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IFSC Api\n\nFlask Api to retrieve information about a specific bank branch using its IFSC code. This information may include details such as the bank's name, branch name, address, contact information, and more\n\n### Api Homepage\n\n[API Homepage](https://ifsc.rizad.me/)\n\n### Return Data's\n\n- Bank Name.\n- Branch Name.\n- City.\n- District\n- State\n- Contact Number.\n- Address.\n- MICR.\n- etc..\n\n## API Endpoint\n\n#### Request\n- Method: GET\n- URL: `http://ifsc.rizad.me/?ifsc=\u003cifsc_code\u003e`\n\nReplace `\u003cifsc_code\u003e` with the desired IFSC code.\n\n#### Response\n\nExample Response:\n```json\n{\n\"MICR\":\"123456678\",\n\"BRANCH\":\"Example Branch\",\n\"ADDRESS\":\"123 Main Street, City\",\n\"STATE\":\"Example State\",\n\"CONTACT\":\"+1234567890\",\n\"UPI\":true,\n\"RTGS\":true,\n\"CITY\":\"Example City\",\n\"CENTRE\":\"Example Centre\",\n\"DISTRICT\":\"Example District\",\n\"NEFT\":true,\n\"IMPS\":true,\n\"SWIFT\":null,\n\"ISO3166\":\"IN-KL\",\n\"BANK\":\"Example Bank\",\n\"BANKCODE\":\"ABC\",\n\"IFSC\":\"ABCD0123456\"\n}\n```\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/riz4d/IFSC-Api\n   cd IFSC-Api\n   ```\n   \n2. Install the required packages:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the Flask application:\n\n   ```bash\n   python3 app.py\n   ```\n\n5. Access the api in your browser at `http://127.0.0.1/?ifsc=\u003cifsc-code\u003e`.\n\n\n### License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friz4d%2Fifsc-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friz4d%2Fifsc-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friz4d%2Fifsc-api/lists"}