Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/112403/?format=api",
    "component": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/user-interface/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/user-interface/fr/?format=api",
    "dictionary": null,
    "user": 11,
    "author": 11,
    "timestamp": "2023-11-04T19:19:44.918858Z",
    "action": 5,
    "target": "Échantillon enregistré du son de l'instrument",
    "id": 101135,
    "action_name": "New translation",
    "url": "https://weblate.a4tune.com/api/changes/101135/?format=api"
}