Translation components API.

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

GET /api/translations/libgnomesu/master/sr@latin/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/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-09-10T17:17:59Z",
            "action": 0,
            "target": "",
            "id": 286,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/286/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-04-27T16:48:26Z",
            "action": 0,
            "target": "",
            "id": 16646,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/16646/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgnomesu/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libgnomesu/master/sr@latin/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-04-27T16:51:02Z",
            "action": 0,
            "target": "",
            "id": 16738,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/16738/?format=api"
        }
    ]
}