Translation components API.

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

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

{
    "count": 103,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-solrtranslations/fr/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/121345/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/main-solrtranslations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-solrtranslations/fr/?format=api",
            "user": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "author": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "timestamp": "2018-06-10T12:44:49.096787Z",
            "action": 3,
            "target": "",
            "id": 13564,
            "action_name": "Comment added",
            "url": "https://l10n.xwiki.org/api/changes/13564/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/121305/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/main-solrtranslations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-solrtranslations/fr/?format=api",
            "user": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "author": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "timestamp": "2018-06-10T12:40:45.549543Z",
            "action": 2,
            "target": "Enregistré par {0} le {1} ({2})",
            "id": 13560,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/13560/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/121285/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/main-solrtranslations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/main-solrtranslations/fr/?format=api",
            "user": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "author": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "timestamp": "2018-06-10T12:39:33.045547Z",
            "action": 2,
            "target": "Trier par :",
            "id": 13557,
            "action_name": "Translation changed",
            "url": "https://l10n.xwiki.org/api/changes/13557/?format=api"
        }
    ]
}