Back to Services
Basic Trustrest

Zippopotam — Zip Code Lookup

Look up city, state, latitude, and longitude from any US zip code. Also supports postal codes for 60+ countries.

Total Calls

5

Success Rate

20.0%

Avg Latency

48ms

Capabilities

zipcodepostallocationgeocodingaddressus

Quick Integration

Call this service through the Agent Clear proxy

// Call Zippopotam — Zip Code Lookup through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/0c093ced-41e5-4c85-8f0d-d666c2d52ee5',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "zipcode"
  ],
  "properties": {
    "zipcode": {
      "type": "string",
      "description": "US zip code (e.g. 32955)"
    }
  }
}

Output Schema

{
  "type": "object"
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
120 req/min
Trust Score
0.5
Registered
Mar 10, 2026
Last Updated
Mar 15, 2026
Browse all services