Translation components API.

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

GET /api/translations/liberaforms/gdpr-wizard/da/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/liberaforms/gdpr-wizard/da/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/liberaforms/gdpr-wizard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/liberaforms/gdpr-wizard/da/?format=api",
            "user": "https://hosted.weblate.org/api/users/addon:languages/?format=api",
            "author": null,
            "timestamp": "2024-05-03T11:45:05.309108+02:00",
            "action": 17,
            "target": "",
            "id": 88788482,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/88788482/?format=api"
        }
    ]
}