Translation components API.

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

GET /api/components/rpminspect/main/changes/?format=api&page=2000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 99951,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/components/rpminspect/main/changes/?format=api&page=1999",
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/rpminspect/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-06-27T14:26:54.967461Z",
            "action": 60,
            "target": "weblate.autotranslate.autotranslate",
            "old": "",
            "details": {
                "mode": "suggest",
                "engines": [
                    "weblate-translation-memory"
                ],
                "component": "",
                "threshold": "80",
                "auto_source": "mt",
                "filter_type": "todo"
            },
            "id": 11779113,
            "action_name": "Add-on installed",
            "url": "https://translate.fedoraproject.org/api/changes/11779113/?format=api"
        }
    ]
}