Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/3230/?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/fr/?format=api",
    "dictionary": null,
    "user": 9,
    "author": 9,
    "timestamp": "2020-03-17T15:12:10.308408Z",
    "action": 37,
    "target": "Jim Harris pour la correction des textes anglais.",
    "id": 2554,
    "action_name": "Marked for edit",
    "url": "https://weblate.a4tune.com/api/changes/2554/?format=api"
}