IFSC Data API Documentation
Integrate our high-performance IFSC database directly into your applications with our reliable JSON API.
Welcome to the IFSC API
Our API provides comprehensive access to over 250,000+ bank branches across India. Every response is returned in standard JSON format, ensuring easy consumption across any modern programming language.
Base URL
https://townbox.in/api/v1
Branch Details
Fetch complete information about a specific bank branch using its unique IFSC code.
{
"status": "success",
"data": {
"ifsc_code": "HDFC0001234",
"bank_name": "HDFC BANK",
"branch": "LUCKNOW BRANCH",
"address": "123 MG ROAD, HAZRATGANJ",
"city": "LUCKNOW",
"state": "UTTAR PRADESH",
"phone": "0522-2211334",
"services": {
"rtgs": true,
"neft": true,
"imps": true,
"upi": true
}
}
}
Intelligent Search
Search branches across the entire database using combinations of names, locations, and service availability.
| Parameter | Type | Description |
|---|---|---|
| search | string | Query for bank name or branch |
| state | string | Filter by Indian state name |
| services | array | rtgs, neft, imps, upi |
Fair Usage & Rate Limits
Standard API access is limited to **60 requests per minute** to ensure stability. Contact our support team if your application requires high-volume enterprise throughput.