Translation components API.

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

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

{
    "count": 55,
    "next": null,
    "previous": "https://translate.yunohost.org/api/components/yunohost-apps-test/scrutiny/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/138393/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/scrutiny/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/scrutiny/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:21.773303Z",
            "action": 71,
            "target": "For example :",
            "id": 210601,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210601/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138392/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/scrutiny/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/scrutiny/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:21.773263Z",
            "action": 71,
            "target": "...change the `--api-endpoint`",
            "id": 210600,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210600/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138391/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/scrutiny/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/scrutiny/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:21.773223Z",
            "action": 71,
            "target": "...refer to the documentation at [https://github.com/AnalogJ/scrutiny/blob/master/docs/INSTALL_MANUAL.md#collector](https://github.com/AnalogJ/scrutiny/blob/master/docs/INSTALL_MANUAL.md#collector)",
            "id": 210599,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210599/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138390/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/scrutiny/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/scrutiny/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:21.773181Z",
            "action": 71,
            "target": "For any collector not on that host...",
            "id": 210598,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210598/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/scrutiny/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:41.771092Z",
            "action": 51,
            "target": "",
            "id": 204873,
            "action_name": "Component created",
            "url": "https://translate.yunohost.org/api/changes/204873/?format=api"
        }
    ]
}