Translation components API.

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

GET /api/translations/xwiki-contrib/ideas-application/sk/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/ideas-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-27T03:30:42.084916Z",
            "action": 0,
            "target": "",
            "id": 371069,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/371069/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:33:38.604897Z",
            "action": 0,
            "target": "",
            "id": 279402,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279402/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ideas-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ideas-application/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-12T03:30:27.802047Z",
            "action": 0,
            "target": "",
            "id": 277685,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/277685/?format=api"
        }
    ]
}