Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/861295/?format=api",
            "component": "https://weblate.framasoft.org/api/components/entraide-chatons/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/entraide-chatons/glossary/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/yvan/?format=api",
            "author": "https://weblate.framasoft.org/api/users/yvan/?format=api",
            "timestamp": "2023-06-20T12:21:50.064792Z",
            "action": 31,
            "target": "Instance",
            "id": 637300,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/637300/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/860339/?format=api",
            "component": "https://weblate.framasoft.org/api/components/entraide-chatons/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/entraide-chatons/glossary/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/yvan/?format=api",
            "author": "https://weblate.framasoft.org/api/users/yvan/?format=api",
            "timestamp": "2023-06-17T23:48:06.625240Z",
            "action": 31,
            "target": "Video-conference",
            "id": 635331,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/635331/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/738094/?format=api",
            "component": "https://weblate.framasoft.org/api/components/entraide-chatons/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/entraide-chatons/glossary/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/thary/?format=api",
            "author": "https://weblate.framasoft.org/api/users/thary/?format=api",
            "timestamp": "2022-08-11T16:11:24.725541Z",
            "action": 31,
            "target": "Free online-services",
            "id": 410671,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/410671/?format=api"
        }
    ]
}