Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-03T13:12:50.861329Z",
            "action": 17,
            "target": "",
            "id": 23500,
            "action_name": "Modifications envoyées",
            "url": "https://weblate.framasoft.org/api/changes/23500/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/219816/?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/it/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ButterflyOfFire/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ButterflyOfFire/?format=api",
            "timestamp": "2019-12-02T12:07:26.265975Z",
            "action": 2,
            "target": "un video alla volta…",
            "id": 23155,
            "action_name": "Traduction modifiée",
            "url": "https://weblate.framasoft.org/api/changes/23155/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/219816/?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/it/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ButterflyOfFire/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ButterflyOfFire/?format=api",
            "timestamp": "2019-12-02T12:07:26.264174Z",
            "action": 45,
            "target": "",
            "id": 23154,
            "action_name": "Un contributeur à rejoint",
            "url": "https://weblate.framasoft.org/api/changes/23154/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-19T09:17:55.721954Z",
            "action": 0,
            "target": "",
            "id": 20683,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/20683/?format=api"
        }
    ]
}