Translation components API.

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

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

{
    "count": 53,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/moulinette/te/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/65337/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/te/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-06T21:18:53.385156Z",
            "action": 59,
            "target": "",
            "id": 63430,
            "action_name": "String updated in the repository",
            "url": "https://translate.yunohost.org/api/changes/63430/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/65336/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/te/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-06T21:18:53.385098Z",
            "action": 59,
            "target": "",
            "id": 63429,
            "action_name": "String updated in the repository",
            "url": "https://translate.yunohost.org/api/changes/63429/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/65335/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/te/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-06T21:18:53.385009Z",
            "action": 59,
            "target": "",
            "id": 63428,
            "action_name": "String updated in the repository",
            "url": "https://translate.yunohost.org/api/changes/63428/?format=api"
        }
    ]
}