Translation components API.

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

GET /api/translations/switchboard/sound-plug-extra/en_GB/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/switchboard/sound-plug-extra/en_GB/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/switchboard/sound-plug-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/sound-plug-extra/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-17T14:36:33.456789Z",
            "action": 0,
            "target": "",
            "id": 378039,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/378039/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/switchboard/sound-plug-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/sound-plug-extra/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-05-12T01:56:04.513441Z",
            "action": 0,
            "target": "",
            "id": 346078,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/346078/?format=api"
        }
    ]
}