Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/89796/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-06-12T18:45:01.003242Z",
    "action": 59,
    "target": "Possible options:\nSkill\nSkill|Alternative Skill 1|...\nSkills/ATR\nSkills/ 8+\nSkills/ATR|ATR2 8+",
    "old": "Possible options:\nSkill=COMPONENT_ID\nSkill|Alternative Skill 1|...=COMPONENT_ID\nSkills/ATR=COMPONENT_ID\nSkills/ 8+=COMPONENT_ID\nSkills/ATR|ATR2 8+=COMPONENT_ID",
    "details": {
        "state": 20,
        "source": "Possible options:\nSkill\nSkill|Alternative Skill 1|...\nSkills/ATR\nSkills/ 8+\nSkills/ATR|ATR2 8+",
        "old_state": 20
    },
    "id": 340139,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/340139/?format=api"
}