Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3256485/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-06T09:15:31.230576Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 1488184,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1488184/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:33:00.735234Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "ro.tbx"
            },
            "id": 1386456,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1386456/?format=api"
        }
    ]
}