Translation components API.

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

GET /api/translations/python-meh/rhel-8/es/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://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-19T14:30:16.843092Z",
            "action": 0,
            "target": "",
            "id": 1364389,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1364389/?format=api"
        }
    ]
}