Translation components API.

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

GET /api/translations/im-chooser/master/si/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/im-chooser/master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/im-chooser/master/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-12-02T08:38:49.776187Z",
            "action": 0,
            "target": "",
            "id": 3770921,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3770921/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5451561/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/im-chooser/master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/im-chooser/master/si/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2020-12-31T14:06:09.129658Z",
            "action": 4,
            "target": "වසන්න",
            "id": 2835072,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/2835072/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/im-chooser/master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/im-chooser/master/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-15T04:50:52.136429Z",
            "action": 0,
            "target": "",
            "id": 1316097,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1316097/?format=api"
        }
    ]
}