End point

GET https://public.leagueapps.io/v1/sites/[SITE_ID]/locations

Description

Returns a list of locations for a given site, with pertinent info on each.

Sample

GET https://public.leagueapps.io/v1/sites/43590/locations

[
    {
        "locationId": 166182,
        "name": "Chelsea Park",
        "description": "<p>2 fields, both turf</p>",
        "address1": "W. 27 St. & 9 Ave.",
        "address2": "",
        "city": "New York",
        "state": "NY",
        "zipCode": "10001",
        "country": "",
        "sublocations": [
            {
                "name": "Field 1",
                "description": "West field"
            },
            {
                "name": "Field 2",
                "description": "East field"
            }
        ]
    },
    {
        "locationId": 166185,
        "name": "Highbridge Park",
        "description": "<p>3 fields, all turf</p>",
        "address1": "W 170 St. & Amsterdam Ave.",
        "address2": "",
        "city": "New York",
        "state": "NY",
        "zipCode": "10032",
        "country": null,
        "sublocations": []
    }
]

Data dictionary