Translation components API.

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

GET /api/translations/swiftfin/glossary/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.jellyfin.org/api/units/832327/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/ja/?format=api",
            "user": "https://translate.jellyfin.org/api/users/ChrisYx511/?format=api",
            "author": "https://translate.jellyfin.org/api/users/ChrisYx511/?format=api",
            "timestamp": "2022-08-09T01:22:49.348025-04:00",
            "action": 5,
            "target": "ァーバ",
            "id": 433855,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/433855/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/832327/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/ja/?format=api",
            "user": "https://translate.jellyfin.org/api/users/ChrisYx511/?format=api",
            "author": "https://translate.jellyfin.org/api/users/ChrisYx511/?format=api",
            "timestamp": "2022-08-09T01:22:49.346193-04:00",
            "action": 45,
            "target": "",
            "id": 433854,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/433854/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/832327/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-11T06:23:07.075658-04:00",
            "action": 31,
            "target": "",
            "id": 428740,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/428740/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-11T06:23:06.626805-04:00",
            "action": 0,
            "target": "",
            "id": 428739,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/428739/?format=api"
        }
    ]
}