Translation components API.

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

GET /api/translations/yunohost/readme-generator/de/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 151,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/readme-generator/de/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/readme-generator/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/readme-generator/de/?format=api",
            "user": "https://translate.yunohost.org/api/users/Psycojoker/?format=api",
            "author": null,
            "timestamp": "2024-03-22T19:59:12.744500Z",
            "action": 17,
            "target": "",
            "id": 137472,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/137472/?format=api"
        }
    ]
}