---
title: "Get information about a specific variable"
method: GET
path: "/variable/{variableID}"
tags: ["Variables"]
---

# Get information about a specific variable

`GET /variable/{variableID}`

## Path parameters

- `variableID` string, required

## Response `200`

The requested variable's information is sent back in the response body

- Variable
  - `defaultValue` string
  - `definitionPeriod` 'MONTH' | 'YEAR' | 'ETERNITY'
  - `description` string
  - `entity` string
  - `formulas` object
  - `id` string
  - `reference` string[]
  - `source` string
  - `valueType` 'Int' | 'Float' | 'Boolean' | 'Date' | 'String'

## Other responses

- `404` — The requested variable does not exist

---

[API](https://skmtc.net/openfisca/apis/country-package-name-web-api.md) · [All operations](https://skmtc.net/openfisca/apis/country-package-name-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfisca/country-package-name-web-api/versions/297f18b6e68f/schema)
