Translation components API.

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

GET /api/translations/xwiki-contrib/file-manager-application/sk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:36:15.658466Z",
            "action": 0,
            "target": "",
            "id": 279651,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279651/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/187648/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/file-manager-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/file-manager-application/sk/?format=api",
            "user": null,
            "author": "https://l10n.xwiki.org/api/users/anonymous/?format=api",
            "timestamp": "2019-03-05T22:48:07.176654Z",
            "action": 4,
            "target": "Úlohy",
            "id": 88272,
            "action_name": "Suggestion added",
            "url": "https://l10n.xwiki.org/api/changes/88272/?format=api"
        }
    ]
}