---
title: "Return a list of Countries"
method: GET
path: "/api/Countries"
tags: ["Countries"]
---

# Return a list of Countries

`GET /api/Countries`

## Response `200`

List of Countries

- CommitteesCommonResponsesCountry[]
  - `id` integer
  - `isoCode` string, nullable
  - `text` string, nullable
  - `displayOrder` integer

---

[API](https://skmtc.dev/parliament/apis/committees-api.md) · [All operations](https://skmtc.dev/parliament/apis/committees-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parliament/committees-api/revisions/2963ac78fed1/schema)
