Translation components API.

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

GET /api/translations/yast-country/glossary/zh_TW/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.opensuse.org/api/translations/yast-country/glossary/zh_TW/?format=api",
            "source": [
                "log"
            ],
            "previous_source": "",
            "target": [
                "日誌"
            ],
            "id_hash": 3499638453843833971,
            "content_hash": 3499638453843833971,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.opensuse.org/api/units/12730446/?format=api",
            "priority": 100,
            "id": 12730447,
            "web_url": "https://l10n.opensuse.org/translate/yast-country/glossary/zh_TW/?checksum=b09136a1c3a8b473",
            "url": "https://l10n.opensuse.org/api/units/12730447/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/yast-country/glossary/zh_TW/?format=api",
            "source": [
                "log"
            ],
            "previous_source": "",
            "target": [
                "(v.) 記錄"
            ],
            "id_hash": 2908464914096759092,
            "content_hash": 2908464914096759092,
            "location": "",
            "context": "1",
            "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/12730448/?format=api",
            "priority": 100,
            "id": 12730449,
            "web_url": "https://l10n.opensuse.org/translate/yast-country/glossary/zh_TW/?checksum=a85cf16dfe6ca134",
            "url": "https://l10n.opensuse.org/api/units/12730449/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}