Translation components API.

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

GET /api/translations/download-o-o/master/ast/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/download-o-o/master/ast/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/download-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/download-o-o/master/ast/?format=api",
            "user": "https://l10n.opensuse.org/api/users/enolp/?format=api",
            "author": "https://l10n.opensuse.org/api/users/enolp/?format=api",
            "timestamp": "2016-09-05T15:47:49Z",
            "action": 0,
            "target": "",
            "id": 84158,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/84158/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/download-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/download-o-o/master/ast/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-05T15:47:40Z",
            "action": 17,
            "target": "",
            "id": 84154,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/84154/?format=api"
        }
    ]
}