Translation components API.

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

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

{
    "count": 2751,
    "next": null,
    "previous": "https://translate.ayana.io/api/components/ayana/general/changes/?format=api&page=55",
    "results": [
        {
            "unit": null,
            "component": "https://translate.ayana.io/api/components/ayana/general/?format=api",
            "translation": "https://translate.ayana.io/api/translations/ayana/general/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-12-12T06:55:43.423505Z",
            "action": 17,
            "target": "",
            "id": 48589,
            "action_name": "Committed changes",
            "url": "https://translate.ayana.io/api/changes/48589/?format=api"
        }
    ]
}