Difference between revisions of "Firefox Marketplace"

From Archiveteam
Jump to navigation Jump to search
(Added info about the site structure and JSON API, using data from /u/freestorage on Reddit and the official Mozilla Documentation.)
(Add link to partial AB job)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
| image = Firefoxmarketplacescreenshot.jpg
| image = Firefoxmarketplacescreenshot.jpg
| URL = https://marketplace.firefox.com/
| URL = https://marketplace.firefox.com/
| project_status = {{closing}}
| project_status = {{offline}}
| archiving_status = {{notsavedyet}}
| archiving_status = {{lost}} <small>(except metadata)</small>
| data = (partial) {{Job|3og0ykommy979btlbm2u83g4g}}
}}
}}


'''Firefox Marketplace''' is an online marketplace of applications for Mozilla's failed Firefox OS.
'''Firefox Marketplace''' was an online marketplace of applications for Mozilla's failed Firefox OS.


== Shutdown ==
== Shutdown ==
Line 26: Line 27:


To get the rest of the information of an app the value of the slug field can be used, eg: https://marketplace.firefox.com/api/v2/fireplace/app/2048~/?cache=1&dev=firefoxos&lang=en-US&limit=24&region=fi&vary=0
To get the rest of the information of an app the value of the slug field can be used, eg: https://marketplace.firefox.com/api/v2/fireplace/app/2048~/?cache=1&dev=firefoxos&lang=en-US&limit=24&region=fi&vary=0
A dump of app metadata from shortly before the shutdown is available at [https://web.archive.org/web/20180309104149/https://marketplace.cdn.mozilla.net/dumped-apps/tarballs/2018-03-08.tgz] ({{Job|3og0ykommy979btlbm2u83g4g}}). This is only a list of apps; the manifests, actual app, and images are not included.
{{Navigation box}}
{{Navigation box}}

Latest revision as of 06:34, 16 November 2021

Firefox Marketplace
Firefox Marketplace logo
Firefoxmarketplacescreenshot.jpg
URL https://marketplace.firefox.com/
Status Offline
Archiving status Lost (except metadata)
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)
Data[how to use] (partial) job:3og0ykommy979btlbm2u83g4g

Firefox Marketplace was an online marketplace of applications for Mozilla's failed Firefox OS.

Shutdown

On February 28, 2018, it was announced that Firefox Marketplace would be shut down on March 30, 2018:

The Marketplace will shut down on March 30th, 2018. If there are any apps that you would like, and have not downloaded yet, please do so before that date.

Structure

Mozilla has a JSON API backend for the marketplace; documentation can be found here: http://firefox-marketplace-api.readthedocs.io/en/latest/

For example, https://marketplace.cdn.mozilla.net/api/v2/feed/get/?cache=21600&dev=firefoxos&lang=en-US&limit=10&region=fi&vary=0 displays all of the application data for the front page of the site.

From there we can take 2048 as an example, we can take the value of manifest_url, which gives us the URL to download the app: https://marketplace.firefox.com/app/d77a62a6-3128-471d-9f97-845d9772be04/manifest.webapp

The actual download URL is stored in the package_path value in the manifest, e.g. "package_path": "https://marketplace.firefox.com/downloads/file/264351/2048-1.7.zip".

To get the rest of the information of an app the value of the slug field can be used, eg: https://marketplace.firefox.com/api/v2/fireplace/app/2048~/?cache=1&dev=firefoxos&lang=en-US&limit=24&region=fi&vary=0

A dump of app metadata from shortly before the shutdown is available at [1] (job:3og0ykommy979btlbm2u83g4g). This is only a list of apps; the manifests, actual app, and images are not included.