Translation components API.

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

GET /api/translations/xwiki-contrib/blog-translations/da/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-contrib/blog-translations/da/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/179676/?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/da/?format=api",
            "user": "https://l10n.xwiki.org/api/users/xleander/?format=api",
            "author": "https://l10n.xwiki.org/api/users/xleander/?format=api",
            "timestamp": "2018-09-29T19:00:43.417447Z",
            "action": 2,
            "target": "Artiklen er ikke publiceret endnu. Publicér den.",
            "id": 27226,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/27226/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/179825/?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/da/?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:08.184536Z",
            "action": 30,
            "target": "Image thumbnail",
            "id": 15983,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/15983/?format=api"
        }
    ]
}