Translation components API.

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

GET /api/translations/ayana/glossary/th/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/th/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-09T18:40:45.656193Z",
            "action": 0,
            "target": "",
            "id": 61,
            "action_name": "Resource update",
            "url": "https://translate.ayana.io/api/changes/61/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.ayana.io/api/components/ayana/glossary/?format=api",
            "translation": "https://translate.ayana.io/api/translations/ayana/glossary/th/?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.560936Z",
            "action": 0,
            "target": "",
            "id": 39428,
            "action_name": "Resource update",
            "url": "https://translate.ayana.io/api/changes/39428/?format=api"
        }
    ]
}