Skip to Content
REST API v1.0.0

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
GET

Branch Details

Fetch complete information about a specific bank branch using its unique IFSC code.

/code/{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
    }
  }
}

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.