Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541737/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/nso/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:38.016188Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 11488520,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488520/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541661/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/nso/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:17.979165Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 11488429,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488429/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/nso/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-19T19:04:53.928391Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3203947,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3203947/?format=api"
        }
    ]
}