Translation components API.

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

GET /api/translations/mypads/frontend/uk/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 151,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/mypads/frontend/uk/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/mypads/frontend/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/mypads/frontend/uk/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ihor_ck/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ihor_ck/?format=api",
            "timestamp": "2021-09-21T02:00:14.093976Z",
            "action": 0,
            "target": "",
            "id": 241495,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/241495/?format=api"
        }
    ]
}