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

GET /api/addons/?format=api
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/?format=api",
            "name": "weblate.git.squash",
            "id": 16,
            "configuration": {
                "squash": "author",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "http://translate.getmonero.org/api/addons/16/?format=api"
        },
        {
            "component": "http://translate.getmonero.org/api/components/getmonero/monero-site/?format=api",
            "name": "weblate.cleanup.generic",
            "id": 18,
            "configuration": {},
            "url": "http://translate.getmonero.org/api/addons/18/?format=api"
        },
        {
            "component": "http://translate.getmonero.org/api/components/monero/gui-wallet/?format=api",
            "name": "weblate.git.squash",
            "id": 19,
            "configuration": {
                "squash": "author",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "http://translate.getmonero.org/api/addons/19/?format=api"
        },
        {
            "component": "http://translate.getmonero.org/api/components/community/monero-means-money/?format=api",
            "name": "weblate.git.squash",
            "id": 20,
            "configuration": {
                "squash": "author",
                "append_trailers": true,
                "commit_message": ""
            },
            "url": "http://translate.getmonero.org/api/addons/20/?format=api"
        },
        {
            "component": "http://translate.getmonero.org/api/components/monero/gui-wallet/?format=api",
            "name": "weblate.removal.suggestions",
            "id": 6,
            "configuration": {
                "age": 60,
                "votes": -1
            },
            "url": "http://translate.getmonero.org/api/addons/6/?format=api"
        },
        {
            "component": "http://translate.getmonero.org/api/components/getmonero/monero-site/?format=api",
            "name": "weblate.removal.suggestions",
            "id": 5,
            "configuration": {
                "age": 60,
                "votes": -1
            },
            "url": "http://translate.getmonero.org/api/addons/5/?format=api"
        }
    ]
}