Translation components API.

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

GET /api/components/feedflow/app-strings/changes/?format=api&page=66
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3251,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/feedflow/app-strings/changes/?format=api&page=65",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedflow/app-strings/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-09-19T15:28:53.316487+02:00",
            "action": 60,
            "target": "weblate.cleanup.blank",
            "old": "",
            "details": {},
            "id": 66466826,
            "action_name": "Add-on installed",
            "url": "https://hosted.weblate.org/api/changes/66466826/?format=api"
        }
    ]
}