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/71639/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.tectic.de/api/units/40663/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-creative/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-creative/es/?format=api",
    "dictionary": null,
    "user": 136,
    "author": 136,
    "timestamp": "2019-10-20T16:46:59.494267+02:00",
    "action": 5,
    "target": "X, Y y Z le permiten cambiar el tamaño de la forma. Presionarlos aumenta esa dimensión en 1. Mantenga presionada la tecla Mayús y presione X, Y o Z para disminuir en uno. También puede mantener presionada la tecla ALT para cambiar el tamaño en 16 a la vez.",
    "id": 71639,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/71639/?format=api"
}