Translation components API.

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

GET /api/translations/xwiki-platform/wysiwyg-editor-api/ru/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/?format=api",
            "source": [
                "Default WYSIWYG Editor"
            ],
            "previous_source": "",
            "target": [
                "WYSIWYG редактор по-умолчанию"
            ],
            "id_hash": 7814305794046504708,
            "content_hash": 7673693178635943165,
            "location": "",
            "context": "edit.defaultEditor.org.xwiki.rendering.syntax.SyntaxContent.wysiwyg",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.xwiki.org/api/units/122234/?format=api",
            "priority": 100,
            "id": 331130,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/wysiwyg-editor-api/ru/?checksum=ec71fdb7bc6b2f04",
            "url": "https://l10n.xwiki.org/api/units/331130/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-05-01T21:38:24.485000Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/wysiwyg-editor-api/ru/?format=api",
            "source": [
                "The visual editor that is used to edit the page content and the Text Area properties."
            ],
            "previous_source": "",
            "target": [
                "Визуальный редактор, который используется для редактирования содержимого страницы и свойств текстовой области."
            ],
            "id_hash": 7799028359004351825,
            "content_hash": 2858701893164449608,
            "location": "",
            "context": "edit.defaultEditor.org.xwiki.rendering.syntax.SyntaxContent.wysiwyg.hint",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://l10n.xwiki.org/api/units/122235/?format=api",
            "priority": 100,
            "id": 331131,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/wysiwyg-editor-api/ru/?checksum=ec3bb6f8b3a6ed51",
            "url": "https://l10n.xwiki.org/api/units/331131/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-05-01T21:38:24.572000Z"
        }
    ]
}