Translation components API.

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

GET /api/translations/yast-slide-show/sle-12-sp2/nn/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.opensuse.org/api/components/yast-slide-show/sle-12-sp2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-slide-show/sle-12-sp2/nn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-11T20:16:32.268255Z",
            "action": 17,
            "target": "",
            "id": 695589,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/695589/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-slide-show/sle-12-sp2/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-slide-show/sle-12-sp2/nn/?format=api",
            "user": "https://l10n.opensuse.org/api/users/huftis/?format=api",
            "author": "https://l10n.opensuse.org/api/users/huftis/?format=api",
            "timestamp": "2017-07-11T20:16:40.307572Z",
            "action": 0,
            "target": "",
            "id": 695591,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/695591/?format=api"
        }
    ]
}