Translation components API.

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

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

{
    "count": 801,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/kiss/strings/ja/changes/?format=api&page=16",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kiss/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kiss/strings/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-09-11T15:07:26+02:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 461293,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/461293/?format=api"
        }
    ]
}