Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/invizible/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/invizible/glossary/ml/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-29T13:02:09.195508+01:00",
            "action": 17,
            "target": "",
            "id": 82585864,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/82585864/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/117292542/?format=api",
            "component": "https://hosted.weblate.org/api/components/invizible/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/invizible/glossary/ml/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-28T12:51:49.171780+01:00",
            "action": 31,
            "target": "",
            "id": 82488215,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/82488215/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/invizible/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/invizible/glossary/ml/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-28T12:51:44.758136+01:00",
            "action": 0,
            "target": "",
            "id": 82488214,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/82488214/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/invizible/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/invizible/glossary/ml/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-28T12:51:44.524953+01:00",
            "action": 17,
            "target": "",
            "id": 82488213,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/82488213/?format=api"
        }
    ]
}