Changes API.

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

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

{
    "unit": "https://weblate.rob006.net/api/units/23152/?format=api",
    "component": "https://weblate.rob006.net/api/components/flarum/clarkwinkelmann-catch-the-fish/?format=api",
    "translation": "https://weblate.rob006.net/api/translations/flarum/clarkwinkelmann-catch-the-fish/zh_Hans/?format=api",
    "user": "https://weblate.rob006.net/api/users/Golden/?format=api",
    "author": "https://weblate.rob006.net/api/users/Golden/?format=api",
    "timestamp": "2020-07-25T04:19:00.163241Z",
    "action": 36,
    "target": "这条鱼的名字。如果玩家拥有权限,即可编辑鱼的名字。",
    "id": 34415,
    "action_name": "Translation approved",
    "url": "https://weblate.rob006.net/api/changes/34415/?format=api"
}