Api documentation

Api documentation

Find Franchises by zipcode

Details and Location
 
 
v2 v1
 
 

Response format

{
    "franchises": [
        {
            "dealerId": {string},
            "name": {string},
            "niceName": {string},
            "distance": {double},
            "address": {
                "street": {string},
                "apartment": {string},
                "city": {string},
                "stateCode": {string},
                "stateName": {string},
                "county": {string},
                "country": {string},
                "latitude": {double},
                "longitude": {double},
                "zipcode": {string}
            },
            "operations": {
                "Wednesday": {string},
                "Thursday": {string},
                "Tuesday": {string},
                "Saturday": {string},
                "Friday": {string},
                "Monday": {string},
                "Sunday": {string}
            },
            "make": {
                "name": {string},
                "niceName": {string}
            },
            "contactInfo": {
                "phone": {string},
                "website": {string}
            },
            "active": {boolean},
            "franchiseId": {string},
            "state": {string},
            "type": {string}
        },
        ...
    ],
    "franchisesCount": {integer},
        "links": [
            {
                "rel": {string},
                "href": {string}
            },
            ...
        ]
    }
Property Description Visibility
franchiseId The franchise ID Edmunds, Partners, Public
dealerId The dealer location ID Edmunds, Partners, Public
name The franchise name Edmunds, Partners, Public
niceName The franchise logical name Edmunds, Partners, Public
distance The distance between franchise and specified by zipcode location Edmunds, Partners, Public
operations The list of operations Edmunds, Partners, Public
address The address for the franchise Edmunds, Partners, Public
active Indicates that the franchise is active Edmunds, Partners, Public
make The make supported by the franchise Edmunds, Partners, Public
contactInfo The franchise contact info Edmunds, Partners, Public
state The vehicle state the franchise works with Edmunds, Partners, Public
type The dealer location type Edmunds, Partners, Public
franchisesCount The franchises count Edmunds, Partners, Public
links The pagination links Edmunds, Partners, Public