Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/chat/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/chat/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T21:32:48.667367Z",
            "action": 0,
            "target": "",
            "id": 5656,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5656/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/chat/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/chat/fr/?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:26.531391Z",
            "action": 0,
            "target": "",
            "id": 5941,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5941/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/chat/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/chat/fr/?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:26.921187Z",
            "action": 44,
            "target": "",
            "id": 5959,
            "action_name": "New string to translate",
            "url": "https://weblate.linphone.org/api/changes/5959/?format=api"
        },
        {
            "unit": "https://weblate.linphone.org/api/units/74523/?format=api",
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/chat/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/chat/fr/?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-23T16:10:07.372784Z",
            "action": 5,
            "target": "\"Sauvegarde auto dans la galerie\"",
            "id": 5995,
            "action_name": "New translation",
            "url": "https://weblate.linphone.org/api/changes/5995/?format=api"
        },
        {
            "unit": "https://weblate.linphone.org/api/units/74523/?format=api",
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/chat/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/chat/fr/?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-23T16:14:45.800816Z",
            "action": 2,
            "target": "Sauvegarde auto dans la galerie",
            "id": 5996,
            "action_name": "Translation changed",
            "url": "https://weblate.linphone.org/api/changes/5996/?format=api"
        }
    ]
}