Translation components API.

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

GET /api/translations/debian-installer/sublevel1/zh_Hans/changes/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 352,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/debian-installer/sublevel1/zh_Hans/changes/?format=api&page=7",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/5913054/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-installer/sublevel1/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-installer/sublevel1/zh_Hans/?format=api",
            "user": "https://hosted.weblate.org/api/users/073plan/?format=api",
            "author": "https://hosted.weblate.org/api/users/073plan/?format=api",
            "timestamp": "2017-11-26T12:13:04+01:00",
            "action": 2,
            "target": "请选择您的区域",
            "id": 2258205,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2258205/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/debian-installer/sublevel1/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-installer/sublevel1/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-24T15:29:53+01:00",
            "action": 0,
            "target": "",
            "id": 2250603,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2250603/?format=api"
        }
    ]
}