Translation components API.

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

GET /api/translations/tiled/reference/tr/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/tiled/reference/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/tiled/reference/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/bjorn/?format=api",
            "author": "https://hosted.weblate.org/api/users/bjorn/?format=api",
            "timestamp": "2022-08-11T16:23:54.948042+02:00",
            "action": 0,
            "target": "",
            "id": 31301048,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/31301048/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/tiled/reference/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/tiled/reference/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/bjorn/?format=api",
            "author": "https://hosted.weblate.org/api/users/bjorn/?format=api",
            "timestamp": "2022-05-16T17:24:23.062507+02:00",
            "action": 0,
            "target": "",
            "id": 25026434,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/25026434/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/tiled/reference/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/tiled/reference/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/bjorn/?format=api",
            "author": "https://hosted.weblate.org/api/users/bjorn/?format=api",
            "timestamp": "2022-03-28T17:25:30.796850+02:00",
            "action": 0,
            "target": "",
            "id": 22445076,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/22445076/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/tiled/reference/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/tiled/reference/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Draconis-25/?format=api",
            "author": "https://hosted.weblate.org/api/users/Draconis-25/?format=api",
            "timestamp": "2021-11-17T08:43:14.403819+01:00",
            "action": 48,
            "target": "",
            "id": 14799779,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/14799779/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/tiled/reference/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/tiled/reference/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Draconis-25/?format=api",
            "author": "https://hosted.weblate.org/api/users/Draconis-25/?format=api",
            "timestamp": "2021-11-17T08:43:14.145903+01:00",
            "action": 0,
            "target": "",
            "id": 14799777,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14799777/?format=api"
        }
    ]
}