Translation components API.

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

GET /api/translations/uh/tutorial/it/changes/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 351,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/uh/tutorial/it/changes/?format=api&page=7",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-06T11:37:16+02:00",
            "action": 0,
            "target": "",
            "id": 3599,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3599/?format=api"
        }
    ]
}