Translation components API.

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

GET /api/translations/zorin-os-upgrader/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://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
            "translation": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T16:15:46.167964Z",
            "action": 17,
            "target": "",
            "id": 5054,
            "action_name": "Committed changes",
            "url": "https://translations.zorin.com/api/changes/5054/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
            "translation": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T16:16:00.044503Z",
            "action": 0,
            "target": "",
            "id": 5299,
            "action_name": "Resource update",
            "url": "https://translations.zorin.com/api/changes/5299/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.zorin.com/api/components/zorin-os-upgrader/glossary/?format=api",
            "translation": "https://translations.zorin.com/api/translations/zorin-os-upgrader/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T16:16:00.058474Z",
            "action": 0,
            "target": "",
            "id": 5300,
            "action_name": "Resource update",
            "url": "https://translations.zorin.com/api/changes/5300/?format=api"
        }
    ]
}