Translation components API.

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

GET /api/translations/ooops-configurator/ooops_configurator_attribute_selection_search/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-configurator/ooops_configurator_attribute_selection_search/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-configurator/ooops_configurator_attribute_selection_search/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-18T20:43:01.776315+01:00",
            "action": 0,
            "target": "",
            "id": 6675,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6675/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-configurator/ooops_configurator_attribute_selection_search/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-configurator/ooops_configurator_attribute_selection_search/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-07-30T17:47:42.590225+02:00",
            "action": 0,
            "target": "",
            "id": 18593,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/18593/?format=api"
        }
    ]
}