Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/chameleon/master/ca/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12008397/?format=api",
            "component": "https://l10n.opensuse.org/api/components/chameleon/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/master/ca/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Dmedina/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Dmedina/?format=api",
            "timestamp": "2020-11-07T10:34:16.640568Z",
            "action": 5,
            "target": "Llangardaixos",
            "id": 1643785,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1643785/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/master/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-11-07T12:49:50.413841Z",
            "action": 17,
            "target": "",
            "id": 1644156,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/1644156/?format=api"
        }
    ]
}