Translation components API.

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

GET /api/components/peertube/player/changes/?format=api&page=168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 8351,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/components/peertube/player/changes/?format=api&page=167",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/player/?format=api",
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/chocobozzz/?format=api",
            "author": "https://weblate.framasoft.org/api/users/chocobozzz/?format=api",
            "timestamp": "2019-11-07T13:19:19.248288Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 14820,
            "action_name": "Composant créé",
            "url": "https://weblate.framasoft.org/api/changes/14820/?format=api"
        }
    ]
}