Translation components API.

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

GET /api/translations/fedora-docs-l10n-project/glossary/ko/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-project/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-project/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-20T14:48:21.367158Z",
            "action": 0,
            "target": "",
            "id": 14578642,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/14578642/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-project/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-project/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-20T14:48:20.975626Z",
            "action": 17,
            "target": "",
            "id": 14578638,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/14578638/?format=api"
        }
    ]
}