In development

districtapi.dev

A developer-first REST API for US school district and school data — built on free federal datasets.

# Look up the district serving any US address
GET https://api.districtapi.dev/v1/districts?address=1600+Pennsylvania+Ave,+Austin,+TX

{
  "data": {
    "name":        "Austin Independent School District",
    "ncesId":      "4807380",
    "state":       "TX",
    "enrollment":  67000,
    "schoolCount": 130
  }
}