Get Indian bank branch details using IFSC (Indian Financial Systems Code). Use when user asks for "IFSC code", "bank branch details", "bank address", or "bank MICR code".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add ankitjh4/indic-ai-skills --skill ifsc-api --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ifsc Api?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ankitjh4-ifsc-api)More formats (shields.io, HTML) on the badges page.
---
name: ifsc-api
description: Get Indian bank branch details using IFSC (Indian Financial Systems Code). Use when user asks for "IFSC code", "bank branch details", "bank address", or "bank MICR code".
---
# IFSC API
Indian Financial Systems Code lookup.
## Quick Use
```bash
# Get bank details by IFSC
python3 scripts/ifsc.py "HDFC0001234"
# Search bank by name
python3 scripts/ifsc.py search "HDFC Bank"
# Get bank branches in a city
python3 scripts/ifsc.py city "Mumbai" "HDFC"
```
## API Used
https://ifsc.razorpay.com (free, no key)
## Data Available
- Bank name
- Branch address
- Contact details
- MICR code
- District & State
- NEFT/RTGS availability
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!