Skip to content
Barnaby edited this page May 31, 2023 · 1 revision

API base: https://api.picozen.app


Releases

GET /picozen/releases/latest

Returns information about the latest stable GitHub release of PicoZen

GET /picozen/releases/tags/:tag

Returns information about the GitHub release of PicoZen with the tag :tag


Assets

GET /assets/:package/icon.png

Returns the icon from the store for the package :package if it exists. Does not currently work for Oculus exclusive apps.

GET /assets/:package/banner.png

Returns the banner cover image from the store for the package :package if it exists. Use ?useBackup=1 to also check backup sources. Use ?device=oculus to fetch Oculus assets instead of PICO assets

GET /assets/:package/square.png

Returns the banner cover image from the store for the package :package if it exists. Use ?useBackup=1 to also check backup sources. Use ?device=oculus to fetch Oculus assets instead of PICO assets

GET /assets/:package/portrait.png

Returns the banner cover image from the store for the package :package if it exists. Does not currently work for PICO exclusive apps.


Info

GET /info/:package

Returns PICO store information for :package


File Info

GET /fileinfo/:filename

Returns information for the file :filename if it has been cataloged

GET /bulkfileinfo

Returns information for the list of filenames in the request body (JSON array). Returns an array with file info or null if the file has not been cataloged. Max files = 10

Clone this wiki locally