Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/assistantview/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/assistantview/ru/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T20:54:41.630637Z",
            "action": 0,
            "target": "",
            "id": 4785,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/4785/?format=api"
        }
    ]
}