Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxothersyntaxes/ja/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/xwiki-xwikisyntaxothersyntaxes/ja/?format=api",
            "source": [
                "= General =\n\n== Other Syntaxes ==\n\n=== 1.0 Other Syntaxes ===\n\nOther syntaxes are also [[available>>https://extensions.xwiki.org/xwiki/bin/view/ExtensionCode/AllExtensions/WebHome#%7Ct=extensions&category=syntax]]."
            ],
            "previous_source": "",
            "target": [
                "= 一般 =\n\n== 他のシンタックス ==\n\n=== 1.0 他のシンタックス ===\n\n他のシンタックスも[[利用可能です>>https://extensions.xwiki.org/xwiki/bin/view/ExtensionCode/AllExtensions/WebHome#%7Ct=extensions&category=syntax]]。"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": 607408809078907809,
            "location": "",
            "context": "content",
            "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": 17,
            "source_unit": "https://l10n.xwiki.org/api/units/465633/?format=api",
            "priority": 100,
            "id": 549819,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxothersyntaxes/ja/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/549819/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-09T04:08:25.419523Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxothersyntaxes/ja/?format=api",
            "source": [
                "Other Wiki Syntaxes"
            ],
            "previous_source": "",
            "target": [
                "ウィキの他のシンタックス"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": 4679892460340964687,
            "location": "",
            "context": "title",
            "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": 3,
            "source_unit": "https://l10n.xwiki.org/api/units/465634/?format=api",
            "priority": 100,
            "id": 549820,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxothersyntaxes/ja/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/549820/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-09T04:08:25.424426Z"
        }
    ]
}