Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/glossary/zh_CN/?format=api",
            "source": [
                "Appstream"
            ],
            "previous_source": "",
            "target": [
                "从 Appstream"
            ],
            "id_hash": -2716242741033768842,
            "content_hash": -2716242741033768842,
            "location": "",
            "context": "",
            "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/14646779/?format=api",
            "priority": 100,
            "id": 14646780,
            "web_url": "https://l10n.opensuse.org/translate/software-o-o/glossary/zh_CN/?checksum=5a4df79e48f2e876",
            "url": "https://l10n.opensuse.org/api/units/14646780/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}