Translation components API.

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

GET /api/translations/uyuni/glossary/gl/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://l10n.opensuse.org/api/components/uyuni/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/glossary/gl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-27T15:06:18.443323Z",
            "action": 0,
            "target": "",
            "id": 1902875,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1902875/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/glossary/gl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2023-06-28T10:23:16.266608Z",
            "action": 0,
            "target": "",
            "id": 2729877,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2729877/?format=api"
        }
    ]
}