Translation projects API.

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

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

{
    "count": 302,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/unidrivers/changes/?format=api&page=15",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/unidrivers/unidriversl10n-fpauftrst/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-18T21:44:12",
            "action": 20,
            "target": "",
            "id": 795424,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/795424/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/unidrivers/unidriversl10n-fphun_bbox/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-18T21:44:14",
            "action": 20,
            "target": "",
            "id": 795425,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/795425/?format=api"
        }
    ]
}