Translation components API.

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

GET /api/translations/polyglot/glossary/zh_Hans/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/polyglot/glossary/zh_Hans/?format=api",
            "source": [
                "RNG"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5596332606937679572,
            "content_hash": -5596332606937679572,
            "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.foundryvtt-hub.com/api/units/19577/?format=api",
            "priority": 100,
            "id": 282252,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/polyglot/glossary/zh_Hans/?checksum=3255d525068b392c",
            "url": "https://weblate.foundryvtt-hub.com/api/units/282252/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-03-09T15:03:21.618601Z",
            "last_updated": "2024-03-09T15:03:21.618621Z"
        }
    ]
}