Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/244237/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/client/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/client/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/DugoTPS/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/DugoTPS/?format=api",
    "timestamp": "2024-04-27T23:00:39.385968Z",
    "action": 4,
    "target": "$t(ASSETS.assets, {\"count\": {{count}} }) dépasse la taille maximale autorisée pour votre compte, qui est de {{maxAssetFileSize}}, et n'a donc pas pu être importé.",
    "old": "Found $t(ASSETS.assets, {\"count\": {{count}} }) that is over the size limit for your account of {{maxAssetFileSize}}, and can't be uploaded.",
    "details": {
        "state": 20,
        "source": "Found $t(ASSETS.assets, {\"count\": {{count}} }) that is over the size limit for your account of {{maxAssetFileSize}}, and can't be uploaded.",
        "old_state": 20
    },
    "id": 456643,
    "action_name": "Suggestion added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/456643/?format=api"
}