GET https://public.leagueapps.io/v1/sites/[SITE_ID]/locations/[LOCATION_ID]
Returns full detail for a single location.
GET https://public.leagueapps.io/v1/sites/43590/locations/166182
[
{
"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"
}
]
}
]