Back to menu

v4.0.0


LiveBy Schools API offers detailed information about schools in a geographical area.

There are 3 kinds of school data that can be provided:


API Responses

The responses documented here assume a successful response. In the case of an error, a HTTP status code will be provided that best matches the type of error. Common HTTP error status codes are:

An unsuccessful response will also contain JSON data detailing the error. This response follows this model:

{
  "success": false,
  "error": "text detail of the error"
}

Schools Endpoint

Get schools based on search criteria.