/
Get schools by point

Get schools by point

Base URL

The base URL for the API is https://api.realtyfeed.com.

Endpoint

POST /geo/schooldistrict/point

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

{ "longitude": -77.642942, "latitude": 37.989583 }

Response

{ "result": [ { "property": { "STATEFP": "51", "ELSDLEA": "", "SCSDLEA": "", "UNSDLEA": "02360", "SDADMLEA": "", "GEOID": "5102360", "NAME": "Manassas City Public Schools", "LSAD": "00", "LOGRADE": "PK", "HIGRADE": "12", "MTFCC": "G5420", "SDTYP": "", "FUNCSTAT": "E", "ALAND": 25493247, "AWATER": 146287, "INTPTLAT": "+38.7468077", "INTPTLON": "-077.4826328", "GEO_YEAR": "2023", "SCHOOLYEAR": "2022-2023" } }, { "property": { "STATEFP": "36", "ELSDLEA": "", "SCSDLEA": "", "UNSDLEA": "24930", "SDADMLEA": "", "GEOID": "3624930", "NAME": "Romulus Central School District", "LSAD": "00", "LOGRADE": "PK", "HIGRADE": "12", "MTFCC": "G5420", "SDTYP": "", "FUNCSTAT": "E", "ALAND": 168117332, "AWATER": 61422252, "INTPTLAT": "+42.7744309", "INTPTLON": "-076.8577662", "GEO_YEAR": "2023", "SCHOOLYEAR": "2022-2023" } }, ... ], "pagination": { "skip": 0, "limit": 10, "total": 163 } }

 

 

Related content

Get schools by name
Get schools by name
More like this
Get schools by bounding box
Get schools by bounding box
More like this
Get schools by polygon
Get schools by polygon
More like this
Post Secondary Schools
Post Secondary Schools
More like this