Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/109679684/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/documentation/rcf/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-11-30T00:02:59.960070+01:00",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "Please see the :file:`src/Plugins/Transformations/TEMPLATE` and :file:`src/Plugins/Transformations/TEMPLATE\\_ABSTRACT` files for adding your own transformation plug-in. You can also generate a new transformation plug-in (with or without the abstract transformation class), by using :file:`bin/transformations_generator_plugin.sh` or :file:`bin/transformations_generator_main_class.sh`.",
        "old_state": -1
    },
    "id": 72301506,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/72301506/?format=api"
}