Languages API.

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

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

{
    "total": 2077,
    "total_words": 9089,
    "last_change": "2024-07-16T00:14:01.558054Z",
    "recent_changes": 156,
    "translated": 830,
    "translated_words": 3104,
    "translated_percent": 39.9,
    "translated_words_percent": 34.1,
    "translated_chars": 20066,
    "translated_chars_percent": 34.8,
    "total_chars": 57512,
    "fuzzy": 117,
    "fuzzy_percent": 5.6,
    "failing": 17,
    "failing_percent": 0.8,
    "name": "Portuguese (Brazil)",
    "url": "http://i18n.foe-helper.com/languages/pt_BR/"
}