Public School District

Overview

The Public School District API allows you to retrieve a list of public school districts within a specified filter. This is useful for obtaining school district information for a particular filter.

Base URL

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

Endpoint

Get Neighbourhoods by State

Endpoint

GET /geo/schools/publiclea

Query Parameters

  • CBSA
    CBSATYPE
    CD
    CITY
    CNTY
    CSA
    LEAID
    LOCALE
    NAME
    NECTA
    NMCBSA
    NMCNTY
    NMCSA
    NMNECTA
    OPSTFIPS
    SCHOOLYEAR
    SLDL
    SLDU
    STATE
    STFIP
    STREET
    ZIP
    offset
    limit

Response

  • 200 OK: Returns a JSON response containing a list of public school districs

    Example:

{ "data": [ { "LEAID": "0100006", "NAME": "Marshall County", "OPSTFIPS": "01", "STREET": "12380 US Highway 431 S", "CITY": "Guntersville", "STATE": "AL", "ZIP": "35976", "STFIP": "01", "CNTY": "01095", "NMCNTY": "Marshall County", "LAT": 34.30577, "LON": -86.286958, "CBSA": "10700", "NMCBSA": "Albertville, AL", "CBSATYPE": "2", "CSA": "N", "NMCSA": "N", "NECTA": "N", "NMNECTA": "N", "CD": "0104", "SLDL": "01034", "SLDU": "01009", "SCHOOLYEAR": "2022-2023", "LOCALE": "42", "PCT_CITY11": 0, "PCT_CITY12": 0, "PCT_CITY13": 0, "PCT_SUB21": 0, "PCT_SUB22": 0, "PCT_SUB23": 0, "PCT_TOWN31": 0, "PCT_TOWN32": 0, "PCT_TOWN33": 0, "PCTRURAL41": 17.11, "PCTRURAL42": 82.89, "PCTRURAL43": 0, "geometry": [ -86.286958, 34.30577 ] } ], "total": 19714 }

404 Not Found: If no public school district is found for the given filter.

Usage

To use the public school district API, perform a GET request to the specified endpoint with the desired filter as a query parameter. The API will respond with a list of public school districts within the specified filter.