TotalInfo Pincode API
Free API to fetch Indian post office and pincode details.
No signup โข Free to use โข JSON API
๐ Overview
The TotalInfo Pincode API provides detailed Indian postal information
using pincode, post office name, district, taluk, or state.
Data is compiled from publicly available India Post records and optimized
for fast lookup.
๐ Base URL
https://api.totalinfo.in/pincode/pincode.php
๐ API Endpoints
1. Search by Pincode (Exact)
GET /pincode.php?pincode=110001
2. Search by Office / District / Taluk / State
GET /pincode.php?q=Connaught
๐ฆ Sample Response
[
{
"officename": "Connaught Place",
"pincode": "110001",
"officeType": "Sub Post Office",
"Deliverystatus": "Delivery",
"divisionname": "New Delhi Central",
"regionname": "Delhi",
"circlename": "Delhi",
"Taluk": "New Delhi",
"Districtname": "New Delhi",
"statename": "Delhi",
"Telephone": "",
"relatedSuboffice": "",
"relatedHeadoffice": "Sansad Marg"
}
]
๐งพ Response Fields
- officename โ Post office name
- pincode โ 6-digit pincode
- officeType โ Head/Sub office type
- Deliverystatus โ Delivery or Non-delivery
- divisionname โ Postal division
- regionname โ Postal region
- circlename โ Postal circle
- Taluk โ Taluk / Tehsil
- Districtname โ District name
- statename โ State name
- Telephone โ Office contact (if available)
- relatedSuboffice โ Linked sub office
- relatedHeadoffice โ Linked head office
โ ๏ธ Usage Guidelines
- Free for personal and commercial use
- No bulk scraping or database replication
- Cache responses where possible
- Rate limiting may be applied for abuse prevention
โ
API Status
Live and stable. Maintained by TotalInfo.in.