Translation components API.

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

GET /api/translations/tsujan/featherpad/pt_BR/changes/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 161,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/translations/tsujan/featherpad/pt_BR/changes/?format=api&page=8",
    "results": [
        {
            "unit": "https://translate.lxqt-project.org/api/units/380479/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/tsujan/featherpad/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/tsujan/featherpad/pt_BR/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/maimere/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/maimere/?format=api",
            "timestamp": "2025-04-04T03:06:59.166553Z",
            "action": 5,
            "target": "Um duplo clique sobre o título alterna o estado maximizado.\nO título também apresenta um menu com clique do botão direito do mouse quando um arquivo estiver aberto.",
            "id": 250209,
            "action_name": "New translation",
            "url": "https://translate.lxqt-project.org/api/changes/250209/?format=api"
        }
    ]
}