Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:11.852196Z",
            "action": 0,
            "target": "",
            "id": 209996,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/209996/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/137886/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:11.852162Z",
            "action": 71,
            "target": "",
            "id": 209995,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/209995/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/137884/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:11.852080Z",
            "action": 71,
            "target": "",
            "id": 209993,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/209993/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/137883/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/mumbleserver/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumbleserver/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:11.852007Z",
            "action": 71,
            "target": "",
            "id": 209992,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/209992/?format=api"
        }
    ]
}