Translation components API.

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

GET /api/translations/kiss/strings/tr/changes/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1003,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/kiss/strings/tr/changes/?format=api&page=20",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kiss/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kiss/strings/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/bitigchi/?format=api",
            "author": "https://hosted.weblate.org/api/users/bitigchi/?format=api",
            "timestamp": "2015-09-09T09:29:57+02:00",
            "action": 0,
            "target": "",
            "id": 455988,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/455988/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kiss/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kiss/strings/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/bitigchi/?format=api",
            "author": "https://hosted.weblate.org/api/users/bitigchi/?format=api",
            "timestamp": "2015-09-09T09:29:52+02:00",
            "action": 0,
            "target": "",
            "id": 455984,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/455984/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kiss/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kiss/strings/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-09-09T09:29:44+02:00",
            "action": 17,
            "target": "",
            "id": 455969,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/455969/?format=api"
        }
    ]
}