Addon List
See the Weblate's Web API documentation for detailed description of the API.
GET /api/addons/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api", "project": null, "name": "weblate.cleanup.generic", "id": 1, "configuration": {}, "url": "https://translate.seerr.dev/api/addons/1/?format=api" }, { "component": null, "project": "https://translate.seerr.dev/api/projects/seerr/?format=api", "name": "weblate.git.squash", "id": 4, "configuration": { "squash": "all", "commit_message": "chore(i18n): update translations from Weblate", "append_trailers": true }, "url": "https://translate.seerr.dev/api/addons/4/?format=api" }, { "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api", "project": null, "name": "weblate.git.squash", "id": 5, "configuration": { "squash": "all", "commit_message": "chore(i18n): update translations from Weblate", "append_trailers": true }, "url": "https://translate.seerr.dev/api/addons/5/?format=api" } ] }