cURL
curl --request GET \ --url https://api.example.com/api/v1/location-durations
{ "locations": [ { "name": "Houston", "state": "TX", "days": 182, "facilities": ["Memorial Hospital", "Methodist Hospital"], "status": "safe" }, { "name": "Phoenix", "state": "AZ", "days": 310, "facilities": ["Banner Health"], "status": "approaching" } ] }
Get cumulative days per location across a rolling 24-month window.
curl -H "Authorization: Bearer <token>" \ https://app.taxhomebase.com/api/v1/location-durations
safe
approaching
exceeds