Links

Get Hosts List

This endpoint retrieves all hosts.

HTTP Request

GET http://api.oscwii.org/v2/hosts
It's mandatory to specify the host in most API endpoints.

Usage

curl "http://api.oscwii.org/v2/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"
}
}
}