Skip to content

Instantly share code, notes, and snippets.

@C-D-Lewis
Created December 1, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save C-D-Lewis/9fdfcb67c6090e5b4a9e3b9417b8c3d3 to your computer and use it in GitHub Desktop.
Save C-D-Lewis/9fdfcb67c6090e5b4a9e3b9417b8c3d3 to your computer and use it in GitHub Desktop.
Pebble appstore api (Unofficial)
--- Pebble API Documentation ---
NOTE: api2.getpebble.com and appstore-api.getpebble.com both appear to point to the same API
App Banners, Categories & Collections: https://api2.getpebble.com/v2/home/apps
Watchface Banners, Categories & Collections: https://api2.getpebble.com/v2/home/faces
All apps: https://api2.getpebble.com/v2/apps/collection/all/watchapps-and-companions
All watchfaces: https://api2.getpebble.com/v2/apps/collection/all/watchfaces
Specific App Category: https://api2.getpebble.com/v2/apps/category/<CATEGORY_NAME>
Specific App Collection: https://api2.getpebble.com/v2/apps/collection/<COLLECTION_NAME>/watchapps-and-companions
Specific watchface collection: https://api2.getpebble.com/v2/apps/collection/<COLLECTION_NAME>/watchfaces
Specific app/watchface: https://api2.getpebble.com/v2/apps/id/<app id here>
Generic Parameters:
image_ratio -- Unknown, potentially the ratio where 1 means Pebble resolution
platform -- pas,basalt,aplite -- The platform to load the apps for
filter_hardware -- true/false -- Allows the hardware filter to be applied presumably
Applist Parameters:
limit -- max 100 -- The limit of the amount of apps to return, the greater the number the longer the response time
offset -- The offset to begin at
Category Parameters:
sort -- updated/hearts -- The order to sort the apps in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment