โšก Free forever โ€ข No signup โ€ข No credit card

Free APIs for
Indian Developers

PIN codes, IFSC, GST, RTO, holidays, PAN, HSN/SAC and location data โ€” clean REST endpoints with consistent JSON. Ship faster, pay nothing.

๐Ÿ”
Terminal
$ curl https://api.apibharat.com/v1/pincode/110001
{
  "success": true,
  "data": {
    "pincode": "110001",
    "district": "New Delhi",
    "state": "Delhi",
    "post_offices": [{ "office_name": "Connaught Place", "circle": "Delhi" }]
  },
  "message": "PIN code details found"
}

8 APIs, one platform

Everything you need to build for the Indian market.

Start in 60 seconds

No signup, no API key. Just call an endpoint โ€” from your terminal, browser or backend.

Terminal
curl https://api.apibharat.com/v1/ifsc/SBIN0000001
JavaScript
const r = await fetch(
  'https://api.apibharat.com/v1/pincode/560001'
);
const { data } = await r.json();

Read the developer guides โ†’

What developers build with it

Real Indian-market use cases, covered by the data you already need.

๐Ÿ“ฎ

Address forms

Auto-fill district & state from a pincode. Guide โ†’

๐Ÿฆ

Bank details & payouts

Validate IFSC and show the branch before you pay out. Try โ†’

๐Ÿงพ

GST workflows

Validate a GSTIN's checksum and decode the state & PAN. Try โ†’

๐Ÿš—

Logistics & RTO

Decode a number plate to its state and RTO office. Try โ†’

๐Ÿ“…

Holiday calendars

Render India's gazetted holidays for any year. Guide โ†’

๐Ÿ—บ๏ธ

Location dropdowns

Cascading state โ†’ district โ†’ city selectors. Reference โ†’

๐Ÿ†“

Free forever

No hidden tiers. Generous rate limits for everyone.

โšก

Fast & simple

Plain REST, predictable JSON, CORS enabled out of the box.

๐Ÿ‡ฎ๐Ÿ‡ณ

Built for India

Data tailored to Indian PIN codes, banks, GST and transport.