Translation components API.

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

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

{
    "count": 1521,
    "next": null,
    "previous": "https://weblate.appinventor.mit.edu/api/translations/appinventor/component-properties/ab/changes/?format=api&page=76",
    "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/ab/?format=api",
            "dictionary": null,
            "user": 3,
            "author": 3,
            "timestamp": "2025-01-15T19:22:06.847247Z",
            "action": 44,
            "target": "",
            "id": 96050,
            "action_name": "New string to translate",
            "url": "https://weblate.appinventor.mit.edu/api/changes/96050/?format=api"
        }
    ]
}