Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/24837/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
    "timestamp": "2023-11-17T14:11:55.432714Z",
    "action": 2,
    "target": "Bewirkt, dass die Zufallsgenerierung nicht-alphanumerische Zeichen ignoriert (z. B. !,.;:?#$''). Dies kann den unerwünschten Effekt haben, dass einige dieser Zeichen in einigen Schriftarten als Quadrat (□) angezeigt werden.",
    "old": "Bewirkt, dass die Randomisierung nicht-alphanumerische Zeichen ignoriert (z. B. !,.;:?#$''). Dies kann den unerwünschten Effekt haben, dass einige dieser Zeichen in einigen Schriftarten als Quadrate (□) angezeigt werden.",
    "details": {
        "state": 20,
        "source": "Makes the randomization ignore non-alphanumerical characters (e.g. !,.;:?#$\"'). This might have the undesired effect of showing some of those characters as a square (□) on some fonts.",
        "old_state": 20
    },
    "id": 401771,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/401771/?format=api"
}