Translation components API.

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

GET /api/translations/linphone-iphone/account/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": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/account/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/account/uk/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T21:25:21.849257Z",
            "action": 0,
            "target": "",
            "id": 5446,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5446/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/account/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/account/uk/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T03:32:00.166266Z",
            "action": 0,
            "target": "",
            "id": 38969,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/38969/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/account/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/account/uk/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T03:32:00.765070Z",
            "action": 44,
            "target": "",
            "id": 38987,
            "action_name": "New string to translate",
            "url": "https://weblate.linphone.org/api/changes/38987/?format=api"
        }
    ]
}