Translation components API.

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

GET /api/translations/qooxdoo/demobrowser/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/qooxdoo/demobrowser/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/demobrowser/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-04-12T09:11:15.880296+02:00",
            "action": 17,
            "target": "",
            "id": 5878410,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/5878410/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/qooxdoo/demobrowser/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/demobrowser/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-04-12T09:11:15.871280+02:00",
            "action": 0,
            "target": "",
            "id": 5878409,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/5878409/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/3845532/?format=api",
            "component": "https://hosted.weblate.org/api/components/qooxdoo/demobrowser/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/demobrowser/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "author": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "timestamp": "2020-04-11T08:43:45.645568+02:00",
            "action": 5,
            "target": "Thème",
            "id": 5868675,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/5868675/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/3845532/?format=api",
            "component": "https://hosted.weblate.org/api/components/qooxdoo/demobrowser/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/demobrowser/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "author": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "timestamp": "2020-04-11T08:43:45.641131+02:00",
            "action": 45,
            "target": "",
            "id": 5868674,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/5868674/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/qooxdoo/demobrowser/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/demobrowser/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-20T11:34:27+02:00",
            "action": 0,
            "target": "",
            "id": 1125935,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1125935/?format=api"
        }
    ]
}