Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/103509407/?format=api",
    "component": "https://hosted.weblate.org/api/components/turris/healthcheck-system/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/turris/healthcheck-system/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/Ignatz/?format=api",
    "author": "https://hosted.weblate.org/api/users/Ignatz/?format=api",
    "timestamp": "2023-08-12T14:08:39.220772+02:00",
    "action": 5,
    "target": "DIe Prüfung hat kein MMC-Blockgerät im System gefunden. Das liegt höchstwahrscheinlich daran, dass kein solches Gerät angeschlossen ist.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Check found no MMC block device in system. This is most likely because there is just no such device plugged in.",
        "old_state": 0
    },
    "id": 63470361,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/63470361/?format=api"
}