/
Get schools by bounding box
Get schools by bounding box
Base URL
The base URL for the API is https://api.realtyfeed.com
.
Endpoint
POST /geo/schooldistrict/bounding_box
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
{
"point_lower_left": {
"latitude": 37.990688000000034,
"longitude": -77.642518
},
"point_upper_right": {
"latitude": 37.719940283981074,
"longitude": -76.46154521268548
}
}
Response
{
"result": [
{
"property": {
"STATEFP": "51",
"ELSDLEA": "",
"SCSDLEA": "",
"UNSDLEA": "01830",
"SDADMLEA": "",
"GEOID": "5101830",
"NAME": "Hanover County Public Schools",
"LSAD": "00",
"LOGRADE": "PK",
"HIGRADE": "12",
"MTFCC": "G5420",
"SDTYP": "",
"FUNCSTAT": "E",
"ALAND": 1211008825,
"AWATER": 12702538,
"INTPTLAT": "+37.7602149",
"INTPTLON": "-077.4913168",
"GEO_YEAR": "2023",
"SCHOOLYEAR": "2022-2023"
}
},
{
"property": {
"STATEFP": "51",
"ELSDLEA": "",
"SCSDLEA": "",
"UNSDLEA": "02160",
"SDADMLEA": "",
"GEOID": "5102160",
"NAME": "Lancaster County Public Schools",
"LSAD": "00",
"LOGRADE": "PK",
"HIGRADE": "12",
"MTFCC": "G5420",
"SDTYP": "",
"FUNCSTAT": "E",
"ALAND": 345261477,
"AWATER": 254114185,
"INTPTLAT": "+37.7048433",
"INTPTLON": "-076.4126628",
"GEO_YEAR": "2023",
"SCHOOLYEAR": "2022-2023"
}
}, ...
],
"pagination": {
"skip": 0,
"limit": 10,
"total": 343
}
}
, multiple selections available,
Related content
Public Schools Inside Bounding Box
Public Schools Inside Bounding Box
More like this
Post Secondary Schools Inside Bounding Box
Post Secondary Schools Inside Bounding Box
More like this
Public School Districts Inside Bounding Box
Public School Districts Inside Bounding Box
More like this
Get schools by name
Get schools by name
More like this
Get schools by polygon
Get schools by polygon
More like this
Get schools by point
Get schools by point
More like this