Translation components API.

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

GET /api/translations/omp/generic-pdfJsViewer/cs/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/696610/?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/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:56.901184Z",
            "action": 59,
            "target": "Plugin PDF prohlížeče PDF.js",
            "id": 633349,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633349/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/696611/?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/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:56.901254Z",
            "action": 59,
            "target": "Tento plugin poskytuje podporu pro prohlížení obsahu ve formátu PDF s použitím knihovny PDF.js.",
            "id": 633350,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633350/?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/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:56.901292Z",
            "action": 0,
            "target": "",
            "id": 633351,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/633351/?format=api"
        }
    ]
}