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
}
Last updated
Was this helpful?