# Packages

Packages (Applications) are the base items provided through the API. Each package returned by the API includes the following information, in an alphabetical order:

| Type               | Example Value                                              | Purpose                                                     |
| ------------------ | ---------------------------------------------------------- | ----------------------------------------------------------- |
| category           | "demos"                                                    | Category of package.                                        |
| coder              | "mjbauer95"                                                | Developer of package.                                       |
| contributors       | "mjbauer95"                                                | Contributors. Usually empty / none.                         |
| controllers        | "w"                                                        | More information in Controllers section.                    |
| display\_name      | "Libmii Example"                                           | Name / Title of package.                                    |
| package\_type      | "dol"                                                      | Type of package. Possible types: dol, elf, thm (hbc theme). |
| downloads          | 220                                                        | Amount of downloads.                                        |
| extracted          | 232449                                                     | File size of application, when extracted.                   |
| internal\_name     | "libmii-example"                                           | Also known as hbbID. Used for sorting internally.           |
| long\_description  | "An example of libmii. It shows each Mii entry as a name." | Long description for the package.                           |
| rating             | 7                                                          | Rating of application between 1 to 10                       |
| release\_date      | 1237611600                                                 | Release date specified by the package.                      |
| short\_description | "Example of libmii"                                        | Short description, displays on HBB front page.              |
| updated            | 1237611600                                                 | Date of last update. Same as release\_date, for now.        |
| version            | "0.1alpha"                                                 | Package version                                             |
| zip\_size          | 115725                                                     | Size of zipped package.                                     |
