Translation components API.

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

GET /api/translations/ooops-sale-14-0/ooops_sale_ddt/it/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ops404.it/api/translations/ooops-sale-14-0/ooops_sale_ddt/it/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-sale-14-0/ooops_sale_ddt/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-sale-14-0/ooops_sale_ddt/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-17T22:51:42.295574+02:00",
            "action": 44,
            "target": "",
            "id": 62839,
            "action_name": "New string to translate",
            "url": "http://weblate.ops404.it/api/changes/62839/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/86815/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-sale-14-0/ooops_sale_ddt/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-sale-14-0/ooops_sale_ddt/it/?format=api",
            "glossary_term": null,
            "user": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "author": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "timestamp": "2024-04-18T12:58:44.300077+02:00",
            "action": 5,
            "target": "(object.state in ('draft', 'sent') and 'Draft DDT - %s' % (object.name)) or 'DDT - %s' % (object.name)",
            "id": 62856,
            "action_name": "New translation",
            "url": "http://weblate.ops404.it/api/changes/62856/?format=api"
        }
    ]
}