---
title: "Get regions, timezone and date/time/number references"
method: GET
path: "/reference"
tags: ["Reference"]
---

# Get regions, timezone and date/time/number references

`GET /reference`

Get a reference of regions, timezones and date/time/number formats and their identifiers.

## Response `200`

Successful operation

- References
  - `regions` Region[]
    - `id` integer — Region identifier
    - `description` string — Region description
    - `countryid` integer — Corresponding country identifier
    - `datetimeformatid` integer — Corresponding datetimeformat identifier
    - `numberformatid` integer — Corresponding numberformat identifier
    - `timezoneid` integer — Corresponding timezon identifier
  - `timezones` Timezone[]
    - `id` integer — Time zone identifier
    - `description` string — Time zone description
  - `datetimeformats` DateTimeFormat[]
    - `id` integer — Date/time identifier
    - `description` string — Date/time description
  - `numberformats` NumberFormat[]
    - `id` integer — Number format identifier
    - `description` string — Number format description
  - `countries` Country[]
    - `id` integer — Country id
    - `iso` string — Country ISO code
    - `name` string — Country name
  - `phonecodes` PhoneCode[]
    - `countryid` integer — Country id (Can be mapped against countries.id)
    - `name` string — Country name
    - `phonecode` string — Area phone code

---

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