Changes API

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

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

{
    "unit": "https://weblate.appinventor.mit.edu/api/units/207500/?format=api",
    "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/noprojectdialog/?format=api",
    "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/noprojectdialog/fr/?format=api",
    "dictionary": null,
    "user": 122,
    "author": 122,
    "timestamp": "2024-03-05T12:05:43.011459Z",
    "action": 5,
    "target": "HelloPurr est une application simple que vous pouvez créer en très peu de temps. Vous créez un bouton sur lequel figure l'image d'un chat, puis vous programmez le bouton de manière à ce que lorsque vous cliquez dessus, un son \"miaou\" soit émis.",
    "id": 88952,
    "action_name": "New translation",
    "url": "https://weblate.appinventor.mit.edu/api/changes/88952/?format=api"
}