Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/89999/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/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-11-29T07:52:04.007049Z",
    "action": 5,
    "target": "Le nom de l'objet ou des objets tel qu'il apparaît dans l'inventaire des joueurs. Séparez les noms de plusieurs objets par un point-virgule ( ;).",
    "old": "",
    "details": {
        "state": 20,
        "source": "The name of the item(s) as it appears in players' inventory. Separate multiple item names with a semicolon (;).",
        "old_state": 0
    },
    "id": 141654,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/141654/?format=api"
}