Changes API

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

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

{
    "unit": "https://localization.fgae.de/api/units/7408/?format=api",
    "component": "https://localization.fgae.de/api/components/camerafv5/app-legacy/?format=api",
    "translation": "https://localization.fgae.de/api/translations/camerafv5/app-legacy/es/?format=api",
    "dictionary": null,
    "user": 2,
    "author": 2,
    "timestamp": "2019-05-23T12:16:39.453855Z",
    "action": 2,
    "target": "Mostrar tutorial…",
    "id": 1151,
    "action_name": "Translation changed",
    "url": "https://localization.fgae.de/api/changes/1151/?format=api"
}