Translation components API.

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

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

{
    "count": 5,
    "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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-10-06T18:00:19Z",
            "action": 0,
            "target": "",
            "id": 2698,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2698/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/de/?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:16Z",
            "action": 0,
            "target": "",
            "id": 4084,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/4084/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-10-14T20:57:16Z",
            "action": 0,
            "target": "",
            "id": 5206,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/5206/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/53266/?format=api",
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "timestamp": "2016-02-13T09:04:18Z",
            "action": 2,
            "target": "Beenden",
            "id": 12858,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/12858/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-02-13T12:00:28Z",
            "action": 17,
            "target": "",
            "id": 12920,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/12920/?format=api"
        }
    ]
}