Translation components API.

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

GET /api/translations/blivet/glossary/zh_TW/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/14541760/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:38.018075Z",
            "action": 31,
            "target": "",
            "id": 11488543,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488543/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541684/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:17.980038Z",
            "action": 31,
            "target": "",
            "id": 11488452,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488452/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-19T19:04:58.183508Z",
            "action": 0,
            "target": "",
            "id": 3203954,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3203954/?format=api"
        }
    ]
}