cURL
curl --request GET \ --url https://api.shovels.ai/v2/list/zip \ --header 'X-API-Key: <api-key>'
{ "items": [ { "zip_code": "<string>" } ], "size": 123, "next_cursor": "<string>" }
Returns all available ZIP codes for which we have permit and contractor data.
Cursor for pagination
1 <= x <= 100
A list of available ZIP codes
Paginated response for ZIP codes view.
The list of items returned in the response following given criteria.
Show child attributes
The ZIP code.
The number of items returned in the response.
The cursor for retrieving the next page of results.
Was this page helpful?