Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15481/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/pt-BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "timestamp": "2024-01-19T07:00:58.848216Z",
    "action": 2,
    "target": "Defina uma lista de idiomas personalizados para adicionar ao sistema, separados por vírgula ou por ponto e vírgula.",
    "old": "Defina uma lista de idiomas customizados para adicionar ao sistema, separados por vírgula ou por ponto e vírgula.",
    "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": 20
    },
    "id": 434618,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/434618/?format=api"
}