Translation components API.

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

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

{
    "count": 101,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/cs/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/41928/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/honyczek/?format=api",
            "author": "https://l10n.opensuse.org/api/users/honyczek/?format=api",
            "timestamp": "2022-04-06T19:56:04.249016Z",
            "action": 2,
            "target": "Společně se specifikací EFI/UEFI se objevil nový styl dělení disků GPT (GUID Partition Table). Je to nové schéma, které k identifikaci zařízení a typů diskových oddílů používá globálně unikátní identifikátory (128bitové hodnoty zobrazené jako 32 šestnáctkových číslic).",
            "id": 2063750,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/2063750/?format=api"
        }
    ]
}