Translation components API.

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

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

{
    "count": 61,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/master/ro/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/136326/?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/ro/?format=api",
            "user": null,
            "author": "https://l10n.opensuse.org/api/users/anonymous/?format=api",
            "timestamp": "2024-03-11T23:02:14.807507Z",
            "action": 29,
            "target": "Note de lansare",
            "id": 3013025,
            "action_name": "Suggestion removed during cleanup",
            "url": "https://l10n.opensuse.org/api/changes/3013025/?format=api"
        }
    ]
}