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": 2224,
    "total_words": 9737,
    "last_change": "2024-07-16T00:14:01.558054Z",
    "recent_changes": 156,
    "translated": 798,
    "translated_words": 2953,
    "translated_percent": 35.8,
    "translated_words_percent": 30.3,
    "translated_chars": 18900,
    "translated_chars_percent": 30.6,
    "total_chars": 61684,
    "fuzzy": 149,
    "fuzzy_percent": 6.6,
    "failing": 19,
    "failing_percent": 0.8,
    "name": "Portuguese (Brazil)",
    "url": "http://i18n.foe-helper.com/languages/pt_BR/"
}