Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rkeepercrm/rkeepercrm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rkeepercrm/rkeepercrm/mn/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-08-31T18:42:18",
            "action": 0,
            "target": "",
            "id": 70699,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/70699/?format=api"
        }
    ]
}