Changes API.

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

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

{
    "unit": "https://translate.ayana.io/api/units/2418/?format=api",
    "component": "https://translate.ayana.io/api/components/ayana/music/?format=api",
    "translation": "https://translate.ayana.io/api/translations/ayana/music/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-04-04T16:54:18.000190Z",
    "action": 30,
    "target": "An error occurred while trying to play `{track}`: ```{error}```",
    "id": 41694,
    "action_name": "Source string changed",
    "url": "https://translate.ayana.io/api/changes/41694/?format=api"
}