Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/advanced/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/advanced/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T21:26:17.681928Z",
            "action": 0,
            "target": "",
            "id": 5456,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5456/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/advanced/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/advanced/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T03:32:04.999862Z",
            "action": 0,
            "target": "",
            "id": 38990,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/38990/?format=api"
        }
    ]
}