Get the local labor rate (in $ per hour) for a specific area (the ZIP code 90019).
https://api.edmunds.com/v1/api/maintenance/ziplaborrate/90019?fmt=json&api_key={api key}
{
"zipLaborRateHolder": [{
"zipcode": "90019",
"laborRate": 70
}]
}