Translation components API.

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

GET /api/translations/peertube-livechat/glossary/uk/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://weblate.framasoft.org/api/translations/peertube-livechat/glossary/uk/?format=api",
            "source": [
                "tchat"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2761297014413276810,
            "content_hash": -2761297014413276810,
            "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/861624/?format=api",
            "priority": 100,
            "id": 861649,
            "web_url": "https://weblate.framasoft.org/translate/peertube-livechat/glossary/uk/?checksum=59ade6fed08cc976",
            "url": "https://weblate.framasoft.org/api/units/861649/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-07-06T14:13:15.654373Z"
        }
    ]
}