Translation components API.

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

GET /api/translations/python-simpleline/rhel-8/tr/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/python-simpleline/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-simpleline/rhel-8/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-02T14:19:49.458815Z",
            "action": 0,
            "target": "",
            "id": 8585059,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/8585059/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/python-simpleline/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-simpleline/rhel-8/tr/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/jkonecny/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/jkonecny/?format=api",
            "timestamp": "2020-07-30T14:37:35.357130Z",
            "action": 0,
            "target": "",
            "id": 1094903,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1094903/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/python-simpleline/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-simpleline/rhel-8/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-06-25T09:13:47.248673Z",
            "action": 0,
            "target": "",
            "id": 922130,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/922130/?format=api"
        }
    ]
}