Translation components API.

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

GET /api/translations/ooops/ooops_plm/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops/ooops_plm/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops/ooops_plm/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-03-03T16:53:56.880830+01:00",
            "action": 0,
            "target": "",
            "id": 28235,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/28235/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops/ooops_plm/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops/ooops_plm/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-03-03T17:51:49.450362+01:00",
            "action": 0,
            "target": "",
            "id": 28253,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/28253/?format=api"
        }
    ]
}