Translation components API.

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

GET /api/translations/linphone-desktop/master/lt/changes/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 202,
    "next": null,
    "previous": "https://weblate.linphone.org/api/translations/linphone-desktop/master/lt/changes/?format=api&page=10",
    "results": [
        {
            "unit": "https://weblate.linphone.org/api/units/227839/?format=api",
            "component": "https://weblate.linphone.org/api/components/linphone-desktop/master/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-desktop/master/lt/?format=api",
            "glossary_term": null,
            "user": "https://weblate.linphone.org/api/users/life/?format=api",
            "author": "https://weblate.linphone.org/api/users/life/?format=api",
            "timestamp": "2024-06-25T13:49:38.674540Z",
            "action": 30,
            "target": "Presentation in progress",
            "id": 49786,
            "action_name": "Source string changed",
            "url": "https://weblate.linphone.org/api/changes/49786/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-desktop/master/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-desktop/master/lt/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-28T03:30:48.090655Z",
            "action": 0,
            "target": "",
            "id": 50004,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/50004/?format=api"
        }
    ]
}