Translation components API.

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

GET /api/translations/opensuse-welcome/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/opensuse-welcome/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/hi/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Panwar108/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Panwar108/?format=api",
            "timestamp": "2021-04-24T14:42:07.506701Z",
            "action": 48,
            "target": "",
            "id": 1793285,
            "action_name": "Language added",
            "url": "https://l10n.opensuse.org/api/changes/1793285/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/hi/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Panwar108/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Panwar108/?format=api",
            "timestamp": "2021-04-24T14:42:06.975953Z",
            "action": 0,
            "target": "",
            "id": 1793283,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1793283/?format=api"
        }
    ]
}