Translation components API.

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

GET /api/translations/libstorage/ng-master/af/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 451,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/libstorage/ng-master/af/changes/?format=api&page=9",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/7525808/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libstorage/ng-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage/ng-master/af/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-09-13T07:41:14.464883Z",
            "action": 13,
            "target": "",
            "id": 735860,
            "action_name": "Source string added",
            "url": "https://l10n.opensuse.org/api/changes/735860/?format=api"
        }
    ]
}