Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/121807875/?format=api",
    "component": "https://hosted.weblate.org/api/components/galette/doc-user-members/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-members/pt/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-04-28T18:25:07.286896+02:00",
    "action": 71,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "When you start a mailing, it is stored into your session. Session ends when users log out, or on a server defined timeout. Mailing history stores the mailing in the database, this ensure it will always be available in the future.",
        "old_state": -1
    },
    "id": 88413714,
    "action_name": "String added in the repository",
    "url": "https://hosted.weblate.org/api/changes/88413714/?format=api"
}