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

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

{
    "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"
}