Translation components API.

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

GET /api/translations/pf1/glossary/es/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-10T10:23:57.247492Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 368135,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/368135/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165801/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/es/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Sergio42/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Sergio42/?format=api",
            "timestamp": "2023-08-09T10:18:39.945353Z",
            "action": 5,
            "target": "Pathfinder 1",
            "old": "",
            "details": {
                "state": 20,
                "source": "Pathfinder 1",
                "old_state": 0
            },
            "id": 366929,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/366929/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165801/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/es/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Sergio42/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Sergio42/?format=api",
            "timestamp": "2023-08-09T10:18:39.938580Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 366928,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/366928/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/165801/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T23:38:24.511238Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 240628,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/240628/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T21:11:05.645434Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "es.tbx"
            },
            "id": 235957,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/235957/?format=api"
        }
    ]
}