Translation components API.

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

GET /api/translations/sumwars/greenorchid/ru/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:55+01:00",
            "action": 0,
            "target": "",
            "id": 26756,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26756/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:14+01:00",
            "action": 0,
            "target": "",
            "id": 26644,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26644/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:22:00+02:00",
            "action": 0,
            "target": "",
            "id": 4289,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4289/?format=api"
        }
    ]
}