Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/readme-generator/ar/changes/?format=api",
    "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/ar/?format=api",
            "user": "https://translate.yunohost.org/api/users/Psycojoker/?format=api",
            "author": "https://translate.yunohost.org/api/users/Psycojoker/?format=api",
            "timestamp": "2024-03-22T19:59:12.010446Z",
            "action": 48,
            "target": "",
            "id": 137467,
            "action_name": "Language added",
            "url": "https://translate.yunohost.org/api/changes/137467/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/readme-generator/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/readme-generator/ar/?format=api",
            "user": "https://translate.yunohost.org/api/users/Psycojoker/?format=api",
            "author": null,
            "timestamp": "2024-03-22T19:59:12.000997Z",
            "action": 17,
            "target": "",
            "id": 137466,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/137466/?format=api"
        }
    ]
}