Translation components API.

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

GET /api/translations/flood/strings/tr/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/flood/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/flood/strings/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-29T15:21:42.454821+01:00",
            "action": 0,
            "target": "",
            "id": 9171307,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9171307/?format=api"
        }
    ]
}