Languages API.

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

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

{
    "total": 284602,
    "total_words": 2409921,
    "total_chars": 19115851,
    "last_change": "2024-03-30T00:04:29.006676Z",
    "recent_changes": 1400,
    "translated": 48336,
    "translated_words": 129925,
    "translated_percent": 16.9,
    "translated_words_percent": 5.3,
    "translated_chars": 845350,
    "translated_chars_percent": 4.4,
    "fuzzy": 12575,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 36399,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 232758,
    "fuzzy_chars_percent": 1.2,
    "failing": 20,
    "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": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 56,
    "comments": 1,
    "name": "Persian",
    "url": "https://translations.documentfoundation.org/languages/fa/"
}