Translation components API.

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

GET /api/translations/pf2e-thaum-vuln/main/pl/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 452,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pl/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pl/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
            "timestamp": "2023-08-18T18:24:19.934238Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "pl"
            },
            "id": 370913,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/370913/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-thaum-vuln/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-thaum-vuln/main/pl/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
            "author": null,
            "timestamp": "2023-08-18T18:24:19.927337Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 370912,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/370912/?format=api"
        }
    ]
}