Translation components API.

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

GET /api/translations/t2k4e/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.foundryvtt-hub.com/api/translations/t2k4e/glossary/uk/?format=api",
            "source": [
                "CUF"
            ],
            "previous_source": "",
            "target": [
                "СПВ"
            ],
            "id_hash": -5944866410387052970,
            "content_hash": -5944866410387052970,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://weblate.foundryvtt-hub.com/api/units/309640/?format=api",
            "priority": 100,
            "id": 309641,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/glossary/uk/?checksum=2d7f977f3bba6656",
            "url": "https://weblate.foundryvtt-hub.com/api/units/309641/?format=api",
            "explanation": "Combat Under Fire (CUF)",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-16T18:07:22.569865Z",
            "last_updated": "2025-04-16T18:07:22.569870Z"
        }
    ]
}