Modp: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "The Mozilla Open Data Project is an index of all of the open APIs and data-sources available in the Mozilla project. Please add other datasources here. Also, if you're so inclin...")
 
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 2: Line 2:


Please add other datasources here. Also, if you're so inclined please re-arrange this in a way that makes sense. Maybe should use the new semantic forms/tables stuff.
Please add other datasources here. Also, if you're so inclined please re-arrange this in a way that makes sense. Maybe should use the new semantic forms/tables stuff.
If you see some outdated or incorrect information, or find a dead URL, please update the page!


'''Bugzilla'''
'''Bugzilla'''
* [https://wiki.mozilla.org/Bugzilla:REST_API Bugzilla REST API]
* [https://wiki.mozilla.org/Bugzilla:REST_API Bugzilla REST API]
* [http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService.html Bugzilla built-in XML-RPC or JSON-RPC API] - less complete and harder to use but faster
* [https://bugzilla.mozilla.org Bugzilla searches contain RSS feeds]
* [http://pulse.mozilla.org/ Pulse] - message broker which has a bugzilla adapter
* [http://pulse.mozilla.org/ Pulse] - message broker which has a bugzilla adapter


Line 14: Line 19:


'''Community Metrics'''
'''Community Metrics'''
'''Crash Data'''
* [https://crash-analysis.mozilla.com/crash_analysis/ CSV files] of all Firefox and Fennec crashes as <date>/<date>-pub-crashdata.csv.gz in that directory
* [https://crash-stats.mozilla.com/ Mozilla crash stats] has CSV, JSON or feed outputs for a lot of the data it presents
'''Add-ons'''
* [https://developer.mozilla.org/en/addons.mozilla.org_%28AMO%29_API_Developers%27_Guide Add-ons.mozilla.org API]
** Generic: Read-only API calls used by the Firefox Add-ons manager, which allow you to retrieve data about a single addon, groups of addons, or to search addons.
** Bandwagon: Read/write API that allows you to interact with Add-ons Collections. It requires authentication using an AMO account.
* Flightdeck API (builder.addons.mozilla.org) ?
'''User Research Data'''
* Test Pilot - [https://testpilot.mozillalabs.com/testcases/ aggregated data for many of their studies]

Latest revision as of 06:32, 2 August 2012

The Mozilla Open Data Project is an index of all of the open APIs and data-sources available in the Mozilla project.

Please add other datasources here. Also, if you're so inclined please re-arrange this in a way that makes sense. Maybe should use the new semantic forms/tables stuff.

If you see some outdated or incorrect information, or find a dead URL, please update the page!


Bugzilla

Dev Activity

Performance Data

Community Metrics

Crash Data

  • CSV files of all Firefox and Fennec crashes as <date>/<date>-pub-crashdata.csv.gz in that directory
  • Mozilla crash stats has CSV, JSON or feed outputs for a lot of the data it presents

Add-ons

  • Add-ons.mozilla.org API
    • Generic: Read-only API calls used by the Firefox Add-ons manager, which allow you to retrieve data about a single addon, groups of addons, or to search addons.
    • Bandwagon: Read/write API that allows you to interact with Add-ons Collections. It requires authentication using an AMO account.
  • Flightdeck API (builder.addons.mozilla.org) ?

User Research Data