Translation components API.

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

GET /api/translations/libgnomesu/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/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-09-08T22:34:08Z",
            "action": 0,
            "target": "",
            "id": 228,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/228/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-04-27T16:48:22Z",
            "action": 0,
            "target": "",
            "id": 16606,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/16606/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-04-27T16:50:59Z",
            "action": 0,
            "target": "",
            "id": 16698,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/16698/?format=api"
        }
    ]
}