Translation components API.

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

GET /api/translations/yast-gtk-pkg/master/kn/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-gtk-pkg/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-gtk-pkg/master/kn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T14:26:03Z",
            "action": 0,
            "target": "",
            "id": 372754,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/372754/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-gtk-pkg/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-gtk-pkg/master/kn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-02T01:35:11Z",
            "action": 0,
            "target": "",
            "id": 392598,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/392598/?format=api"
        }
    ]
}