Translation components API.

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

GET /api/translations/yunohost/glossary/ko/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://translate.yunohost.org/api/translations/yunohost/glossary/ko/?format=api",
            "source": [
                "invalid"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1677432448603732425,
            "content_hash": -1677432448603732425,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.yunohost.org/api/units/39887/?format=api",
            "priority": 100,
            "id": 103804,
            "web_url": "https://translate.yunohost.org/translate/yunohost/glossary/ko/?checksum=68b890134e42c637",
            "url": "https://translate.yunohost.org/api/units/103804/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-09-05T18:55:43.016845Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/ko/?format=api",
            "source": [
                "Let's Encrypt"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7384640126606223550,
            "content_hash": 7384640126606223550,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.yunohost.org/api/units/149971/?format=api",
            "priority": 100,
            "id": 149995,
            "web_url": "https://translate.yunohost.org/translate/yunohost/glossary/ko/?checksum=e67b8311d475a8be",
            "url": "https://translate.yunohost.org/api/units/149995/?format=api",
            "explanation": "Name of entity",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-05T15:46:57.518800Z"
        }
    ]
}