Translation components API.

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

GET /api/translations/yast-printer/glossary/en/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/yast-printer/glossary/en/?format=api",
            "source": [
                "printer description"
            ],
            "previous_source": "",
            "target": [
                "printer description"
            ],
            "id_hash": 6578870728336643234,
            "content_hash": 6578870728336643234,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.opensuse.org/api/units/12730450/?format=api",
            "priority": 100,
            "id": 12730450,
            "web_url": "https://l10n.opensuse.org/translate/yast-printer/glossary/en/?checksum=db4cd81231b894a2",
            "url": "https://l10n.opensuse.org/api/units/12730450/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}