Translation components API.

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

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

{
    "count": 61,
    "next": null,
    "previous": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
            "translation": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/?format=api",
            "glossary_term": null,
            "user": "http://i18n.foe-helper.com/api/users/andr_gin/?format=api",
            "author": "http://i18n.foe-helper.com/api/users/andr_gin/?format=api",
            "timestamp": "2022-06-17T20:51:33.405621Z",
            "action": 44,
            "target": "",
            "id": 43733,
            "action_name": "New strings to translate",
            "url": "http://i18n.foe-helper.com/api/changes/43733/?format=api"
        }
    ]
}