Translation components API.

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

GET /api/components/chameleon/rel-2/changes/?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/chameleon/rel-2/changes/?format=api&page=21",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/11820444/?format=api",
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-2/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "author": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "timestamp": "2024-01-18T02:30:36.264100Z",
            "action": 4,
            "target": "深色模式",
            "id": 2982196,
            "action_name": "Suggestion added",
            "url": "https://l10n.opensuse.org/api/changes/2982196/?format=api"
        }
    ]
}