Skip to main content
GET
School Districts

Authorizations

Authorization
string
header
required

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

Query Parameters

lat
number
required

Latitude of the search location (WGS 84).

Required range: -90 <= x <= 90
lon
number
required

Longitude of the search location (WGS 84).

Required range: -180 <= x <= 180

Response

Successful Response

API response model for school district search results.

districts
DistrictResult · object[]
required

List of school districts found at the location.

additional_info
string | null

Any additional information or disclaimers about the search results.