Translation components API.

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

GET /api/translations/marketing-desktop/md-guestsprofile/ru/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-guestsprofile/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-guestsprofile/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-03-13T14:34:51",
            "action": 0,
            "target": "",
            "id": 29907,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/29907/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-guestsprofile/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-guestsprofile/ru/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2018-08-03T15:20:58",
            "action": 0,
            "target": "",
            "id": 61578,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/61578/?format=api"
        }
    ]
}