Translation projects API.

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

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

{
    "count": 9102,
    "next": null,
    "previous": "https://itzulpenak.gamerauntsia.eus/api/projects/ark-survival-evolved/changes/?format=api&page=455",
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/ark-survival-evolved/arksteamstore/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-04T18:37:28.275746Z",
            "action": 47,
            "target": "",
            "id": 152776,
            "action_name": "New alert",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/152776/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/ark-survival-evolved/survivalofthefittest/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-04T18:37:59.560993Z",
            "action": 47,
            "target": "",
            "id": 152777,
            "action_name": "New alert",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/152777/?format=api"
        }
    ]
}