Translation components API.

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

GET /api/translations/yunohost/glossary/pl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/66114/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/pl/?format=api",
            "user": "https://translate.yunohost.org/api/users/K0RR/?format=api",
            "author": "https://translate.yunohost.org/api/users/K0RR/?format=api",
            "timestamp": "2022-07-10T10:58:45.374170Z",
            "action": 31,
            "target": "Readme",
            "id": 66671,
            "action_name": "String added",
            "url": "https://translate.yunohost.org/api/changes/66671/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-09T13:12:24.469088Z",
            "action": 0,
            "target": "",
            "id": 26473,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/26473/?format=api"
        }
    ]
}