/
Post Secondary Schools

Post Secondary Schools

Overview

The Post Secondary Schools API allows you to retrieve a list of Post Secondary Schools within a specified filter. This is useful for obtaining post-secondary School 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/postsecsch

Query Parameters

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

Response

  • 200 OK: Returns a JSON response containing a list of Post Secondary Schools

    Example:

{ "data": [ { "UNITID": "100654", "NAME": "Alabama A & M University", "STREET": "4900 Meridian Street", "CITY": "Normal", "STATE": "AL", "ZIP": "35762", "STFIP": "01", "CNTY": "01089", "NMCNTY": "Madison County", "LOCALE": "12", "LAT": 34.783368, "LON": -86.568502, "CBSA": "26620", "NMCBSA": "Huntsville, AL", "CBSATYPE": "1", "CSA": "290", "NMCSA": "Huntsville-Decatur, AL", "CD": "0105", "SLDL": "01019", "SLDU": "01007", "SCHOOLYEAR": "2022-2023", "geometry": [ -86.568502, 34.783368 ] } ], "total": 6812 }

404 Not Found: If no Post Secondary School is found for the given filter.

Usage

To use the Post Secondary Schools 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 Post Secondary Schools within the specified filter.