Translation components API.

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

GET /api/translations/kiwi/master/gu/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/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/gu/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2015-10-09T18:58:30Z",
            "action": 0,
            "target": "",
            "id": 4108,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/4108/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/gu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-10-14T20:57:18Z",
            "action": 0,
            "target": "",
            "id": 5230,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/5230/?format=api"
        }
    ]
}