{"info":{"_postman_id":"3fdaa029-e281-47cb-89da-83ad6039e675","name":"Zip Code API - zipcodestack.com","description":"<html><head></head><body><h1 id=\"zip-code-api-free-postal-code-search-validation-zipcodestackcom\">Zip Code API — Free Postal Code Search &amp; Validation (zipcodestack.com)</h1>\n<p>Build with the Zip Code API from zipcodestack.com to validate postal codes, search global ZIP/postal codes, and calculate distances between areas. This document is optimized for developers looking for a fast, reliable, and free-tier friendly zip code API.</p>\n<p>Links:</p>\n<ul>\n<li><p>Get an API Key: <a href=\"https://zipcodestack.com/\">zipcodestack.com</a></p>\n</li>\n<li><p>Full API Documentation: <a href=\"https://zipcodestack.com/docs/\">zipcodestack.com/docs</a></p>\n</li>\n</ul>\n<h2 id=\"table-of-contents\">Table of Contents</h2>\n<ul>\n<li><p>Overview</p>\n</li>\n<li><p>Why This Zip Code API</p>\n</li>\n<li><p>Quickstart</p>\n</li>\n<li><p>Endpoints</p>\n<ul>\n<li><p>Search Endpoint</p>\n</li>\n<li><p>Distance Endpoint</p>\n</li>\n</ul>\n</li>\n<li><p>Authentication</p>\n</li>\n<li><p>Rate Limits &amp; Quotas</p>\n</li>\n<li><p>Usage Examples</p>\n</li>\n<li><p>Use Cases</p>\n</li>\n<li><p>FAQ Snapshot</p>\n</li>\n<li><p>Support &amp; Contact</p>\n</li>\n</ul>\n<h2 id=\"overview\">Overview</h2>\n<p>The zipcodestack Zip Code API provides real-time validation and information about global postal codes. With worldwide coverage and frequent updates, it’s ideal for address validation, checkout flows, and logistics distance calculations.</p>\n<p>Reference: <a href=\"https://zipcodestack.com/\">zipcodestack.com</a>, <a href=\"https://zipcodestack.com/docs/\">API Docs</a></p>\n<h2 id=\"why-this-zip-code-api\">Why This Zip Code API</h2>\n<ul>\n<li><p>Global coverage with regularly updated data</p>\n</li>\n<li><p>Easy-to-use REST API and SDKs</p>\n</li>\n<li><p>Fast response times suitable for production</p>\n</li>\n<li><p>Generous free tier to get started quickly</p>\n</li>\n<li><p>Priority support and straightforward scaling options</p>\n</li>\n</ul>\n<h2 id=\"quickstart\">Quickstart</h2>\n<ol>\n<li>Sign up and get your API key: <a href=\"https://zipcodestack.com/\">zipcodestack.com</a>  </li>\n<li>Make your first request using your <code>apikey</code> header (or <code>apikey</code> query parameter).</li>\n</ol>\n<p>Example (cURL):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X GET \\\n  --url \"https://api.zipcodestack.com/v1/search?codes=20095&amp;country=de\" \\\n  --header \"apikey: YOUR-APIKEY\"\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Zip Code API — Free Postal Code Search & Validation (zipcodestack.com)","slug":"zip-code-api-free-postal-code-search-validation-zipcodestackcom"}],"owner":"21897474","collectionId":"3fdaa029-e281-47cb-89da-83ad6039e675","publishedId":"2sB3QFQCQQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-10T08:09:29.000Z"},"item":[{"name":"v1/status","id":"efc6d69e-3aff-4bd6-b1df-c39173f59dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zipcodestack.com/v1/status?apikey={{APIKEY}}","urlObject":{"protocol":"https","path":["v1","status"],"host":["api","zipcodestack","com"],"query":[{"key":"apikey","value":"{{APIKEY}}"}],"variable":[]}},"response":[],"_postman_id":"efc6d69e-3aff-4bd6-b1df-c39173f59dde"},{"name":"v1/search","id":"3f737010-b0fd-465f-b372-275cb53dd3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.zipcodestack.com/v1/search?apikey={{APIKEY}}&codes=10001,90120","description":"<h2 id=\"search-a-zip-code\"><a href=\"https://zipcodestack.com/docs/search#search-a-zip-code\">Search A Zip Code</a></h2>\n<p>This zip code search endpoint provides information about location information for the specified postal codes.</p>\n","urlObject":{"protocol":"https","path":["v1","search"],"host":["api","zipcodestack","com"],"query":[{"key":"apikey","value":"{{APIKEY}}"},{"key":"codes","value":"10001,90120"}],"variable":[]}},"response":[],"_postman_id":"3f737010-b0fd-465f-b372-275cb53dd3c6"},{"name":"v1/distance","id":"beb40064-caec-431b-a0e2-e5d4223340eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h2 id=\"calculate-distances-between-zip-codes\"><a href=\"https://zipcodestack.com/docs/distance#calculate-distances-between-zip-codes\">Calculate Distances Between Zip Codes</a></h2>\n<p>This endpoint calculates the distance between a single zip code and one or more other zip codes.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"beb40064-caec-431b-a0e2-e5d4223340eb"}]}