Translation components API.

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

GET /api/translations/linphone-iphone/account/es_AR/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/es_AR/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T21:25:20.114228Z",
            "action": 0,
            "target": "",
            "id": 5434,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/5434/?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/es_AR/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T03:31:58.568861Z",
            "action": 0,
            "target": "",
            "id": 38957,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/38957/?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/es_AR/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T03:32:00.564351Z",
            "action": 44,
            "target": "",
            "id": 38976,
            "action_name": "New string to translate",
            "url": "https://weblate.linphone.org/api/changes/38976/?format=api"
        }
    ]
}