Translation components API.

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

GET /api/translations/asteroidos/sync/zh_Hans/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 152,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/asteroidos/sync/zh_Hans/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/sync/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/sync/zh_Hans/?format=api",
            "user": "https://hosted.weblate.org/api/users/zevez90/?format=api",
            "author": "https://hosted.weblate.org/api/users/zevez90/?format=api",
            "timestamp": "2017-03-28T20:41:07+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1696175,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1696175/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/sync/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/sync/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-03-20T12:12:46+01:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1680717,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1680717/?format=api"
        }
    ]
}