Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/252618/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/ru/?format=api",
            "user": "https://hosted.weblate.org/api/users/webslavic/?format=api",
            "author": "https://hosted.weblate.org/api/users/webslavic/?format=api",
            "timestamp": "2014-05-31T08:24:05+02:00",
            "action": 7,
            "target": "Тип:",
            "id": 37674,
            "action_name": "Suggestion accepted",
            "url": "https://hosted.weblate.org/api/changes/37674/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/252618/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/ru/?format=api",
            "user": "https://hosted.weblate.org/api/users/webslavic/?format=api",
            "author": "https://hosted.weblate.org/api/users/webslavic/?format=api",
            "timestamp": "2014-05-31T08:23:59+02:00",
            "action": 4,
            "target": "",
            "id": 37673,
            "action_name": "Suggestion added",
            "url": "https://hosted.weblate.org/api/changes/37673/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:49+01:00",
            "action": 0,
            "target": "",
            "id": 26932,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26932/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:34+01:00",
            "action": 0,
            "target": "",
            "id": 26876,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26876/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-27T10:50:20+02:00",
            "action": 0,
            "target": "",
            "id": 7390,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/7390/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:22:21+02:00",
            "action": 0,
            "target": "",
            "id": 4296,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4296/?format=api"
        }
    ]
}