Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/5281/?format=api",
    "component": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/el/?format=api",
    "dictionary": null,
    "user": 13,
    "author": 13,
    "timestamp": "2020-04-03T17:31:08.611642Z",
    "action": 5,
    "target": "Βελτιώσεις στην ευχρηστία των ρυθμίσεων.",
    "id": 4356,
    "action_name": "New translation",
    "url": "https://weblate.a4tune.com/api/changes/4356/?format=api"
}