Translation components API.

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

GET /api/translations/omp/glossary/ro_RO/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/ro_RO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-23T17:20:59.220470Z",
            "action": 0,
            "target": "",
            "id": 287256,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/287256/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426008/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/ro_RO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.320549Z",
            "action": 31,
            "target": "",
            "id": 296511,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296511/?format=api"
        }
    ]
}