Translation components API.

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

GET /api/translations/xwiki-platform/annotationcode-translations/de/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-platform/annotationcode-translations/de/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/130646/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Mario-Hofstaetter/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Mario-Hofstaetter/?format=api",
            "timestamp": "2018-09-26T21:26:56.513100Z",
            "action": 5,
            "target": "Fehlgeschlagen:",
            "id": 26897,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/26897/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/130648/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/annotationcode-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/annotationcode-translations/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/atallahade/?format=api",
            "author": "https://l10n.xwiki.org/api/users/atallahade/?format=api",
            "timestamp": "2018-06-10T13:04:48.216221Z",
            "action": 30,
            "target": "Show annotations",
            "id": 13678,
            "action_name": "Source string changed",
            "url": "https://l10n.xwiki.org/api/changes/13678/?format=api"
        }
    ]
}