Skip to main content

PostalDataPI Documentation

PostalDataPI is a global postal code API covering 70+ countries with sub-10ms response times. Look up, validate, and search postal codes with a simple REST API.

Why PostalDataPI?

  • Global coverage -- 70+ countries, from the US to Japan to Germany
  • Fast -- Sub-10ms responses powered by in-memory caching
  • Simple -- One flat rate ($0.000028/query), no tiers, no surprises
  • Free to start -- 1,000 queries free, no credit card required
  • Official SDKs -- Python and Node.js clients available

Get Started

  1. Quick Start -- Make your first API call in under 5 minutes
  2. Authentication -- API keys, pricing, and rate limits

API Reference

EndpointDescription
POST /api/lookupGet city and state for a postal code
POST /api/validateCheck if a postal code exists
POST /api/cityFind postal codes by city name
POST /api/metazipGet coordinates, timezone, county, and more
POST /api/aboutapiAPI version and coverage info

SDKs

LanguagePackageInstall
Pythonpostaldatapipip install postaldatapi
Node.jspostaldatapinpm install postaldatapi

Guides