Translation components API.

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

GET /api/translations/wingpanel/wingpanel/ab/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://l10n.elementary.io/api/components/wingpanel/wingpanel/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel/ab/?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:00.202868Z",
            "action": 0,
            "target": "",
            "id": 2135264,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2135264/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/wingpanel/wingpanel/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel/ab/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-10T10:25:10.297085Z",
            "action": 0,
            "target": "",
            "id": 1447668,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1447668/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3239993/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/wingpanel/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/wingpanel/ab/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-10T10:25:10.297010Z",
            "action": 59,
            "target": "",
            "id": 1447667,
            "action_name": "String updated in the repository",
            "url": "https://l10n.elementary.io/api/changes/1447667/?format=api"
        }
    ]
}