Translation components API.

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

GET /api/translations/uaswitcher/glossary/pt/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://hosted.weblate.org/api/translations/uaswitcher/glossary/pt/?format=api",
            "source": [
                "device"
            ],
            "previous_source": "",
            "target": [
                "aparelho"
            ],
            "id_hash": -8317566709674605939,
            "content_hash": -8317566709674605939,
            "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://hosted.weblate.org/api/units/28788538/?format=api",
            "priority": 100,
            "id": 28788539,
            "web_url": "https://hosted.weblate.org/translate/uaswitcher/glossary/pt/?checksum=0c9211255a3b028d",
            "url": "https://hosted.weblate.org/api/units/28788539/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T17:21:12.477090+01:00"
        }
    ]
}