Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.ayana.io/api/components/ayana/glossary/?format=api",
            "translation": "https://translate.ayana.io/api/translations/ayana/glossary/tsun/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-09T18:40:45.723474Z",
            "action": 0,
            "target": "",
            "id": 64,
            "action_name": "Resource update",
            "url": "https://translate.ayana.io/api/changes/64/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.ayana.io/api/components/ayana/glossary/?format=api",
            "translation": "https://translate.ayana.io/api/translations/ayana/glossary/tsun/?format=api",
            "user": "https://translate.ayana.io/api/users/HcgRandon/?format=api",
            "author": "https://translate.ayana.io/api/users/HcgRandon/?format=api",
            "timestamp": "2022-10-20T18:23:28.727018Z",
            "action": 0,
            "target": "",
            "id": 39440,
            "action_name": "Resource update",
            "url": "https://translate.ayana.io/api/changes/39440/?format=api"
        }
    ]
}