API Documentation

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

Parameters Description
Date Range ?startDate=11/15/2008&endDate=11/30/2008 - filters by date range
Modified Date ?modifiedDateUTC=11/15/2008 - filters for files modified after date provided
School ?school=1 - filters sports events by school
Varsity Level ?level=1 - filter by varsity level = varsity
Sort Order ?orderBy=startTimeLocal&sortDir=asc - filter by field startTimeLocal in ascending direction
Sports ?sport=soccer - filter by one sport
?sport=soccer,golf - filter by one or more sports
?sport=11,12 - filter by sport id or sport name
Gender ?gender=0 - filter for male using 0, boys, mens
?gender=1 - filter for female using 1, girls, womens
isPrivate ?isPrivate=0 - filter for private events
isProtected ?isProtected=0 - filter by protected with password or not

Sample Response

                    {
                        "data": [
                        {
                            "ID": 22945,
                            "eventStatus": "Scheduled",
                            "streamTypeID": "1",
                            "trimmed": "1",
                            "trimmedAtUTC": "2019-11-09T19:36:59+00:00",
                            "trimSeconds": null,
                            "eventStartedUTC": "2019-11-09 16:58:36.317",
                            "sportID": 1,
                            "sportName": "Football",
                            "varsityLevelID": 1,
                            "varsityLevel": "Varsity",
                            "title": "Boys Varsity Football: St. Anthony's High School vs. St. Anthony's High School",
                            "startTimeLocal": "11/02/2018  7:00PM",
                            "endTimeLocal": "11/02/2018  9:30PM",
                            "timezone": "America/New_York",
                            "tzAbbreviation": "EDT",
                            "startTimeUTC": "2018-11-02 23:00:33.000",
                            "endTimeUTC": "2018-11-03 01:30:33.000",
                            "venueID": 277,
                            "venueName": "St. Anthony's - Cy Donnelly Field",
                            "homeSchoolID": 420,
                            "homeSchoolName": "St. Anthony's High School",
                            "awaySchoolID": "420",
                            "awaySchoolName": "St. Anthony's High 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"
                                }
                            }
                        }
                    }