Translation components API.

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

GET /api/translations/linphone-iphone/assistantviewscreens/pt_BR/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/assistantviewscreens/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/assistantviewscreens/pt_BR/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-03T20:55:55.534957Z",
            "action": 0,
            "target": "",
            "id": 4805,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/4805/?format=api"
        }
    ]
}