Skip to main content
GET
/
api
/
v1
/
property
/
neighborhood-and-schools
Get Property Neighborhood And Schools
curl --request GET \
  --url https://us-red-property-data.p.rapidapi.com/api/v1/property/neighborhood-and-schools \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "schools": {
      "total": 12,
      "schools": [
        {
          "id": "078602041",
          "name": "Hillcrest Drive Elementary School",
          "slug_id": "Hillcrest-Drive-Elementary-School-078602041",
          "slug": "Hillcrest-Drive-Elementary-School-078602041",
          "education_levels": [
            "elementary"
          ],
          "distance_in_miles": 0.6,
          "student_teacher_ratio": 16.2,
          "rating": 4,
          "grades": [
            "K",
            "1",
            "2",
            "3",
            "4",
            "5"
          ],
          "funding_type": "public",
          "student_count": 549,
          "review_count": 8,
          "parent_rating": 3,
          "assigned": true
        }
      ]
    },
    "location": {
      "neighborhoods": [
        {
          "city": "Los Angeles",
          "id": "c1d0952a-36b9-58c0-8beb-e281be7e6cf4",
          "level": "neighborhood",
          "name": "Crenshaw",
          "geo_type": "neighborhood",
          "state_code": "CA",
          "slug_id": "Crenshaw_Los-Angeles_CA",
          "geo_statistics": {},
          "boundary": {
            "type": "Polygon",
            "coordinates": [
              [
                [
                  -118.33976,
                  34.00562
                ],
                [
                  -118.34161,
                  34.00461
                ],
                [
                  -118.34269,
                  34.00447
                ]
              ]
            ]
          },
          "centroid": {
            "lat": 34.013522,
            "lon": -118.346819
          }
        }
      ]
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

property_id
string
required

Property ID used to identify the property

Minimum string length: 1
Pattern: ^\d+$
Example:

"2503567184"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object