Translation components API.

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

GET /api/translations/fedora-docs-l10n-project/glossary/zh_CN/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/fedora-docs-l10n-project/glossary/zh_CN/?format=api",
            "source": [
                "Code of Conduct"
            ],
            "previous_source": "",
            "target": [
                "《行为准则》"
            ],
            "id_hash": -9173002114724517474,
            "content_hash": -9173002114724517474,
            "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": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/7616960/?format=api",
            "priority": 100,
            "id": 15709854,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-project/glossary/zh_CN/?checksum=00b2f32d63f0299e",
            "url": "https://translate.fedoraproject.org/api/units/15709854/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-04T12:51:07.388435Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-project/glossary/zh_CN/?format=api",
            "source": [
                "Four Foundations"
            ],
            "previous_source": "",
            "target": [
                "四项基础"
            ],
            "id_hash": -4879329652419784010,
            "content_hash": -4879329652419784010,
            "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": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/7616962/?format=api",
            "priority": 100,
            "id": 15709855,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-project/glossary/zh_CN/?checksum=3c4923886d7d12b6",
            "url": "https://translate.fedoraproject.org/api/units/15709855/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-04T13:04:46.136446Z"
        }
    ]
}