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": 79902,
    "total_words": 642411,
    "total_chars": 4294218,
    "last_change": "2024-03-29T06:36:19.832278Z",
    "recent_changes": 885,
    "translated": 33714,
    "translated_words": 200426,
    "translated_percent": 42.1,
    "translated_words_percent": 31.1,
    "translated_chars": 1304640,
    "translated_chars_percent": 30.3,
    "fuzzy": 4033,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 21284,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 135706,
    "fuzzy_chars_percent": 3.1,
    "failing": 2044,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 43,
    "readonly_words_percent": 0.1,
    "readonly_chars": 321,
    "readonly_chars_percent": 0.1,
    "suggestions": 4904,
    "comments": 1,
    "name": "Portuguese",
    "url": "https://translate.fedoraproject.org/languages/pt/"
}