Translation components API.

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

GET /api/translations/xwiki-contrib/ldap-application/tr/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/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:36:43.772564Z",
            "action": 0,
            "target": "",
            "id": 279712,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279712/?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/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-12T03:31:13.726524Z",
            "action": 0,
            "target": "",
            "id": 277750,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/277750/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/184518/?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/tr/?format=api",
            "user": null,
            "author": "https://l10n.xwiki.org/api/users/anonymous/?format=api",
            "timestamp": "2019-12-18T12:59:58.596429Z",
            "action": 4,
            "target": "Çeşitli",
            "id": 184990,
            "action_name": "Suggestion added",
            "url": "https://l10n.xwiki.org/api/changes/184990/?format=api"
        }
    ]
}