Translation components API.

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

GET /api/translations/omp/glossary/mk_MK/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/mk_MK/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-23T17:20:59.103837Z",
            "action": 0,
            "target": "",
            "id": 287251,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/287251/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426002/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/mk_MK/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.320338Z",
            "action": 31,
            "target": "",
            "id": 296505,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296505/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426002/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/mk_MK/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/Mirko-Spiroski/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/Mirko-Spiroski/?format=api",
            "timestamp": "2023-03-14T09:23:37.564457Z",
            "action": 45,
            "target": "",
            "id": 700818,
            "action_name": "New contributor",
            "url": "http://translate.pkp.sfu.ca/api/changes/700818/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426002/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/mk_MK/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/Mirko-Spiroski/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/Mirko-Spiroski/?format=api",
            "timestamp": "2023-03-14T09:23:37.567416Z",
            "action": 5,
            "target": "Фајл: {$title}",
            "id": 700819,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/700819/?format=api"
        }
    ]
}