Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-silverblue/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-silverblue/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-30T13:46:28.832575Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "id.tbx"
            },
            "id": 13158438,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/13158438/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-silverblue/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-silverblue/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-30T13:46:28.822030Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "id.tbx"
            },
            "id": 13158437,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/13158437/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-silverblue/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-silverblue/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-30T13:46:28.672117Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 13158436,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/13158436/?format=api"
        }
    ]
}