Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/109679664/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/documentation/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-11-30T00:02:45.071566+01:00",
    "action": 30,
    "target": "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`.",
    "id": 72301462,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/72301462/?format=api"
}