Translation components API.

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

GET /api/translations/libgettextdemo/master/hu/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/libgettextdemo/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgettextdemo/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-10-01T15:03:48Z",
            "action": 0,
            "target": "",
            "id": 904,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/904/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgettextdemo/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-10-27T17:55:41Z",
            "action": 0,
            "target": "",
            "id": 7648,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/7648/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgettextdemo/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-05-24T13:36:52Z",
            "action": 0,
            "target": "",
            "id": 42580,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/42580/?format=api"
        }
    ]
}