Translation components API.

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

GET /api/translations/framasoft/commons/uk/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/583214/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/uk/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ihor_ck/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ihor_ck/?format=api",
            "timestamp": "2021-09-30T18:54:18.649758Z",
            "action": 5,
            "target": "Очистити",
            "id": 242885,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/242885/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/583214/?format=api",
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/uk/?format=api",
            "user": "https://weblate.framasoft.org/api/users/ihor_ck/?format=api",
            "author": "https://weblate.framasoft.org/api/users/ihor_ck/?format=api",
            "timestamp": "2021-09-30T18:54:18.645292Z",
            "action": 45,
            "target": "",
            "id": 242884,
            "action_name": "Un contributeur à rejoint",
            "url": "https://weblate.framasoft.org/api/changes/242884/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-30T08:40:33.309989Z",
            "action": 0,
            "target": "",
            "id": 242714,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/242714/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-30T15:05:32.278943Z",
            "action": 0,
            "target": "",
            "id": 207915,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/207915/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/commons/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/framasoft/commons/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-11T07:47:03.410284Z",
            "action": 0,
            "target": "",
            "id": 142529,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/142529/?format=api"
        }
    ]
}