Modp: Difference between revisions
Jump to navigation
Jump to search
(add some crash data sources) |
No edit summary |
||
| Line 19: | Line 19: | ||
* [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-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 | * [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) ? | |||
Revision as of 21:09, 12 October 2011
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.
Bugzilla
- Bugzilla REST API
- - Bugzilla searches contain RSS feeds
- Pulse - message broker which has a bugzilla adapter
Dev Activity
- Mozilla Mercurial repositories - RSS feeds
- Mozilla Github account - various projects, data exposed via all Github APIs and feeds
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) ?