Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/53756/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/chat-portrait/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/chat-portrait/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
    "timestamp": "2022-10-13T07:15:06.246346Z",
    "action": 2,
    "target": "Ce paramètre n'a de sens que si l'option \"Ajoute une étiquette textuelle aux messages de discution\" est activée, car elle annule la position de l'étiquette et la place à côté du nom plutôt que de l'horodatage de discussion.",
    "old": "Ce paramètre n'a de sens que si l'option \"Ajoute une étiquette textuelle aux messages de discution\" est activée, car elle annule la position de l'étiquette et la place à côté du nom plutôt que de l'horodatage de discution.",
    "details": {
        "state": 20,
        "source": "This settings make sense only with 'Adds a textual tag to chat messages' enabled, it till override the position of the tag and it will put next to the name instead to the timestamp of the chat",
        "old_state": 20
    },
    "id": 93412,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/93412/?format=api"
}