Translation components API.

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

GET /api/translations/marketing-desktop/md-autotags/en/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 42,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-autotags/en/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/345070/?format=api",
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-autotags/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-autotags/en/?format=api",
            "dictionary": null,
            "user": 71,
            "author": 71,
            "timestamp": "2018-07-30T16:43:42",
            "action": 2,
            "target": "Number of cheques",
            "id": 53745,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/53745/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-autotags/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-autotags/en/?format=api",
            "dictionary": null,
            "user": 6,
            "author": null,
            "timestamp": "2018-08-01T15:01:16",
            "action": 17,
            "target": "",
            "id": 53850,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/53850/?format=api"
        }
    ]
}