Translation components API.

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

GET /api/translations/yunohost/glossary/it/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/44203/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/it/?format=api",
            "user": "https://translate.yunohost.org/api/users/lnoferin/?format=api",
            "author": null,
            "timestamp": "2020-10-25T00:44:02.132093Z",
            "action": 5,
            "target": "cartella",
            "id": 18075,
            "action_name": "Translation added",
            "url": "https://translate.yunohost.org/api/changes/18075/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/44201/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/it/?format=api",
            "user": "https://translate.yunohost.org/api/users/lnoferin/?format=api",
            "author": null,
            "timestamp": "2020-10-25T00:34:33.817949Z",
            "action": 5,
            "target": "percorso",
            "id": 18050,
            "action_name": "Translation added",
            "url": "https://translate.yunohost.org/api/changes/18050/?format=api"
        }
    ]
}