๐ŸŽจ Try Colors

Green
Electric Blue
Purple
Orange
Teal (Current)
Red
Cyan
Emerald

Global Postal Code & Address API

Lightning-fast postal code lookups and address search.
Unified API with automatic fallbacks. Built on edge infrastructure.

# Postal code lookup with unified data layer
$ curl -H "X-API-Key: your_api_key" \
    "https://zipbase.io/api/v1/lookup?postalCode=10001&country=US"

# Address search with coordinates & map links
$ curl -H "X-API-Key: your_api_key" \
    "https://zipbase.io/api/v1/search?q=Karl Johans gate"

{
  "success": true,
  "results": [{
    "addressText": "Karl Johans gate 1",
    "coordinates": {
      "latitude": 59.9139,
      "longitude": 10.7387
    }
  }],
  "responseTime": "18ms"
}
<30ms
P95 Latency
99.9%
Uptime SLA
121
Countries
13M+
Addresses

๐Ÿš€ Try Our APIs

Test both address search and postal code lookup. No signup required.

Request

โ–ผ
๐Ÿ‡บ๐Ÿ‡ธ United States
๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom
๐Ÿ‡จ๐Ÿ‡ฆ Canada
๐Ÿ‡ฉ๐Ÿ‡ช Germany
๐Ÿ‡ซ๐Ÿ‡ท France
๐Ÿ‡ฏ๐Ÿ‡ต Japan
๐Ÿ‡ฆ๐Ÿ‡บ Australia
๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands
๐Ÿ‡ฎ๐Ÿ‡น Italy
๐Ÿ‡ช๐Ÿ‡ธ Spain
๐Ÿ‡ธ๐Ÿ‡ช Sweden
๐Ÿ‡ณ๐Ÿ‡ด Norway
๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark
๐Ÿ‡ซ๐Ÿ‡ฎ Finland
๐Ÿ‡จ๐Ÿ‡ญ Switzerland
๐Ÿ‡ฆ๐Ÿ‡น Austria
๐Ÿ‡ง๐Ÿ‡ช Belgium
๐Ÿ‡ต๐Ÿ‡น Portugal
๐Ÿ‡ฎ๐Ÿ‡ช Ireland
๐Ÿ‡ฎ๐Ÿ‡ธ Iceland

Response

# Response will appear here...

Built for Developers

Everything you need to ship faster

โšก

Blazing Fast

Edge-deployed globally. Sub-30ms responses from anywhere in the world.

๐Ÿ”ง

Simple REST API

Clean, predictable endpoints. SDKs for Node.js, Python, Go, and more.

๐ŸŒ

Global Coverage

121 countries. 3.5M+ postal codes. Updated monthly from official sources.

๐Ÿ”’

Enterprise Ready

99.9% uptime SLA. SSL encrypted. Rate limiting and DDoS protection.

๐Ÿš€

Bulk Operations

Process up to 100 postal codes in a single request. Perfect for migrations.

Quick Start

# Install the SDK
$ npm install @zipbase/sdk

# Use in your code
import { ZipBase } from '@zipbase/sdk';

const zipbase = new ZipBase('your_api_key');

const result = await zipbase.lookup({
  postalCode: '10001',
  country: 'US'
});

console.log(result.places[0].placeName); // "New York"

Simple, Transparent Pricing

Start free. Scale as you grow. No surprises.

Free

$0/month

Perfect for side projects

  • โœ“ 1,000 requests/month
  • โœ“ 10 requests/second
  • โœ“ Basic support
  • โœ“ All countries
Get Started

Enterprise

Custom

For mission-critical apps

  • โœ“ Unlimited requests
  • โœ“ Dedicated infrastructure
  • โœ“ 24/7 phone support
  • โœ“ Custom SLA
  • โœ“ On-premise option
Contact Sales

Ready to Build?

Join thousands of developers using ZipBase