---
title: "Get usable hosts"
method: GET
path: "/bus/hosts"
tags: ["bus"]
---

# Get usable hosts

`GET /bus/hosts`

Returns the metadata of all hosts that are deemed usable. A host is usable if it passed the gouging checks, which are a series of checks performed on the host's prices to ensure they are within reason.

## Response `200`

List of usable hosts

- HostInfo[]
  - `publicKey` string — A ed25519 public key
  - `siamuxAddr` string — The address of the host
  - `v2SiamuxAddresses` string[]

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/versions/184a3d5207da/schema)
