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 Packages in Category

This endpoint retrieves all applications / packages from specified host and category.

HTTP Request

GET http://api.oscwii.org/v1/<host>/category/<category>/packages

URL Parameters

Parameter

Default

Description

<host>

primary

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

<category>

Name of category to get.

Usage

curl "http://api.oscwii.org/v1/primary/category/demos/packages"
[
  {
    "category": "demos", 
    "coder": "mjbauer95", 
    ...
  }, 
  {
    "category": "demos", 
    "coder": "Owe", 
    ...
  }, 
  {
    "category": "demos", 
    "coder": "Owe", 
    ...
  }, 
  {
    "category": "demos", 
    "coder": "Owe", 
    ...
  }
]
PreviousGet Specific PackageNextGet Hosts List

Last updated 3 years ago

Was this helpful?