Changes API

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

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

{
    "unit": "https://localization.fgae.de/api/units/7136/?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_419/?format=api",
    "dictionary": null,
    "user": null,
    "author": 1,
    "timestamp": "2020-12-14T03:27:17.514274Z",
    "action": 4,
    "target": "Exposición en vivo y metraje ISO",
    "id": 12455,
    "action_name": "Suggestion added",
    "url": "https://localization.fgae.de/api/changes/12455/?format=api"
}