1,071
edits
(New page: The AMO API allows you to get information about addons hosted on addons.mozilla.org. The API supports REST. At present, it is a read only API (GET only) although this is planned to chang...) |
No edit summary |
||
Line 12: | Line 12: | ||
=== URL Format === | === URL Format === | ||
API calls are served via | API calls are served via | ||
http://services.addons.mozilla.org/api | |||
http://services.addons.mozilla.org/api | |||
You may localize the returned content by adding a locale string to this URL as follows: | You may localize the returned content by adding a locale string to this URL as follows: | ||
http://services.addons.mozilla.org/[locale]/api | http://services.addons.mozilla.org/[locale]/api | ||
for example | for example | ||
http://services.addons.mozilla.org/en-US/api | http://services.addons.mozilla.org/en-US/api | ||
http://services.addons.mozilla.org/de/api | http://services.addons.mozilla.org/de/api | ||
=== Available Methods === | === Available Methods === |
edits