Translation components API.

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

GET /api/translations/darky/master/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/darky/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/darky/master/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/Ahmed744/?format=api",
            "author": "https://hosted.weblate.org/api/users/Ahmed744/?format=api",
            "timestamp": "2020-11-09T16:15:19.005537+01:00",
            "action": 0,
            "target": "",
            "id": 8156351,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/8156351/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14761998/?format=api",
            "component": "https://hosted.weblate.org/api/components/darky/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/darky/master/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/chipolade/?format=api",
            "author": "https://hosted.weblate.org/api/users/chipolade/?format=api",
            "timestamp": "2020-05-08T15:21:53.436720+02:00",
            "action": 3,
            "target": "",
            "id": 6136607,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/6136607/?format=api"
        }
    ]
}