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": 5083,
    "total_words": 22037,
    "total_chars": 133750,
    "last_change": "2025-08-05T21:12:16.277083Z",
    "recent_changes": 0,
    "translated": 5042,
    "translated_words": 21584,
    "translated_percent": 99.1,
    "translated_words_percent": 97.9,
    "translated_chars": 130918,
    "translated_chars_percent": 97.8,
    "fuzzy": 33,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 424,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 2638,
    "fuzzy_chars_percent": 1.9,
    "failing": 58,
    "failing_percent": 1.1,
    "approved": 3617,
    "approved_percent": 71.1,
    "approved_words": 15686,
    "approved_words_percent": 71.1,
    "approved_chars": 95058,
    "approved_chars_percent": 71.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://translate.sonoransoftware.com/languages/pt/"
}