Translation components API.

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

GET /api/translations/omp/glossary/el_GR/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/el_GR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-23T17:20:58.861412Z",
            "action": 0,
            "target": "",
            "id": 287240,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/287240/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426015/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/el_GR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.320799Z",
            "action": 31,
            "target": "",
            "id": 296518,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296518/?format=api"
        }
    ]
}