Translation components API.

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

GET /api/translations/swiftfin/glossary/el/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/470936/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/el/?format=api",
            "user": "https://translate.jellyfin.org/api/users/mikoman/?format=api",
            "author": "https://translate.jellyfin.org/api/users/mikoman/?format=api",
            "timestamp": "2022-10-26T16:30:46.874518-04:00",
            "action": 5,
            "target": "Διακομιστής",
            "id": 455658,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/455658/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/470936/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/el/?format=api",
            "user": "https://translate.jellyfin.org/api/users/mikoman/?format=api",
            "author": "https://translate.jellyfin.org/api/users/mikoman/?format=api",
            "timestamp": "2022-10-26T16:30:46.872296-04:00",
            "action": 45,
            "target": "",
            "id": 455657,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/455657/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/470936/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-27T13:11:15.944819-05:00",
            "action": 31,
            "target": "",
            "id": 395981,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/395981/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-14T15:03:40.846641-05:00",
            "action": 0,
            "target": "",
            "id": 378892,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/378892/?format=api"
        }
    ]
}