Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15165/?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/Elfenduil/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
    "timestamp": "2023-05-25T07:19:30.952166Z",
    "action": 2,
    "target": "Définissez une liste de langues personnalisées à ajouter au système. Elles doivent être séparées par des virgules ou des points-virgules.",
    "old": "Défini une liste de langues supplémentaires, en complément de celles du système. Chaque langue doit être séparée par une virtule.",
    "details": {
        "state": 20,
        "source": "Define a list of custom languages to add to the system. They must be separated by commas or semicolons.",
        "old_state": 10
    },
    "id": 333387,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/333387/?format=api"
}