Translation components API.

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

GET /api/translations/blivet/glossary/et/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://translate.fedoraproject.org/api/units/14541707/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:38.013854Z",
            "action": 31,
            "target": "",
            "id": 11488490,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488490/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541631/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:17.978064Z",
            "action": 31,
            "target": "",
            "id": 11488399,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488399/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-19T19:04:57.354066Z",
            "action": 0,
            "target": "",
            "id": 3203953,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3203953/?format=api"
        }
    ]
}