Translation components API.

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

GET /api/translations/peppercarrot/glossary/vi/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://weblate.framasoft.org/api/translations/peppercarrot/glossary/vi/?format=api",
            "source": [
                "Pepper&Carrot"
            ],
            "previous_source": "",
            "target": [
                "Hạt Tiêu & Cà Rốt"
            ],
            "id_hash": -7837252276053192950,
            "content_hash": -7837252276053192950,
            "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://weblate.framasoft.org/api/units/567017/?format=api",
            "priority": 100,
            "id": 591576,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/vi/?checksum=133c7c9416ba4f0a",
            "url": "https://weblate.framasoft.org/api/units/591576/?format=api",
            "explanation": "\"Cà rốt\" is the official word of 'carrot' that is defined in most Vietnamese dictionaries.  \"Củ đỏ\" in current translation doesn't make sense for the majority - it could be mistaken for any root vegetables with red color, e.g beets, red radish,..",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-01T20:55:03.113830Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/vi/?format=api",
            "source": [
                "Hereva"
            ],
            "previous_source": "",
            "target": [
                "Hereva"
            ],
            "id_hash": -6057539370732532381,
            "content_hash": -6057539370732532381,
            "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://weblate.framasoft.org/api/units/567021/?format=api",
            "priority": 100,
            "id": 591609,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/vi/?checksum=2bef4c095a8b4d63",
            "url": "https://weblate.framasoft.org/api/units/591609/?format=api",
            "explanation": "Unique name to the universe, should be left untranslated. Adding prefixes to the name indicating the universe itself is OK, such as \"xứ Hereva\"",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-01T20:55:03.227272Z"
        }
    ]
}