cURL
curl --request GET \ --url https://api.shovels.ai/v2/addresses/search \ --header 'X-API-Key: <api-key>'
{ "items": [ { "street_no": "1232", "street": "MARKET ST", "city": "SAN FRANCISCO", "county": "SAN FRANCISCO", "zip_code": "94103", "zip_code_ext": "1234", "state": "CA", "jurisdiction": "SAN FRANCISCO", "lat": 37.7749, "long": -122.41, "geo_id": "1", "name": "123 Market St, San Francisco, CA" }, { "street_no": "1233", "street": "MARKET ST", "city": "SAN FRANCISCO", "county": "SAN FRANCISCO", "zip_code": "94103", "zip_code_ext": "1234", "state": "CA", "jurisdiction": "SAN FRANCISCO", "lat": 37.7749, "long": -122.41, "geo_id": "2", "name": "1233 Market St, San Francisco, CA" }, { "street_no": "1234", "street": "MARKET ST", "city": "SAN FRANCISCO", "county": "SAN FRANCISCO", "zip_code": "94103", "zip_code_ext": "1234", "state": "CA", "jurisdiction": "SAN FRANCISCO", "lat": 37.7749, "long": -122.41, "geo_id": "3", "name": "1234 Market St, San Francisco, CA" } ], "size": 3 }
Searches for addresses that have at least one associated permit based on the provided text.
The text to search for in the address fields.
A list of addresses that match the search text, ordered by relevance and in USPS notation.
Paginated response for addresses.
The list of items returned in the response following given criteria.
Show child attributes
The number of items returned in the response.
The cursor for retrieving the next page of results.
Was this page helpful?