Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/53319/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost/admin/nl/?format=api",
    "user": "https://translate.yunohost.org/api/users/avent/?format=api",
    "author": "https://translate.yunohost.org/api/users/avent/?format=api",
    "timestamp": "2024-04-10T13:08:50.443884Z",
    "action": 2,
    "target": "Het CSV bestand moet in UTF-8 zijn en met de kolommen gebruikersnaam, wachtwoord, groepen, e-mail en quota. Als voorbeeld van een CSV bestand om te importeren, kan je <a href='/yunohost/api/users/export' target='_BLANK'>gebruikers exporteren in een CSV bestand</a> en het bestand aanpassen.",
    "id": 151404,
    "action_name": "Translation changed",
    "url": "https://translate.yunohost.org/api/changes/151404/?format=api"
}