Changes API.

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

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

{
    "unit": "https://translate.habitica.com/api/units/7395/?format=api",
    "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica-android/main-strings/de/?format=api",
    "user": "https://translate.habitica.com/api/users/phillip/?format=api",
    "author": "https://translate.habitica.com/api/users/phillip/?format=api",
    "timestamp": "2019-01-24T15:39:28.360594Z",
    "action": 5,
    "target": "Schaden pausiert",
    "id": 1748,
    "action_name": "New translation",
    "url": "https://translate.habitica.com/api/changes/1748/?format=api"
}