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": 1881,
    "total_words": 8285,
    "last_change": "2024-02-25T19:22:38.966960Z",
    "recent_changes": 13,
    "translated": 708,
    "translated_words": 2653,
    "translated_percent": 37.6,
    "translated_words_percent": 32.0,
    "translated_chars": 17384,
    "translated_chars_percent": 32.7,
    "total_chars": 53043,
    "fuzzy": 102,
    "fuzzy_percent": 5.4,
    "failing": 24,
    "failing_percent": 1.2,
    "name": "Portuguese (Brazil)",
    "url": "http://i18n.foe-helper.com/languages/pt_BR/"
}