Translation components API.

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

GET /api/translations/swiftfin/glossary/pl/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/470937/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pl/?format=api",
            "user": "https://translate.jellyfin.org/api/users/translate98868923689@ostrowka.com/?format=api",
            "author": "https://translate.jellyfin.org/api/users/translate98868923689@ostrowka.com/?format=api",
            "timestamp": "2022-03-24T19:42:50.027069-04:00",
            "action": 5,
            "target": "Serwer",
            "id": 408992,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/408992/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/470937/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pl/?format=api",
            "user": "https://translate.jellyfin.org/api/users/translate98868923689@ostrowka.com/?format=api",
            "author": "https://translate.jellyfin.org/api/users/translate98868923689@ostrowka.com/?format=api",
            "timestamp": "2022-03-24T19:42:50.024771-04:00",
            "action": 45,
            "target": "",
            "id": 408991,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/408991/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/470937/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-27T13:11:15.986865-05:00",
            "action": 31,
            "target": "",
            "id": 395982,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/395982/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-14T15:03:41.191006-05:00",
            "action": 0,
            "target": "",
            "id": 378903,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/378903/?format=api"
        }
    ]
}