Translation components API.

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

GET /api/translations/xwiki-platform/livedata-macro/en/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-platform/livedata-macro/en/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/livedata-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/livedata-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-10T03:30:36.694814Z",
            "action": 0,
            "target": "",
            "id": 288830,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/288830/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/livedata-macro/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/livedata-macro/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-12T12:06:12.660035Z",
            "action": 0,
            "target": "",
            "id": 288243,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/288243/?format=api"
        }
    ]
}