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

GET /api/addons/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "name": "weblate.git.squash",
    "id": 1,
    "configuration": {
        "squash": "language"
    },
    "url": "http://translate.pretalx.com/api/addons/1/?format=api"
}