/
Get schools by name
Get schools by name
Base URL
The base URL for the API is https://api.realtyfeed.com
.
Endpoint
POST /geo/schooldistrict/school
QueryParams
# pagination
skip: Optional[NonNegativeInt] = 0
limit: Optional[PositiveInt] = 10
# filter
fetch_geometry: Optional[bool] = False
ratio_simplify: Optional[float] = Field(0.10, ge=0, le=0.50)
Body
{
"name": "school"
}
Response
{
"result": [
{
"property": {
"STATEFP": "34",
"ELSDLEA": "",
"SCSDLEA": "02880",
"UNSDLEA": "",
"SDADMLEA": "",
"GEOID": "3402880",
"NAME": "Sterling High School School District",
"LSAD": "00",
"LOGRADE": "09",
"HIGRADE": "12",
"MTFCC": "G5410",
"SDTYP": "",
"FUNCSTAT": "E",
"ALAND": 10206622,
"AWATER": 0,
"INTPTLAT": "+39.8519905",
"INTPTLON": "-075.0357653",
"GEO_YEAR": "2023",
"SCHOOLYEAR": "2022-2023"
}
}
],
"pagination": {
"skip": 0,
"limit": 10,
"total": 22576
}
}
, multiple selections available,
Related content
Get schools by point
Get schools by point
More like this
Get schools by polygon
Get schools by polygon
More like this
Get schools by bounding box
Get schools by bounding box
More like this
Post Secondary Schools
Post Secondary Schools
More like this