Translation components API.

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

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

{
    "count": 251,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-platform/livedata-macro/ja/changes/?format=api&page=5",
    "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/ja/?format=api",
            "user": "https://l10n.xwiki.org/api/users/shirahara/?format=api",
            "author": "https://l10n.xwiki.org/api/users/shirahara/?format=api",
            "timestamp": "2022-11-11T10:05:07.536035Z",
            "action": 48,
            "target": "",
            "id": 335086,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/335086/?format=api"
        }
    ]
}