Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2384321/?format=api",
    "component": "https://weblate.osgeo.org/api/components/grass-gis/grassmods/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/grass-gis/grassmods/fr/?format=api",
    "user": "https://weblate.osgeo.org/api/users/echoix/?format=api",
    "author": "https://weblate.osgeo.org/api/users/echoix/?format=api",
    "timestamp": "2026-01-04T19:02:39.500052Z",
    "action": 2,
    "target": "L'option 'v' est obsolète et sera retirée dans une prochaine version. Utiliser plutôt format=vertical.",
    "id": 2259450,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/2259450/?format=api"
}