API Documentation

https://api.locallive.tv/api/schools

Parameters Description
state ?state=NJ - filters schools by state
postalCode ?postalCode=93023 - filters schools by postal code.

Sample Response

                    {
                        "data": [
                        {
                        "ID": 1,
                        "nameFull": "The Thacher School",
                        "nameShort": "The Thacher School",
                        "schoolLevel": "High School",
                        "addressLine1": "5025 Thacher Road",
                        "addressLine2": null,
                        "city": "Ojai",
                        "state": "CA",
                        "postalCode": "93023",
                        "timezone": "America/New_York",
                        "logo": "https://admin.locallive.tv/logos/1.png",
                        "createdDateUTC": "2017-09-15T03:05:14+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"
                                }
                            }
                        }
                    }