LogoLogo
v1 (Discontinued)
v1 (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. Packages

Get Specific Package

This endpoint retrieves a specific application / package.

HTTP Request

GET http://api.oscwii.org/v1/<host>/package/<name>

URL Parameters

Parameter

Default

Description

<host>

primary

Host to use (eg. primary, themes). For info about hosts, scroll down to the Hosts section.

<name>

Name of application / package to get.

Usage

curl "http://api.oscwii.org/v1/primary/package/WiiVNC"
{
  "category": "utilities", 
  "coder": "PaulWagener", 
  "contributors": "", 
  "controllers": "wg", 
  "display_name": "WiiVNC", 
  "package_type": "dol", 
  "downloads": 0, 
  "extracted": 1666173, 
  "internal_name": "WiiVNC", 
  "long_description": "Connect to a VNC server", 
  "rating": "", 
  "release_date": 1575227546, 
  "short_description": "Control your computer", 
  "updated": 1575227546, 
  "version": "1.3", 
  "zip_size": 832443
}
PreviousGet All PackagesNextGet Packages in Category

Last updated 3 years ago

Was this helpful?