Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora/f29nav/zh_Hant/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora/f29nav/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora/f29nav/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-15T22:55:30.255346Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "po/zh_Hant/f29/nav.po"
            },
            "id": 18360019,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/18360019/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/19190716/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora/f29nav/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora/f29nav/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-15T22:55:30.255316Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "xref:index.adoc[starting page]",
                "old_state": -1
            },
            "id": 18360018,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/18360018/?format=api"
        }
    ]
}