Changes API.

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

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

{
    "unit": "https://translate.edugit.org/api/units/24488/?format=api",
    "component": "https://translate.edugit.org/api/components/aleksis/aleksis-core-js/?format=api",
    "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-core-js/de/?format=api",
    "user": "https://translate.edugit.org/api/users/hansegucker/?format=api",
    "author": "https://translate.edugit.org/api/users/hansegucker/?format=api",
    "timestamp": "2021-10-28T14:26:07.703096Z",
    "action": 5,
    "target": "OK",
    "id": 10234,
    "action_name": "Neue Übersetzung",
    "url": "https://translate.edugit.org/api/changes/10234/?format=api"
}