See the Weblate's Web API documentation for detailed description of the API.

GET /api/addons/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "component": "http://translate.getmonero.org/api/components/getmonero/monero-site/",
            "name": "weblate.git.squash",
            "id": 16,
            "configuration": {
                "squash": "author",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "http://translate.getmonero.org/api/addons/16/"
        },
        {
            "component": "http://translate.getmonero.org/api/components/getmonero/monero-site/",
            "name": "weblate.cleanup.generic",
            "id": 18,
            "configuration": {},
            "url": "http://translate.getmonero.org/api/addons/18/"
        },
        {
            "component": "http://translate.getmonero.org/api/components/monero/gui-wallet/",
            "name": "weblate.git.squash",
            "id": 19,
            "configuration": {
                "squash": "author",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "http://translate.getmonero.org/api/addons/19/"
        },
        {
            "component": "http://translate.getmonero.org/api/components/community/monero-means-money/",
            "name": "weblate.git.squash",
            "id": 20,
            "configuration": {
                "squash": "author",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "http://translate.getmonero.org/api/addons/20/"
        },
        {
            "component": "http://translate.getmonero.org/api/components/monero/gui-wallet/",
            "name": "weblate.removal.suggestions",
            "id": 6,
            "configuration": {
                "age": 60,
                "votes": -1
            },
            "url": "http://translate.getmonero.org/api/addons/6/"
        },
        {
            "component": "http://translate.getmonero.org/api/components/getmonero/monero-site/",
            "name": "weblate.removal.suggestions",
            "id": 5,
            "configuration": {
                "age": 60,
                "votes": -1
            },
            "url": "http://translate.getmonero.org/api/addons/5/"
        }
    ]
}