Translation components API.

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

GET /api/translations/omp/author/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/693165/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/author/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/author/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:33:54.677556Z",
            "action": 59,
            "target": "Nakladatelství v tuto chvíli nepřijímá nové články.",
            "id": 629767,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/629767/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693166/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/author/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/author/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:33:54.677616Z",
            "action": 59,
            "target": "Nový příspěvek",
            "id": 629768,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/629768/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/author/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/author/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:33:54.677655Z",
            "action": 0,
            "target": "",
            "id": 629769,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/629769/?format=api"
        }
    ]
}