Translation components API.

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

GET /api/translations/appinventor/noprojectdialog/uk/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/noprojectdialog/uk/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/noprojectdialog/?format=api",
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/noprojectdialog/uk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-17T17:27:08.596796Z",
            "action": 17,
            "target": "",
            "id": 64815,
            "action_name": "Committed changes",
            "url": "https://weblate.appinventor.mit.edu/api/changes/64815/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/noprojectdialog/?format=api",
            "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/noprojectdialog/uk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-01-15T19:11:38.387933Z",
            "action": 0,
            "target": "",
            "id": 94526,
            "action_name": "Resource update",
            "url": "https://weblate.appinventor.mit.edu/api/changes/94526/?format=api"
        }
    ]
}