Translation components API.

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

GET /api/translations/omp/glossary/cs_CZ/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/418707/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/cs_CZ/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/Jirka/?format=api",
            "author": null,
            "timestamp": "2022-07-19T19:25:10.217594Z",
            "action": 5,
            "target": "Dokud nebude tato publikace přiřazena k číslu, nemůžete vygenerovat URN.",
            "id": 285443,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/285443/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/425988/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/cs_CZ/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.319760Z",
            "action": 31,
            "target": "",
            "id": 296491,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296491/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/425988/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/cs_CZ/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/Jirka/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/Jirka/?format=api",
            "timestamp": "2022-09-12T13:28:36.274028Z",
            "action": 5,
            "target": "Soubor: {$title}",
            "id": 317300,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/317300/?format=api"
        }
    ]
}