Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/176437/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dailies/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dailies/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
    "timestamp": "2023-03-05T15:47:21.544427Z",
    "action": 5,
    "target": "Voici à quoi ressemblerait le code si le dévouement <strong>Façonneur spirituel</strong> était un préparatif quotidien personnalisé. C'est de loin l'exemple le plus complexe, les lignes utilisent les deux  <u>prédicats enfants</u> et <u>condition</u>. Tout s'écroule si le personnage n'est pas équipé d'une arme spirituelle (l'arme est dans un pack de compendium) et c'est pourquoi nous utilisons la ligne <u>alerte</u> pour créer ladite arme si nécessaire. Il utilise également la fonction <u>repos</u> pour nettoyer l'arme spirituelle.",
    "old": "",
    "details": {
        "state": 20,
        "source": "This is what the code would look like if the <strong>Mind Smith</strong> dedication was a homebrow daily. This is by far the most complex example, the rows make use of both <u>child predicates</u> and <u>condition</u>, everything is falling appart if the character doesn't have a mind weapon equiped (the weapon is in a compendium pack) and that is why we are using the <u>alert</u> row to create said weapon if needed. It also make use of the <u>rest</u> function to clean up the mind weapon.",
        "old_state": 0
    },
    "id": 261495,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/261495/?format=api"
}