---
title: "GET /api/v0/servers"
method: GET
path: "/api/v0/servers"
tags: ["TestLocally"]
---

# GET /api/v0/servers

`GET /api/v0/servers`

List of servers. Use any server’s name property when requesting a new test

## Response `200`

List of servers

- ServerListItemOutput[]
  - `name` string
  - `title` string
  - `city` string
  - `country` string — Two-letter country code in lowercase
  - `continent` string — Two-letter continent code in lowercase
  - `latitude` number, float
  - `longitude` number, float
  - `up` boolean — The current server status

---

[API](https://skmtc.dev/testlocal/apis/testlocally.md) · [All operations](https://skmtc.dev/testlocal/apis/testlocally/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/testlocal/testlocally/revisions/f6ef68f805e6/schema)
