Changes API.

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

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

{
    "unit": "https://weblate.tusky.app/api/units/31416/?format=api",
    "component": "https://weblate.tusky.app/api/components/tusky/tusky/?format=api",
    "translation": "https://weblate.tusky.app/api/translations/tusky/tusky/sv/?format=api",
    "user": "https://weblate.tusky.app/api/users/iah/?format=api",
    "author": "https://weblate.tusky.app/api/users/iah/?format=api",
    "timestamp": "2020-03-12T19:34:30.512754Z",
    "action": 36,
    "target": "Laddar upp…",
    "id": 15450,
    "action_name": "Translation approved",
    "url": "https://weblate.tusky.app/api/changes/15450/?format=api"
}