Changes API.

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

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

{
    "unit": "https://translate.opensourcepos.org/api/units/218199/?format=api",
    "component": "https://translate.opensourcepos.org/api/components/opensourcepos/employees/?format=api",
    "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/employees/ar_EG/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-09-07T23:52:46.801273Z",
    "action": 59,
    "target": "لقد تم إضافة الموظف بنجاح.",
    "id": 123254,
    "action_name": "String updated in the repository",
    "url": "https://translate.opensourcepos.org/api/changes/123254/?format=api"
}