Translation components API.

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

GET /api/translations/foe-helper/website/en/changes/?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 342,
    "next": null,
    "previous": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/changes/?format=api&page=17",
    "results": [
        {
            "unit": null,
            "component": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
            "translation": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-01-05T18:39:19.250654Z",
            "action": 17,
            "target": "",
            "id": 64441,
            "action_name": "Committed changes",
            "url": "http://i18n.foe-helper.com/api/changes/64441/?format=api"
        },
        {
            "unit": null,
            "component": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
            "translation": "http://i18n.foe-helper.com/api/translations/foe-helper/website/en/?format=api",
            "glossary_term": null,
            "user": "http://i18n.foe-helper.com/api/users/mainline/?format=api",
            "author": "http://i18n.foe-helper.com/api/users/mainline/?format=api",
            "timestamp": "2025-02-28T10:19:17.538191Z",
            "action": 0,
            "target": "",
            "id": 64965,
            "action_name": "Resource update",
            "url": "http://i18n.foe-helper.com/api/changes/64965/?format=api"
        }
    ]
}