Translation components API.

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

GET /api/translations/libgnomesu/master/nn/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/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/nn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-11T20:14:26.652842Z",
            "action": 17,
            "target": "",
            "id": 695574,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/695574/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/nn/?format=api",
            "user": "https://l10n.opensuse.org/api/users/huftis/?format=api",
            "author": "https://l10n.opensuse.org/api/users/huftis/?format=api",
            "timestamp": "2017-07-11T20:14:34.084735Z",
            "action": 0,
            "target": "",
            "id": 695576,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/695576/?format=api"
        }
    ]
}