Translation components API.

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

GET /api/translations/swiftfin/glossary/pt_BR/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.jellyfin.org/api/units/1103415/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pt_BR/?format=api",
            "user": "https://translate.jellyfin.org/api/users/murilomdrs/?format=api",
            "author": "https://translate.jellyfin.org/api/users/murilomdrs/?format=api",
            "timestamp": "2023-12-29T16:07:52.042527-05:00",
            "action": 5,
            "target": "Servidor",
            "id": 719939,
            "action_name": "Translation added",
            "url": "https://translate.jellyfin.org/api/changes/719939/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/1103415/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pt_BR/?format=api",
            "user": "https://translate.jellyfin.org/api/users/murilomdrs/?format=api",
            "author": "https://translate.jellyfin.org/api/users/murilomdrs/?format=api",
            "timestamp": "2023-12-29T16:07:52.038611-05:00",
            "action": 45,
            "target": "",
            "id": 719938,
            "action_name": "Contributor joined",
            "url": "https://translate.jellyfin.org/api/changes/719938/?format=api"
        },
        {
            "unit": "https://translate.jellyfin.org/api/units/1103415/?format=api",
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-15T11:40:28.937966-05:00",
            "action": 31,
            "target": "",
            "id": 712021,
            "action_name": "String added",
            "url": "https://translate.jellyfin.org/api/changes/712021/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pt_BR/?format=api",
            "user": "https://translate.jellyfin.org/api/users/anthonylavado/?format=api",
            "author": "https://translate.jellyfin.org/api/users/anthonylavado/?format=api",
            "timestamp": "2023-12-15T11:40:26.366793-05:00",
            "action": 0,
            "target": "",
            "id": 712020,
            "action_name": "Resource updated",
            "url": "https://translate.jellyfin.org/api/changes/712020/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/swiftfin/glossary/?format=api",
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pt_BR/?format=api",
            "user": "https://translate.jellyfin.org/api/users/anthonylavado/?format=api",
            "author": "https://translate.jellyfin.org/api/users/anthonylavado/?format=api",
            "timestamp": "2023-12-15T11:40:25.924733-05:00",
            "action": 48,
            "target": "",
            "id": 712019,
            "action_name": "Language added",
            "url": "https://translate.jellyfin.org/api/changes/712019/?format=api"
        }
    ]
}