Translation components API.

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

GET /api/translations/ooops-bbb/ooops_bbb_marketplace/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-bbb/ooops_bbb_marketplace/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-bbb/ooops_bbb_marketplace/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-17T12:34:49.935248+01:00",
            "action": 0,
            "target": "",
            "id": 6346,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6346/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-bbb/ooops_bbb_marketplace/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-bbb/ooops_bbb_marketplace/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-17T12:34:50.023198+01:00",
            "action": 44,
            "target": "",
            "id": 6347,
            "action_name": "New string to translate",
            "url": "http://weblate.ops404.it/api/changes/6347/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-bbb/ooops_bbb_marketplace/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-bbb/ooops_bbb_marketplace/it/?format=api",
            "glossary_term": null,
            "user": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
            "author": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
            "timestamp": "2021-03-18T10:13:03.042596+01:00",
            "action": 0,
            "target": "",
            "id": 6359,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6359/?format=api"
        }
    ]
}