Translation components API.

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

GET /api/translations/yast-gtk-pkg/master/ko/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T14:26:13Z",
            "action": 0,
            "target": "",
            "id": 372756,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/372756/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/3136316/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-gtk-pkg/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-gtk-pkg/master/ko/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2016-10-21T14:10:21Z",
            "action": 4,
            "target": "",
            "id": 377294,
            "action_name": "Suggestion added",
            "url": "https://l10n.opensuse.org/api/changes/377294/?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/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-02T01:35:12Z",
            "action": 0,
            "target": "",
            "id": 392600,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/392600/?format=api"
        }
    ]
}