Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/198969/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/welcome/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/welcome/fr/?format=api",
    "user": "https://weblate.osgeo.org/api/users/robe/?format=api",
    "author": "https://weblate.osgeo.org/api/users/robe/?format=api",
    "timestamp": "2022-03-01T17:04:27.735541Z",
    "action": 7,
    "target": "Les menus, sous-menus et les formulaires comme les champs de données ou les cases à cocher et les autres artefacts visuels seront affichés en *italique*.",
    "id": 12114,
    "action_name": "Suggestion accepted",
    "url": "https://weblate.osgeo.org/api/changes/12114/?format=api"
}