---
title: "Get a metro area using the un/locode or the id"
method: GET
path: "/metro_areas/{id}"
tags: ["Metro Areas"]
---

# Get a metro area using the un/locode or the id

`GET /metro_areas/{id}`

Return the details of a single metro area.

## Response `200`

OK

- object
  - `data` MetroArea
    - `id` string, uuid, required
    - `attributes` object
      - `name` string
      - `code` string — UN/LOCODE
      - `state_abbr` string, nullable
      - `country_code` string
      - `time_zone` string — IANA tz
      - `latitude` number, nullable
      - `longitude` number, nullable
    - `type` 'metro_area', required
    - string

---

[API](https://skmtc.dev/terminal49/apis/terminal49-api-reference.md) · [All operations](https://skmtc.dev/terminal49/apis/terminal49-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminal49/terminal49-api-reference/revisions/998a27e39c03/schema)
