Translation components API.

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

GET /api/translations/yast-registration/master/sr/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-registration/master/sr/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-registration/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-registration/master/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-04T16:36:53Z",
            "action": 0,
            "target": "",
            "id": 348872,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/348872/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-registration/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-registration/master/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T13:41:01Z",
            "action": 0,
            "target": "",
            "id": 122222,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/122222/?format=api"
        }
    ]
}