cURL
curl --request GET \ --url https://api.shovels.ai/v2/zipcodes/search \ --header 'X-API-Key: <api-key>'
{ "items": [ { "geo_id": "94705", "state": "CA" }, { "geo_id": "94704", "state": "CA" }, { "geo_id": "73301-5678", "state": "TX" } ], "page": 1, "size": 3 }
Searches for zipcodes based on the provided search term.
The code to search for in the zipcodes fields.
A list of zipcodes that match the search code.
Paginated response for zipcodes.
Was this page helpful?