Translation components API.

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

GET /api/translations/what-is-peertube-video/subtitles/zh_Hans/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/220074/?format=api",
            "component": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-peertube-video/subtitles/zh_Hans/?format=api",
            "user": null,
            "author": "https://weblate.framasoft.org/api/users/anonymous/?format=api",
            "timestamp": "2020-03-01T03:30:24.653791Z",
            "action": 4,
            "target": "\n\nPeerTube 是什么?",
            "id": 51171,
            "action_name": "Suggestion ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/51171/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/what-is-peertube-video/subtitles/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-peertube-video/subtitles/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-19T09:17:56.979638Z",
            "action": 0,
            "target": "",
            "id": 20689,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/20689/?format=api"
        }
    ]
}