Languages API.

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

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

{
    "total": 7850,
    "total_words": 49535,
    "total_chars": 315548,
    "last_change": "2024-04-25T15:36:21.004819Z",
    "recent_changes": 4,
    "translated": 376,
    "translated_words": 1617,
    "translated_percent": 4.7,
    "translated_words_percent": 3.2,
    "translated_chars": 10323,
    "translated_chars_percent": 3.2,
    "fuzzy": 49,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 281,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 1780,
    "fuzzy_chars_percent": 0.5,
    "failing": 12,
    "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": 22,
    "readonly_percent": 0.2,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 311,
    "readonly_chars_percent": 0.1,
    "suggestions": 164,
    "comments": 0,
    "name": "Nepali",
    "url": "https://translate.fedoraproject.org/languages/ne/"
}