Translation components API.

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

GET /api/translations/eiciel/master/cs/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 82,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/eiciel/master/cs/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/14002012/?format=api",
            "component": "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "author": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "timestamp": "2022-09-15T19:11:08.365694Z",
            "action": 2,
            "target": "Hodnota nového atributu",
            "id": 2158059,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/2158059/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14002005/?format=api",
            "component": "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "author": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "timestamp": "2022-09-15T19:11:33.956177Z",
            "action": 2,
            "target": "Upravit Seznam řízení přístupu (ACL)…",
            "id": 2158060,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/2158060/?format=api"
        }
    ]
}