Changes API


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

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

{
    "unit": "https://weblate.protegus.eu/api/units/170418/?format=api",
    "component": "https://weblate.protegus.eu/api/components/protegus/auth/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/protegus/auth/es/?format=api",
    "dictionary": null,
    "user": 6,
    "author": 6,
    "timestamp": "2024-02-06T12:55:55.342271+02:00",
    "action": 2,
    "target": "Se produjo un error y no pudimos obtener su dirección de correo electrónico. Inténtalo de nuevo o contáctanos al correo electrónico _support_email_",
    "id": 152665,
    "action_name": "Translation changed",
    "url": "https://weblate.protegus.eu/api/changes/152665/?format=api"
}