Translation components API.

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

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

{
    "count": 99751,
    "next": null,
    "previous": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/changes/?format=api&page=1995",
    "results": [
        {
            "unit": null,
            "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
            "translation": null,
            "user": "https://translate.seerr.dev/api/users/fallenbagel/?format=api",
            "author": "https://translate.seerr.dev/api/users/fallenbagel/?format=api",
            "timestamp": "2024-01-03T08:12:17.789400Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 3,
            "action_name": "Component created",
            "url": "https://translate.seerr.dev/api/changes/3/?format=api"
        }
    ]
}