---
title: "List available countries"
method: GET
path: "/connect/countries"
tags: ["Countries"]
---

# List available countries

`GET /connect/countries`

Lookup of countries that can be selected when creating a proxy. Each country lists the proxy types available there; without a ?type filter, every covered country is returned.

## Query parameters

- `page` integer
- `pageSize` integer
- `type` 'dedicated_residential' | 'residential' | 'mobile'

## Response `200`

Available countries.

- CountryList — A page of countries.
  - `items` Country[], required
    - `code` string, required — ISO 3166-1 alpha-2 country code (lowercase).
    - `name` string, required
    - `proxyTypes` ProxyType[], required — Proxy types available to provision in this country.
  - `pagination` PaginationMeta1, required — Pagination metadata for a list response.
    - `hasNext` boolean, required — Whether a next page exists.
    - `hasPrev` boolean, required — Whether a previous page exists.
    - `page` integer, required — Current page number (1-based).
    - `pageSize` integer, required — Number of items per page.
    - `pages` integer, required — Total number of pages.
    - `total` integer, required — Total number of items across all pages.

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
