Translation components API.

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

GET /api/translations/zorin-appearance/glossary/pa/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://translations.zorin.com/api/translations/zorin-appearance/glossary/pa/?format=api",
            "source": [
                "Taskbar"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -239303932116493558,
            "content_hash": -239303932116493558,
            "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://translations.zorin.com/api/units/28165/?format=api",
            "priority": 100,
            "id": 28233,
            "web_url": "https://translations.zorin.com/translate/zorin-appearance/glossary/pa/?checksum=7cadd25774d79b0a",
            "url": "https://translations.zorin.com/api/units/28233/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-05T03:03:50.092159Z"
        }
    ]
}