Languages API.

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

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

{
    "total": 18871,
    "total_words": 268117,
    "total_chars": 1904147,
    "last_change": "2024-04-25T19:53:40.888394Z",
    "recent_changes": 153,
    "translated": 971,
    "translated_words": 4705,
    "translated_percent": 5.1,
    "translated_words_percent": 1.7,
    "translated_chars": 34317,
    "translated_chars_percent": 1.8,
    "fuzzy": 302,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 3092,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 21186,
    "fuzzy_chars_percent": 1.1,
    "failing": 92,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 18,
    "readonly_words_percent": 0.1,
    "readonly_chars": 486,
    "readonly_chars_percent": 0.1,
    "suggestions": 371,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "https://translate.fedoraproject.org/languages/pt_PT/"
}