Get Indian postal PIN code details including area, district, state. Use when user asks for "pincode", "postal code India", "pin code details", or wants address from PIN.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add ankitjh4/indic-ai-skills --skill pincode --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pincode?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ankitjh4-pincode)More formats (shields.io, HTML) on the badges page.
---
name: pincode
description: Get Indian postal PIN code details including area, district, state. Use when user asks for "pincode", "postal code India", "pin code details", or wants address from PIN.
---
# India Pincode API
Indian postal code lookup.
## Quick Use
```bash
# Get details by pincode
python3 scripts/pincode.py 110001
# Search by area name
python3 scripts/pincode.py search "Connaught Place"
# Get post offices in a district
python3 scripts/pincode.py district "Central Delhi"
```
## API Used
https://api.postalpincode.in (free, no key)
## Data Available
- Area/locality name
- District
- State
- Post office type (HO, BO, SO)
- Delivery status
- Circle, Region, Division
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!