Translation components API.

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

GET /api/translations/omp/editor/tr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/omp/editor/tr/changes/?format=api",
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/695384/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:35.713497Z",
            "action": 59,
            "target": "Genel tanımlayıcı ‘{$publicIdentifier}’ aynı türden başka bir nesne için zaten mevcut. Lütfen yayınevinizdeki aynı türdeki nesneler için benzersiz tanımlayıcılar seçin.",
            "id": 632073,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/632073/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/695385/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:35.713533Z",
            "action": 59,
            "target": "Editöre Atandı",
            "id": 632074,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/632074/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:35.713570Z",
            "action": 0,
            "target": "",
            "id": 632075,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/632075/?format=api"
        }
    ]
}