Translation components API.

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

GET /api/translations/videos/glossary/uk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212602/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "timestamp": "2023-04-22T10:51:02.183175Z",
            "action": 2,
            "target": "Налагодити",
            "id": 1604632,
            "action_name": "Translation changed",
            "url": "https://l10n.elementary.io/api/changes/1604632/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212600/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "timestamp": "2023-04-22T10:50:12.028235Z",
            "action": 2,
            "target": "Налагодження",
            "id": 1604626,
            "action_name": "Translation changed",
            "url": "https://l10n.elementary.io/api/changes/1604626/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212548/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/uk/?format=api",
            "user": "https://l10n.elementary.io/api/users/ihor_ck/?format=api",
            "author": null,
            "timestamp": "2021-07-03T13:05:28.707172Z",
            "action": 2,
            "target": "налаштування",
            "id": 897907,
            "action_name": "Translation changed",
            "url": "https://l10n.elementary.io/api/changes/897907/?format=api"
        }
    ]
}