Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.habitica.com/api/components/habitica/quests/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica/quests/he/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2020-02-20T18:03:47.015194Z",
    "action": 44,
    "target": "",
    "id": 123655,
    "action_name": "New string to translate",
    "url": "https://translate.habitica.com/api/changes/123655/?format=api"
}