Translation components API.

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

GET /api/translations/nickvision-money/app/id/changes/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 702,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/nickvision-money/app/id/changes/?format=api&page=14",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/nickvision-money/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nickvision-money/app/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T19:34:57.685214+01:00",
            "action": 0,
            "target": "",
            "id": 44578128,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/44578128/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/nickvision-money/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nickvision-money/app/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T19:11:42.954900+01:00",
            "action": 0,
            "target": "",
            "id": 44577307,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/44577307/?format=api"
        }
    ]
}