Translation components API.

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

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

{
    "count": 3,
    "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/de_CH/?format=api",
            "user": "https://translate.ayana.io/api/users/M4kP4w31/?format=api",
            "author": "https://translate.ayana.io/api/users/M4kP4w31/?format=api",
            "timestamp": "2022-05-16T21:12:29.267237Z",
            "action": 48,
            "target": "",
            "id": 27340,
            "action_name": "Added new language",
            "url": "https://translate.ayana.io/api/changes/27340/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.ayana.io/api/components/ayana/glossary/?format=api",
            "translation": "https://translate.ayana.io/api/translations/ayana/glossary/de_CH/?format=api",
            "user": "https://translate.ayana.io/api/users/M4kP4w31/?format=api",
            "author": "https://translate.ayana.io/api/users/M4kP4w31/?format=api",
            "timestamp": "2022-05-16T21:12:29.337254Z",
            "action": 0,
            "target": "",
            "id": 27341,
            "action_name": "Resource update",
            "url": "https://translate.ayana.io/api/changes/27341/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.ayana.io/api/components/ayana/glossary/?format=api",
            "translation": "https://translate.ayana.io/api/translations/ayana/glossary/de_CH/?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.049726Z",
            "action": 0,
            "target": "",
            "id": 39409,
            "action_name": "Resource update",
            "url": "https://translate.ayana.io/api/changes/39409/?format=api"
        }
    ]
}