Translation components API.

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

GET /api/translations/arbron-summoner/main/en/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/en/changes/?format=api",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/7625/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T10:07:28.086776Z",
            "action": 59,
            "target": "Summons",
            "old": "",
            "details": {
                "state": 20,
                "source": "Summons",
                "old_state": -1
            },
            "id": 8162,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/8162/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/7624/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T10:07:28.086693Z",
            "action": 59,
            "target": "Summoning",
            "old": "",
            "details": {
                "state": 20,
                "source": "Summoning",
                "old_state": -1
            },
            "id": 8161,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/8161/?format=api"
        }
    ]
}