Translation components API.

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

GET /api/translations/cockpit/rhel-7/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": "https://translate.fedoraproject.org/api/units/7382216/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/cockpit/rhel-7/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit/rhel-7/si/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/helabasa/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/helabasa/?format=api",
            "timestamp": "2021-08-17T18:57:53.738095Z",
            "action": 5,
            "target": "පරිශීලක",
            "id": 3487866,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/3487866/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cockpit/rhel-7/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit/rhel-7/si/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/helabasa/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/helabasa/?format=api",
            "timestamp": "2021-03-03T21:14:12.350766Z",
            "action": 48,
            "target": "",
            "id": 3049665,
            "action_name": "Language added",
            "url": "https://translate.fedoraproject.org/api/changes/3049665/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cockpit/rhel-7/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit/rhel-7/si/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/helabasa/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/helabasa/?format=api",
            "timestamp": "2021-03-03T21:14:11.631497Z",
            "action": 0,
            "target": "",
            "id": 3049662,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3049662/?format=api"
        }
    ]
}