Translation components API.

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

GET /api/translations/blivet/blivet-rhel9/el/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/8665176/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/blivet-rhel9/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/blivet-rhel9/el/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2021-09-03T12:09:25.045461Z",
            "action": 4,
            "target": "Άγνωστο",
            "old": "",
            "details": {},
            "id": 3537252,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/3537252/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/blivet-rhel9/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/blivet-rhel9/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-03T11:28:51.454501Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3535889,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3535889/?format=api"
        }
    ]
}