Changes API.

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

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

{
    "unit": "https://weblate.framasoft.org/api/units/402765/?format=api",
    "component": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api",
    "translation": "https://weblate.framasoft.org/api/translations/mobilizon/frontend/fr_FR/?format=api",
    "user": "https://weblate.framasoft.org/api/users/tcit/?format=api",
    "author": "https://weblate.framasoft.org/api/users/tcit/?format=api",
    "timestamp": "2020-11-06T21:54:54.499504Z",
    "action": 5,
    "target": "Nous vous redirigerons vers votre instance afin que vous puissiez interagir avec ce groupe",
    "id": 123761,
    "action_name": "Traduction ajoutée",
    "url": "https://weblate.framasoft.org/api/changes/123761/?format=api"
}