Translation components API.

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

GET /api/components/yunohost-apps-test/pyinventory/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://translate.yunohost.org/api/components/yunohost-apps-test/pyinventory/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/132487/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pyinventory/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pyinventory/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:07.609675Z",
            "action": 71,
            "target": "Test sending emails, e.g.:",
            "id": 203483,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/203483/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132484/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pyinventory/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pyinventory/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:07.609634Z",
            "action": 71,
            "target": "This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)",
            "id": 203482,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/203482/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132482/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pyinventory/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pyinventory/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:07.609593Z",
            "action": 71,
            "target": "Pull requests welcome ;)",
            "id": 203481,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/203481/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pyinventory/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:36.716126Z",
            "action": 51,
            "target": "",
            "id": 202221,
            "action_name": "Component created",
            "url": "https://translate.yunohost.org/api/changes/202221/?format=api"
        }
    ]
}