Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/platformx/auth/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/platformx/auth/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-03-19T14:37:00",
            "action": 18,
            "target": "",
            "id": 441778,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/441778/?format=api"
        }
    ]
}