Translation components API.

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

GET /api/translations/peppercarrot/glossary/ca/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/ca/?format=api",
            "source": [
                "Pepper&Carrot"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7837252276053192950,
            "content_hash": -7837252276053192950,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 591554,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/ca/?checksum=133c7c9416ba4f0a",
            "url": "https://weblate.framasoft.org/api/units/591554/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-01T20:55:02.932807Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/ca/?format=api",
            "source": [
                "Hereva"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6057539370732532381,
            "content_hash": -6057539370732532381,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 591587,
            "web_url": "https://weblate.framasoft.org/translate/peppercarrot/glossary/ca/?checksum=2bef4c095a8b4d63",
            "url": "https://weblate.framasoft.org/api/units/591587/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-01T20:55:03.150468Z"
        }
    ]
}