---
title: "Get VAT rate by ID"
method: GET
path: "/public/v2/vat-rates/{vat_rate_id}/"
tags: ["VAT Rates"]
---

# Get VAT rate by ID

`GET /public/v2/vat-rates/{vat_rate_id}/`

Retrieve a specific VAT rate by its ID.

Returns the full VAT rate details including country, rate percentage, type, and validity dates.

## Path parameters

- `vat_rate_id` integer, required

## Response `200`

OK

- PublicVatRateSchemaOut — Output schema for VAT rate.
  - `id` integer, required
  - `country_code` string, required
  - `name` string, required
  - `rate` string, required
  - `rate_type` 'STANDARD' | 'REDUCED' | 'SUPER_REDUCED' | 'PARKING' | 'ZERO' | 'EXEMPT' | 'OUT_OF_SCOPE', required
  - `tax_type` 'INPUT_OUTPUT' | 'ZERO_RATED' | 'EXEMPT' | 'REVERSE_CHARGE' | 'OUT_OF_SCOPE', required
  - `valid_from` string, date, required
  - `valid_to` string, date, nullable, required
  - `is_active` boolean, required
  - `is_system` boolean, required
  - `description` string, nullable, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/revisions/eddf3ef279e2/schema)
