Translation components API.

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

GET /api/translations/linphone-iphone/audio/zh_Hant/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/audio/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/audio/zh_Hant/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T21:27:08.757049Z",
            "action": 0,
            "target": "",
            "id": 5489,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5489/?format=api"
        },
        {
            "unit": "https://weblate.linphone.org/api/units/72077/?format=api",
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/audio/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/audio/zh_Hant/?format=api",
            "glossary_term": null,
            "user": "https://weblate.linphone.org/api/users/quentin/?format=api",
            "author": "https://weblate.linphone.org/api/users/quentin/?format=api",
            "timestamp": "2023-02-02T08:17:27.728289Z",
            "action": 30,
            "target": "Codecs",
            "id": 30187,
            "action_name": "Source string changed",
            "url": "https://weblate.linphone.org/api/changes/30187/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/audio/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/audio/zh_Hant/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T03:32:07.892243Z",
            "action": 0,
            "target": "",
            "id": 39008,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/39008/?format=api"
        }
    ]
}