Translation components API.

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

GET /api/translations/wingpanel/wingpanel-extra/fr_CA/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/wingpanel/wingpanel-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel-extra/fr_CA/?format=api",
            "user": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "author": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "timestamp": "2024-04-09T18:19:12.370071Z",
            "action": 0,
            "target": "",
            "id": 2135518,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2135518/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/wingpanel/wingpanel-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel-extra/fr_CA/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-13T16:28:17.267567Z",
            "action": 0,
            "target": "",
            "id": 1361583,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1361583/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/wingpanel/wingpanel-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel-extra/fr_CA/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-17T00:29:41.100926Z",
            "action": 0,
            "target": "",
            "id": 770934,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/770934/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/wingpanel/wingpanel-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel-extra/fr_CA/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-29T22:28:55.430510Z",
            "action": 0,
            "target": "",
            "id": 420812,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/420812/?format=api"
        }
    ]
}