Translation components API.

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

GET /api/translations/peertube/glossary/cs/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/75183165/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-11T13:28:36.279761+02:00",
            "action": 31,
            "target": "",
            "id": 23195063,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/23195063/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921100/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:51.722899+02:00",
            "action": 31,
            "target": "",
            "id": 10108648,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108648/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921048/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:24.208597+02:00",
            "action": 31,
            "target": "",
            "id": 10108610,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108610/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-13T10:37:35.747290+01:00",
            "action": 0,
            "target": "",
            "id": 9377152,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9377152/?format=api"
        }
    ]
}