Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/221855/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/main/pt_BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/lucasts/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/lucasts/?format=api",
    "timestamp": "2024-02-23T03:49:16.685451Z",
    "action": 2,
    "target": "Adicione novas entradas com Enter ou ponto e vírgula (;). Pressionar Backspace duas vezes quando a entrada está vazia remove o último item.",
    "old": "Você pode separar entradas distintas com ponto e vírgula (;).",
    "details": {
        "state": 20,
        "source": "Add new entries with enter or semicolon (;). Hitting backspace twice when input is empty removes last item.",
        "old_state": 10
    },
    "id": 443031,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/443031/?format=api"
}