Postal Code Data API
A blazing-fast, multi-tenant API to upload and query your own pincode datasets.
5 subscribers
8.6/10 popularity
1083 ms avg latency
89% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Postal Code Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Lookup | ||
| GET |
/postal-code/search /postal-code/search |
A simple, fast lookup for a single pincode. Searches all your private datasets by default. |
| POST |
/postal-code/search-strategy /postal-code/search-strategy |
Perform a chained search for a pincode across specified datasets, all private data, or public data in a defined order. The search stops as soon as a result is found. This is a… |
| POST |
/postal-code/batch-search /postal-code/batch-search |
Efficiently retrieve data for a list of up to 100 pincodes in a single API call. |
| Dataset Management | ||
| POST |
/postal-code/upload /postal-code/upload |
Initiates the dataset upload process. This endpoint does **not** accept the CSV file directly. Instead, it returns a temporary, secure, pre-signed URL for you to upload your file… |
| GET |
/dataset/{datasetId}/status /dataset/{datasetId}/status |
After uploading your file to the pre-signed URL, poll this endpoint to check the status of the ingestion process. |
| GET |
/datasets /datasets |
Retrieves a list of all datasets you have uploaded and their current processing status. |
| DELETE |
/dataset/{datasetId} /dataset/{datasetId} |
Permanently delete one of your private datasets and all associated data. This is a premium feature and cannot be undone. |
| Health | ||
| GET |
/health /health |
A simple, public endpoint to verify that the API is operational. No authentication required. |
Postal Code Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $499.99 / month | — |
|