Translation components API.

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

GET /api/translations/dicio-android/glossary/en/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/dicio-android/glossary/en/?format=api",
            "source": [
                "skill"
            ],
            "previous_source": "",
            "target": [
                "skill"
            ],
            "id_hash": -3819149950364523096,
            "content_hash": -3819149950364523096,
            "location": "",
            "context": "skill",
            "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://hosted.weblate.org/api/units/86016931/?format=api",
            "priority": 100,
            "id": 86016931,
            "web_url": "https://hosted.weblate.org/translate/dicio-android/glossary/en/?checksum=4affa75ad89265a8",
            "url": "https://hosted.weblate.org/api/units/86016931/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-06T05:48:29.629593+01:00"
        }
    ]
}