Translation components API.

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

GET /api/translations/zorin-os-upgrader/glossary/en_AU/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/en_AU/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T16:15:16.624513Z",
            "action": 17,
            "target": "",
            "id": 4958,
            "action_name": "Committed changes",
            "url": "https://translations.zorin.com/api/changes/4958/?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/en_AU/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T16:15:56.433649Z",
            "action": 0,
            "target": "",
            "id": 5136,
            "action_name": "Resource update",
            "url": "https://translations.zorin.com/api/changes/5136/?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/en_AU/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T16:15:56.446437Z",
            "action": 0,
            "target": "",
            "id": 5137,
            "action_name": "Resource update",
            "url": "https://translations.zorin.com/api/changes/5137/?format=api"
        }
    ]
}