Translation projects API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "dictionary": null,
            "user": 62,
            "author": 62,
            "timestamp": "2020-11-09T10:28:43",
            "action": 38,
            "target": "manager7",
            "id": 644204,
            "action_name": "Removed component",
            "url": "http://weblate.ucs.ru/api/changes/644204/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "dictionary": null,
            "user": 62,
            "author": 62,
            "timestamp": "2020-11-09T10:32:12",
            "action": 38,
            "target": "rkeeper7",
            "id": 644205,
            "action_name": "Removed component",
            "url": "http://weblate.ucs.ru/api/changes/644205/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "dictionary": null,
            "user": 62,
            "author": 62,
            "timestamp": "2021-09-27T07:30:07",
            "action": 38,
            "target": "rkeeper7",
            "id": 770558,
            "action_name": "Removed component",
            "url": "http://weblate.ucs.ru/api/changes/770558/?format=api"
        }
    ]
}