Translation components API.

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

GET /api/translations/yast-http-server/glossary/pt/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-http-server/glossary/pt/?format=api",
            "source": [
                "wizard"
            ],
            "previous_source": "",
            "target": [
                "assistente"
            ],
            "id_hash": -5999267899435360651,
            "content_hash": -5999267899435360651,
            "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/12729112/?format=api",
            "priority": 100,
            "id": 12729113,
            "web_url": "https://l10n.opensuse.org/translate/yast-http-server/glossary/pt/?checksum=2cbe51a185c05e75",
            "url": "https://l10n.opensuse.org/api/units/12729113/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}