Translation components API.

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

GET /api/translations/peertube/player/ja/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 303,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/peertube/player/ja/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/202518/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peertube/player/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/player/ja/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ccccccc/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ccccccc/?format=api",
            "timestamp": "2020-02-21T18:33:32.882418Z",
            "action": 2,
            "target": "{1} が読み込み中。",
            "id": 46791,
            "action_name": "Traduction modifiée",
            "url": "https://weblate.framasoft.org/api/changes/46791/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/202518/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peertube/player/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/player/ja/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ccccccc/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ccccccc/?format=api",
            "timestamp": "2020-02-21T18:33:32.881596Z",
            "action": 45,
            "target": "",
            "id": 46790,
            "action_name": "Un contributeur à rejoint",
            "url": "https://weblate.framasoft.org/api/changes/46790/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peertube/player/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/player/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-07T13:19:25.748840Z",
            "action": 0,
            "target": "",
            "id": 14937,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/14937/?format=api"
        }
    ]
}