Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/507809/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/es/?format=api",
            "user": "https://l10n.xwiki.org/api/users/fgm1971/?format=api",
            "author": null,
            "timestamp": "2020-06-28T19:07:44.429935Z",
            "action": 5,
            "target": "espacio de nombres",
            "id": 204922,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/204922/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/507807/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/es/?format=api",
            "user": "https://l10n.xwiki.org/api/users/fgm1971/?format=api",
            "author": null,
            "timestamp": "2020-06-28T19:07:33.489879Z",
            "action": 5,
            "target": "espacios de nombres",
            "id": 204921,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/204921/?format=api"
        }
    ]
}