Translation components API.

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

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

{
    "count": 421,
    "next": null,
    "previous": "https://weblate.linphone.org/api/translations/linphone-desktop/master/hu/changes/?format=api&page=21",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-desktop/master/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-desktop/master/hu/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-28T03:30:45.792683Z",
            "action": 0,
            "target": "",
            "id": 50000,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/50000/?format=api"
        }
    ]
}