Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.tectic.de/api/units/40477/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-availableresearch/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-availableresearch/es/?format=api",
    "dictionary": null,
    "user": 136,
    "author": 136,
    "timestamp": "2019-10-20T16:11:21.153430+02:00",
    "action": 26,
    "target": "¡Tenemos que construir defensas para la base más potentes para aniquilar enemigos mayores!",
    "id": 71552,
    "action_name": "Suggestion removed",
    "url": "http://weblate.tectic.de/api/changes/71552/?format=api"
}