Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4009964/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/nb_NO/?format=api",
    "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
    "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
    "timestamp": "2022-03-26T13:44:38.322888+01:00",
    "action": 2,
    "target": "Vi må i land snart. En av våre utkikkere så noen fugler som jaktet på fisk, så det kan ikke være langt til land. Heldigvis har vi alltid noen enkle verktøy og planker om bord, så vi kan bygge noen enkle ly.",
    "id": 22183539,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/22183539/?format=api"
}