Translation components API.

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

GET /api/translations/yunohost/portal/nl/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/84063/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-27T16:22:42.589141Z",
            "action": 59,
            "target": "ltr",
            "id": 117812,
            "action_name": "String updated in the repository",
            "url": "https://translate.yunohost.org/api/changes/117812/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/84062/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/portal/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/portal/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-27T16:22:42.589077Z",
            "action": 59,
            "target": "nl",
            "id": 117811,
            "action_name": "String updated in the repository",
            "url": "https://translate.yunohost.org/api/changes/117811/?format=api"
        }
    ]
}