Translation components API.

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

GET /api/translations/peppercarrot/glossary/ls/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/ls/?format=api",
            "source": [
                "Pepper&Carrot"
            ],
            "previous_source": "",
            "target": [
                "Pepper&Carrot"
            ],
            "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": 722237,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/ls/?checksum=133c7c9416ba4f0a",
            "url": "https://weblate.framasoft.org/api/units/722237/?format=api",
            "explanation": "Although they may sound strange at first, I don't find it necessary to translate these names",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-05-30T09:35:02.611421Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/ls/?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": 722271,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/ls/?checksum=2bef4c095a8b4d63",
            "url": "https://weblate.framasoft.org/api/units/722271/?format=api",
            "explanation": "Although they may sound strange at first, I don't find it necessary to translate these names",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-05-30T09:35:02.770027Z"
        }
    ]
}