Translation components API.

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

GET /api/translations/desktop/dock/en/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/desktop/dock/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/dock/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:45:41.771281Z",
            "action": 0,
            "target": "",
            "id": 2079907,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2079907/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3574936/?format=api",
            "component": "https://l10n.elementary.io/api/components/desktop/dock/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/dock/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:45:41.771209Z",
            "action": 59,
            "target": "Keep in Dock",
            "id": 2079906,
            "action_name": "String updated in the repository",
            "url": "https://l10n.elementary.io/api/changes/2079906/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/desktop/dock/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/dock/en/?format=api",
            "user": "https://l10n.elementary.io/api/users/ryonakano/?format=api",
            "author": "https://l10n.elementary.io/api/users/ryonakano/?format=api",
            "timestamp": "2021-07-05T08:03:05.730781Z",
            "action": 0,
            "target": "",
            "id": 898085,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/898085/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/desktop/dock/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/desktop/dock/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-01T20:55:17.897811Z",
            "action": 0,
            "target": "",
            "id": 789123,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/789123/?format=api"
        }
    ]
}