Translation components API.

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

GET /api/translations/nextcloud/drop-account/zh_Hant/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/nextcloud/drop-account/zh_Hant/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/432445/?format=api",
            "component": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/nextcloud/drop-account/zh_Hant/?format=api",
            "user": "https://weblate.framasoft.org/api/users/W1ll11/?format=api",
            "author": "https://weblate.framasoft.org/api/users/W1ll11/?format=api",
            "timestamp": "2021-01-12T04:16:45.781629Z",
            "action": 45,
            "target": "",
            "id": 143331,
            "action_name": "Un contributeur à rejoint",
            "url": "https://weblate.framasoft.org/api/changes/143331/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/nextcloud/drop-account/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/nextcloud/drop-account/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-07T14:24:26.177928Z",
            "action": 0,
            "target": "",
            "id": 141347,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/141347/?format=api"
        }
    ]
}