Translation components API.

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

GET /api/translations/ooops-base/ooops_rest/it/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": "http://weblate.ops404.it/api/components/ooops-base/ooops_rest/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-base/ooops_rest/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-01-05T17:42:36.133772+01:00",
            "action": 0,
            "target": "",
            "id": 25435,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/25435/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-base/ooops_rest/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-base/ooops_rest/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-01-05T17:42:36.154952+01:00",
            "action": 44,
            "target": "",
            "id": 25436,
            "action_name": "New strings to translate",
            "url": "http://weblate.ops404.it/api/changes/25436/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-base/ooops_rest/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-base/ooops_rest/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-02T16:43:09.054634+02:00",
            "action": 0,
            "target": "",
            "id": 30578,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/30578/?format=api"
        }
    ]
}