API Documentation

https://api.locallive.tv/api/teams

Parameters Description
school (required) ?school=1 - filters schools by state. Is a required parameter.

Sample Response

                    {
                        "data": [
                        {
                            "school": "The Thacher School",
                            "gender": "Mens",
                            "level": "Varsity",
                            "sport": "Baseball"
                        }
                    ],
                    }