Translation components API.

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

GET /api/translations/storehouse5/sh5licen/tr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/tr/?format=api",
            "dictionary": null,
            "user": 67,
            "author": 67,
            "timestamp": "2023-04-20T07:42:27",
            "action": 0,
            "target": "",
            "id": 844891,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/844891/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/tr/?format=api",
            "dictionary": null,
            "user": 67,
            "author": 67,
            "timestamp": "2023-04-20T07:42:50",
            "action": 44,
            "target": "",
            "id": 844896,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/844896/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/2379008/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/tr/?format=api",
            "dictionary": null,
            "user": 67,
            "author": 67,
            "timestamp": "2023-04-20T09:50:32",
            "action": 5,
            "target": "iptal etmek",
            "id": 845485,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/845485/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/tr/?format=api",
            "dictionary": null,
            "user": 67,
            "author": null,
            "timestamp": "2023-04-20T13:22:39",
            "action": 17,
            "target": "",
            "id": 846162,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/846162/?format=api"
        }
    ]
}