Languages API.

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

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

{
    "total": 117436,
    "total_words": 524240,
    "total_chars": 3207986,
    "last_change": "2020-09-11T08:11:02.039458Z",
    "recent_changes": 6,
    "translated": 79445,
    "translated_words": 233195,
    "translated_percent": 67.6,
    "translated_words_percent": 44.4,
    "translated_chars": 1475714,
    "translated_chars_percent": 46.0,
    "fuzzy": 3208,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 13689,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 84361,
    "fuzzy_chars_percent": 2.6,
    "failing": 5696,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 47,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://translations.documentfoundation.org/languages/be/"
}