Languages API.

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

GET /api/languages/br/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 135935,
    "total_words": 1012335,
    "total_chars": 6609488,
    "last_change": "2024-04-26T16:55:38.738621Z",
    "recent_changes": 351,
    "translated": 22373,
    "translated_words": 74104,
    "translated_percent": 16.4,
    "translated_words_percent": 7.3,
    "translated_chars": 465959,
    "translated_chars_percent": 7.0,
    "fuzzy": 14233,
    "fuzzy_percent": 10.4,
    "fuzzy_words": 51322,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 357604,
    "fuzzy_chars_percent": 5.4,
    "failing": 7760,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 948,
    "readonly_percent": 0.6,
    "readonly_words": 2784,
    "readonly_words_percent": 0.2,
    "readonly_chars": 27720,
    "readonly_chars_percent": 0.4,
    "suggestions": 1089,
    "comments": 2,
    "name": "Breton",
    "url": "https://hosted.weblate.org/languages/br/"
}