Translation components API.

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

GET /api/translations/omp/generic-htmlMonographFile/pt_PT/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/750155/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:41.093084Z",
            "action": 59,
            "target": "Ficheiro de Livro em HTML",
            "id": 705046,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/705046/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/750156/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:41.093159Z",
            "action": 59,
            "target": "Este plugin fornece suporte de renderização para ficheiros de livros em formato HTML.",
            "id": 705047,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/705047/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:41.093236Z",
            "action": 0,
            "target": "",
            "id": 705048,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/705048/?format=api"
        }
    ]
}