Translation components API.

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

GET /api/translations/yunohost/admin/fr/changes/?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1251,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/admin/fr/changes/?format=api&page=25",
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/admin/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-03-17T12:36:06.130043Z",
            "action": 0,
            "target": "",
            "id": 948,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/948/?format=api"
        }
    ]
}