Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/277082/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/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": "2025-02-16T10:56:18.009815Z",
    "action": 5,
    "target": "Ce globe peut avoir 3 couleurs : <ul><li><span style=\"color: green\">Vert</span> pour les langues connues. En passant la souris dessus, le nom de la langue s'affichera.</li><li><span style=\"color: blue\"> Bleu</span> pour les langues qui peuvent être lues mais dont le joueur n'a aucune idée de la langue utilisée.<li><span style=\"color: red\">Rouge</span> pour les langues inconnues.</li></li></ul>",
    "old": "",
    "details": {
        "state": 20,
        "source": "This globe can have 3 colors: <ul><li><span style=\"color: green\">Green</span> for Known languages. Hovering over it will display the language's name.</li><li><span style=\"color: blue\">Blue</span> for languages that can be read but the player will have no idea which language it is.<li><span style=\"color: red\">Red</span> for Unknown languages.</li></li></ul>",
        "old_state": 0
    },
    "id": 494018,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/494018/?format=api"
}