Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.dudu-auto.com/api/components/duduauto/glossary/?format=api",
            "translation": "https://weblate.dudu-auto.com/api/translations/duduauto/glossary/pt/?format=api",
            "user": "https://weblate.dudu-auto.com/api/users/YAOXILONG/?format=api",
            "author": "https://weblate.dudu-auto.com/api/users/YAOXILONG/?format=api",
            "timestamp": "2024-04-11T06:35:19.031557Z",
            "action": 0,
            "target": "",
            "id": 128620,
            "action_name": "Resource updated",
            "url": "https://weblate.dudu-auto.com/api/changes/128620/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.dudu-auto.com/api/components/duduauto/glossary/?format=api",
            "translation": "https://weblate.dudu-auto.com/api/translations/duduauto/glossary/pt/?format=api",
            "user": "https://weblate.dudu-auto.com/api/users/YAOXILONG/?format=api",
            "author": "https://weblate.dudu-auto.com/api/users/YAOXILONG/?format=api",
            "timestamp": "2024-04-11T06:33:50.349106Z",
            "action": 0,
            "target": "",
            "id": 114119,
            "action_name": "Resource updated",
            "url": "https://weblate.dudu-auto.com/api/changes/114119/?format=api"
        }
    ]
}