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

{
    "unit": "https://weblate.protegus.eu/api/units/105947/?format=api",
    "component": "https://weblate.protegus.eu/api/components/protegus/auth/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/protegus/auth/el/?format=api",
    "dictionary": null,
    "user": 37,
    "author": 37,
    "timestamp": "2023-09-10T16:11:55.730763+03:00",
    "action": 5,
    "target": "Συνδεθείτε μέσω Apple",
    "id": 136202,
    "action_name": "New translation",
    "url": "https://weblate.protegus.eu/api/changes/136202/?format=api"
}