Translation components API.

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

GET /api/translations/doc-sle-translations/art_pcidss-master/hi/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/doc-sle-translations/art_pcidss-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/art_pcidss-master/hi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-12T12:04:26.706425Z",
            "action": 0,
            "target": "",
            "id": 1781328,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1781328/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/art_pcidss-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/art_pcidss-master/hi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-02T14:31:07.022299Z",
            "action": 0,
            "target": "",
            "id": 1464693,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1464693/?format=api"
        }
    ]
}