# Get Hosts List

This endpoint retrieves all hosts.

#### HTTP Request <a href="#http-request-4" id="http-request-4"></a>

`GET http://api.oscwii.org/v1/hosts`

It's mandatory to specify the host in most API endpoints.

#### Usage <a href="#query-parameters" id="query-parameters"></a>

```
curl "http://api.oscwii.org/v1/hosts"
```

```
{
  "repos": [
    "primary", 
    "themes"
  ], 
  "repositories": {
    "primary": {
      "description": "The official Open Shop Channel Homebrew Apps repository.", 
      "host": "hbb1.oscwii.org", 
      "name": "Open Shop Channel"
    }, 
    "themes": {
      "description": "The official Open Shop Channel Homebrew Channel Themes repository.", 
      "host": "hbb3.oscwii.org", 
      "name": "Homebrew Channel Themes"
    }
  }
}
```
