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": 101831,
    "total_words": 1086038,
    "last_change": "2024-05-03T11:40:03.323908Z",
    "recent_changes": 53,
    "translated": 100487,
    "translated_words": 1065356,
    "translated_percent": 98.6,
    "translated_words_percent": 98.0,
    "translated_chars": 5699947,
    "translated_chars_percent": 98.0,
    "total_chars": 5814975,
    "fuzzy": 54,
    "fuzzy_percent": 0.1,
    "failing": 731,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 173,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://hive.bgforge.net/languages/pt/"
}