Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/109679619/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/documentation/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-11-30T00:01:22.059603+01:00",
    "action": 13,
    "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": 72301378,
    "action_name": "Source string added",
    "url": "https://hosted.weblate.org/api/changes/72301378/?format=api"
}