-
-
Notifications
You must be signed in to change notification settings - Fork 11
API
API base: https://api.picozen.app
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
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.
GET /info/:package
Returns PICO store information for
:package
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