Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/94922766/?format=api",
    "component": "https://hosted.weblate.org/api/components/tiled/translations/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/tiled/translations/pl/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-27T17:06:51.247243+01:00",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "Godot only supports hexagonal maps where the Hex Side Length is exactly half its height. For a tile height of %1, the Hex Side Length should be set to %2.",
        "old_state": -1
    },
    "id": 50361058,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/50361058/?format=api"
}