Changes API.

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

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

{
    "unit": "https://weblate.info.ucl.ac.be/api/units/16190/?format=api",
    "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/?format=api",
    "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/index/fr/?format=api",
    "user": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "author": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "timestamp": "2019-10-14T11:02:19.612145+02:00",
    "action": 5,
    "target": "Le développement de cette édition du livre a lieu ic: `https://github.com/CNP3/ebook <https://github.com/CNP3/ebook>`_",
    "id": 5836,
    "action_name": "New translation",
    "url": "https://weblate.info.ucl.ac.be/api/changes/5836/?format=api"
}