Translation components API.

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

GET /api/translations/omp/generic-pdfJsViewer/de/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/696614/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:57.291990Z",
            "action": 59,
            "target": "PDF.JS-PDF-Viewer-Plugin",
            "id": 633355,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633355/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/696615/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:57.292074Z",
            "action": 59,
            "target": "Dieses Plugin benutzt den <a href=\"http://mozilla.github.io/pdf.js\">pdf.js PDF viewer</a>, um PDFs auf den Fahnenseiten von Artikeln und Ausgaben anzuzeigen.",
            "id": 633356,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633356/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:57.292121Z",
            "action": 0,
            "target": "",
            "id": 633357,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/633357/?format=api"
        }
    ]
}