Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/523876/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/rendering-api/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-21T16:30:27.263796Z",
            "action": 5,
            "target": "Eingeschränkt",
            "id": 294607,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/294607/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/523875/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/rendering-api/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-21T16:29:58.536913Z",
            "action": 5,
            "target": "Zielsyntax",
            "id": 294606,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/294606/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/523874/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/rendering-api/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-21T16:29:46.131567Z",
            "action": 5,
            "target": "Standard-Syntax",
            "id": 294605,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/294605/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/rendering-api/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-21T16:29:17.679432Z",
            "action": 48,
            "target": "",
            "id": 294603,
            "action_name": "Language added",
            "url": "https://l10n.xwiki.org/api/changes/294603/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-rendering/rendering-api/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/de/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Simpel/?format=api",
            "timestamp": "2022-01-21T16:29:17.375341Z",
            "action": 0,
            "target": "",
            "id": 294601,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/294601/?format=api"
        }
    ]
}