Skip to main content
GET
Schools by District

Authorizations

Authorization
string
header
required

Your access token or API key. Pass as Authorization: Bearer <token>.

Query Parameters

lea_id
string
required

The NCES Local Education Agency (LEA) identifier for the school district to search within (e.g. '0602310').

level
enum<string>[]

Optional filter for school level. Valid values: 'elementary', 'middle', 'high'. You can include multiple levels separated by commas (e.g. 'elementary,middle'). If not specified, schools of all levels will be included.

Available options:
elementary,
middle,
high
limit
integer
default:10

The maximum number of schools to return (defaults to 10, maximum 50).

Required range: 1 <= x <= 50

Response

Successful Response

Schools matching the search criteria.

schools
SchoolSummary · object[]
required

A list of matching schools, sorted by proximity (only for location-based searches).

data_source
string
default:NCES Common Core of Data (CCD)

The authoritative source dataset for the school information.

data_vintage
integer | null
default:2025

The calendar year of the dataset used for these results.

additional_info
string | null

Any additional information or disclaimers about the search results.