Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "http://weblate.ops404.it/api/components/ooops-configurator/ooops_configurator_attribute_image/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ops404.it/api/units/30672/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-configurator/ooops_configurator_attribute_image/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-configurator/ooops_configurator_attribute_image/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": "2023-09-18T10:34:08.045301+02:00",
            "action": 2,
            "target": "Valore attributo",
            "id": 53526,
            "action_name": "Translation changed",
            "url": "http://weblate.ops404.it/api/changes/53526/?format=api"
        }
    ]
}