Translation components API.

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

GET /api/translations/xwiki-contrib/ldap-application/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-26T12:36:41.595375Z",
            "action": 0,
            "target": "",
            "id": 279698,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/279698/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-12T03:31:12.268532Z",
            "action": 0,
            "target": "",
            "id": 277736,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/277736/?format=api"
        }
    ]
}