Translation components API.

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

GET /api/translations/xwiki-contrib/ldap-application/fa/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/ldap-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ldap-application/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:36:42.387586Z",
            "action": 0,
            "target": "",
            "id": 279702,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279702/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ldap-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ldap-application/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-12T03:31:12.763648Z",
            "action": 0,
            "target": "",
            "id": 277740,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/277740/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/194492/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/ldap-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ldap-application/fa/?format=api",
            "user": null,
            "author": "https://l10n.xwiki.org/api/users/anonymous/?format=api",
            "timestamp": "2020-11-18T11:27:59.611877Z",
            "action": 4,
            "target": "سرویس LDAP در دسترس نیست. لطفاً صحت نصب سیستم را وارسی نمایید.",
            "id": 271007,
            "action_name": "Suggestion added",
            "url": "https://l10n.xwiki.org/api/changes/271007/?format=api"
        }
    ]
}