Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/107487550/?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-10-19T00:01:28.803083+02:00",
    "action": 13,
    "target": "Starting with release 4.3.0, a new input-oriented transformation system has been introduced. Also, backward compatibility code used in the old transformations system was removed. As a result, an update to column\\_info table is necessary for previous transformations and the new input-oriented transformation system to work. phpMyAdmin will upgrade it automatically for you by analyzing your current column\\_info table structure. However, if something goes wrong with the auto-upgrade then you can use the SQL script found in ``./resources/sql/upgrade_column_info_4_3_0+.sql`` to upgrade it manually.",
    "id": 68984274,
    "action_name": "Source string added",
    "url": "https://hosted.weblate.org/api/changes/68984274/?format=api"
}