Translation components API.

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

GET /api/translations/blivet/glossary/mr/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/14541731/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:38.015741Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 11488514,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488514/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541655/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:17.978948Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 11488423,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488423/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/mr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-19T19:04:52.412122Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3203944,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3203944/?format=api"
        }
    ]
}