Translation components API.

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

GET /api/components/ooops-tools/ooops_knowledge_task/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ops404.it/api/components/ooops-tools/ooops_knowledge_task/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-tools/ooops_knowledge_task/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-09-23T17:21:17.917404+02:00",
            "action": 47,
            "target": "",
            "id": 68141,
            "action_name": "New alert",
            "url": "http://weblate.ops404.it/api/changes/68141/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-tools/ooops_knowledge_task/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-09-23T17:21:17.921096+02:00",
            "action": 14,
            "target": "",
            "id": 68142,
            "action_name": "Component automatically locked",
            "url": "http://weblate.ops404.it/api/changes/68142/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-tools/ooops_knowledge_task/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-15T14:45:00.338557+02:00",
            "action": 15,
            "target": "",
            "id": 69118,
            "action_name": "Component automatically unlocked",
            "url": "http://weblate.ops404.it/api/changes/69118/?format=api"
        }
    ]
}