Translation components API.

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

GET /api/translations/linphone-iphone/call/zh_Hans/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/call/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/call/zh_Hans/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T21:27:47.051002Z",
            "action": 0,
            "target": "",
            "id": 5508,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5508/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/call/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/call/zh_Hans/?format=api",
            "glossary_term": null,
            "user": "https://weblate.linphone.org/api/users/danmei.chen/?format=api",
            "author": "https://weblate.linphone.org/api/users/danmei.chen/?format=api",
            "timestamp": "2021-03-23T15:16:18.387247Z",
            "action": 0,
            "target": "",
            "id": 5897,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5897/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/call/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/call/zh_Hans/?format=api",
            "glossary_term": null,
            "user": "https://weblate.linphone.org/api/users/danmei.chen/?format=api",
            "author": "https://weblate.linphone.org/api/users/danmei.chen/?format=api",
            "timestamp": "2021-03-23T15:16:19.113571Z",
            "action": 44,
            "target": "",
            "id": 5915,
            "action_name": "New strings to translate",
            "url": "https://weblate.linphone.org/api/changes/5915/?format=api"
        }
    ]
}