API Documentation

https://api.locallive.tv/api/school-events

Parameters Description
Date Range ?startDate=11/15/2008&endDate=11/30/2008 - filters by date range
School ?school=1 - filters schools events by school
Sort Order ?orderBy=startTimeLocal&sortDir=asc - filter by field startTimeLocal in ascending direction
isPrivate ?isPrivate=0 - filter for private events
isProtected ?isProtected=0 - filter by protected with password or not
Modified Date ?modifiedDateUTC=11/15/2008 - filters for files modified after date provided

Sample Response

                    {
                        "data": [
                        {
                            "ID": 22455,
                            "eventStatus": "Scheduled",
                            "streamTypeID": "1",
                            "trimmed": "1",
                            "trimmedAtUTC": "2019-11-09T19:36:59+00:00",
                            "trimSeconds": null,
                            "eventStartedUTC": "2019-11-09 16:58:36.317",
                            "eventType": 0,
                            "title": "McCallie School: Chapel",
                            "startTimeLocal": "11/02/2018  10:45AM",
                            "endTimeLocal": "11/02/2018  11:30AM",
                            "timezone": "America/New_York",
                            "tzAbbreviation": "EDT",
                            "startTimeUTC": "2018-11-02 14:45:23.000",
                            "endTimeUTC": "2018-11-02 15:30:23.000",
                            "venueID": 127,
                            "venueName": "Chapel",
                            "schoolID": 11,
                            "schoolName": "McCallie School",
                            "liveContentID": "3uKIp6hLlYKF",
                            "liveSourceID": "S427564",
                            "liveHlsUrl": "https://p1.video.locallive.tv/live/S427564/3uKIp6hLlYKF/playlist.m3u8",
                            "archiveContentID": "amxUnM4T5cXC",
                            "archiveHlsUrl": "https://p1.video.locallive.tv/vod/amxUnM4T5cXC/playlist.m3u8",
                            "downloadUrl": "https://p1.video.locallive.tv/vod/amxUnM4T5cXC/original.mp4",
                            "passwordHash": null,
                            "modifiedDateUTC": "2019-11-09T19:36:59+00:00"
                        }
                    ],
                    "meta": {
                        "pagination": {
                            "total": 727,
                            "count": 100,
                            "per_page": 100,
                            "current_page": 1,
                            "total_pages": 8,
                            "links": {
                                "next": "https://api.locallive.tv/api/schools?page=2"
                                }
                            }
                        }
                    }