Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/55359/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/es/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/Aaron/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/Aaron/?format=api",
    "timestamp": "2020-12-18T04:24:05.394670Z",
    "action": 5,
    "target": "Se pueden usar dos señales para detener un proceso: <literal>SIGTERM</literal> y <literal>SIGKILL</literal>. <literal>SIGTERM</literal>es la forma educada de matar un proceso, ya que el proceso puede leer la señal, cerrar cualquier archivo de registro que pueda tener abierto e intentar terminar lo que está haciendo antes de cerrarse. En algunos casos, un proceso puede ignorar <literal>SIGTERM</literal> si está en medio de alguna tarea que no se pueda interrumpir.",
    "id": 93936,
    "action_name": "New translation",
    "url": "https://translate-dev.freebsd.org/api/changes/93936/?format=api"
}