Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/4349459/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/blivet-rhel8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/blivet-rhel8/ms/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2020-12-30T12:20:41.153602Z",
            "action": 4,
            "target": "Tidak diketahui",
            "old": "",
            "details": {},
            "id": 2828344,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/2828344/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/blivet-rhel8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/blivet-rhel8/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-06-22T11:09:28.438396Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 885934,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/885934/?format=api"
        }
    ]
}