Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/14487546/?format=api",
    "component": "https://hosted.weblate.org/api/components/turris/reforis/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/turris/reforis/it/?format=api",
    "user": "https://hosted.weblate.org/api/users/Kinnard/?format=api",
    "author": "https://hosted.weblate.org/api/users/Kinnard/?format=api",
    "timestamp": "2020-01-13T09:06:22+01:00",
    "action": 5,
    "target": "Questo dominio sarà usato come suffisso. Per esempio, inserendo \"android-123\" come nome del client e \"my.lan\" come dominio il risultato sarà \"android-123.my.lan\"",
    "id": 5302683,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/5302683/?format=api"
}