IFSC Lookup
Bank IFSC code se full branch details โ bank name, branch, address, city, state, MICR aur UPI/NEFT/RTGS/IMPS support. cached 24h.
Endpointโ
GET/ifsc?code=SBIN0000001
Branch details for any IFSC code.
Query Parametersโ
| Parameter | Type | Required | Description |
|---|---|---|---|
code | string | โ | IFSC code โ 4 letters + 0 + 6 alphanumeric |
Exampleโ
curl "https://api.apimitra.in/ifsc?code=SBIN0000001"
{
"status": "ok",
"api": "ifsc",
"cached": false,
"code": "SBIN0000001",
"bank": "State Bank of India",
"bank_code": "SBIN",
"branch": "KOLKATA MAIN",
"address": "SAMRIDDHI BHAWAN, 1 STRAND ROAD, KOLKATA 700 001",
"city": "KOLKATA",
"district": "KOLKATA",
"state": "WEST BENGAL",
"centre": "KOLKATA",
"micr": "700002021",
"iso3166": "IN-WB",
"swift": null,
"services": {
"upi": true,
"neft": true,
"rtgs": true,
"imps": true
}
}
IFSC Formatโ
SBIN 0 000001
โ โ โ branch code (6 chars)
โ โ always 0
โ bank code (4 letters)
Response Fieldsโ
| Field | Description |
|---|---|
bank | Bank name |
branch | Branch name |
address | Full branch address |
city / district / state | Location |
micr | MICR code |
services | UPI / NEFT / RTGS / IMPS support flags |
swift | SWIFT code (if any) |
note
Results cached 24h. Unknown IFSC returns 404 with status: "not_found".