Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15231/?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/DjLeChuck/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/DjLeChuck/?format=api",
    "timestamp": "2022-09-06T16:02:41.107108Z",
    "action": 5,
    "target": "Nom de la langue qui remplacera \"langues\" comme \"toutes les langues qu'il a connues dans la vie\".",
    "old": "",
    "details": {
        "state": 20,
        "source": "Name of the language that will replace \"languages\" such as \"all the languages it knew in life\".",
        "old_state": 0
    },
    "id": 28070,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/28070/?format=api"
}