Translation components API.

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

GET /api/translations/omp/generic-pdfJsViewer/pl/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/696626/?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/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:58.361301Z",
            "action": 59,
            "target": "Czytnik PDF",
            "id": 633375,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633375/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/696627/?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/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:58.361368Z",
            "action": 59,
            "target": "Wtyczka zawiera wsparcie dla korzystania z PDFów w bibliotece PDF.js.",
            "id": 633376,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633376/?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/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:58.361406Z",
            "action": 0,
            "target": "",
            "id": 633377,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/633377/?format=api"
        }
    ]
}