Translation components API.

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

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

{
    "count": 103,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-registration/master/ro/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/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T15:42:29Z",
            "action": 0,
            "target": "",
            "id": 374714,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/374714/?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/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-04T16:36:43Z",
            "action": 0,
            "target": "",
            "id": 348860,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/348860/?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/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T13:40:12Z",
            "action": 0,
            "target": "",
            "id": 122202,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/122202/?format=api"
        }
    ]
}