---
title: "Get all countries"
method: GET
path: "/api/country"
tags: ["Country"]
---

# Get all countries

`GET /api/country`

## Response `200`

- Country[]
  - `id` integer — Country ID
  - `name` string — Country 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)
