Translation components API.

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

GET /api/translations/turris/user-notify/lt/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/user-notify/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/user-notify/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-05T15:35:15.919493+02:00",
            "action": 0,
            "target": "",
            "id": 10009957,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10009957/?format=api"
        }
    ]
}