ZIP Intelligence
Stop subscribing to 4 different APIs. ZIP Intelligence gives you everything you need to work with US ZIP codes under a single subscription. Covers all 40,000+ USPS ZIP codes including Standard, PO Box, Military (APO/FPO) and Unique ZIP types.
ZIP Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| 📍 Lookup | ||
| GET |
zip_lookup_path_zip_lookup__zip_code__get /zip/lookup/{zip_code} |
Shortcut path-style route. Identical to GET /zip/lookup?zip=90210. |
| GET |
zip_lookup_zip_lookup_get /zip/lookup |
Convert any US ZIP code into full location data instantly. **Perfect for:** - Address autofill — populate city and state as soon as a user types their ZIP - CRM enrichment —… |
| 🌍 Geo | ||
| GET |
zip_geo_zip_geo_get /zip/geo |
Get full geographic and location data for any US ZIP code including coordinates, timezone, land area, and an approximate bounding box. **Perfect for:** - Geocoding — convert a… |
| 📏 Distance | ||
| GET |
zip_distance_zip_distance_get /zip/distance |
Calculate the straight-line distance between any two US ZIP codes in miles and kilometers. **Perfect for:** - Shipping cost estimation — calculate distance between warehouse and… |
| GET |
zip_nearby_zip_nearby_get /zip/nearby |
Find all US ZIP codes within a given radius (in miles) from any center ZIP code. **Perfect for:** - Store locators — show all locations within X miles of a customer's ZIP -… |
| 🔄 Reverse | ||
| GET |
reverse_lookup_zip_reverse_get /zip/reverse |
Get all US ZIP codes for any city and state combination. **Perfect for:** - Address autofill — suggest ZIP codes as a user types their city - Delivery zone mapping — find every… |
| ✅ Validate | ||
| GET |
validate_zip_zip_validate_get /zip/validate |
Instantly validate any US ZIP code and confirm whether it accepts street delivery. **Perfect for:** - Ecommerce checkout — reject bad ZIP codes before an order is placed -… |
| 💰 Tax | ||
| GET |
zip_tax_zip_tax_get /zip/tax |
Get the sales tax rate for any US ZIP code — state rate plus local rate combined. **Perfect for:** - Ecommerce checkout — show the correct sales tax before a customer pays -… |
| 🏠 Home | ||
| GET |
root__get / |
|
| Other endpoints | ||
| POST |
zip/bulk /zip/bulk |
Look up up to 100 US ZIP codes in a single POST request. Request Body: - zips (required) — array of up to 100 US ZIP codes - include (optional) — "demographics", "geo" Example:… |
ZIP Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $15 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $99 / month | — |
|