Translation components API.

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

GET /api/translations/peertube/glossary/ks/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/75183167/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ks/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-11T13:28:36.279940+02:00",
            "action": 31,
            "target": "",
            "id": 23195065,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/23195065/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921097/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ks/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:51.540371+02:00",
            "action": 31,
            "target": "",
            "id": 10108647,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108647/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921047/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ks/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:24.138464+02:00",
            "action": 31,
            "target": "",
            "id": 10108609,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108609/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/ks/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-13T10:37:33.556265+01:00",
            "action": 0,
            "target": "",
            "id": 9377151,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9377151/?format=api"
        }
    ]
}