Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/jamuz/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/jamuz/glossary/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/phramusca/?format=api",
            "author": "https://hosted.weblate.org/api/users/phramusca/?format=api",
            "timestamp": "2023-12-04T21:04:39.666098+01:00",
            "action": 0,
            "target": "",
            "id": 73330497,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/73330497/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/jamuz/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/jamuz/glossary/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/phramusca/?format=api",
            "author": "https://hosted.weblate.org/api/users/phramusca/?format=api",
            "timestamp": "2023-12-04T20:49:04.904805+01:00",
            "action": 0,
            "target": "",
            "id": 73328609,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/73328609/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/jamuz/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/jamuz/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-09T23:27:18.191766+01:00",
            "action": 0,
            "target": "",
            "id": 14639278,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14639278/?format=api"
        }
    ]
}