Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/10374811/?format=api",
    "component": "https://hosted.weblate.org/api/components/wallabag/validators/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/wallabag/validators/fr/?format=api",
    "user": "https://hosted.weblate.org/api/users/slundi/?format=api",
    "author": "https://hosted.weblate.org/api/users/slundi/?format=api",
    "timestamp": "2023-01-13T16:40:42.112820+01:00",
    "action": 2,
    "target": "Votre mot de passe doit faire au moins 8 caractères.",
    "id": 45065783,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/45065783/?format=api"
}