Translation components API.

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

GET /api/translations/debbuild/glossary/zh_Hant/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.fedoraproject.org/api/translations/debbuild/glossary/zh_Hant/?format=api",
            "source": [
                "build-dependency"
            ],
            "previous_source": "",
            "target": [
                "建置依賴"
            ],
            "id_hash": -8054087441784909047,
            "content_hash": -8054087441784909047,
            "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://translate.fedoraproject.org/api/units/8894279/?format=api",
            "priority": 100,
            "id": 19169029,
            "web_url": "https://translate.fedoraproject.org/translate/debbuild/glossary/zh_Hant/?checksum=103a2224e279d309",
            "url": "https://translate.fedoraproject.org/api/units/19169029/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-02T00:26:08.073733Z",
            "last_updated": "2025-04-02T00:26:08.073747Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/debbuild/glossary/zh_Hant/?format=api",
            "source": [
                "library"
            ],
            "previous_source": "",
            "target": [
                "函式庫"
            ],
            "id_hash": 817703237188161692,
            "content_hash": 817703237188161692,
            "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://translate.fedoraproject.org/api/units/19176400/?format=api",
            "priority": 100,
            "id": 19176401,
            "web_url": "https://translate.fedoraproject.org/translate/debbuild/glossary/zh_Hant/?checksum=8b5910c30849909c",
            "url": "https://translate.fedoraproject.org/api/units/19176401/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-06T01:40:46.117245Z",
            "last_updated": "2025-04-06T01:40:46.117260Z"
        }
    ]
}