Languages API.

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

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

{
    "total": 1998,
    "total_words": 8561,
    "total_chars": 52821,
    "last_change": "2026-02-16T10:50:07.342607Z",
    "recent_changes": 104,
    "translated": 294,
    "translated_words": 567,
    "translated_percent": 14.7,
    "translated_words_percent": 6.6,
    "translated_chars": 3907,
    "translated_chars_percent": 7.3,
    "fuzzy": 632,
    "fuzzy_percent": 31.6,
    "fuzzy_words": 1957,
    "fuzzy_words_percent": 22.8,
    "fuzzy_chars": 11733,
    "fuzzy_chars_percent": 22.2,
    "failing": 265,
    "failing_percent": 13.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.4,
    "readonly_words": 67,
    "readonly_words_percent": 0.7,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.9,
    "suggestions": 1,
    "comments": 0,
    "name": "Portuguese",
    "url": "http://translate.gtaf.org/languages/pt/"
}