Translation components API.

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

GET /api/translations/omp/generic-pdfJsViewer/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/750094/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-pdfJsViewer/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-pdfJsViewer/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:32.582020Z",
            "action": 59,
            "target": "PDF.js Visualizador de PDF",
            "id": 704979,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/704979/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/750095/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-pdfJsViewer/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-pdfJsViewer/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:32.582135Z",
            "action": 59,
            "target": "Este plugin fornece suporte de renderização para PDFs através da biblioteca PDF.js.",
            "id": 704980,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/704980/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-pdfJsViewer/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-pdfJsViewer/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:32.582188Z",
            "action": 0,
            "target": "",
            "id": 704981,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/704981/?format=api"
        }
    ]
}