Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/blog-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/blog-translations/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:35:07.380022Z",
            "action": 0,
            "target": "",
            "id": 279587,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279587/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/blog-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/blog-translations/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-06T03:30:30.309463Z",
            "action": 0,
            "target": "",
            "id": 278954,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/278954/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/blog-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/blog-translations/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-24T16:40:31.364653Z",
            "action": 0,
            "target": "",
            "id": 176203,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/176203/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/blog-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/blog-translations/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-30T09:03:40.558383Z",
            "action": 0,
            "target": "",
            "id": 157523,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/157523/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/180175/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/blog-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/blog-translations/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/valdisvi/?format=api",
            "author": "https://l10n.xwiki.org/api/users/valdisvi/?format=api",
            "timestamp": "2018-07-26T07:36:04.884505Z",
            "action": 2,
            "target": "Image thumbnail",
            "id": 15963,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/15963/?format=api"
        }
    ]
}