Translation components API.

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

GET /api/translations/packages-i18n/glossary/zh_CN/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "source": [
                "Library"
            ],
            "previous_source": "",
            "target": [
                "程序库"
            ],
            "id_hash": -806857239082041307,
            "content_hash": -806857239082041307,
            "location": "",
            "context": "Library",
            "note": "",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.opensuse.org/api/units/13231944/?format=api",
            "priority": 100,
            "id": 13231945,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/glossary/zh_CN/?checksum=74cd779db0100025",
            "url": "https://l10n.opensuse.org/api/units/13231945/?format=api",
            "explanation": "A more informative and accurate translation.",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "source": [
                "Development"
            ],
            "previous_source": "",
            "target": [
                "开发"
            ],
            "id_hash": 4892021865297802848,
            "content_hash": 4892021865297802848,
            "location": "",
            "context": "Development",
            "note": "",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.opensuse.org/api/units/13231946/?format=api",
            "priority": 100,
            "id": 13231947,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/glossary/zh_CN/?checksum=c3e3f3f7aa84f660",
            "url": "https://l10n.opensuse.org/api/units/13231947/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "source": [
                "Development files."
            ],
            "previous_source": "",
            "target": [
                "这个软件包包含的是开发文件。"
            ],
            "id_hash": -6359540674495093781,
            "content_hash": -6359540674495093781,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.opensuse.org/api/units/16006782/?format=api",
            "priority": 100,
            "id": 16006783,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/glossary/zh_CN/?checksum=27be5f736a1263eb",
            "url": "https://l10n.opensuse.org/api/units/16006783/?format=api",
            "explanation": "Packages with a \"-devel\" suffix indicate that they contain the development files for that package. What exactly \"development files\" means should be interpreted when translating into Chinese.",
            "extra_flags": ""
        }
    ]
}