Changes API.

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

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

{
    "unit": "https://weblate.info.ucl.ac.be/api/units/3296/?format=api",
    "component": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/?format=api",
    "translation": "https://weblate.info.ucl.ac.be/api/translations/inginious/frontend/fr/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2019-09-30T10:10:29.389964+02:00",
    "action": 13,
    "target": "",
    "id": 716,
    "action_name": "New source string",
    "url": "https://weblate.info.ucl.ac.be/api/changes/716/?format=api"
}