cURL
curl --request GET \ --url https://api.shovels.ai/v2/counties/{geo_id}/metrics/current \ --header 'X-API-Key: <api-key>'
{ "items": [ { "geo_id": "MDEyMzQ1Njc4OWFiY2RlZg==", "tag": "solar", "permit_count": 250, "contractor_count": 85, "avg_construction_duration": 90, "avg_approval_duration": 25, "total_job_value": 125000000, "avg_inspection_pass_rate": 78, "permit_active_count": 160, "permit_in_review_count": 90, "property_type": "commercial" } ], "size": 1 }
Returns current county metrics.
Filter by the specified county ID.
Filter by property type
Filter by tag
Cursor for pagination
1 <= x <= 100
Current metrics for the county
Schema for cursor-paginated county 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?