# Pincode

> 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.

- Skill: `ankitjh4/pincode` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ankitjh4/pincode`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ankitjh4/pincode/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ankitjh4 (https://skillmd.com/u/ankitjh4)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ankitjh4/pincode

---


# 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

