Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3256643/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/es/?format=api",
            "user": "https://l10n.elementary.io/api/users/tiramisoft/?format=api",
            "author": "https://l10n.elementary.io/api/users/tiramisoft/?format=api",
            "timestamp": "2023-09-18T12:05:27.604631Z",
            "action": 4,
            "target": "Lanzador",
            "id": 1810898,
            "action_name": "Suggestion added",
            "url": "https://l10n.elementary.io/api/changes/1810898/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3256643/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-06T09:15:31.236690Z",
            "action": 31,
            "target": "",
            "id": 1488341,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1488341/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/desktop/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:57.580465Z",
            "action": 0,
            "target": "",
            "id": 1386265,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1386265/?format=api"
        }
    ]
}