LogoLogo
v2 (Discontinued)
v2 (Discontinued)
  • Introduction
  • Packages
    • Packages
    • Get All Packages
    • Get Specific Package
    • Get Packages in Category
  • Hosts
    • Get Hosts List
  • Download
    • Download Zipped Package
    • Download Package Icon
    • Download Package XML
  • Controllers
  • Credits
Powered by GitBook
On this page

Was this helpful?

  1. Hosts

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"
    }
  }
}

PreviousGet Packages in CategoryNextDownload Zipped Package

Last updated 3 years ago

Was this helpful?