Translation components API.

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

GET /api/translations/ibus-table/glossary/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/ibus-table/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/ibus-table/glossary/tr/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/mfabian/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/mfabian/?format=api",
            "timestamp": "2022-07-01T05:06:19.330450Z",
            "action": 0,
            "target": "",
            "id": 6801736,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/6801736/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/ibus-table/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/ibus-table/glossary/tr/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/mfabian/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/mfabian/?format=api",
            "timestamp": "2022-01-12T17:00:46.955587Z",
            "action": 0,
            "target": "",
            "id": 3824346,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3824346/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/ibus-table/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/ibus-table/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-04T06:50:01.565300Z",
            "action": 0,
            "target": "",
            "id": 3221981,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3221981/?format=api"
        }
    ]
}