Translation components API.

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

GET /api/components/degooglisons-internet/home/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 451,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/components/degooglisons-internet/home/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/degooglisons-internet/home/?format=api",
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/AyM/?format=api",
            "author": "https://weblate.framasoft.org/api/users/AyM/?format=api",
            "timestamp": "2022-07-18T08:21:49.160887Z",
            "action": 51,
            "target": "",
            "id": 402653,
            "action_name": "Composant créé",
            "url": "https://weblate.framasoft.org/api/changes/402653/?format=api"
        }
    ]
}