Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/noprojectdialog/ta/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/ta/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-01-15T19:11:38.318420Z",
            "action": 0,
            "target": "",
            "id": 94525,
            "action_name": "Resource update",
            "url": "https://weblate.appinventor.mit.edu/api/changes/94525/?format=api"
        }
    ]
}