Translation components API.

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

GET /api/translations/swiftfin/glossary/bg/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/1116530/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/bg/?format=api",
            "user": "https://translate.jellyfin.org/api/users/Mladen-N/?format=api",
            "author": "https://translate.jellyfin.org/api/users/Mladen-N/?format=api",
            "timestamp": "2023-12-23T22:05:51.068610-05:00",
            "action": 5,
            "target": "Сървър",
            "id": 717408,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/717408/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/1116530/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/bg/?format=api",
            "user": "https://translate.jellyfin.org/api/users/Mladen-N/?format=api",
            "author": "https://translate.jellyfin.org/api/users/Mladen-N/?format=api",
            "timestamp": "2023-12-23T22:05:51.065029-05:00",
            "action": 45,
            "target": "",
            "id": 717407,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/717407/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/1116530/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-23T21:29:57.746596-05:00",
            "action": 31,
            "target": "",
            "id": 717238,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/717238/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-23T21:29:55.200413-05:00",
            "action": 0,
            "target": "",
            "id": 717236,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/717236/?format=api"
        }
    ]
}