Translation components API.

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

GET /api/translations/scripty-bot/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://hosted.weblate.org/api/translations/scripty-bot/glossary/ko/?format=api",
            "source": [
                "Scripty"
            ],
            "previous_source": "",
            "target": [
                "Scripty"
            ],
            "id_hash": 9110506087700253121,
            "content_hash": 9110506087700253121,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "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://hosted.weblate.org/api/units/113342955/?format=api",
            "priority": 100,
            "id": 113343003,
            "web_url": "https://hosted.weblate.org/translate/scripty-bot/glossary/ko/?checksum=fe6f0504696849c1",
            "url": "https://hosted.weblate.org/api/units/113343003/?format=api",
            "explanation": "봇의 이름입니다. 번역하지 마세요",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-01-15T08:01:02.776655+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/ko/?format=api",
            "source": [
                "Discord"
            ],
            "previous_source": "",
            "target": [
                "Discord"
            ],
            "id_hash": 652771440088570097,
            "content_hash": 652771440088570097,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/113343098/?format=api",
            "priority": 100,
            "id": 113343146,
            "web_url": "https://hosted.weblate.org/translate/scripty-bot/glossary/ko/?checksum=890f1c2a8dffd8f1",
            "url": "https://hosted.weblate.org/api/units/113343146/?format=api",
            "explanation": "브랜드 이름입니다. 번역하지 마세요",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-01-15T08:30:59.385800+01:00"
        }
    ]
}