Project Appetite API Sample
Thanks for playing with the Project Appetite API page. There are the following endpoints that you can access to get JSON responses containing apps from the app catalog backend:Querying apps
/apps?type=top_rated|top_paid|top_free|top_overall|top_grossing|newest&start=1+&count=1+&channel=[b][c][w]&query=query
This API is used to query the backend and filter down to the apps that you with to see. The full options are:
- type: this orders the results based on the type that you are looking for (default: alphabetical on app title)
- start: where to start in the data set (default: 1)
- count: how many apps to return in the data set
- channel: whether to filter on channel. b=beta, c=palm app catalog, and w=web distro (and NOT in the others) (default: 'bcw' ... all of them)
- query: a simple substring filter on the title or description
Retrieving an app by id
/app?id=guid: This API is used if you know the guid for a given application and you want to get its data (e.g. you are displaying a page for one app).Icons
/icons?count=#: Return a set of icons (optional count for sizing)