---
title: "List servers"
method: GET
path: "/servers"
tags: ["General"]
---

# List servers

`GET /servers`

Returns available proxy servers and their supported locations.

## Response `200`

Successful operation

- object
  - `vpnServers` Server[]
    - `host` string
    - `countryCode` string
  - `proxyServers` Server[]
    - `host` string
    - `countryCode` string
  - `proxyProtocols` string[]

## Other responses

- `401` — The bearer token is missing, invalid, or no longer active.
- `429` — The configured request limit has been exceeded.
- `500` — Error

---

[API](https://skmtc.dev/ltesocks/apis/ltesocks-public-api.md) · [All operations](https://skmtc.dev/ltesocks/apis/ltesocks-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ltesocks/ltesocks-public-api/revisions/27dffb3c08b9/schema)
