---
title: "Get city with ID"
method: GET
path: "/api/city/{id}"
tags: ["City"]
---

# Get city with ID

`GET /api/city/{id}`

## Path parameters

- `id` integer, required

## Response `200`

- City
  - `id` integer — City ID
  - `state_id` integer — State ID
  - `name` string — City name
  - `ibge_code` string — IBGE code
  - `created_at` string — Creation date
  - `updated_at` string — Update date

---

[API](https://skmtc.dev/portabilis/apis/api-i-educar.md) · [All operations](https://skmtc.dev/portabilis/apis/api-i-educar/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/portabilis/api-i-educar/revisions/c724afebc397/schema)
