Forgemesh Postal Code Lookup is a paid API for AI agents from x402.forgemesh.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).
Given a postal code and country code, returns the place name, region/state, and geographic coordinates for that postal code — covering 60+ countries.
Given a postal code and country, get back the associated place name, region or state, and geographic coordinates — covering 60+ countries including the US, Canada, UK, Germany, and France. Built for address validation and geo-enrichment steps in signup, checkout, and logistics pipelines. Cached 24 hours.
Returns the place name (city/town), region or state, and geographic coordinates (latitude and longitude) associated with the given postal code and country. Results are cached for 24 hours.
POSThttps://x402.forgemesh.io/address-postal-lookupUse this endpoint when you need to resolve a raw postal code to a human-readable place name, region, and geographic coordinates — especially in signup, checkout, or logistics workflows where address enrichment or validation is needed across 60+ countries including the US, Canada, UK, Germany, and France.
| Field | Type | Description |
|---|---|---|
| code | string | postal code, e.g. 77001 |
| country | string | 2-letter country, default us |
{
"type": "json",
"example": {
"data": {
"places": [
{
"state": "Texas",
"latitude": "29.7522",
"longitude": "-95.3595",
"place name": "Houston"
}
],
"post code": "77001"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"