---
title: "Returns Council Tax Details of the Property"
method: GET
path: "/property/{propertyID}/counciltax"
tags: ["Property V2"]
---

# Returns Council Tax Details of the Property

`GET /property/{propertyID}/counciltax`

## Path parameters

- `propertyID` integer, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Property Council Tax Details

- InlineResponse200V2Counciltax
  - `status` boolean
  - `councilTax` InlineResponse2005CouncilTax
    - `property_id` string
    - `council_tax_band` string
    - `council_tax_monthly_cost` string
    - `council_tax_annual_cost` string
    - `council_tax_update_date` string

---

[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)
