Translation components API.

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

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

{
    "count": 1582,
    "next": null,
    "previous": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/changes/?format=api&page=79",
    "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/ca/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-19T18:25:39.907934Z",
            "action": 17,
            "target": "",
            "id": 96115,
            "action_name": "Committed changes",
            "url": "https://weblate.appinventor.mit.edu/api/changes/96115/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/component-properties/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-19T18:25:42.295285Z",
            "action": 18,
            "target": "",
            "id": 96116,
            "action_name": "Pushed changes",
            "url": "https://weblate.appinventor.mit.edu/api/changes/96116/?format=api"
        }
    ]
}