Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/58533480/?format=api",
    "component": "https://hosted.weblate.org/api/components/turris/healthcheck-system/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/turris/healthcheck-system/cs/?format=api",
    "user": "https://hosted.weblate.org/api/users/lukasjelinek-cznic/?format=api",
    "author": "https://hosted.weblate.org/api/users/lukasjelinek-cznic/?format=api",
    "timestamp": "2023-11-22T16:17:01.025638+01:00",
    "action": 2,
    "target": "Spotřebováno více než 80 % rezervovaných bloků!",
    "old": "Spotřebováno více než 80 % rezervovaných bloků!",
    "details": {
        "state": 20,
        "source": "More than 80% of reserved blocks consumed!",
        "old_state": 10
    },
    "id": 71930887,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/71930887/?format=api"
}