Changes API.

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

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

{
    "unit": "https://translate.ayana.io/api/units/24923/?format=api",
    "component": "https://translate.ayana.io/api/components/ayana/general/?format=api",
    "translation": "https://translate.ayana.io/api/translations/ayana/general/de/?format=api",
    "user": "https://translate.ayana.io/api/users/YouBot/?format=api",
    "author": "https://translate.ayana.io/api/users/YouBot/?format=api",
    "timestamp": "2023-05-24T19:45:08.609978Z",
    "action": 5,
    "target": "Hallo! Probiere mal Slash-Befehle!",
    "id": 45026,
    "action_name": "New translation",
    "url": "https://translate.ayana.io/api/changes/45026/?format=api"
}