Translation components API.

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

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

{
    "count": 251,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/en/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/14839/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T00:47:35.821827Z",
            "action": 59,
            "target": "Default Alphabet",
            "old": "",
            "details": {
                "state": 20,
                "source": "Default Alphabet",
                "old_state": -1
            },
            "id": 19385,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/19385/?format=api"
        }
    ]
}