Translation components API.

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

GET /api/translations/peppercarrot/glossary/fr/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/fr/?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": 0,
            "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": 567019,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/fr/?checksum=133c7c9416ba4f0a",
            "url": "https://weblate.framasoft.org/api/units/567019/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-06T16:22:52.662574Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/fr/?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": 0,
            "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": 567023,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/fr/?checksum=2bef4c095a8b4d63",
            "url": "https://weblate.framasoft.org/api/units/567023/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-06T16:23:13.717115Z"
        }
    ]
}