Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/54031/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/inventory-plus/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/inventory-plus/main/it/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-10T09:33:38.127257Z",
    "action": 59,
    "target": "Il corpo di una mappa JSON di coppie chiave-valore di tipo attore compatibile che consente il trasferimento. Per impostazione predefinita, questo modulo funziona solo tra fogli attore dello stesso tipo, ma alcuni sistemi di gioco potrebbero avere altre combinazioni che funzionano. Esempio 1: \"character\":\"synthetic\",\"synthetic\":\"vehicles\",\"vehicles\":\"character\". Esempio 2 (for DnD5e): \"character\":\"vehicle\",\"vehicle\":\"character\" che abiliterebbe lo spostamento di oggetti tra personaggi e veicoli. Puoi anche avere più tipi di attore come valore, esempio 3: \"character\":[\"vehicle\", \"character\"],\"vehicle\":\"character\" consentirebbe il trasferimento da personaggio a veicolo, da personaggio a personaggio e da veicolo a personaggio ma NON da veicolo a veicolo (a condizione che la casella di controllo \"attori dello stesso tipo\" sia deselezionata).",
    "old": "",
    "details": {
        "state": 20,
        "source": "The body of a JSON map of compatible actor type key-value pairs allowing transfer. By default this module only works between actor sheets of the same type, but some game systems may have other combinations that work. Example 1: \"character\":\"synthetic\",\"synthetic\":\"vehicles\",\"vehicles\":\"character\". Example 2 (for DnD5e): \"character\":\"vehicle\",\"vehicle\":\"character\" that would enable moving item between characters and vehicles. You can also have multiple actor types as value, example 3: \"character\":[\"vehicle\", \"character\"],\"vehicle\":\"character\" would enable transfer from character to vehicle, from character to character and from vehicle to character but NOT from vehicle to vehicle (providing that the \"actors of the same type\" checkbox is unchecked).",
        "old_state": -1
    },
    "id": 73450,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/73450/?format=api"
}