Translation components API.

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

GET /api/translations/swiftfin/glossary/lb/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/931567/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/lb/?format=api",
            "user": "https://translate.jellyfin.org/api/users/Nevylish/?format=api",
            "author": "https://translate.jellyfin.org/api/users/Nevylish/?format=api",
            "timestamp": "2024-01-06T07:29:50.859573-05:00",
            "action": 5,
            "target": "Server",
            "id": 733380,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/733380/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/931567/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/lb/?format=api",
            "user": "https://translate.jellyfin.org/api/users/Nevylish/?format=api",
            "author": "https://translate.jellyfin.org/api/users/Nevylish/?format=api",
            "timestamp": "2024-01-06T07:29:50.855973-05:00",
            "action": 45,
            "target": "",
            "id": 733379,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/733379/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/931567/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/lb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-29T05:13:59.417598-05:00",
            "action": 31,
            "target": "",
            "id": 466046,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/466046/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/lb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-29T05:13:58.266336-05:00",
            "action": 0,
            "target": "",
            "id": 466045,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/466045/?format=api"
        }
    ]
}