Translation components API.

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

GET /api/translations/share-media/main/ja/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 152,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/share-media/main/ja/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/9747/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/share-media/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/share-media/main/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T17:27:33.590462Z",
            "action": 59,
            "target": "境界タイルの作成に成功しました。",
            "old": "",
            "details": {
                "state": 20,
                "source": "Successfully created a bounding tile.",
                "old_state": -1
            },
            "id": 11761,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/11761/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/9746/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/share-media/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/share-media/main/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T17:27:33.590309Z",
            "action": 59,
            "target": "境界タイルを作成する",
            "old": "",
            "details": {
                "state": 20,
                "source": "Create a bounding tile",
                "old_state": -1
            },
            "id": 11760,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/11760/?format=api"
        }
    ]
}