Translation components API.

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

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

{
    "count": 4,
    "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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-13T11:24:29.871667Z",
            "action": 0,
            "target": "",
            "id": 375600,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/375600/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/460958/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-13T11:24:31.945118Z",
            "action": 31,
            "target": "",
            "id": 375602,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/375602/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/460958/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/de/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/piapio/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/piapio/?format=api",
            "timestamp": "2023-04-26T12:01:05.693366Z",
            "action": 45,
            "target": "",
            "id": 734694,
            "action_name": "New contributor",
            "url": "http://translate.pkp.sfu.ca/api/changes/734694/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/460958/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/de/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/piapio/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/piapio/?format=api",
            "timestamp": "2023-04-26T12:01:05.697865Z",
            "action": 5,
            "target": "Datei: {$title}",
            "id": 734695,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/734695/?format=api"
        }
    ]
}