API Documentation

https://api.locallive.tv/api/venues

Parameters Description
school ?school=1 - filters venues by school

Sample Response

                    {
                        "data": [
                        {
                            "ID": 1,
                            "nameFull": "To Be Determined",
                            "nameShort": "TBD",
                            "slug": "tbd",
                            "defaultSchoolID": "2",
                            "defaultSchool": "The Hill School",
                            "timezone": "America/New_York",
                            "addressLine1": "764 Beech Street",
                            "addressLine2": null,
                            "city": "Pottstown",
                            "state": "PA",
                            "postalCode": "19464",
                            "country": "USA",
                            "numberCameras": "0"
                        },
                    "meta": {
                        "pagination": {
                            "total": 727,
                            "count": 100,
                            "per_page": 100,
                            "current_page": 1,
                            "total_pages": 8,
                            "links": {
                                "next": "https://api.locallive.tv/api/venuess?page=2"
                                }
                            }
                        }
                    }