Translation components API.

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

GET /api/translations/chameleon/rel-2/si/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.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/si/?format=api",
            "user": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "author": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "timestamp": "2021-03-03T22:21:27.935250Z",
            "action": 0,
            "target": "",
            "id": 1706944,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1706944/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/si/?format=api",
            "user": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "author": null,
            "timestamp": "2021-03-03T22:21:27.965418Z",
            "action": 17,
            "target": "",
            "id": 1706945,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/1706945/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/si/?format=api",
            "user": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "author": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "timestamp": "2021-03-03T22:21:28.720986Z",
            "action": 44,
            "target": "",
            "id": 1706946,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1706946/?format=api"
        }
    ]
}