Translation components API.

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

GET /api/translations/chameleon/rel-3/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/rel-3/ca/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12008470/?format=api",
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-3/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.483872Z",
            "action": 5,
            "target": "Llangardaixos",
            "id": 1643784,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1643784/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/rel-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/rel-3/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-11-07T12:49:51.839161Z",
            "action": 17,
            "target": "",
            "id": 1644157,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/1644157/?format=api"
        }
    ]
}