Translation components API.

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

GET /api/components/linphone-iphone/assistantview/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "https://weblate.linphone.org/api/components/linphone-iphone/assistantview/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/assistantview/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-27T11:14:15.431444Z",
            "action": 47,
            "target": "",
            "id": 49980,
            "action_name": "New alert",
            "url": "https://weblate.linphone.org/api/changes/49980/?format=api"
        }
    ]
}