Translation components API.

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

GET /api/translations/xwiki-contrib/pdf-viewer-macro/hr/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://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/hr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-29T03:31:04.332040Z",
            "action": 0,
            "target": "",
            "id": 369256,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/369256/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/hr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:36:27.117366Z",
            "action": 0,
            "target": "",
            "id": 279683,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279683/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/pdf-viewer-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/pdf-viewer-macro/hr/?format=api",
            "user": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "author": "https://l10n.xwiki.org/api/users/surli/?format=api",
            "timestamp": "2020-12-15T14:14:00.079494Z",
            "action": 0,
            "target": "",
            "id": 278844,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/278844/?format=api"
        }
    ]
}