cURL
curl --request GET \ --url https://api.shovels.ai/v2/addresses/{geo_id}/metrics/current \ --header 'X-API-Key: <api-key>'
{ "items": [ { "geo_id": "MDEyMzQ1Njc4OWFiY2RlZg==", "tag": "solar", "permit_count": 42, "contractor_count": 15, "avg_construction_duration": 60, "avg_approval_duration": 14, "total_job_value": 12500000, "avg_inspection_pass_rate": 85, "permit_active_count": 25, "permit_in_review_count": 17 } ], "size": 1 }
Returns current address metrics.
Filter by the specified geolocation ID.
Filter by tag
Cursor for pagination
1 <= x <= 100
Current metrics for the address
Schema for cursor-paginated address current metrics response.
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?