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

{
    "unit": "http://weblate.tectic.de/api/units/41235/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-materials/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-materials/es/?format=api",
    "dictionary": null,
    "user": 106,
    "author": 106,
    "timestamp": "2020-02-10T14:20:09.541825+01:00",
    "action": 5,
    "target": "El Generador de Turbina a Propulsión es un método más avanzado de generación de energía a partir de combustibles fósiles. Requiere un combustible compuesto de alta energía producido a partir de la biomasa de una cuba de refinería.",
    "id": 74498,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/74498/?format=api"
}