---
title: "Returns Nearby Schools Detail of the Property"
method: GET
path: "/property/{propertyID}/school"
tags: ["Property V2"]
---

# Returns Nearby Schools Detail of the Property

`GET /property/{propertyID}/school`

## Path parameters

- `propertyID` integer, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Property Nearby Schools Detail

- InlineResponse200V2NearbySchools
  - `status` boolean
  - `nearby_schools` InlineResponse2005NearbySchools
    - `name` string
    - `ofsted_rating` string
    - `pupils` number
    - `distance` number
    - `latitude` number
    - `longitude` number
    - `school_type` InlineResponse2005SchoolType — Type of school, 1 is true, 0 is false
      - `nursery` number
      - `primary` number
      - `secondary` number
      - `college` number
      - `private` number

---

[API](https://skmtc.net/sprift/apis/sprift-api.md) · [All operations](https://skmtc.net/sprift/apis/sprift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprift/sprift-api/versions/909cdbcb2f32/schema)
