Translation components API.

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

GET /api/translations/appinventor/component-properties/id/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/?format=api",
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/id/?format=api",
            "dictionary": null,
            "user": 3,
            "author": 3,
            "timestamp": "2025-01-16T17:02:21.118454Z",
            "action": 0,
            "target": "",
            "id": 96064,
            "action_name": "Resource update",
            "url": "https://weblate.appinventor.mit.edu/api/changes/96064/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/?format=api",
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/id/?format=api",
            "dictionary": null,
            "user": 3,
            "author": 3,
            "timestamp": "2025-01-16T17:04:44.517273Z",
            "action": 44,
            "target": "",
            "id": 96091,
            "action_name": "New string to translate",
            "url": "https://weblate.appinventor.mit.edu/api/changes/96091/?format=api"
        }
    ]
}