Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/23538/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost/admin/ar/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2019-05-16T14:59:31.074319Z",
    "action": 13,
    "target": "",
    "id": 3243,
    "action_name": "Source string added",
    "url": "https://translate.yunohost.org/api/changes/3243/?format=api"
}