Translation components API.

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

GET /api/translations/framasoft/glossary/zh_Hant/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/782657/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framasoft/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/glossary/zh_Hant/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "timestamp": "2022-12-23T12:41:26.230417Z",
            "action": 31,
            "target": "搜尋",
            "id": 497311,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/497311/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/782567/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framasoft/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/glossary/zh_Hant/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "timestamp": "2022-12-22T02:11:19.282051Z",
            "action": 31,
            "target": "協會",
            "id": 497083,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/497083/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/782566/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framasoft/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/glossary/zh_Hant/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "timestamp": "2022-12-22T01:32:59.724488Z",
            "action": 31,
            "target": "支付",
            "id": 497076,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/497076/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/782119/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framasoft/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/glossary/zh_Hant/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Eeeee/?format=api",
            "timestamp": "2022-12-20T01:18:00.616833Z",
            "action": 31,
            "target": "捐助/捐款",
            "id": 496307,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/496307/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-26T15:45:34.613214Z",
            "action": 0,
            "target": "",
            "id": 251535,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/251535/?format=api"
        }
    ]
}