Translation components API.

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

GET /api/translations/yast-gtk-pkg/master/eo/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/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T14:23:04Z",
            "action": 0,
            "target": "",
            "id": 372716,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/372716/?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/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-02T01:34:53Z",
            "action": 0,
            "target": "",
            "id": 392560,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/392560/?format=api"
        }
    ]
}