Translation components API.

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

GET /api/translations/wtforms/glossary/zh_Hant/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/wtforms/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/wtforms/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-30T12:55:23.903392+02:00",
            "action": 0,
            "target": "",
            "id": 62431005,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/62431005/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/wtforms/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/wtforms/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-30T12:55:23.887799+02:00",
            "action": 0,
            "target": "",
            "id": 62431004,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/62431004/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/wtforms/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/wtforms/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-30T12:55:23.873757+02:00",
            "action": 0,
            "target": "",
            "id": 62431003,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/62431003/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/wtforms/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/wtforms/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-30T12:55:13.439469+02:00",
            "action": 17,
            "target": "",
            "id": 62430913,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/62430913/?format=api"
        }
    ]
}