Translation components API.

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

GET /api/translations/switchboard/online-accounts-extra/pt/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/online-accounts-extra/pt/changes/?format=api",
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/2515351/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/online-accounts-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/online-accounts-extra/pt/?format=api",
            "user": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "author": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "timestamp": "2019-10-13T11:13:38.270917Z",
            "action": 5,
            "target": "Gerir contas online e aplicações associadas",
            "id": 417593,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/417593/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/switchboard/online-accounts-extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/online-accounts-extra/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-02T20:24:41.165627Z",
            "action": 0,
            "target": "",
            "id": 412662,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/412662/?format=api"
        }
    ]
}