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": 2226,
    "total_words": 7137,
    "last_change": "2024-03-17T19:22:26.831875Z",
    "recent_changes": 21,
    "translated": 2205,
    "translated_words": 7003,
    "translated_percent": 99.0,
    "translated_words_percent": 98.1,
    "translated_chars": 42481,
    "translated_chars_percent": 98.0,
    "total_chars": 43342,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 144,
    "failing_percent": 6.4,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.linphone.org/languages/pt_BR/"
}