Translation components API.

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

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

{
    "total": 5099,
    "total_words": 25526,
    "total_chars": 156451,
    "last_change": "2024-05-09T10:46:09.000884Z",
    "recent_changes": 1,
    "translated": 4435,
    "translated_words": 20907,
    "translated_percent": 86.9,
    "translated_words_percent": 81.9,
    "translated_chars": 127485,
    "translated_chars_percent": 81.4,
    "fuzzy": 165,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 2294,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 14660,
    "fuzzy_chars_percent": 9.3,
    "failing": 6,
    "failing_percent": 0.1,
    "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": 5,
    "comments": 0,
    "code": "be",
    "name": "Belarusian",
    "url": "https://hosted.weblate.org/projects/osmand/main/be/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/main/be/"
}