Translation components API.

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

GET /api/translations/swiftfin/glossary/eu/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/917482/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/eu/?format=api",
            "user": "https://translate.jellyfin.org/api/users/xabirequejo/?format=api",
            "author": "https://translate.jellyfin.org/api/users/xabirequejo/?format=api",
            "timestamp": "2022-09-16T16:11:41.374817-04:00",
            "action": 5,
            "target": "Zerbitzaria",
            "id": 442054,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/442054/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/917482/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/eu/?format=api",
            "user": "https://translate.jellyfin.org/api/users/xabirequejo/?format=api",
            "author": "https://translate.jellyfin.org/api/users/xabirequejo/?format=api",
            "timestamp": "2022-09-16T16:11:41.372659-04:00",
            "action": 45,
            "target": "",
            "id": 442053,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/442053/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/917482/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-16T11:25:08.934479-04:00",
            "action": 31,
            "target": "",
            "id": 441735,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/441735/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-16T11:25:06.659458-04:00",
            "action": 0,
            "target": "",
            "id": 441733,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/441733/?format=api"
        }
    ]
}