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:

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)