Translation components API.

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

GET /api/translations/ibus-m17n/glossary/lt/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.fedoraproject.org/api/components/ibus-m17n/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/ibus-m17n/glossary/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-19T12:06:14.657174Z",
            "action": 0,
            "target": "",
            "id": 12077998,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/12077998/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/ibus-m17n/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/ibus-m17n/glossary/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-19T12:06:14.519451Z",
            "action": 17,
            "target": "",
            "id": 12077997,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/12077997/?format=api"
        }
    ]
}