Translation components API.

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

GET /api/translations/osmand/phrases/hsb/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4866,
    "total_words": 10161,
    "total_chars": 70433,
    "last_change": "2024-04-24T15:31:15.815587Z",
    "recent_changes": 0,
    "translated": 1920,
    "translated_words": 3467,
    "translated_percent": 39.4,
    "translated_words_percent": 34.1,
    "translated_chars": 23347,
    "translated_chars_percent": 33.1,
    "fuzzy": 75,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 151,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 1435,
    "fuzzy_chars_percent": 2.0,
    "failing": 14,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hsb",
    "name": "Upper Sorbian",
    "url": "https://hosted.weblate.org/projects/osmand/phrases/hsb/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/phrases/hsb/"
}